Examveda

Which command is used to show all tables that are stored in a database?

A. SHOWS

B. SHOW

C. SHOWES

D. None of the mentioned

Answer: Option D

Solution (By Examveda Team)

This question is asking about a command in MySQL, which is a language used to manage databases.
We need to find the command that lists all the tables within a specific database.

Let's look at the options:
* SHOWS is not a valid command in MySQL.
* SHOWES is also not a valid command in MySQL.
* None of the mentioned might be tempting, but there is a correct answer.
* SHOW is the correct command! It's used to display various information in MySQL, including a list of tables.
So the answer is Option B: SHOW

This Question Belongs to MySQL >> MySQL Miscellaneous

Join The Discussion

Related Questions on MySQL Miscellaneous