Knowledge Walls
Gopal Rao
Mumbai, Maharashtra, India
Passcode:
How to delete table from database in SQL in Queries of SQL Queries
2789 Views
Syntax
drop table tableName;
Example
drop table orders;
Hints 
Drop query remove the values and also remove the column name completely(i.e  Delete the table from the database).If you use Truncate query used to remove the values of column in table(i.e not Delete the table from the database)

In the following example, I used drop query to remove the table from database.
  Copyright © 2014 Knowledge walls, All rights reserved
KnowledgeWalls
keep your tutorials and learnings with KnowledgeWalls. Don't lose your learnings hereafter. Save and revise it whenever required.
Click here for more details