Creating Tables in MS Access Activity
Creating Tables in MS Access Activity
Let’s design a simple database for a small coffee shop. We'll create four tables: Product, Customer,
Order, and OrderItem. Here’s a basic outline of each table and their relationships.
1. Product Table
This table stores information about the products available in the coffee shop.
2. Customer Table
This table stores information about the customers of the coffee shop.
3. Order Table
This table records the details of each order placed at the coffee shop.
This table links products to orders, detailing which products are included in each order.
Summary
Product Table: Contains details about the products offered by the coffee shop.
Customer Table: Contains details about customers.
Order Table: Records each order, linking it to a customer.
OrderItem Table: Manages the relationship between orders and products, detailing
which products are included in each order.