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 where clause in oracle?
What is private procedure oracle?
How do I limit the number of oracle database connections generated by weblogic server?
how to make an oracle object
List out the components of logical database structure of oracle database.
How to assign a table row to a record variable?
What is difference between cartesian join and cross join?
How to manage transaction isolation level?
What types of joins are used in writing subqueries?
What is the difference between pre-select and pre-query?
How to export data with a field delimiter?
Explain the use of record length option in exp command.
What language does oracle use?
How to shutdown your 10g xe server from command line?
What are advantages of dateset in datastage?