What is the difference between join and union.
Answer Posted / vijay kulkarni
In Join, matching rows are joined side-by-side to make the
result table but whereas in Union rows are joined one-below
the other to make the result table.
| Is This Answer Correct ? | 21 Yes | 33 No |
Post New Answer View All Answers
Mention what does the hierarchical profiler does?
What is the primary key?
Is left join faster than join?
What is partition by in sql?
What is sql constant?
How do I order columns in sql?
How to know the last executed procedure?
Explain ttitle and btitle.
Does truncate free space?
What are system versioned tables?
What is the difference between microsoft sql and mysql?
Is merge a dml statement?
What are triggers in sql?
Can a key be both primary and foreign?
Can we call dml statement in function?