how to find nth highest salary
Answer Posted / vijay dev arya
select salary from employee where salary>(select max
(salary) from employee)
| Is This Answer Correct ? | 6 Yes | 17 No |
Post New Answer View All Answers
What are unicode character string data types in ms sql server?
What is the difference between nvl and nvl2?
Explain the properties of the relational tables?
How do we synchronize On-Premise SQL server with SQL Azure?
What is difference between group by and having?
What is exporting utility?
If a table does not have a unique index, can a cursor be opened on it?
what are isolation levels? : Sql server database administration
Do you know what are the restrictions applicable while creating views? : SQL Server Architecture
How to update a field in SQL after ALTERING a row?
How to truncate the log in sql server 2012? : sql server database administration
Does view occupy space?
Why does sql studio use a single registered database repository? : sql server management studio
What is sql server programming?
What is delete query?