CBSE Class 12 Informatics Practices Question 49 of 91

JOINS and SET Operations — Question 10

Back to all questions
10
Question

Question 10

UNION and UNION ALL produce similar results.

Answer

False

ReasonUNION ALL will retain all the duplicate rows from tables in the final output, while UNION will remove the duplicate rows and include only distinct rows in the final output.