Respuesta :

The number of rows that would be returned from the cross join of tables A and B is 144 rows.

The cross join of table A and table B is the cartesian product of A and B.

Since table A = 8 rows and table B = 18 rows, the cartesian product of the rows is 8 × 18 = 144 rows.

So, the number of rows that would be returned from the cross join of tables A and B is 144 rows.

Learn more about cross join here:

https://brainly.com/question/24263570