Louis I. answered 04/18/19
Tutor
4.9
(247)
Computer Science Instructor/Tutor: Real World and Academia Experienced
Hi! By default, a UNION applies a DISTINCT to a query's result set ... a "UNION ALL" instructs the SQL engine to NOT do that - no DISTINCT applied.