Database design
- From: KR <kraman@xxxxxxxxxx>
- Date: 25 May 2007 09:18:40 -0700
Hi All,
I wanted the expert opinion out there in the use of foreign keys as
primary keys in a table. I am not very good at explaining this
concept, but I am going to try -
Let us say you have a parent/master table( Ex: purchase order) that
is generating number (primary key for the main table)using the seed
and increment specified. We need all the records of this table to be
in sequential order - i.e. we need all purchase orders to be in
sequence. Now there are two different types purchase orders different
enough to have entity/tables of their own. So what are the downsides
of using the primary key generated in the main table which would
normally be a foreign key to the child table, as the actual primary
key in the child tables.
Thanks
KR
.
- Follow-Ups:
- Re: Database design
- From: --CELKO--
- Re: Database design
- From: M A Srinivas
- Re: Database design
- From: Erland Sommarskog
- Re: Database design
- From: M@
- Re: Database design
- Prev by Date: Re: view of max values from many tables
- Next by Date: Re: Database design
- Previous by thread: Need Help with a SQL Statement - Trying not to use a Cursor
- Next by thread: Re: Database design
- Index(es):
Relevant Pages
|