A Cartesian product of two tables joins each row from the first table with every row from the second. The resulting row count is the product of the individual table row counts. For example, 6 rows in A multiplied by 5 rows in B yields 30 rows. The column count of the resultant table is the sum of columns from both tables: 3 columns in A plus 2 columns in B results in 5 columns. Therefore, the statement is True.