CBSE Class 12 Computer Science Question 49 of 91

Grouping Records, Joins in SQL — Question 5

Back to all questions
5
Question

Question 5

Missing join condition in join query produces cartesian product.

Answer

True

Reason — When a join query has no join condition specified, it results in a Cartesian product. This means that every row from the first table is combined with every row from the second table.