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 do you know about normalization? Explain in detail?
How to declare a local variable?
How to best split csv strings in oracle 9i?
How to delete an existing row from a table in oracle?
What is tns service name?
How to get execution path reports on query statements?
How to select some rows from a table in oracle?
What is materialized view in Oracle?
How to create an oracle database?
How to add another datafile to a tablespace?
Explain oracle instance.
Why do I get java.lang.abstractmethoderror when trying to load a blob in the db?
What is an oracle function?
When do we use group by clause in a sql query?
How to view existing locks on the database?