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 are logical database components? : SQL Server Architecture
What are recommended options to be used while using db mirroring? : sql server database administration
What is triggers in ms sql server?
Explain go command in sql server?
How we can compare two database data?
What are the ways available in sql server to execute sql statements?
If a stored procedure is taking a table data type, how it looks?
How to convert character strings into numeric values?
what is dbcc? : Sql server database administration
Explain about unique identifier data type in sql server?
What are the indexes in sql server?
How many columns can exist together per table?
How do I debug a stored procedure in sql server?
What happens to a trigger with multiple affected rows?
Explain how dts is used to extract, transform and consolidate data?