Altering a table
Use the Alter Table notebook to alter a table.
Authorities and privileges

To alter a table:
-
Open the Alter Table
notebook.
- Perform one or more of these tasks depending on what you want to
alter:
- On the Table page,
change table properties.
- On the Columns page:
- On the Primary Key page,
define a new primary key
or
change the existing primary key.
In both cases, the new primary key you define must be
identical to one of the table's unique index keys.
The keys are identical only if they have the
same number of columns and the nth column name of one is the
same as the nth column name of the other.
- On the Foreign Key page:
- On the Check Constraints page:
- Click OK to alter your table and close the Alter Table notebook.

Related information