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
Is pl sql useful?
what is the difference between inner and outer join? Explain with example. : Sql dba
How do you break a loop in pl sql?
how to calculate the difference between two dates? : Sql dba
What is trigger types of trigger?
What does trigger mean in slang?
What is trigger price?
What does bitemporal mean?
tell us something about heap tables. : Sql dba
how to implement one-to-one, one-to-many and many-to-many relationships while designing tables? : Sql dba
what is uncommittable transactions? : Transact sql
What does pragma mean?
what is data control language? : Sql dba
what is a field in a database ? : Sql dba
Which join condition can be specified using on clause?