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
How to create a new tablespace in oracle?
What happens to the current transaction if the session is killed?
In Oracle Clinical 4.5.0, can the VIEW_TEMPLATE_ID column in DATA_EXTRACT_VIEWS table contain NULL value?
Why is oracle database so popular?
What are the built-in functions used for sending Parameters to forms ?
What are the differences between date and timestamp in oracle?
Point out the difference between user tables and data dictionary?
What do you understand by a database object?
How to drop a stored procedure in oracle?
ur a sql devoloper...what is the process in ur company for finding the database BUGS .. seperate DB testers are there? or devr.s are manage? if DB TESTERS in there what is the process
How to use "in out" parameter properly?
How to connect asp pages to oracle servers?
How to rollback the current transaction in oracle?
How do I know if oracle client is installed on windows?
How to use "out" parameter properly?