Find out the 3rd highest salary?
Answer Posted / vikram kumar
SELECT TOP 1 salary
FROM (
SELECT DISTINCT TOP 3 salary
FROM employee
ORDER BY salary DESC) a
ORDER BY salary
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is difference between rank () row_number () and dense_rank () in sql?
Why we use joins in sql?
What is the basic structure of an sql?
What is the difference between inner join and left join?
When is the explicit cursor used ?
In a distributed database system, can we execute two queries simultaneously?
what is the difference between char_length and length? : Sql dba
Differentiate between syntax and runtime errors.
hi,i plan to put experience on PLSQL ,can anyone suggest me for any institutes in bangalore or how to prepare for interviews
What is sql basics?
Explain what is a field in a database and record in a database?
explain normalization concept? : Sql dba
How do I enable sql encryption?
What is normalization in sql?
What is data control language (dcl)?