select country,count() from employee group by country having id<4; this query works fine but when i use select country,count() from employee group by c
select country,count() from employee group by country having id<4; this query works fine but when i use select country,count() from employee group by c