A

Admin • 833K Points
Coach

Q. What is the join where all possible row combinations are produced?

  • (A) CARTESIAN
  • (B) NATURAL
  • (C) OUTER
  • (D) INNER JOIN
  • Correct Answer - Option(A)
  • Views: 26
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin

In ‘cartesian product’, each row of each table is combined with each row in every other table to produce all possible combination. This produces a very large number of rows since the number is the product of rows.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.