Answer Posted / manjeet
select max(sal) from emp where sal not in (select max(sal)
from emp)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to get execution statistics reports on query statements?
How to add a new column to an existing table in oracle?
How do I learn what codesets are available in oracle?
What is a table index?
why should i declare foreign key constraint as self relation instead of binary relation in tables ?
What privilege is needed for a user to delete rows from tables in another schema?
What is merge statement used for?
Does facebook use oracle?
Explain what are the characteristics of data files?
Which is better Oracle or MS SQL? Why?
why dont we assign not null constraint as table level constraint.
material view and view disadvantages?
How do I recompile a procedure in oracle?
Explain the use of grant option in exp command.
How a tablespace is related to data files?