which collection of fields demonstrates a logical organization of information in a table that tracks product…

which collection of fields demonstrates a logical organization of information in a table that tracks product data?\nproduct id, product name, price, customer address\nproduct id, product name, product description, price\ncustomer name, favorite product, customer address\ncustomer name, product name, order total

which collection of fields demonstrates a logical organization of information in a table that tracks product data?\nproduct id, product name, price, customer address\nproduct id, product name, product description, price\ncustomer name, favorite product, customer address\ncustomer name, product name, order total

Answer

Brief Explanations:

When tracking product - related data in a table, fields should be directly related to the product. Product ID is a unique identifier for the product, product name is self - explanatory, product description gives more details about the product, and price is a key product - related attribute. Customer - related fields like customer address, customer name are not directly related to product data.

Answer:

Product ID, Product Name, Product Description, Price