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 add a new column to an existing table with a default value?
What privilege is needed for a user to query tables in another schema?
How many memory layers are in the oracle shared pool?
What is integrity and what is constraint??Explain with example
How to display employee records who gets more salary than the average salary in the department?
How to recover a dropped table in oracle?
Which environment variables are absolutely critical in order to run the OUI?
Is there any function in oracle similar like group_concat of mysql?
How to delete an existing row from a table in oracle?
What is a data dictionary and how can it be created?
You have 4 instances running on the same UNIX box. How can you determine which shared memory and semaphores are associated with which instance?
What do you mean by a deadlock?
How to check the server version in oracle?
What are the differences between lov and list item?
how can db_files > maxdatafiles since db_files is for instance and the later is for database