InterviewSolution
Saved Bookmarks
| 1. |
A table STUDENT has 4 rows and 2 columns and another table TEACHER has 3 rows and 4 columns. How many rows and columns will be there if we obtain the Cartesian product of these two tables? |
|
Answer» 12 rows and 6 columns. |
|