Q. What is true about the following SQL statement?
SELECT * FROM table_1;
SELECT * FROM table_1;
β
Correct Answer: (B)
display contents of table_1
Explanation: This question is asking about what the code does in MySQL. Let's break it down: