find out the second highest salary?
Answer Posted / yobu
select min(marks) from (SELECT sid FROM(SELECT sid FROM STUDENT ORDER BY SId desc) WHERE ROWNUM <=2);
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What do you understand by a database object?
What is oracle database 10g express edition?
How to use "for" statements in oracle?
How to connect to the server with user account: sys?
How to convert characters to numbers in oracle?
What are the restrictions in a oracle read only transaction?
How to define a cusotmer as a supplier in ORACLE R12
Explain table?
Explain the use of tables option in exp command.
What is a tns service name?
What are the various oracle database objects?
How to connect asp pages to oracle servers?
What is the difference between truncate & delete command?
How to create id with auto_increment on oracle?
Explain the features of oracle?