| · | Prevent duplicate information from being entered. For example, a new stock number cannot be the same as an existing one.
|
| · | Verify that the data being entered corresponds with data elsewhere in the database. For example, the product stock number must exist in a table before you enter a sales transaction for the product.
|
| · | Prevent a row from being deleted if it corresponds with data elsewhere in the database. For example, if a transaction refers to a customer, the customer cannot be deleted from the customer table.
|
| · | Define a value range. For example, when you enter a salary, it must be between $15,000 and $50,000. You can either specify a maximum value, a minimum value, or a range of values.
|
| DROP Command
|
| LIST Command
|
| RENAME Command
|
| RULES Command
|
| SET RULES Command
|
|
|
|
|