,
Share with your friends 

solutions related to sql problems

0 ratings Views 220 
Author: Reena_579e864d (Reena Sharma)  View Profile |  View other solutions by this author

Question / Problem


what is difference between DROP TABLE & DROP VIEW in SQL?

Solution

DROP TABLE commands drops a table whereas DROP VIEW drops a view that is virtual form of physical database.

DROP TABLE will work on empty table only, whereas in the DROP VIEW deletion of rows is not necessary.

Applies to

My Sql

Rank It

Login to rank it

Report


Advertisement