Q. Which among the following is the correct syntax for showing all tables in the database?
β
Correct Answer: (D)
SHOWS TABLES;
Explanation: This question is asking you how to list all the tables in your MySQL database.