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
Define the SGA and: How you would configure SGA for a mid-sized OLTP environment? What is involved in tuning the SGA?
Explain alias?
How does one get the view definition of fixed views/tables?
What is an oracle wallet?
What are operators in oracle?
how to clone 9i Database on to 10g Database.
What are the extensions used by oracle reports?
Explain a segment?
Iam learning oracle developer 2000.. can anyone give me then tutorials sites or PDF related to developer 2000 please send me the details @ mak2786@gmail.com thanks Arun
how to do daily transactions with out sql* loader control file regesterd in apps?
What happens if recursive calls get out of control?
What is the minimum client footprint required to connect c# to an oracle database?
How to write a query with a left outer join in oracle?
Please explain compound trigger in oracle?
How do I know if oracle client is installed on windows?