Re: Surrogate Keys: an Implementation Issue
From: -CELKO- <jcelko212_at_earthlink.net>
Date: 22 Jul 2006 06:56:15 -0700
Message-ID: <1153576575.260428.27560_at_b28g2000cwb.googlegroups.com>
Date: 22 Jul 2006 06:56:15 -0700
Message-ID: <1153576575.260428.27560_at_b28g2000cwb.googlegroups.com>
Commercial examples include Teradata hashing is one example; Sand compressed bit vectors are another and Sybase SQ Anywhere are been using pointer chains from FKs back to a single occurence of the referenced PK or UNIQUE() constraint set.
IDENTITY is not a surrogate, nor can it be used as a relational key, nor is it practical becuase of the lack of validation and verification. Received on Sat Jul 22 2006 - 15:56:15 CEST