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
How will you monitor replication latency in transactional replication? : sql server replication
What is ms sql server triggers?
in the physical file layout, where should the transaction log be stored in relation to the data file? : Sql server administration
How to implement one-to-one, one-to-many and many-to-many relationships while designing tables?
Explain having clause?
What were the latest updates to SQL Azure service?
Explain different types of collation sensitivity?
How do you size a resultset?
do you know how to configure db2 side of the application? : Sql server database administration
Do you know how to send email from database?
How to execute a sql statement using odbc_exec()?
Do you know what is bit data type and whats the information that can be stored inside a bit column?
What is join query?
What is the current pricing model of SQL Azure?
what are the reporting service components in SSRS?