Disclaims:
Always study and research the information here first before use! UAYOR!
- In order to be considered relational, data integrity must be an internal function of the DBMS; not the application program
- Data integrity means the consistency and accuracy of the data in the database (i.e., keeping the garbage out of the database)
- Data integrity got 3 type:
- entity,
- domain, and
- referential
- Within the database, data integrity can be enforced procedurally or declaratively
- Declarative data integrity involves placing or 'declaring' constraints on column
- Procedural data integrity is maintained through code (i.e., through stored procedures or triggers)
0 comments:
Post a Comment