How to find 6th highest salary from Employee table ?
Answer Posted / maheswar reddy s
select * from Employee e1 where 6=(select count(distinct(salary))from employee e2 where
e2.salary>=e1.salary)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain sql delete command?
How to provide login information for a new odbc dsn?
What are “unrepeatable reads”?
What is hot add cpu in sql server 2008?
What is join query?
How to list all columns in a table using odbc_columns()?
What is TDS(Tabular Data Stream) Gateway?
Is it possible to update the views? If yes, how, if not, why?
What is an entity-relationship diagram (erd)?
How will you know when statistics on a table are obsolete?
New concepts of sql server 2005 use in your project.
How to write a query with a right outer join in ms sql server?
What is the tcp/ip port on which sql server runs?
Explain transaction server auto commit?
Do you know what are the steps to process a single select statement?