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 the use of builtinadministrators group in sql server? : sql server security
Describe in brief databases and sql server databases architecture.
Tell me what is normalization? Explain different forms of normalization?
What is the use of “join” in sql server?
What are system databases into sql server (2005/2008)?
What are group functions in query statements in ms sql server?
What are sql server functions?
what is sql server? : Sql server database administration
What is sub-query in sql server? Explain its properties.
What is a print index?
What is open database communication (odbc)?
Recommend an approach to ensuring that all changes in the remote databases synchronize with the SQL Azure database?
Explain can SSRS reports Cache results?
How except clause is differs from not in clause?
Can we use having clause without group by?