Answer Posted / kamala k n
select * from (select ename,sal,rank() over(order by sal desc) as ranks from emp)
where ranks=2;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is transport network substrate (tns) in oracle?
What is an oracle cursor variable?
What is a snapshot log?
What happens if recursive calls get out of control?
What is the data type of dual table?
What is the use of file param in imp command?
How do I learn what codesets are available in oracle?
How to update values in a table in oracle?
What is columnar storage what is the advantage?
Can you have more than one content canvas view attached with a window ?
How do you find out from the RMAN catalog if a particular archive log has been backed-up?
Give the advantages and disadvantages of clusters.
How many data types are supported?
How do I find my oracle client driver version?
Explain alias?