Dumb question.. what logic does the database use to determine the result set if you do a select without a join such as:
select * from table1, table2
It uses a cartesian product, it gives every possible combination of the two tables.
More info on this, applied to SQL.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With