Question: MySql Assume some table T1 has a column called X and 5 total rows, and some table T2 has columns called Y and Z, and
Assume some table T1 has a column called X and 5 total rows, and some table T2 has columns called Y and Z, and Z is a foreign key referencing T1(x) and T2 has a total of 3 rows. How many rows are in the result of the following query? Hint: think carefully about the meaning of a natural join. SELECT FROM TI NATURAL JOIN T2; 13
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
