Explanation:
In a Cartesian product of two tables A and B:
- The degree (number of columns) of the resulting table is the sum of the degrees of A and B.
- The cardinality (number of rows) of the resulting table is the product of the cardinalities of A and B.
Here,
- Degree = 3 + 2 = 5
- Cardinality = 6 × 5 = 30
Hence, the statement is correct.
