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
How a tablespace is related to data files?
What query tells you how much space a tablespace named test is taking up, and how much space is remaining?
What is a cursor variable?
Explain the use of record option in exp command.
What are the varoius components of physical database structure of oracle database?
candidate key is subset of super key but not vice-verse explain
What is a read write transaction in oracle?
Respected sir, Please send me technical questions related to oracle apps..
What is an anonymous block?
What is MTTR advisor in Oracle?
what is the use of system.effective.date variable in oracle?
Which dictionary tables and/or views would you look at to diagnose a locking issue?
How to convert numbers to characters in oracle?
Difference between inner join vs where ?
What is meant by raw datatype?