Was this helpful?
CREATE INDEX Example
Create an index called, x, for the columns, ename and age, on employee table.
create index x on employee (ename, age);
Last modified date: 11/28/2023