find out the second highest salary?
Answer Posted / tejinder
select salary from emp order by salary desc limit 0,1;
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
What is a schema in oracle?
How to create an oracle database manually?
What is the difference between online and offline backups?
What is the difference between sharding and partitioning?
What are the advantages of oracle?
What is instant client oracle?
how to code performance tuning of oracle PL/SQL? can any body send me the perfect answer?
Using the relations and the rules set out in the notes under each relation, write table create statements for the relations EMPLOYEE, FIRE and DESPATCH. You should aim to provide each constraint with a formal name, for example table_column_pk.
What is an oracle data file?
Explain coalesce function?
What are the different types of record groups in oracle? Explain each of them
What is the difference between substr & instr functions?
What is the sql query to concatenate column values from multiple rows in oracle?
What are transaction isolation levels supported by oracle?
How do you tell what your machine name is and what is its IP address?