Re: db design questions

2001-07-07 Thread Siomara Pantarotto
inetly agree specially if you consider that the number of interests in table may increase at anytime. Siomara > >Hope that wasn't too long winded. :) > >Roger > >- Original Message - >From: "Siomara Pantarotto" <[EMAIL PROTECTED]> >To: <[EMAI

Re: db design questions

2001-07-06 Thread Roger Ramirez
asn't too long winded. :) Roger - Original Message - From: "Siomara Pantarotto" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, July 06, 2001 5:07 PM Subject: Re: db design questions > Hi, > > Try to keep the simple

Re: db design questions

2001-07-06 Thread Siomara Pantarotto
sorry I typed my website wrong. The right url is: www.geocities.com/hisiomara >From: "Siomara Pantarotto" <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED], [EMAIL PROTECTED] >Subject: Re: db design questions >Date: Fri, 06 Jul 2001 18:07:36 -0300 > >Hi, > >

Re: db design questions

2001-07-06 Thread Siomara Pantarotto
Hi, Try to keep the simple attributes in one table and the repetitions in separated tables> For example: A person has only one gender, one name, one marital stauts , etc however a person can have none,one or more than one kid. Create another table and create a relationship between both.