Q. Which statement is used to select columns and rows from the table?
β
Correct Answer: (A)
SELECT
Explanation: This question asks you about the command used in MySQL to retrieve data from a table. Think of it like asking for specific information from a file.