Answer Posted / naresh
Here it is the simple solution.
Select Salary from (Select Salary, Rownum from Employee
order by Salary desc) where rownum=2
Should Work
Cheers!
Naresh
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the attributes of cursor?
How many categories of data types in oracle?
How to test null values?
Explain oracle instance.
What is raw datatype in oracle?
Can the query output be sorted by multiple columns in oracle?
what is the scripts in data base?
How to insert a record into a table?
How to install oracle database 10g xe?
What is an oracle cursor variable?
How to rename a tablespace in oracle?
How does propagation differ between Advanced Replication and Snapshot Replication (read-only)?
WHEN CURSOR MOVES FROM ONE FORM TO ANOTHER FORM, HOW MANY TRIGGER WILL BE FIRED AND WHAT ARE THEIR SEQUENCE?
Design database draw er diagram for a certain scenario ?
What is a package ? What are the advantages of package ?