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

Standard SQL aggregation rules dictate that any column present in the SELECT clause that is not an argument of an aggregate function must be included in the GROUP BY clause. The statement is true.