CompTIA
DY0-001 · Question #65
Which of the following JOINS would generate the largest amount of data?
The correct answer is C. CROSS JOIN. A CROSS JOIN produces the Cartesian product of the two tables (every row from the first paired with every row from the second), yielding far more rows than any of the other join types.
Data Processing Technologies
Question
Which of the following JOINS would generate the largest amount of data?
Options
- ARIGHT JOIN
- BLEFT JOIN
- CCROSS JOIN
- DINNER JOIN
How the community answered
(28 responses)- A4% (1)
- B7% (2)
- C89% (25)
Explanation
A CROSS JOIN produces the Cartesian product of the two tables (every row from the first paired with every row from the second), yielding far more rows than any of the other join types.
Topics
#SQL joins#CROSS JOIN#Cartesian product#data volume
Community Discussion
No community discussion yet for this question.