Relationships are established using foreign keys to avoid data duplication
This conceptual database diagram represents a coffee shop management system. It organizes operational data into four interrelated tables: Customers, Employees, Products, and Orders. Each table is defined by a unique primary key, while relationships between entities are established through foreign key references. The Orders table functions as the central structure, linking customer purchases, staff involvement, and menu items while ensuring data consistency and avoiding redundancy.