DA0-001 · Question #125
You have two databases tables that you would like to join together using a foreign key relationship. What term best describes this action?
The correct answer is D. Merging.. Merging refers to combining two datasets by aligning rows based on a shared key (such as a foreign key relationship), which is the standard relational database join operation. Appending stacks datasets vertically (adding more rows), blending is a looser connection term used in to
Question
You have two databases tables that you would like to join together using a foreign key relationship. What term best describes this action?
Options
- ABlending.
- BAppending.
- CMixing.
- DMerging.
How the community answered
(38 responses)- A5% (2)
- B3% (1)
- C3% (1)
- D89% (34)
Explanation
Merging refers to combining two datasets by aligning rows based on a shared key (such as a foreign key relationship), which is the standard relational database join operation. Appending stacks datasets vertically (adding more rows), blending is a looser connection term used in tools like Tableau where data sources are linked without a formal join, and mixing is not a standard data integration term.
Topics
Community Discussion
No community discussion yet for this question.