Explore topic-wise MCQs in Mysql.

This section includes 2 Mcqs, each offering curated multiple-choice questions to sharpen your Mysql knowledge and support exam preparation. Choose a topic below to get started.

1.

What is abc in the following statement?
SELECT * FROM student WHERE MATCH(abc) AGAINST('xyz');

A. table name
B. database name
C. column name
D. search string
E. None of these
Answer» D. search string
2.

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

A. search string
B. database name
C. column name
D. table name
E. None of these
Answer» B. database name