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
2 months agoArminda
2 months agoCurtis
22 days agoNohemi
29 days agoShantell
1 months agoLemuel
2 months agoMaira
2 months agoClemencia
2 months agoMabelle
1 months agoRoxane
1 months agoTijuana
2 months agoRashida
3 months agoHelga
3 months agoRashida
3 months ago