Start of Content Area

This graphic is explained in the accompanying text one Locate the document in its SAP Library structure

Definition of the table one

EXEC SQL CREATE TABLE one
  (keyf         FIXED (6),
   indf         FIXED (3),
   ...,
   PRIMARY KEY (keyf));   /*1000 rows*/

The index indf is created for the table one.

 

 

End of Content Area