Multiple choice technology packaged enterprise solutions

What is not true about the primary index of a table

  1. The key fields of the table make up the primary index

  2. The developer designates the fields to be used as the primary index

  3. The primary index is automatically created when the table is activated

  4. The primary index ID cannot be designated by the Database Adminstrator

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In SAP ABAP, the primary index is automatically created from the table's key fields when the table is activated. The system does this automatically - the developer does not manually designate which fields form the primary index. The key fields defined in the table structure automatically become the primary index.