Meta interview question

SQL Questions asking for groups having certain counts.

Interview Answer

Anonymous

20 Apr 2022

did a select statement, grouping by the field needed and aggregating the needed field for a count. Then did a having clause to only grab the records fitting the second criteria.