Home »
MCQs »
MySQL MCQs
What does the show tables command do?
21. What does the show tables command do?
- It displays all the tables of all the databases in the machine.
- It displays all the tables of a particular database.
- It only displays the current table.
Answer: B) It displays all the tables of a particular database.
Explanation:
show tables command displays all the tables of a particular database.