1 12/20/86  create_index, cri
 2 
 3 Syntax:  cri relation_name attribute_name
 4 
 5 
 6 Function:  Creates a secondary index for the attribute in the relation.
 7 
 8 
 9 Arguments:
10 relation_name
11    is the name of the relation to be restructured.
12 
13 attribute_name
14    is the name of the attribute to be indexed.