Skip to content

Create a database and tables to manage a simple e-commerce system. The system should have three tables: customers, orders, and products.

Notifications You must be signed in to change notification settings

Vengat-P/mySQL-Task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Task:

Create a database and tables to manage a simple e-commerce system. The system should have three tables: customers, orders, and products.

Requirements:

Create a database named ecommerce. Create three tables: customers, orders, and products. Insert some sample data into the tables.

Final DB Design:

alt text

Steps :

  • 1 : Create database
  • 2 : Use database
  • 3 : Create all three required tables
  • 4 : Insert some data into all tables
  • 5 : All 10 querires attached in Queries file
  • 6 : To add values use SUM() function
  • 7 : Create one table name is order_items to normalization order table and product table with id .we can get data through this by using joins.

Authors

About

Create a database and tables to manage a simple e-commerce system. The system should have three tables: customers, orders, and products.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published