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
Please explain drop constraint oracle?
Where is the export dump file located?
How to define an anonymous procedure without variables?
How to view the data files in the current database?
How do we represent comments in oracle?
Explain an exception and its types?
What is user managed backup in Oracle?
Why do we need integrity constraints in a database?
Explain the use of record length option in exp command.
Can you assign multiple query result rows to a variable?
What view(s) do you use to associate a users SQLPLUS session with his o/s process?
How to use null as conditions in oracle?
What is rowid and rownum in oracle?
What is sharded cluster?
How to run create database statement?