how to find nth highest salary
Answer Posted / udathayadav
select * from tablename.aliasname where nth=select
count(sal) from tablename where aliasname.sal<=sal
| Is This Answer Correct ? | 38 Yes | 26 No |
Post New Answer View All Answers
in the physical file layout, where should the transaction log be stored in relation to the data file?
Which are new data types introduced in sql server 2008?
Which tcl commands are available on the sql server?
What is data source document?
Explain what are the restrictions that views have to follow? : SQL Server Architecture
What are the differences between lost updates and uncommitted dependencies?
What are sql servers used for?
How and why use sql server?
Why we use the openxml clause?
What are the database objects? : SQL Server Architecture
What is SQL Azure Firewall?
What is function of ROLLUP ?
What Are the Main Features of SQL Azure?
When to use null data driven subscription?
Explain what you mean by 3 tier architecture.