Vidyalelo
MySQL · Q989

MySQL

Programming · MySQL · question 989

Q989

Does the following MySQL statement 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.
Yes
Answer
B.
No
C.
Depends
D.
None of the mentioned

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board