how to check the 3rd max salary from an employee table?
Answer Posted / neeraj
SELECT TOP 1 * FROM [SELECT TOP 3 * FROM Emp_Salary
ORDER BY Salary DESC;]
ORDER BY Salary;
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
Can we use distinct and group by together?
Is primary key clustered index?
Can we rollback truncate?
what are the advantages of sql ? : Sql dba
How do I remove duplicates in two columns?
what is bcp? When does it used? : Sql dba
Does group by remove duplicates?
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
What is the best sql course?
how to escape special characters in sql statements? : Sql dba
Is primary key always clustered index?
how many tables will create when we create table, what are they? : Sql dba
how to use regular expression in pattern match conditions? : Sql dba
what is sql server agent? : Sql dba
What is the current version of sql?