The Product_tbl table should be decomposed by moving the Product_ID, Product_Name and Product_Material columns to distinct rows in a referenced table, ProductType_tbl say, in which Product_ID will be the primary key. The Product_ID column in Product_tbl should be retained as a foreign key, and...