View the Exhibits and examine the structures of the products and sales tables. 

Which two SQL statements would give the same output?
A.
Option A
B.
Option B
C.
Option C
D.
Option D
Explanation:
View the Exhibits and examine the structures of the products and sales tables. 

Which two SQL statements would give the same output?
A.
Option A
B.
Option B
C.
Option C
D.
Option D
Explanation:
Yes, A & C. INTERRECT and JOIN or INNER JOIN filter common rows. However, in case of INTERSECT both SELECT should have same parallel columns