When using set operators, which columns must have compatible data types between the two SELECT statements?
-
A
Only the first column in each SELECT statement
-
B
Only the primary key columns
-
C
All corresponding columns in both SELECT statements
-
D
Only columns appearing in the WHERE clause