Correct option is C
The
Cartesian product of two tables is calculated as follows:
Formula for the Cartesian Product:
· The
number of rows in the result is the
product of the number of rows in both tables.
· The
number of columns in the result is the
sum of the number of columns in both tables.
Given:
·
First table:
· Number of rows = 2
· Number of columns = 3
·
Second table:
· Number of rows = 4
· Number of columns = 5
Calculation:
·
Number of rows = 2 × 4 = 8
·
Number of columns = 3 + 5 = 8
Therefore, the correct answer is:
·
Number of rows = 8
·
Number of columns = 8
Thus, the correct option is:
(c) Number of rows = 8 & Number of columns = 8