• not null: The column cannot be assigned the value NULL.

  • check(...): An invariant, (the condition must always be true).

  • Note that constraints can be combined.

  • Also constraints, to be discussed separately:
    • primary key
    • references, which is a simple form of foreign key.