Suppose tablea has 10 rows and tableb has 10 rows and that


Suppose TableA has 10 rows and TableB has 10 rows and that TableA.id and TableB.id are primary keys of their respective tables. Do not assume any additional constraints.

SELECT *

FROM TableA a

INNER JOIN TableB b ON a.id = b.id

Give the minimum and maximum number of rows in the result set.

Solution Preview :

Prepared by a verified Expert
Business Management: Suppose tablea has 10 rows and tableb has 10 rows and that
Reference No:- TGS01714448

Now Priced at $20 (50% Discount)

Recommended (96%)

Rated (4.8/5)