Answer Posted / mk
select *from emp where sal=(select distinct(max(sal)) from
emp where sal <select max(sal) from emp )
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to create a new user account in oracle?
How to use in conditions in oracle?
What is the difference difference between $ORACLE_HOME and $ORACLE_BASE.
How to count groups returned with the group by clause in oracle?
Database is hung. Old and new user connections alike hang on impact. What do you do? Your SYS SQLPLUS session IS able to connect.
What are a query and state the different types of queries and their uses?
What is backup in Oracle?
How do I limit the number of rows returned by an oracle query after ordering?
How to create a table index in oracle?
What are the different types of failures that occur in Oracle database?
What is tns name?
What is a nested table and how is it different from a normal table?
How to use "while" statements in oracle?
How to grant create session privilege to a user in oracle?
How to retrieve the count of updated rows?