+2 votes
in Class 12 by kratos

What is drop command in SQL.

1 Answer

+1 vote
by kratos
 
Best answer

The drop command is used to remove/delete tables,
syntax:
DROP TABLE tablename;

...