i want to know about mr.b.kotravel......who has answered
for second maxmium salary from employee table
Answer Posted / mohan
select max(sal) from emp where sal<(select max(sal) from
emp)
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to turn on or off recycle bin for the instance?
How will you write a query to get a 5th rank student from a table student_report?
how can db_files > maxdatafiles since db_files is for instance and the later is for database
How can we delete duplicate rows in a table?
Are truncate and delete commands same? If so why?
How to select an oracle system id (sid)?
What are the differences between interval year to month and interval day to second?
How to define a record variable to store a table row?
How to create a table interactively?
How to specify default values in insert statement using oracle?
How to create lov dynamically at runtime & attach to text field?
How to write a query with a left outer join in oracle?
How to create a new table by selecting rows from another table?
I have a database backup file in .db (ext) form how to conver it into .dmp (ext.) for oracle database
How many anonymous blocks can be defined?