Which Product Is Returned In A Join Query Have No Join Condition?

Which Product Is Returned In A Join Query Have No Join Condition? If two tables in a join query have no join condition, then Oracle Database returns their Cartesian product. Oracle combines each row of one table with each row of the other. A Cartesian product always generates many rows and is rarely useful. Which