|
|
|
|
|
by okusername
2408 days ago
|
|
Both of you are missing the point. Once you normalize, car color would be an attribute on the car table, and to map those you need many-to-many lookup tables. It can be done obviously, but it's more effort to do, maintain and update. Depending on your requirements, graph db like features can provide an easier abstraction. |
|
Similarly, don't expect that a single data model will suffice for all needs in an application. Expect to have to maintain anything that is useful.