All columns in the SELECT list that are not in group functions must be in the GROUP-BY clause. State True or False.
Answer options
A
TRUE
B
FALSE
Correct answer: TRUE
Explanation
Quick AnswerThe correct answer is TRUE because it directly addresses the core logic of Database Management.
SQL requires non-aggregated SELECT columns to appear in GROUP BY.