How to apply the third normal form

The accounts payable system in second normal form

second normal form image

Questions about the structure

  1. Does the vendor information (vendorName, vendorAddress, etc.) depend only on the invoiceID column?
  2. Does the terms column depend only on the invoiceID column?
  3. Does the accountNo column depend only on the invoiceID column?
  4. Can the invoiceDueDate and lineItemAmount columns be derived from other data?

The accounts payable system in third normal form

third normal form image

Description

Back