1.

Does the following query belong to the Inequality 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. Depends
B. No
C. Yes
D. All of above
E. None of these
Answer» D. All of above


Discussion

No Comment Found

Related MCQs