Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/akashchandrasekar/ecommerce-sql


https://github.com/akashchandrasekar/ecommerce-sql

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

#Summary:

1.We created an ecommerce database and tables (customers, orders, products, and order_items).

2.We inserted sample data into the tables.

3.We provided SQL queries for various tasks, including retrieving customer orders, updating product prices, and normalizing the database for better data management.

#This setup provides a foundation for managing a simple e-commerce system.