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: 01/30/2023