-
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’;
-
- Depends
- No
- Yes
- All of above
- None of these
Correct Option: C
In the following query operator “<>”are inequality operator.