SQLzoo.net

Add a constraint to a table.

Access
We can add a constraint
  • a foreign key reference
  • a UNIQUE requirement
  • a CHECK constraint
This is in the SQL standard ALTER TABLE
Run the tidy code silently
Run set up code


Specific to Access
The check is not supported.

Related links:

  • CREATE, DROP and ALTER