CREATE INDEX

Function

CREATE INDEX creates an index in a specified table.

Indexes are primarily used to enhance database performance (though inappropriate use can result in slower database performance). You are advised to create indexes on:

The partitioned table does not support concurrent index creation, partial index creation, and NULL FIRST.

Precautions

Syntax

Parameters

Examples

Helpful Links

ALTER INDEX, DROP INDEX