how to find nth highest salary
Answer Posted / yoursguna@gmail.com
SELECT * FROM `salary_table` group by `salary` order by
`salary` desc limit 1,1
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is cube dimension? : sql server analysis services, ssas
Explain rdbms?
Using the customer, and order table in northwind database, please write a query to produce xml?
What do you mean by an execution plan? Why is it used?
Why union all is faster than union?
What is replication with database mirroring? : sql server database administration
What is a performance monitor?
How will you add a dimension to cube? : sql server analysis services, ssas
How to perform key word search in tables?
What are points to remember while using the fillfactor argument?
Please explain what is “asynchronous” communication in sql server service broker?
What are the rules to use the rowguidcol property to define a globally unique identifier column?
What are synonyms?
Is sql different from sql server?
Explain the difference between clustered and non-clustered index?