Which Of The Following Statement Can Be Used To Create An Index #393
Which of the following statement can be used to create 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 create an INDEX in SQL?
INSERT INDEX index_name table_name;
INSERT INDEX index_name ON table_name;
CREATE INDEX index_name table_name;
CREATE INDEX index_name ON table_name;