exam questions

Exam TDA-C01 All Questions

View all questions & answers for the TDA-C01 exam

Exam TDA-C01 topic 1 question 180 discussion

Actual exam question from Tableau's TDA-C01
Question #: 180
Topic #: 1
[All TDA-C01 Questions]

A Data Analyst has a data source that has two tables named Table1 and Table2. Table1 is the primary table and Table2 is the secondary table.

The analyst wants to combine the tables by using Tableau Prep. The combined table must include only values from Table1 that do not match any values in Table2. The field values from Table2 must appear as null values.

Which type of join should the analyst use?

  • A. Left only
  • B. Left
  • C. Union
  • D. Inner
  • E. Full outer
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
0314f0b
1 week, 4 days ago
Selected Answer: A
This specific requirement (values only from the primary table that have no match in the secondary table, with secondary table fields showing as null) is precisely what a Left Only Join achieves. Let's break down why: A. Left Only: This join type (sometimes called an anti-join or Left Exclusive Join) returns only the rows from the left table (Table1) that do not have a matching row in the right table (Table2). For the fields originating from Table2, since there's no match, they will naturally appear as NULL. This perfectly fits the described requirement. B. Left: A standard Left Join returns all rows from the left table (Table1) and the matching rows from the right table (Table2). If there's no match in Table2 for a row in Table1, the fields from Table2 will be NULL. However, it also includes the rows where there is a match, which the requirement explicitly excludes ("only values from Table1 that do not match").
upvoted 1 times
...
d98a23f
1 month, 1 week ago
Selected Answer: A
https://help.tableau.com/current/prep/en-us/prep_combine.htm
upvoted 1 times
...
ShazzyHawk
1 month, 3 weeks ago
Selected Answer: A
left only is correct
upvoted 1 times
...
janasuresh
4 months, 3 weeks ago
Selected Answer: A
left Only : For each row, includes only values from the left table that don't match any values from the right table. Field values from the right table show as null values in the join results.
upvoted 3 times
...
Lakshmi2023
5 months ago
Selected Answer: B
The join type should be "Left". There is nothing called "Left only" join.
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...