Indexes; Sql Indexes - HP Neoview SQL Reference Manual

Hide thumbs Also See for Neoview SQL:
Table of Contents

Advertisement

Indexes

An index is an ordered set of pointers to rows of a table. Each index is based on the values in
one or more columns.
There is always a one-to-one correspondence between index rows and base table rows.

SQL Indexes

Each row in a Neoview SQL index contains:
The columns specified in the CREATE INDEX statement
The clustering key of the underlying table (the user-defined clustering key)
An index name is an SQL identifier. Indexes have their own namespace within a schema, so an
index name might be the same as a table or constraint name. However, no two indexes in a
schema can have the same name.
See
"CREATE INDEX Statement" (page
58).
Indexes
221

Advertisement

Table of Contents
loading

Table of Contents