Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SAP Sybase SQL Anywhere 16.0 » SQL Anywhere Server - SQL Usage » Data integrity

 

Entity and referential integrity

The relational structure of the database enables the database server to identify information within the database, and ensures that all the rows in each table uphold the relationships between tables (described in the database schema).


Entity integrity
If a client application breaches entity integrity
Primary keys enforce entity integrity
Referential integrity
Foreign keys enforce referential integrity
Loss of referential integrity
If a client application breaches referential integrity
Referential integrity actions
Referential integrity checking