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 are the different oracle database objects?
How to retrieve data from an explicit cursor?
What is a package in oracle?
What is sharded cluster?
What is logical backup in oracle?
What is the data pump import utility?
How do I recompile a procedure in oracle?
ABOUT IDENTITY?
How to create a table index in oracle?
How to create a stored function in oracle?
What is Library Cache in Oracle?
What is the purpose of tables, private synonyms and public synonyms in Oracle?
How to write a query with an inner join in oracle?
How to login to the server without an instance?
What is transaction control statement and how many types of transaction control statement in Oracle?