Q. How many of the following return rows?
SELECT, SHOW, DESCRIBE
SELECT, SHOW, DESCRIBE
β
Correct Answer: (C)
2
Explanation: SELECT: This statement is used to retrieve data from one or more tables in a database. It returns rows containing the selected data based on the specified conditions. Therefore, SELECT returns rows.