1.

What is drop command in SQL.

Answer»

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



Discussion

No Comment Found