find out the third highest salary?
Answer Posted / sukanya
select max(sal) from emp where sal<
(select max(sal) from emp where sal <
(select max(sal) from emp));
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
can anyody please send me the dump for Oracle 10g certifications for DBA path?
Can group functions be mixed with non-group selection fields?
How to select all columns of all rows from a table in oracle?
What is the difference between sharding and replication?
Why do I get java.lang.abstractmethoderror when trying to load a blob in the db?
What are data pump export and import modes?
What are the differences between char and varchar2 in oracle?
How to define an oracle sub procedure?
How to insert multiple rows with one insert statement in oracle?
How to pass a parameter to a cursor in oracle?
What is sequence?
What are the differences between char and nchar in oracle?
How to turn on or off recycle bin for the session?
How many objectname will be created for a single table drop function? Why 'flashback' query giving error "ORA-38312: original name is used by an existing object" while getting the table?
What is save point in oracle database?