You are on page 1of 1

Tables Schema

Customers Table

CustomerID CustomerName ContactName Address City PostalCode Country


(identity)

Employees Table
EmployeeID
(identity)
FirstName LastName BirthDate Contact Age

Orders Table
OrderID CustomerID EmployeeID OrderDate
(identity)

Suppliers Table

SupplierID SupplierName ContactName Address City PostalCode Country Phone


(identity)

Categories Table
CategoryID CategoryName Description
(identity)

You might also like