Consider the following entity and its attributes. INVOICE (Number, CustomerName, CustomerNumber, CustomerAddress, ItemNumber, ItemPrice, ItemQuantity, SalesPersonNumber, SalesPersonName, Subtotal, Tax, TotalDue)
What issue does this entity have that can be solved by normalization?
What functional dependencies exist between the attributes?
How would you apply normalization to break this into more than one entity, each with a single theme?