Computer Science, asked by krunalnikam09, 1 month ago

the SQL join which does Cartesian product is called​

Answers

Answered by Asiaalii123
0
The CARTESIAN JOIN or CROSS JOIN returns the Cartesian product of the sets of records from two or more joined tables. Thus, it equates to an inner join where the join-condition always evaluates to either True or where the join-condition is absent from the statement.
Answered by itscottoncandy5849
0

Answer:

The CARTESIAN JOIN or CROSS JOIN returns the Cartesian product of the sets of records from two or more joined tables. Thus, it equates to an inner join where the join-condition always evaluates to either True or where the join-condition is absent from the statement.

Explanation:

Hope it helps you!!

Please mark me brainliest...

Similar questions