Im working on creating an MSDS(material saftey data sheet) index so that my users can access MSDS sheets via web. The front end will have a search function with fields such as "SKU", "UPC", and possibly "MSDS File". The database/table will have fields to match: SKU, UPC, MSDS.
My troubles came when the person requesting the project changed thier order and wanted to be able to store up to 4 UPC #s per SKU. My knowledge of mySQL.. or SQL in general is slim but from what i have read i think that a table utilizing a field called UPC w/ and data type of 'set' might be the answer.
So i guess my question to all of you SQL geniouses is what is my best course of action here. Forgive my vaugness in certain parts of this.. if there is any further information that could help you answer my questions just ask.
Thanks
Zach Petersen
Senior Support Specialist
Cabela's
Prairie du Chien, WI
My troubles came when the person requesting the project changed thier order and wanted to be able to store up to 4 UPC #s per SKU. My knowledge of mySQL.. or SQL in general is slim but from what i have read i think that a table utilizing a field called UPC w/ and data type of 'set' might be the answer.
So i guess my question to all of you SQL geniouses is what is my best course of action here. Forgive my vaugness in certain parts of this.. if there is any further information that could help you answer my questions just ask.
Thanks
Zach Petersen
Senior Support Specialist
Cabela's
Prairie du Chien, WI