how to find nth highest salary
Answer Posted / anuj somvanshi
select salary from emp where rownum=n order by salary desc;
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
what is hash nonclustered index
what data regions are and what are the different data regions?
Why does sql studio use a single registered database repository? : sql server management studio
Explain what are sparse columns?
Disadvantages of the indexes?
How to create “dependant” parameter “make, model, year”
Explain about sql server login?
Explain boyce and codd normal form(bcnf)?
How to write a query with an inner join in ms sql server?
What is SQL Azure Firewall?
How to assign null values to variables or columns?
How much does sql server 2016 cost?
Explain what is dbcc?
Suppose you want to implement the one-to-one relationships while designing tables. How would you do it?
What is difference between primary key and foreign key?