For instance, in the sample table above, the sales contact list contain various field names to gather information about different product suppliers. Each field is unique and precisely asks for the most critical or essential information. Also, the table does not describe what type of products each company sales. Instead, the table only states the industry type because it does not want to limit the product search abilities to the company name only. Also, listing each product name within the same table can be confusing. By contrast, the table is split and related to other tables (Product Description, Orders, etc) using its Primary/Foreign keys to minimize data redundancy. The Product Description table contains a list of different items which are supplied by different companies. The order table pulls information from the Sales Contact, Product Information, etc. The main goal is to precisely identify and track each manufacturer
For instance, in the sample table above, the sales contact list contain various field names to gather information about different product suppliers. Each field is unique and precisely asks for the most critical or essential information. Also, the table does not describe what type of products each company sales. Instead, the table only states the industry type because it does not want to limit the product search abilities to the company name only. Also, listing each product name within the same table can be confusing. By contrast, the table is split and related to other tables (Product Description, Orders, etc) using its Primary/Foreign keys to minimize data redundancy. The Product Description table contains a list of different items which are supplied by different companies. The order table pulls information from the Sales Contact, Product Information, etc. The main goal is to precisely identify and track each manufacturer