in reply to Database Design Issues - OT
Going along with this, I'd stick to creating a catagoryID index value, and sticking the catagories into their own table, with the products using the catagoryID in their table. Doing this now while the database is small will save headaches later when the database is large. Also, you'll have a much easier time of expanding the system later.
|
---|