1st
1st
Customers
Products
Employees
Categories
Orders
Products
Shippers
Suppliers
OrderDetails
3.Table Observation:
2. Employees Table
Column Name Data Type Key/Constraint
EmployeeID Int Primary Key,Unique
LastName varchar(15) -
FirstName varchar(15) -
BirthDate datetime -
Photo varchar(25) -
Notes varchar(1024) -
5.Browsing Tables:
6.
3 Cheese 3 3 Kg 15.00
7.ER DIAGRAM:
7.Review of Table Relationships :
Products. suppliersID suppliers.suppliersID(Foreign
Key)
Orders..shipersID shippers.shipersID(Foreign Key)
OrderDetails.OrderID → Orders.OrderID (Foreign Key)
OrderDetails.ProductID → Products.ProductID (Foreign Key)
Products.CategoryID → Categories.CategoryID (Foreign Key)
Products.SupplierID → Suppliers.SupplierID (Foreign Key)