Answer Posted / gyana ranjan behera
sql>select ename,sal from(select ename,sal,rownum rn from
(select ename,sal from emp order by sal desc)
where rn=2;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is enter substitution variable in oracle?
How to run create database statement again?
What is merge statement used for?
I have a database backup file in .db (ext) form how to conver it into .dmp (ext.) for oracle database
What is oracle update statement with inner join ?
what is the scripts in data base?
what is dynamic SGA and static SGA
How do we represent comments in oracle?
What do you understand by a database object? Can you list a few of them?
How to create a table in a specific tablespace?
Give the constructs of a package, function or a procedure.
What are dml statements in oracle?
What is system global area (sga) in oracle?
How to execute a stored procedure in oracle?
In oracle there is column command, how will you explain that?