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 schema in oracle?
How to assign values to variables?
What is a parameter file in oracle?
Is it possible to center an object horizontally in a repeating frame that has a variable horizontal size ?
What is set verify off in oracle?
Explain oracle data types with examples?
How to convert characters to times in oracle?
What types of joins are used in writing subqueries?
What is index in Oracle?
Hi friends can u send the oracle 9i full version download link?????????????? please reply ?
What is a select query statement in oracle?
How do we display rows from the table without duplicates?
Is a rollback possible to any savepoint?
What is object data modeling?
What is a static data dictionary in oracle?