Everforth Apex Systems interview question

Where do you use HAVING in SQL

Interview Answer

Anonymous

May 6, 2025

Where there is an aggregation in Select portion SELECT column_name, COUNT(*) FROM table_name GROUP BY column_name HAVING COUNT(*) > 1;