1.

Is the following query belongs to the Equality condition ?
SELECT product_type.name, product.name
FROM product_type INNER JOIN Product
ON product_type.dept=Product.dept
WHERE product_type.name= customers_accounts ;

A. No
B. Depends
C. Yes
D. All of above
E. None of these
Answer» D. All of above


Discussion

No Comment Found

Related MCQs