TDS-C01 · Question #110
What are two requirements to combine two tables by using a union? (Choose two.)
The correct answer is A. Related fields must have matching data types. D. The tables must have the same number of fields. For a union in Tableau: - Related fields must have matching data types to ensure data consistency across the combined - The tables must have the same number of fields so that each field from one table aligns correctly with the corresponding field in the other table. It is not…
Question
What are two requirements to combine two tables by using a union? (Choose two.)
Options
- ARelated fields must have matching data types.
- BRelated fields must have different names.
- CThe tables must come from different connections.
- DThe tables must have the same number of fields.
How the community answered
(40 responses)- A90% (36)
- B8% (3)
- C3% (1)
Explanation
For a union in Tableau: - Related fields must have matching data types to ensure data consistency across the combined - The tables must have the same number of fields so that each field from one table aligns correctly with the corresponding field in the other table. It is not necessary for related fields to have different names, nor is it required that the tables come from different connections. A union combines rows, so the structure (number of fields and data types) must be compatible across tables.
Topics
Community Discussion
No community discussion yet for this question.