A set of tables are defined as follows: t1 t2 How many rows are returned by executing the following SQL statement? SELECT t1.name FROM t1 CROSS JOIN t2;
I think the answer is D. A CROSS JOIN will return the Cartesian product of the two tables, so the number of rows returned will be the number of rows in t1 multiplied by the number of rows in t2.
Dong
12 days agoArminda
15 days agoLemuel
1 days agoMaira
18 days agoClemencia
23 days agoTijuana
1 days agoRashida
2 months agoHelga
2 months agoRashida
2 months ago