How to find only %th Highest Sal
Answer Posted / pavan
select e.* from emp e where &n=(select count(distinct e1.sal)from emp e1 where e.sal>e1.sal)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Give the order of sql select?
Is primary key clustered index?
What does select top 1 do in sql?
What is sql query limit?
How do I make my sql query run faster?
Explain ddl statements in pl/sql?
What is auto increment?
What are sql triggers used for?
what is 'mysqlcheck'? : Sql dba
What is the main difference between sql and pl/sql?
what are the advantages of using stored procedures? : Sql dba
what is dbms? : Sql dba
Can we use delete in merge statement?
What are some predefined exceptions in pl/sql?
Name the operator which is used in the query for pattern matching?