1.

What Is A Cartesian Product?

Answer»

CARTESIAN product is the RESULT of an unrestricted join of two or more tables. The result set of a three table Cartesian product will have x * y * z number of ROWS where x, y, z CORRESPOND to the number of rows in each table involved in the join.

Cartesian product is the result of an unrestricted join of two or more tables. The result set of a three table Cartesian product will have x * y * z number of rows where x, y, z correspond to the number of rows in each table involved in the join.



Discussion

No Comment Found