(TCO 7) The following SQL statement is an example of what type of join
9. (TCO 7) The following SQL statement is an example of what type of join
syntax?
SELECT pcode, pdescript, vname FROM product, vendor WHERE product.vcode = vendor.vcode; (Points : 4)
A Set operator
B Implicit inner join syntax
C Explicit inner join syntax
D Natural join