CREATE INDEX

Function

CREATE INDEX-bak defines a new index.

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

Links

ALTER INDEX, DROP INDEX