how to find nth highest salary
Answer Posted / kalai
SELECT * FROM EMP A WHERE 7=(SELECT COUNT(SAL) FROM EMP
WHERE A.SAL<SAL)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Which Model uses the SET concept
How to set database to be single_user in ms sql server?
What is stretch database in sql server?
What is the language structure to add a record to a table?
What are the different types of collation sensitivity?
What is the difference between a view and a stored procedure?
What is the exact numeric data type in sql?
What is clustered primary key?
How many cores do I need for sql server 2016?
Difference between DELETE and TRUNCATE?
How to delete exactly duplicate records from a table?
Detail about query optimizer?
What are the restrictions applicable while creating views? : SQL Server Architecture
What is difference between inner join and full join?
Explain what is meant by replication of database?