Number of male and female employees in each organization
SQL query for Simplicate
Get the count of male and female employees in each organization.
SELECT o.name AS organization, g.gender, COUNT(e.id) AS total_employees FROM organizations o LEFT JOIN employees e ON o.id = e.organization_id LEFT JOIN genders g ON e.gender_id = g.id GROUP BY o.id, g.gender
Explore data in a rich spreadsheet UI. Use Magical SQL to combine and transform data. SQL queries become new tables that can be shared with business users and used in any BI tool such as Microsoft Power BI, Tableau or Metabase.
Power BI
Metabase
Tableau
Let AI do the work for you
Peliqan’s AI assistant helps you to write SQL queries to get to insights fast. Ask your question in plain English and immediately see the result in Peliqan’s rich spreadsheet viewer.
Ready to get instant access to all your company data ?
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.