Q121
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
AnswerAnswer: Option D
Solution
Answer: Option D
Solution:
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