how to find nth highest salary
Answer Posted / harninder
select `salary` from test t1 where 0=(select count(*) from
test where t1.`salary`<`salary`)
Is This Answer Correct ? | 5 Yes | 6 No |
Post New Answer View All Answers
What is sql server schema compare? How we can compare two database schemas?
What is primary key and example?
Which trace flags are enabled in sql server?
Tell me what is sql profiler?
What is the difference between an index and a unique index?
Can you move the resources after pausing the node? : sql server database administration
do views contain data ?
What are sp_configure commands and set commands?
What different steps will a sql server developer take to secure sql server?
What are a scheduled jobs or what is a scheduled tasks?
How to configure odbc dsn with different port numbers?
What are different types of data sources?
What is user-defined inline table-valued function?
What is dynamic cursor in SQL SERVER?
What are dml (data manipulation language) statements in ms sql server?