Home »
MCQs »
Transact-SQL (T-SQL) MCQs
Which of the following types of joins involves joining every row from one table to every row from another table?
24. Which of the following types of joins involves joining every row from one table to every row from another table?
- INNER JOIN
- LEFT JOIN
- RIGHT JOIN
- FULL JOIN
- SELF JOIN
- CARTESIAN JOIN
Answer: F) CARTESIAN JOIN
Explanation:
CARTESIAN JOIN involves joining every row from one table to every row from another table.