CBSE Class 12 Informatics Practices
Question 28 of 91
JOINS and SET Operations — Question 4
Back to all questionsCartesian
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.