find out the second highest salary?
Answer Posted / mallikarjun
select max(sal) from emp
where sal < select max (sal)from emp
Mallikarjun
| Is This Answer Correct ? | 216 Yes | 86 No |
Post New Answer View All Answers
What is the maximum limit on the number of columns in a table?
What is dynamic proxy?
Explain how you would restore a database using RMAN to Point in Time?
Why do we need integrity constraints in a database?
What is a static data dictionary in oracle?
What are the limitations of check constraint?
State the various uses of dbcc command?
What is BBED in Oracle?
How to view existing locks on the database?
What is truncate oracle?
Explain constraining triggers.
What is the dynamic sql in oracle?
How to check the server version in oracle?
How can I introduce multiple conditions in like operator?
What is the sql query to concatenate column values from multiple rows in oracle?