What is the join where all possible row combinations are produced?
(a) INNER JOIN
(b) OUTER
(c) NATURAL
(d) CARTESIAN
(a) INNER JOIN
(b) OUTER
(c) NATURAL
(d) CARTESIAN
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Correct choice is (d) CARTESIAN
Explanation: In ‘cartesian product’, each row of each table is combined with each row in every other table to produce all possible combinations. This produces a very large number of rows since the number is the product of rows.