Answer Posted / ram
select * from emp
where sal in(select max(sal) from emp
where level=&nth
connect by prior sal>sal
group by level)order by sal
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are local and global Indexes and where they are useful.
what are null values? : Sql dba
Is sql database free?
what is a unique key ? : Sql dba
What is synchronized subquery?
What is multiple partition?
What is use of package in pl sql?
How do I truncate a word?
What is cross join sql?
What is the difference between the sql*loader and import utilities? : aql loader
What is informix sql?
Describe different types of general function used in sql?
How many types of functions are there in sql?
what are wild cards used in database for pattern matching ? : Sql dba
Is postgresql a server?