Which Of The Following Statement Can Be Used To Delete An Index #400
Which of the following statement can be used to delete an INDEX in SQL?
This multiple choice question (MCQ) is related to the book/course gs gs115 Structured Query Language. It can also be found in gs gs115 SQL Constraints - SQL Index - Quiz No.1.
Which of the following statement can be used to delete an INDEX in SQL?
DROP INDEX table_name;
DROP INDEX index_name;
DROP INDEX index_name ON table_name;
DELETE INDEX index_name;