find out the third highest salary?
Answer Posted / daji surwase
select salary
from employees
order by salary desc
offset 2 rows fetch next 1 row only;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to drop an index in oracle?
List the types of joins used in writing subqueries?
what are the advantages of running a database in archive log mode?
What is the difference between post-database commit and post-form commit?
What do the 9i dbms_standard.sql_txt() and dbms_standard.sql_text() procedures do?
How to define a variable of a specific record type?
What is the difference between a primary key & a unique key?
How to create a single index for multiple columns?
How many data types are supported?
How do I uninstall oracle client from windows?
What is redo log?
What are the ways tablespaces can be managed and how do they differ?
Explain about functional dependency and its relation with table design?
What are the various oracle database objects?
What is the use of file param in imp command?