Re: [GENERAL] Design Table & Search Question

2007-05-31 Thread Gabriel Laet
Thank you, Michael! I'm looking some examples and doing tests to find the best search solution. Best, On 5/30/07, Michael Glaesemann <[EMAIL PROTECTED]> wrote: On May 30, 2007, at 13:59 , Gabriel Laet wrote: > I'm developing an application where basically I need to stor

[GENERAL] Design Table & Search Question

2007-05-30 Thread Gabriel Laet
Hi, I'm developing an application where basically I need to store cars. Every car has a Make and Model association. Right now, I have three tables: MAKE, MODEL (make_id) and CAR (model_id). 1) I'm not sure if I need or not to include "make_id" to the CAR table. To me, it's clear to associate just