Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akashchandrasekar/ecommerce-sql
https://github.com/akashchandrasekar/ecommerce-sql
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/akashchandrasekar/ecommerce-sql
- Owner: Akashchandrasekar
- Created: 2024-10-21T04:17:37.000Z (25 days ago)
- Default Branch: main
- Last Pushed: 2024-10-21T04:26:17.000Z (25 days ago)
- Last Synced: 2024-10-21T07:24:00.596Z (25 days ago)
- Size: 103 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.