[Solved] Find out the number of female employees in the organisation? Without using Group By [closed]

[ad_1]

Any example data would be helpful.
Otherwise, here is example query:

select count(*) from workers where gender="f";

[ad_2]

solved Find out the number of female employees in the organisation? Without using Group By [closed]