Out:
380 rows
while each table contains 190 rows. Union ALL accounts for intersection twice. Thus LEN(UNION ALL AB) = LEN(A) + LEN(B)
INTERSECT
Repeat the previous UNION ALL
exercise, this time looking at the records in common for country code and year for the economies
and populations
tables.