Multiple choice technology databases

All columns in the SELECT list, that are not there in the GROUP function, should be in the Group By clause

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

SQL requires that any column in the SELECT list that is not part of an aggregate function must be included in the GROUP BY clause. This ensures each row in the result represents a distinct group summary.