Skip to content

A mini project of using WebSQL to working with fake e-commerce data on www.w3schools.com

Notifications You must be signed in to change notification settings

Felix-Ren/Data-Mining-with-SQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Data-Mining-with-SQL

A mini project of using WebSQL to working with fake e-commerce data on www.w3schools.com

Data

Face e-commerce data tables consist of information related to customers, orders, shippers, suppliers, etc. on w3schools. Specifically, I used the "Suppliers" table, the "Products" table, the "OrderDetails" table, the "Customers" table, and the "Orders" table.

Research Question

Where do the products US customers buy on this fake e-commerce platform come from? In other words, given the orders corresponds to customers in the USA, which country produces most products? Which country produces the least products? What's the ranking?

About

A mini project of using WebSQL to working with fake e-commerce data on www.w3schools.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published