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
How to update values in a table in oracle?
How to display row numbers with the records?
How will you write a query to get a 5th rank student from a table student_report?
 What are the oracle DML commands possible through an update strategy?
How to calculate date and time differences in oracle?
How to create an oracle database manually?
How many categories of data types in oracle?
How to connect the oracle server as sysdba?
What happens to the current transaction if a ddl statement is executed?
Which are the five query types available in oracle?
Can a formula column referred to columns in higher group ?
How to convert a date to char in oracle? Give one example.
How to Truncate Table in Oracle
How to get a create statement for an existing table?
Which environment variables are absolutely critical in order to run the OUI?