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
Can you have a foreign key without a primary key?
What is oracle sql called?
What is error ora-12154: tns:could not resolve the connect identifier specified?
Does pl/sql support create command?
What is count * in sql?
Why do we use function in pl sql?
What is bulk compiling in pl/sql.?
when MSQL8.0 is in market
How many row comparison operators are used while working with a subquery?
What sql does db2 use?
What is the non-clustered index in sql?
What is informix sql?
What is the difference between a database and a relational database?
What is a sql schema used for?
What is sql and its types?