Тёмный

SQL Query to find Nth highest salary in Oracle using DENSE_RANK function ? 

KK JavaTutorials
Подписаться 51 тыс.
Просмотров 7 тыс.
50% 1

Опубликовано:

 

29 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 4   
@nandkishor4941
@nandkishor4941 3 года назад
Nice explanation... Thanks 😊
@chandnigupta5720
@chandnigupta5720 Год назад
Suppose I have to find 3rd employees from the top with highest salary in each department. What will be the query. I had been asked in interview
@electricalsir
@electricalsir 8 месяцев назад
can we find duplicate record using dense rank
@ShubhamRai06
@ShubhamRai06 3 года назад
actually one modification here , your first table should have one alias also like below example.: select distinct salary from ( select salary,dense_rank() over(order by salary desc) as dr from employee ) A where dr=n but very nice explanation , thanks, SR
Далее
Rank and Dense Rank in SQL Server
10:08
Просмотров 240 тыс.
Analytic Functions  A Developer’s Best Friend
47:07
Просмотров 13 тыс.
Oracle - Find Nth Max Salary | Tamil | iCoding
16:51
Просмотров 2,9 тыс.