How to find number of employees in each department #shorts #sql #sqlqueries #sqlinterview #coding

preview_player
Показать описание
How to find number of employees in each department #shorts #sql #sqlqueries #sqlinterview #coding #programming #youtubeshorts
Рекомендации по теме
Комментарии
Автор

Can you make a rollback for insert new column in table

manoswiniswain
Автор

Can you make a video of find avergae salary of employees under each manager
Table structure of emp table:
Id, name, salary, managerId

One row will have managerId as null, rest all have manager Id

Crusher_MLBB
Автор

Select Department, EmpName From EmployeeInfo Group by Department

sam