What command is used to delete the table structure in SQL SERVER?
Rohit Kumar
Drop table
DROP TABLE TableName
Drop TableName Table
Drop Table TableName
Drop Table (table name)
Drop table tablename
Drop Table Tablename
drop table tablename
DROP TABLE TABLENAME
drop tablename
Drop TableName
Drop command are use for delete table structure in sql DROP TABLE Table_Name
drop command deletes the table
DROP command to drop the table. and Delete command is issued to remove the rows from the table.