This document contains an entity relationship diagram (ERD) showing the tables and relationships in a database for tracking web purchases and users. The tables include Web_Purchase, Product, Source, User, and Customer. Web_Purchase tracks individual purchase transactions and links to Product, Source, and User tables. The Product table contains product data and links to Source. The Source table holds source information. User and Customer tables contain user and customer profile data respectively.