

InterviewSolution
Saved Bookmarks
1. |
The Drop command is used to (a) Drop only databases (b) Drop only table(c) Drop databases or table |
Answer» Drop databases and table The DROP command is used to drop/delete whole database or just a table. So, answer of this question if option (C) |
|