Inner - Cartesian Product

SELECT * FROM table_1, table_2

New table will
Row count = row of table_1 x table_2
Column count = colum of table_1 + table_2