What is the best table design to use when you have several different business categories (i.e. banks, insurance companies, manufacturers, charity foundations) and several different contacts at each company. Should I break the tables down into business categories and then further break them down into a contact table for each category?
So i'm thinking as an example I would have tblBanks with the primary key being companyID (B001) and then tblBanksContacts with the primary key being combined (companyID, contactName. Suggestions would be greatly appreciated. Thanks
So i'm thinking as an example I would have tblBanks with the primary key being companyID (B001) and then tblBanksContacts with the primary key being combined (companyID, contactName. Suggestions would be greatly appreciated. Thanks