CBSE Class 12 Informatics Practices Question 57 of 91

JOINS and SET Operations — Question 8

Back to all questions
8
Question

Question 8

How is a cross join different from natural join ?

Answer

A cross join is a very basic type of join that simply pairs every row from one table with every row from another table. On the other hand, a natural join is a join where only one of the identical columns from the joined tables exists.