[Solved] Find out the number of female employees in the organisation? Without using Group By [closed]
Any example data would be helpful. Otherwise, here is example query: select count(*) from workers where gender=”f”; solved Find out the number of female employees in the organisation? Without using Group By [closed]