find out the third highest salary?
Answer Posted / narendra
select max(company_id) from company where company_id <
(select max(company_id) from company where company_id <
(select max(company_id) from company))
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to define an oracle sub procedure?
Please send me Informatica 8.1 certification dumps, my mail id mona85gupta@gmail.com
State some uses of redo log files?
How to use subqueries with the in operator using oracle?
Write a trigger example in oracle?
Explain constraining triggers.
what are the default admin accounts in Oracle 10g ?
How to join two tables in a single query using oracle?
What is raw datatype in oracle?
How to start your 10g xe server from command line?
Which are the five query types available in oracle?
What are the differences between char and varchar2 in oracle?
What is tns name?
How to create a stored program unit?
What is columnar storage what is the advantage?