mis
Registered User.
- Local time
- Today, 10:11
- Joined
- Dec 15, 2003
- Messages
- 55
Hi,
I am developing a database which is holding information on product's, I will need a table for the sizes of the product. That is simple but Sizes available come in three main categories (Mens, Women, Kids) should I have a table for all three??
tbl_MenSize
ID
Size
tbl_WomSize
ID
Size
tbl_KidSize
ID
Size
Do these tables need to be linked as they are all part of size ? Do the tables need a primary key ??
I am developing a database which is holding information on product's, I will need a table for the sizes of the product. That is simple but Sizes available come in three main categories (Mens, Women, Kids) should I have a table for all three??
tbl_MenSize
ID
Size
tbl_WomSize
ID
Size
tbl_KidSize
ID
Size
Do these tables need to be linked as they are all part of size ? Do the tables need a primary key ??