find out the third highest salary?
Answer Posted / chanchal
SELECT MIN(salary) FROM Department WHERE salary IN
(SELECT TOP 3 salary FROM Department ORDER BY salary DESC)
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is a user role in oracle?
Explain view?
How to specify default values in insert statement using oracle?
Give the various exception types.
What is an external table?
How to use an explicit cursor without open statements?
Name the three major set of files on disk that compose a database in Oracle?
Write a trigger example in oracle?
What are the execution control statements in oracle?
You have 4 instances running on the same UNIX box. How can you determine which shared memory and semaphores are associated with which instance?
Please explain me all types of Data models. Also give me the details if each model can have other name.for example:schematic data model is also known as conceptual data model and entity relation data model.
how to clone 9i Database on to 10g Database.
What are the roles of dba?
We are using Oracle apps with XML publisher.In that,we are facing some problems while giving a Footer in RTF Template.While giving a footer in RTF Template it is Visible in all the pages,but after the PDF is getiing generated,the Footer are Visible on alternate pages only (like on first page ,third page) and so on. Please provide the Solution for getting the Footer on all the pages.
What is the usage of synonyms?