Active Topics Memberlist Calendar Search Help | |
Register Login |
One Stop Testing Forum : Software Testing @ OneStopTesting : Beginners @ OneStopTesting |
Topic: SQL Query to get second highest salary-FAQ |
|
Author | Message |
snigdha_123
Newbie Joined: 17Dec2007 Location: India Online Status: Offline Posts: 40 |
Topic: SQL Query to get second highest salary-FAQ Posted: 30Jan2009 at 12:00pm |
SQL Query to get second highest salary-Frequently Asked Question in interviews
|
|
Post Resume: Click here to Upload your Resume & Apply for Jobs |
|
IP Logged | |
nidhinav
Newbie Joined: 05Feb2009 Online Status: Offline Posts: 1 |
Posted: 05Feb2009 at 2:44am |
Select salary from salary ORDER BY salary DESC LIMIT 1,1
|
|
IP Logged | |
skumar75.qa
Newbie Joined: 18Sep2009 Online Status: Offline Posts: 16 |
Posted: 21Sep2009 at 12:51am |
Query for second highest Salary: select max(salary) from Employee where salary >(select max(Salary) from employee;
|
|
IP Logged | |
skumar75.qa
Newbie Joined: 18Sep2009 Online Status: Offline Posts: 16 |
Posted: 21Sep2009 at 12:52am |
Query for second highest Salary: select max(salary) from Employee where salary < (select max(Salary) from employee order by salary
Edited by skumar75.qa - 30Sep2009 at 1:38am |
|
IP Logged | |
Forum Jump |
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |
© Vyom Technosoft Pvt. Ltd. All Rights Reserved.