To modify a PRIMARY KEY constraint
To | Follow these steps |
---|---|
Change the column order within a composite primary key | In the Column name grid, expand the list of columns and select the column that you want to order first in the primary key. Repeat this step in subsequent rows of the Column name grid to reorder the remaining columns in the primary key.
Note Each column name must be unique in a primary key. If you select the same column name in more than one row of the Column name grid, an error will prevent you from saving the table. |
Rename the primary key | Type a new name in the Index name box. Make sure that your new name does not duplicate a name in the Selected index list. |
Set the clustered option | Select the Create as CLUSTERED check box. Only one clustered index can exist per table. If this option is not available for your index, you must first clear this setting on the existing clustered index. |
Define a fill factor | Type an integer from 0 to 100 in the Fill factor box. Type 0 to accept the default fill factor. |
Creating and Modifying PRIMARY KEY Constraints |