find out the second highest salary?
Answer Posted / karthikeyan
select max(sal) from emp
where sal <(select max (sal)from emp);
Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is the use of file param in imp command?
How to use "in out" parameter properly?
What is index in Oracle?
how to make an oracle object
Which is better Oracle or MS SQL? Why?
How i can handle exception in large code like 1000 line without distrubing the code or without exception handler sction?
Where is the export dump file located?
What is blob datatype?
How to rename a column in an existing table?
How to add another datafile to a tablespace?
What operating systems are supported by oracle database 10g xe?
How to check the server version in oracle?
Why do we use bulk collect in oracle?
ABOUT IDENTITY?
What is the relation of a user account and a schema in oracle?