which comand is used to remove a table from the database in SQL?
On: November 7, 2012 Posted in Uncategorized Comments: 6 Views: 41 DB which comand is used to remove a table from the database in SQL? General knowledge Questions
drop table tablename;
drop table tablename;
drop
The SQL DROP TABLE statement is used to remove a table from database in SQL……….
DROP command in SQL will delete the table
Susmita
Drop table