Meta-schema Manager / Adding more information to a meta-schema |
Constraints and indexes that are part of the database structure are displayed as part of the table, but additional constraints and indexes can be added.
Right-click the table in the meta-schema diagram and select Add Constraint or Index.
Figure 1. Add Constraint or Index dialog
Specify the index type: Primary key, Secondary key, Index, or Unique index.
An index improves the speed of looking up data in tables. Indexes can be defined on one or more table columns.
The index can be viewed in the Structure view.
Figure 2. Database Structure view
Select the index to display its properties in the Properties view.
Figure 3. Properties view
If an index contains more than one column, the order of the columns is indicated.