in reply to Re^2: OO concepts and relational databases
in thread OO concepts and relational databases
Supposing you have a table Vehicle, you might need tables Truck and Motorcycle to hold information specific to only some of the rows in Vehicle.
You're describing here a design rule able to emulate an heritage, which is mostly a matter of methodology/dba experience.
With a (real) OODBMS, this kind of trickery relational modelisation is not required.
____
HTH, Dominique
My two favorites:
If the only tool you have is a hammer, you will see every problem as a nail. --Abraham Maslow
Bien faire, et le faire savoir...
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: OO concepts and relational databases
by Solo (Deacon) on Aug 02, 2004 at 21:18 UTC | |
by dragonchild (Archbishop) on Aug 03, 2004 at 02:43 UTC | |
by Solo (Deacon) on Aug 03, 2004 at 12:22 UTC |