find out the third highest salary?
Answer Posted / punit chauhan
select * from emp where sal<(select max(sal) from emp
where sal<(select max(sal) from emp))
punit chauhan
iMS NOIDA
doing MCA
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
Why oracle is used?
How to change user password in oracle?
How to write text literals in oracle?
What is the relation of a user account and a schema?
What is different types of joins?
What privilege is needed for a user to query tables in another schema?
What is catalog in Oracle?
Explain the features of oracle?
How to drop an existing table in oracle?
What are named parameters?
How do I connect to oracle database?
Explain oracle instance.
What are group functions in oracle?
How can we view last record added to a table?
What is meant by joins?