Answer Posted / pavan_1981
UNION:set of all rows selected by both queries excluding
duplicates rows.
UNIONALL:set of all rows selected by both queries including
duplicate rows.
MINUS:set of all rows present in the first query and not
present in the second query.
INTERSECT:set of all rows commonly returned by both the
queries.
| Is This Answer Correct ? | 20 Yes | 4 No |
Post New Answer View All Answers
Why is sql*loader direct path so fast?
What is view explain with example?
Is and as keyword in pl sql?
Can we want to pass a parameter payroll_id to this external pl/sql function, how do we do it?
Define union, minus, union all, intersect ?
What are different types of keys?
what is sql profiler? : Sql dba
What is sql keyword?
What does select top 1 do in sql?
What is database white box testing and black box testing?
Is pl sql still used?
What is sql in oracle?
Is it possible to create startup or shutdown trigger for on-schema?
What is a common use of group by in sql?
Is t sql a programming language?