InterviewSolution
Saved Bookmarks
| 1. |
Which command is used to remove existing tables or database?(a) DROP TABLE(b) DELETE(c) Either DROP TABLE or DELETE(d) None of the mentionedI got this question in class test.This intriguing question originated from When Good Statements Go Bad in chapter Query Optimization of MySQL |
|
Answer» RIGHT ANSWER is (a) DROP TABLE Easiest EXPLANATION: NONE. |
|