Question
SELECT * FROM my_table WHERE MATCH(abc) AGAINST('xyz');
a.
column name
b.
table name
c.
search string
d.
database name
Posted under MySQL Database
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. What is abc in the following MySQL statement?
Similar Questions
Discover Related MCQs
Q. In Boolean search, results are sorted by relevance.
View solution
Q. Which parameter determines the shortest words to index in FULLTEXT indexes?
View solution
Q. Which statement is used to access an existing Database?
View solution
Q. The “Mysql command line tool” format the results in which of the following format?
View solution
Q. The “Mysql command line tool” formats are bounded by ______________
View solution
Q. Which command is used on Mysql command line tool to return to window command shell?
View solution
Q. Which command is used in Mysql command line tool to return to window command shell?
View solution
Q. Which command is used for taking “server side help” in Mysql command line tool?
View solution
Q. Which authentications are required for login into Mysql command line tool?
View solution
Q. Mysql command line tool is used to show “how many rows are returned and how long SQL command took to execute”.
View solution
Q. Which command is used for showing current date and time in Mysql command line tool?
View solution
Q. Which among the following is the correct syntax for creating table?
View solution
Q. What is the role of “CONSTRAINS” in defining a table in Mysql?
View solution
Q. Which command is used for the table definition in Mysql?
View solution
Q. Which among the following is the correct syntax for defining “Constraint Check” in Mysql?
View solution
Q. Which data type character merges the “Check Constraint” into a data type definition?
View solution
Q. Which among the following is the correct syntax for defining “ENUM” in Mysql?
View solution
Q. Which among the following are the correct definitions for “NULL” in Mysql?
View solution
Q. What is the meaning of “REFERENCES” in table definition?
View solution
Q. What default value gets stored in columns of the table?
View solution
Suggested Topics
Are you eager to expand your knowledge beyond MySQL Database? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!