Answer Posted / vishal
select * from (
select * from test where sal < (select max(sal) from test)
order by 2 desc)
where rownum =1
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain oracle insert into command?
How can I see all tables in oracle?
How can we find out the duplicate values in an oracle table?
What is the order of defining local variables and sub procedures/functions?
How to pass a parameter to a cursor in oracle?
How to assign data of the deleted row to variables?
What are dml statements in oracle?
Explain the types of exception?
How to export your own schema?
why should i declare foreign key constraint as self relation instead of binary relation in tables ?
Is primary key indexed by default in oracle?
How to select all columns of all rows from a table in oracle?
What privilege is needed for a user to create indexes in oracle?
Why cursor variables are easier to use than cursors?
How do I learn what codesets are available in oracle?