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
How to rename a tablespace in oracle?
What are the differences between number and binary_float in oracle?
Can any one explain me when i execute below query.. select months_between('07-JUL-12','10-FEB-12') from dual; Out put:- 4.90322581 How oracle calculate?
How do I know if oracle is installed on windows?
How to drop a tablespace?
Explain the dml?
What are the oracle differences between nvl and coalesce
How to use values from other tables in update statements using oracle?
What are the attributes of the cursor?
What is a dead lock in oracle?
How to drop an existing table in oracle?
What is oracle host variable?
What are data pump export and import modes?
What is the difference between "as" and "is" in an oracle stored procedure?
How to create a table index?