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
How to define a data source name (dsn) in odbc manager?
What is connection pooling in oracle?
What is oracle open database communication (odbc)?
Explain about the analyze command in oracle?
What are the built-in functions used for sending Parameters to forms ?
Explain the use of ignore option in imp command.
Can select statements be used on views in oracle?
What is the difference between a primary key & a unique key?
What happens if variable names collide with table/column names?
Which dictionary tables and/or views would you look at to diagnose a locking issue?
What are the predefined tablespaces in a database?
What are ddl statements in oracle?
Explain oracle instance.
How to execute a stored program unit?
What is the usage of save points in oracle database?