Answer Posted / yadunandan
select max(sal) from emp where sal<(select max(sal) from
emp)
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Explain integrity constraints?
How to divide query output into groups in oracle?
How to load data from external tables to regular tables?
How does Oracle guarantee data integrity of data changes?
Explain do view contain data?
Explain the types of exception?
How to sort the query output in oracle?
What is a nvl function? How can it be used?
What is bind variable in oracle 11g?
How do we display rows from the table without duplicates?
How to end the current transaction in oracle?
What are the ways tablespaces can be managed and how do they differ?
Please explain compound trigger in oracle?
Explain table?
What is a sub query and what are the different types of subqueries?