DJDemo2023 Demo Database Schema

The DJDemo2023 Database has the following schema:

  • sales - contains all transactions for all customers
  • customer - unique customers
  • tproduct - temporary product table, used to add product id to sales table
  • product - table of unique products, created from sales table