What is the difference between join and union.
Answer Posted / viswanath
Both of them are two different operations, but both are
used for merging. However, UNION used for Vertical merge
where as JOIN used for Horizontal merge.
We can never use these two distinct operations
interchengably.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is constant in pl sql?
how to use in conditions? : Sql dba
What is parallel hint?
can a stored procedure call itself or recursive stored procedure? How much level sp nesting is possible? : Sql dba
Explain the insert into statements in sql?
What version is sql?
How do I view a view in sql?
how to check server status with 'mysqladmin'? : Sql dba
How to run sql functions in pl/sql?
What is a subquery in sql?
what is view? : Sql dba
Explain the select statement in sql?
What is sql performance tuning?
What is a temp table?
what are date and time data types? : Sql dba