InterviewSolution
Saved Bookmarks
| 1. |
Write a query to delete a table from database. |
|
Answer» DROP TABLE table-name is the syntax to delete a table from database. |
|