1.

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


Discussion

No Comment Found