A

Admin • 802.91K 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) column
  • (C) Depends
  • (D) None of the mentioned
  • Correct Answer - Option(A)
  • Views: 3
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin
This question asks if the given MySQL statement uses an inequality condition.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.