Solved

​Which Command Will Create an Index

Question 61

Multiple Choice

​Which command will create an index?


A) ​CREATE INDEX indexname IN tablename (columnname)
B) ​CREATE INDEX indexname REFERENCE (columnname)
C) ​CREATE INDEX indexname ON tablename (columnname)
D) ​CREATE INDEX indexname INCREMENT BY (columnname)

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions