When performing UNION, INTERSECT and EXCEPT in SQL and comparing to the normal statements, BE CAREFUL WITH DUPLICATES

Set operations won't include duplicates while the SELECT statements will ouput duplicates

Check FD: whenever the left side have the same tuple, the right side has to be the same