Re: SQL How To
- Posted by Patrick Barnes <mrtrick at gmail.com> Sep 03, 2005
- 461 views
On 9/3/05, cklester <guest at rapideuphoria.com> wrote: > Should I do away with the sequence field and create a new table like so: > > prefs table (3 records): > unique_id:1 > person:1 > fruit_pref:1 > > unique_id:2 > person:1 > fruit_pref:2 > > unique_id:3 > person:1 > fruit_pref:3 Yes, you should - that's a staple of relational databases. -- MrTrick ----------