Answer Posted / jithendranath.g
select z2.sal from emp z1, emp z2
where z2.sal <=z1.sal
group by z2.sal
having count(z2.sal)=&n
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is sharded cluster?
What are temporal data types in oracle?
How to rebuild an index in oracle?
How to resolve the ORA-39133 error in Oracle?
What is truncate oracle?
What are the attributes of the cursor?
How can I convert single byte kana characters into multi byte kana characters and vice-versa.
What are the different windows events activated at runtime ?
Explain enable novalidate constraint.
How does propagation differ between Advanced Replication and Snapshot Replication (read-only)?
What is define in oracle?
Can multiple columns be used in group by in oracle?
How to delete all rows a table in oracle?
How to delete multiple rows from a table in oracle?
How to find the duplicate rows count from employees table in oracle?