Answer Posted / anandh
select * from emp where sal = (select max(sal) from emp where sal<>(select max(sal) from emp));
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the difference between 10g OEM and 11g OEM?
How to do clean up if create database failed?
defination of bitmap index
What is private procedure oracle?
What are the database administrators utilities available?
What is ADDM Advisor in Oracle?
What happens if variable names collide with table/column names?
What are the built-in functions used for sending Parameters to forms ?
Explain the difference between sap and oracle?
What privilege is needed for a user to create indexes in oracle?
Which is better Oracle or MS SQL? Why?
Where are the settings stored for each instance in oracle?
What are the different pseudo commands? Explain in general?
Explain the use of grant option in exp command.
How to increment dates by 1 in oracle?