I’m working on a project that will have a list of suppliers delivering to between 10 and 20 postal codes (zip codes) each. What is the best option for setting up a database to store the postal codes that each supplier delivers to? Clients will be presented the suppliers who deliver to their delivery address postal code.
Should I setup a table with each record being a postal code and supplier ID? What is the most efficient approach? I’d love to hear some thoughts…
I agree with Ben. In database jargon thats called a many to many relationship (with the table linking Suppliers and Zips being called a bridge or link table)