Q. Which of these is not optional?
SELECT select_list FROM table_list WHERE row_constraint GROUP BY grouping_columns;
SELECT select_list FROM table_list WHERE row_constraint GROUP BY grouping_columns;
β
Correct Answer: (A)
select_list
Explanation: This question is about the basic structure of a SELECT statement in MySQL. Let's break it down: