find out the third highest salary?
Answer Posted / nitin berwal
select top 1 salary from(select top 3 salary from emp order
by desc) a
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is tns name?
What is the difference between formal parameters and actual parameters?
How to update a table row with a record?
What is define in oracle?
What is the sid in oracle?
A table t is there.If you perform insert ,update and delete then the trigger will fire.What is the minimum no of trigger required for a table.
Explain a synonym?
Is it possible to insert comments into sql statements return in the data model editor ?
What are the advantages of oracle?
What is an oracle transaction?
If a parameter is used in a query without being previously defined, what diff. exist betw. report 2.0 and 2.5 when the query is applied ?
What is the difference between primary key and unique key and foreign key in oracle?
What are privileges and grants?
Explain the types of exception?
Explain enable novalidate constraint.