Re: Lookup Tables, the right way?
From: Steve <stevedaniel4_at_yahoo.co.uk>
Date: 11 Mar 2006 08:53:58 -0800
Message-ID: <1142096038.271481.90730_at_e56g2000cwe.googlegroups.com>
Date: 11 Mar 2006 08:53:58 -0800
Message-ID: <1142096038.271481.90730_at_e56g2000cwe.googlegroups.com>
Marshall Spight wrote:
> Jason Williams wrote:
> >
> > 1. If you are defining a database table that requires a lookup table,
> > then the foreign key between the tow tables should be an integer, and
> > the lookup table should contain two columns, a sequence number that is
> > used for the foreign keys, and the actual value. For example :
> > [...]
> > 2. If you are defining a database table that requires a lookup table,
> > then the foreign key between the two tables should be a character
> > field, and the lookup table should consist of a character field of the
> > same length. For example:
> > [...]
>
S Received on Sat Mar 11 2006 - 17:53:58 CET