Concept Flow - CREATE INDEX syntax
Start CREATE INDEX
Specify Index Name
Specify Table Name
Specify Column(s) to Index
Execute Index Creation
Index Created Successfully
END
The CREATE INDEX command starts by naming the index, then specifying the table and columns to index, and finally creates the index to speed up queries.