ExamGecko
Question list
Search
Search

Question 82 - TDS-C01 discussion

Report
Export

True or False: A LEFT JOIN or INNER JOIN creates a row each time the join criteria is satisfied, which can result in duplicate rows. One way to avoid this is to use data blending instead.

A.
True
Answers
A.
True
B.
False
Answers
B.
False
Suggested answer: A

Explanation:

Joins combine tables by adding more columns of data across similar row structures. This can cause data loss or duplication if tables are at different levels of detail, and joined data sources must be fixed before analysis can begin.

Inner join

Left Join

Blends, unlike relationships or joins, never truly combine the data. Instead, blends query each data source independently, the results are aggregated to the appropriate level, then the results are presented visually together in the view.

asked 23/09/2024
Houshang Ardekani
39 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first