Re: database integrity
Date: Thu, 19 May 2005 16:56:59 +0300
Message-ID: <d6i5vu$hgp$1_at_domitilla.aioe.org>
"Tony Andrews" <andrewst_at_onetel.com> wrote in message
news:1116507337.775726.148290_at_f14g2000cwb.googlegroups.com...
> mountain man wrote:
> > Q1: What is database integrity?
> >
> > A1: A measure of the self-referential consistency of all
> > the relations existent between the physical data elements
> > defined in the schema of a database.
> >
> > Any disagreements, improvements, comments?
> So perhaps, and with additional simplifications:
> A2: A measure of the consistency of the relationships between the data
> elements defined in a database.
Or (database) integrity is (a measure of ???) consistency (of
relationships) ?
Means to protect database integrity:
I think it is an all or nothing affair unless you are in the data recovery
business.
- constraints (normalization, data type, keys, referential integrity, etc.)
