SQL Query to find highest salary in each department | Most important SQL interview Question

preview_player
Показать описание
In this video , i show how to write a SQL query for one of the most commonly asked interview questions. How to fetch the highest salary in each department.
#SQL #MySQL #SQLInterview
Рекомендации по теме
Комментарии
Автор

You could have use group by, select max(sal) from emp group by department;

Kazem
Автор

seems like you are reading out the query instead of explaining it

youknwmyname
join shbcf.ru