Allianz Interview Question

What is the difference between group by an having in SQL?

Interview Answer

Anonymous

Apr 30, 2023

Group by is used for aggregation and having is used after group by to place conditions