find out the third highest salary?
Answers were Sorted based on User's Feedback
Answer / ashutosh pandey
select sal from emp
where sal=(select min(sal) from emp
where sal>(select min(sal) from emp
where sal>(select min(sal) from emp);
| Is This Answer Correct ? | 69 Yes | 204 No |
Whether Oracle satisfy more codd rules or db2 satisfy more codd rules? How meny of each can satisfy ? Please answer me. Advance thanks
What is Parallel Server ?
What is the difference between translate and replace?
where we have to use ON clause and where we have to use USING clause in JOINS
when a grant option is encountered for a table EMP to a peer sitting beside you who has already having the table of that name (EMP), then what is the result?
What is snapshot is too old? Give and example for better understand.
How to define an anonymous procedure without variables?
what is the use of composite key constraint?
how to use select statement as formal parameter in procedure specification?(someone said that using string) ex:-procedure(a in number,select ename from emp ) i am asking syntax like this?
what is meant by magic query
what is the need of indexing topic in oracle? where do we use in a Java project? any other option other than using this to get the same result where we use indexing ?
Can a View based on another View ?