Constraints and Indexes

This interface allows the creation of special kinds of attributes, which are the constraints. The constraints are specific types of attributes that can be defined by a one or more attributes of a data set, usually serve to uniquely identify an entry in a table. These constraints can also be used as indexes.

This interface allows the creation of three different types of attributes.



The interface for the creation of primary keys and unique keys are exactly the same. For the creation of these items the following steps are needed:

  1. Select the type to be created (primary key or unique key),
  2.  Define a name for this constraint,
  3. Select which attributes will be part of the constraint to be created.

For the creation of index, the steps are repeated, but moreover it is necessary to define the type of index to be used.

  1. Select the type to be created (for this case Index),
  2.  Define a name for this index,
  3. Select which attributes will be part of the index to be created,
  4. Select the type of index to be used.