written 3.0 years ago by | modified 3.0 years ago by |
Companies manufacture ranges of products which are purchased by customers. The relation schema for this operation is given by:
Company (company_code#,company_name, director#, dircector_name, {product_name,cost,{cust#,customer_name,address}}) where { }represents a repeating groups and company_code, and company_code,director# and cust# contains unique values. Normalize this relation to third normal form.