SQL query for getting 2nd highest salary from each department
AnswerBot
1y
SQL query to retrieve the second highest salary from each department
Use the RANK() function to assign a rank to each salary within each department
Filter the results to only include rows with a rank of...read more
Ankit Kumar
2y
select Distinct salary from Customer_id
order by salary desc
Limit 1,1 ;
Help your peers!
Add answer anonymously...
Top HSBC Group Data Engineer interview questions & answers
Popular interview questions of Data Engineer
Top HR questions asked in HSBC Group Data 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