•Many constraints are
explicitly declared in the schema
–So the DBMS
will enforce them
–Especially: primary key (some column’s values are non null, and different in every row)
–And
referential integrity: value of foreign key column is actually found in another “referenced” table
•Some
constraints are not declared
–They are
business rules that are supposed to hold
•