What is different between union and minus?
Answer Posted / bhaskar
UNION : Union combines the two table records, its eliminates
the duplicate records
Minus: ???
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
what is cursor and its type, what is ref cursor write a syntax to pass ref cursor into procedure out fucntion and call the procedure
What is the cause of mutating table error and how can we solve it?
how can we take a backup of a mysql table and how can we restore it. ? : Sql dba
mention if it is possible to import data directly from t-sql commands without using sql server integration services? If yes, what are the commands? : Transact sql
explain normalization concept? : Sql dba
How do I count duplicates in sql?
What is a temporal data type?
What is full form of rtm?
Explain the structure of pl/sql in brief.
What is sqlcommand?
Can we use distinct and group by together?
How do I view an execution plan in sql?
When is a declare statement required?
Can we call a function containing dml statements in a select query?
What is the difference between join and natural join?