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


Discussion

No Comment Found