How to Select second Maximum salary in a Table ?
Answer Posted / tanuj tewari
select max(sal) from table_name where sal<(select max(sal)
from table_name);
| Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
What is sharded cluster?
What is transport network substrate (tns) in oracle?
How to select an oracle system id (sid)?
What is BBED in Oracle?
What is a initialization parameter file in oracle?
HI, Please let me know the syllabus for Oracle OCA and OCP Certification
How will you write a query to get a 5th rank student from a table student_report?
What privilege is needed for a user to connect to oracle server?
What is an Oracle index?
How to loop through a cursor variable?
What exactly do quotation marks around the table name do?
What is the difference between sharding and replication?
How to count duplicated values in a column in oracle?
What types of joins are used in writing subqueries?
what is Single Byte Overhead...?