I want to display a result query from joining two tables with 20 and 10 rows respectively. Erroneously I forget to write the WHERE clause. What would be the result?

Started by Daanish, March 21, 2016, 10:37:58 AM

Previous topic - Next topic

Lorenzo

Hello, I have a little problem that I can not answer, i want to display a result query from joining two tables with 20 and 10 rows respectively. erroneously i forget to write the where clause. what would be the result? It's urgent, thank you please help me quickly.

Ivan

The result would be the Cartesian product of two tables with 20 x 10 = 200 rows.