-
The following statement is invalid.
SELECT name, id FROM table1 UNION name, def FROM table2;
-
- False
- True
- NA
- NA
- NA
Correct Option: A
Even if the columns ‘id’ and ‘def’ have different data types, the results from these columns are placed into the column ‘id’. The data types can be determined from the values in the columns.