employer cover photo
employer logo
employer logo

Everforth Apex Systems

Engaged Employer

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;