16

Oracle constraints

  • Upload
    jani

  • View
    125

  • Download
    4

Embed Size (px)

Citation preview

no constraints Specifies…

1 Not null A column can’t have a NULL value.

2 unique A column can’t have a duplicate value.

3 Primary key A column can’t have a NULL as well as

duplicate value.

4 Foreign key Limited INSERT and UPDATE operation detail

table.

5 check A column must follow a specified condition.