how to find nth highest salary
Answer Posted / kiran k s
select distinct(salary) from table t1
where 4=(select count(distinct(salary))from table t2
where t2.salary >= t1.salary);
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Relational calculus is what type of language?
What is difference between rownum and row_number?
What is a covered index?
How to insert a new row into a table with "insert into" statements in ms sql server?
How can you append an identity column to a temporary table?
Explain the relational database management system (rdbms)?
What is dbcc command in sql server?
What stored by the msdb? : sql server database administration
How can we delete Duplicate row in table?
What are the approximate numeric data types?
plss anybody specify tha constrian management system in dbms
Why is sql server log file full?
What are the transaction properties?
How to backup SQL Server Reporting Services ?
Explain data warehousing in sql server?