A

Admin • 833K Points
Coach

Q. What is xyz in the following MySQL statement?
SELECT * FROM my_table WHERE MATCH(abc) AGAINST('xyz');

  • (A) column name
  • (B) table name
  • (C) search string
  • (D) database name
  • Correct Answer - Option(C)
  • Views: 24
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin

This question is asking about the part of the MySQL code that represents the search string.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.