find out the second highest salary?
Answer Posted / mukesh
Second highest Value
select max(user_id) from users
where user_id < (select max (user_id) from users)
Mukesh Narayan SIngh
09873595976
mukeshnsingh22@gmail.com
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is a package in oracle?
What is recovery manager in Oracle?
What is the usage of synonyms?
what is partitioning? Types of partitioning. explain? what is the new kind of partitioning type introduced in 9i?
How to save query output to a local file?
How to use "while" statements in oracle?
Why is oracle database so popular?
How do I use os authentication with weblogic jdriver for oracle and connection pools?
How to use "if" statements on multiple conditions?
Explain a private synonyms?
How to connect to oracle using service name instead of sid?
What types of joins are used in writing subqueries?
Does facebook use oracle?
IS it possible to built the oracle database without setting the kernal parameters?
What is a directory object?