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
πŸ’¬ Discuss
βœ… Correct Answer: (C) search string
Explanation: This question is asking about the part of the MySQL code that represents the search string.
Explanation by: Ritu Singhal
This question is asking about the part of the MySQL code that represents the search string.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
82
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Ritu Singhal
Publisher
πŸ“ˆ
90%
Success Rate