1.

Write a query to delete a table from database.

Answer»

DROP TABLE table-name is the syntax to delete a table from database.



Discussion

No Comment Found