What is different between union and minus?
Answer Posted / varma
union:
Union combines result set of two select statements
into one result set and from the result it eliminates
duplicate rows.
Minus:
Minus takes the result set of one select statement
and removes those rows that are also returned by another
select statement.
Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How many subqueries can be nested in a statement?
What are user defined functions?
What is an oracle stored procedure?
What problem one might face while writing log information to a data-base table in pl/sql?
When is the explicit cursor used ?
Explain the difference between cursor declared in procedures and cursors declared in the package specification?
What is pl/sql table? Why it is used?
What is crud sql?
What is the sql*loader? : aql loader
When you have to use a default "rollback to" savepoint of plvlog?
What is the syntax to add a record to a table?
What is pivot in sql?
what is subquery? : Sql dba
Are there any features that are decommissioned in 11g that are not present in 11g?
is mysql query is case sensitive? : Sql dba