InterviewSolution
Saved Bookmarks
| 1. |
Which command is used to display all the existing tables in a database?(a) SHOW TABLES(b) SHOW TABLE(c) SHOW(d) None of the mentionedThis question was posed to me in an internship interview.Question is from When Good Statements Go Bad topic in portion Query Optimization of MySQL |
|
Answer» The CORRECT OPTION is (a) SHOW TABLES |
|