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 a table index in oracle?
What the is the diff between local index and global index. give some example.
How to connect asp pages to oracle servers?
What are the different types of modules in oracle forms?
What is rowid and rownum in oracle?
What is query image?
What is system tablespace?
What is the difference between postgresql and oracle?
How to delete multiple rows from a table in oracle?
What happens if the imported table already exists?
Can u please explain me the Discussion on Except ,using cast like type cast. Question in the context of difference between two tables
What is oracle database client?
There are n numbers of flatfile of exactly same format are placed in a folder.Can we load these flatfile's data one by one to a single relational table by a single session??
Where do we use decode and case statements?
What is the quickest way to fetch the data from a table?