Q. How many of the following do not return rows?
SELECT, SHOW, DESCRIBE
SELECT, SHOW, DESCRIBE
β
Correct Answer: (A)
0
Explanation: This question asks us to figure out how many of the given MySQL commands (SELECT, SHOW, and DESCRIBE) won't produce any results. Think of it like asking which commands are "empty" when used.