Computer » SQL

Which of the following is valid SQL for an Index?

A

CREATE INDEX ID;

B

CHANGE INDEX ID;

C

ADD INDEX ID;

D

REMOVE INDEX ID;