Given the following two tables TABLEA and TABLEB with FKAB a…
Given the following two tables TABLEA and TABLEB with FKAB as foreign key. Which of the following SQL choices produces this result table: T1.pkA T1.attra1 T2.pkB T2.attrB1 T2.fkAB 1 A1 A B1 1 1 A1 B B2 1 2 A1 D NULL 2 3 A2 NULL NULL NULL 4 A2 NULL NULL NULL 5 NULL F B3 5 NULL NULL C B1 NULL NULL NULL E B2 NULL