Saturday, 23 April 2016

How to remove a table from database ?


Run below SQL command :
DROP TABLE employee

Note : DELETE TABLE command only deletes the data from a table.

No comments:

Post a Comment

Note: only a member of this blog may post a comment.