Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 696 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 696 Bytes

eCommerce SQL Project

This eCommerce SQL project involves the creation and management of an online store's database. The database comprises 8 tables:

  • customers: Information about customers
  • orders: Details of orders placed
  • payments: Payment-related data
  • orderdetails: Specifics about items in each order
  • product: Product information
  • category: Categories for products
  • shippers: Details of shipping entities
  • suppliers: Information about product suppliers

Database Tables Connections