6. QUEL and EQUEL Statements : Index Statement—Index a Table : Syntax
 
Share this page                  
Syntax
[##] index [unique] on tablename is indexname 
(columnname {, columnname}
[with_clause]
The optional with_clause must consist of a comma-separated list of one of more of the following:
structure = btree | cbtree | isam | cisam | hash | chash
key = (
columnname {columnname}) 
fillfactor = n 
minpages =
 n 
maxpages = 
leaffill = n
nonleaffill = n
maxindexfill = 
location = (locationname {, locationname}) 
allocation n
extend n