The following query fails. Select employee_name,employee_id,count() from employee_Details group by employee_id where count()>2; The right format is:
Reveal answer
Fill a bubble to check yourself
The following query fails. Select employee_name,employee_id,count() from employee_Details group by employee_id where count()>2; The right format is: