CBSE Class 12 Informatics Practices
Question 60 of 91
JOINS and SET Operations — Question 11
Back to all questionsTo obtain the Cartesian product of two tables, we multiply the number of rows in the first table by the number of rows in the second table, and the resulting table will have the sum of columns from both tables.
The Cartesian product of "STUDENT" and "TEACHER" will have 4 * 3 = 12 rows and 2 + 4 = 6 columns.
Therefore, the resulting Cartesian product will have 12 rows and 6 columns.