Skip to content
Advertisement

Sql join with two tables max and count

i have two tables

employee : employee_number employee_name salary divison_id

division : division_id division_name

How to Show division id, division name, number of employees working in each division that has the highest number of employees.

I want to have an outcome like this :

Advertisement

Answer

User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement