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
Explain implicit cursor.
What language does oracle use?
What are the general rules on data consistency?
Whether any commands are used for months calculation? If so, what are they?
How to resolve the ORA-39133 error in Oracle?
HI ALL, CAN ANYONE TELL ME THE DIFFERENCES BETWEEN SQL CLUSTURS,MSQL CLUSTERS,ORACLE CLUSTERS.......THANKS IN ADVANCE
List out the difference between commit, rollback, and savepoint?
defination of bitmap index
what is Single Byte Overhead...?
Explain oracle left join with an example?
How to define a variable to match a table column data type?
What is difference between cartesian join and cross join?
How do I manually uninstall oracle client?
What is data type in oracle?
why should i declare foreign key constraint as self relation instead of binary relation in tables ?