Question Details

Detailed explanation and options for the selected question.

Which command is used to list all the tables in a database?

A. SHOW TABLES
B. DESCRIBE TABLE
C. LIST TABLES
D. SELECT TABLES

Explanation:

SHOW TABLES lists all tables in a database. DESCRIBE TABLE displays the structure of a specific table, and the other commands are invalid.