C1000-065 · Question #52
When developing a report, which two should be defined for a JOIN query?
The correct answer is A. a reference to two queries D. an intersection of two queries. A JOIN query in a report requires two source queries to combine (A) and an intersection point-the common field(s) that defines how those queries link together (D). Think of D as the "where they meet": without specifying the shared column(s), the report engine has no basis for…
Question
When developing a report, which two should be defined for a JOIN query?
Options
- Aa reference to two queries
- Bonly cached results
- Can expression editor
- Dan intersection of two queries
- Ea relationship defining cardinality
How the community answered
(28 responses)- A79% (22)
- B11% (3)
- C7% (2)
- E4% (1)
Explanation
A JOIN query in a report requires two source queries to combine (A) and an intersection point-the common field(s) that defines how those queries link together (D). Think of D as the "where they meet": without specifying the shared column(s), the report engine has no basis for merging the data.
The distractors fail because: B (cached results) is a performance/storage concern, not a structural requirement for defining a JOIN; C (expression editor) is a tool for calculated fields or custom formulas, not for configuring query relationships; E (cardinality) describes how many records match (one-to-one, one-to-many), which is a property of a relationship but is not itself what you define when setting up a JOIN query in a report builder context.
Memory tip: Think "JOIN = 2 + connect" - you need 2 queries (A) and the connection point between them, i.e., the intersection (D). If you remember those two elements, you've got the JOIN defined.
Topics
Community Discussion
No community discussion yet for this question.