Answer:
7 Columns, 50 Rows
Step-by-step explanation:
Given
Table 1


Table 2


SQL join: Cross Join
Required
The number of rows and columns
In cross join, the number of rows that will be returned is calculated using:
So, we have:


Since all columns in both tables are selected, the new table will have the following number of columns

So, we have:

