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
What happens if variable names collide with table/column names?
How do we get field details of a table?
What is blob data type in oracle?
Please explain oracle data types with examples?
How to start instance with a minimal initialization parameter file?
What is null value in oracle?
What is the difference between "as" and "is" in an oracle stored procedure?
what happened to the global index when I truncate the data in one of the partition?
Describe varray?
How to unlock the sample user account in oracle?
Can we commit inside a function in oracle?
Can we use oracle pl/sql block in core java? if so how? pls get back to me .....
How to revoke create session privilege from a user in oracle?
What are the uses of synonyms?
What privilege is needed for a user to insert rows to tables in another schema?