SQL - Database Design and Normalization
A company has a table:
To convert this table into Third Normal Form (3NF), which of the following is the best approach?
InvoiceID | ProductID | ProductName | SupplierID | SupplierNameTo convert this table into Third Normal Form (3NF), which of the following is the best approach?
