InterviewSolution
Saved Bookmarks
| 1. |
Which among the following is the correct syntax for showing all tables in the database?(a) SHOWS TABLES(b) SHOW TABLE(c) SHOW(d) SHOWS TABLES;This question was posed to me in unit test.My doubt stems from Populating & Modifying Tables in portion Using SQL to Manage Data of MySQL |
|
Answer» RIGHT choice is (d) SHOWS TABLES; Explanation: NONE. |
|