Question
a.
DROP INDEX
b.
DELETE INDEX
c.
REMOVE INDEX
d.
FLUSH INDEX
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. Which statement is used to remove indexes on tables?
Similar Questions
Discover Related MCQs
Q. Which storage engine is not available in MySQL 5.0?
View solution
Q. The default storage engine used is ____________
View solution
Q. What is the name of the format file for a table named my_tbl?
View solution
Q. In the CREATE TABLE statement, the engine name specified is case sensitive.
View solution
Q. Which keyword is used to create a table as a temporary copy of itself?
View solution
Q. Which storage engine enables to access tables from a MySQL server managed by another server?
View solution
Q. It is possible to drop multiple tables in the same statement.
View solution
Q. The default index type for MEMORY tables is __________
View solution
Q. The statement to change the table name is __________
View solution
Q. The general term for information about databases and the objects in MySQL is _________
View solution
Q. Which statement is used to determine the storage engine for individual tables?
View solution
Q. INFORMATION_SCHEMA is based on the SQL standard.
View solution
Q. Which disk data does FILES table in INFORMATION_SCHEMA store?
View solution
Q. The information about table index characteristics is stored in which table of INFORMATION_SCHEMA?
View solution
Q. Which table in INFORMATION_SCHEMA stores information about storage engines and server plugins?
View solution
Q. INFORMATION_SCHEMA is more portable than SHOW statements.
View solution
Q. Which table stores information about the threads executing within the server?
View solution
Q. The command which lists databases managed by the server is _____________
View solution
Q. The option in mysqlshow to show information about indexes in a table is _________
View solution
Q. SELECT select_list FROM table_list WHERE row_constraint GROUP BY grouping_columns; Which of these is not optional?
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!