Which of the following drop down index syntaxes is true for MySQL?

Which of the following drop down index syntaxes is true for MySQL?

Which of the following drop down index syntaxes is true for MySQL?

A.
DROP INDEX index_name ON table_name

B.
ALTER TABLE table_name DROP INDEX index_name

C.
DROP INDEX table_name.index_name

D.
DROP INDEX index_name



Leave a Reply 0

Your email address will not be published. Required fields are marked *