CBSE Class 12 Computer Science Question 57 of 91

Grouping Records, Joins in SQL — Question 13

Back to all questions
13
Question

Question 13

A join query without the join condition produces a 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.