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


Please Help Members By Posting Answers For Below Questions

How a tablespace is related to data files?

581


What query tells you how much space a tablespace named test is taking up, and how much space is remaining?

1804


How many types of tables are there in oracle?

575


How do we create privileges in oracle?

586


what are archived logs?

1712






What is the maximum number of triggers that can be applied to a single table?

557


What do you mean by a tablespace?

563


How to create a stored procedure in oracle?

573


What happens to the indexes if a table is recovered?

575


How can we create the complete backup of data in the oracle.

1682


What do you mean by merge in oracle?

591


What is oracle update statement with inner join ?

579


can anyody please send me the dump for Oracle 10g certifications for DBA path?

1685


does the query needs a hint to access a materialized view?

1462


How to get a list of all background sessions in the database?

539