Q. SELECT select_list FROM table_list WHERE row_constraint GROUP BY grouping_columns; Which of these is not optional?
β
Correct Answer: (A)
select_list
Explanation: This question is about the basic structure of a SELECT statement in MySQL. A SELECT statement is used to retrieve data from a database.