A

Admin • 833K Points
Coach

Q. 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
  • (B) put CGI
  • (C) Depends
  • (D) None of the mentioned
  • Correct Answer - Option(A)
  • Views: 16
  • Filed under category MySQL
  • Hashtags:

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.