find out the third highest salary?
Answer Posted / manoj
select salary from emp
where salary = (select max (salary) from emp
where salary < (select max (salary) from emp
where salary < (select max (salary) from emp)));
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What do you mean by cdb and pdb in oracle 12c?
How to use "startup" command to start default instance?
How can you use check constraints for self referential integrity?
How to create a table index?
How to connect ms access to oracle servers?
What is oracle update statement with inner join ?
Illustrate how to determine the amount of physical CPUs a Unix Box possesses (LINUX and/or Solaris).
What is the use of file param in imp command?
Is there any way to find out when one specific table/view/M-view is used last time. i.e. when one specific object is used in any SELECT statement.
How to connect the oracle server as sysdba?
HI ALL, CAN ANYONE TELL ME THE DIFFERENCES BETWEEN SQL CLUSTURS,MSQL CLUSTERS,ORACLE CLUSTERS.......THANKS IN ADVANCE
How to define a data field as not null?
how to join query for one source type is oracle another source type is sql server ?
What are the varoius components of physical database structure of oracle database?
hey friends, What are the steps I can do to transfer the database from Microsoft Access 2003 to oracle10g (or SQL) Best regards