how to find nth highest salary
Answer Posted / divya
Select Salary
From Employee
Where rowid = n
Order By Salary Desc;
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
how many bits ip address consist of? : Sql server database administration
What are advantages of ssrs or why we should use ssrs?
How to get a list of columns using the "sp_help" stored procedure in ms sql server?
hi, how to link a text file and a .rpt file in my tables of sql server and to retrieve those records for further use. reply me as soon as possible.
What are the types of indexes?
How to change the system date and time from SQL Plus Terminal ?
last function used in MS Access to convert sql what function will use in sql
What are scheduled tasks in sql server?
What is row_number()?
How to convert binary strings into integers in ms sql server?
Does order by actually change the order of the data in the tables or does it just change the output?
Why should one not prefix user stored procedures with ‘sp_’?
What is history table in sql server?
What is SQL Azure?
John exports information periodically from a microsoft sql server database to an oracle database what is the best way to do this?