The following SQL statement is an example of what type of join syntax?
SELECT pcode, pdescript, vname FROM product JOIN vendor ON product.vcode = vendor.vcode;
Set operator
Implicit inner join syntax
Explicit inner join syntax
Natural join
The following SQL statement is an example of what type of join syntax?
SELECT pcode, pdescript, vname FROM product JOIN vendor ON product.vcode = vendor.vcode;
Set operator
Implicit inner join syntax
Explicit inner join syntax
Natural join
0 comments