Write query to find the top five employee salary?
AnswerBot
1y
Query to find the top five employee salaries
Use the SELECT statement to retrieve the employee salaries
Order the results in descending order using the ORDER BY clause
Limit the results to the top five u...read more
Snehal Shinde
1y
Select sal,row num
From emp
Where r1<5;
Dhruva Kumar
1y
Select Sal
From (Select Rownum as SINO , Emp.*
From( Select distinct Sal
From Emp
Order by Sal Desc))
Where SINO<=5;
Add answer anonymously...
Top Walmart Software Engineer interview questions & answers
Popular interview questions of Software Engineer
Stay ahead in your career. Get AmbitionBox app
Helping over 1 Crore job seekers every month in choosing their right fit company
65 L+
Reviews
4 L+
Interviews
4 Cr+
Salaries
1 Cr+
Users/Month
Contribute to help millions
Get AmbitionBox app