A

Admin • 802.91K Points
Coach

Q. What is abc 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(A)
  • Views: 6
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin
Column name: In the MATCH clause, abc represents the name of the column against which the full-text search is performed. In this case, the search is conducted in the column named abc within the my_table table.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.