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; |
|
Answer» Right choice is (d) SHOWS TABLES; Explanation: None. |
|