πŸ“Š MySQL
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

πŸ‘οΈ
59
Total Visits
πŸ“½οΈ
12 mo ago
Published
πŸŽ–οΈ
Ritu Singhal
Publisher
πŸ“ˆ
81%
Success Rate