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

https://github.com/ickitasm/sql-ecommerce-mini-project

An SQL mini project, dataset initiated is an artificial made by an AI, morever the 8ths instructions are included.
https://github.com/ickitasm/sql-ecommerce-mini-project

ecomerce mini-project pgadmin4 postrgresql sql vscode

Last synced: 2 months ago
JSON representation

An SQL mini project, dataset initiated is an artificial made by an AI, morever the 8ths instructions are included.

Awesome Lists containing this project

README

          

# Mini E-Commerce SQL Database Project

**Display Order Items & Product Name;**

![fullorderlist](Assets/I1_fullorderslist.png)

Ket: "Product Laptop Stand terjual lebih banyak jumlahnya daripada Produk E-Commerce terjual lainnya."




**Display Total Sales each Product;**

![sumofsales](Assets/I2_sumofsales.png)

Ket: "Product Monitor 25 Inch memiliki total penjualan tertinggi mencapai Rp 3,5jt daripada Produk E-Commerce terjual lainnya."




**Display Most Customer Purchased;**

![custmost](Assets/I3_custmost.png)

Ket: "Pelanggan Citra Maulida membeli produk dengan total Rp 2,05jt, tertinggi daripada pelanggan E-Commerce lainnya."



# Desc;
Project latihan SQL beginner,

RDBMS: PostgreSQL,

Dataset: Rekayasa sederhana sistem e-commerce,

Goals: Melatih SELECT, JOIN, GROUP BY.

# Relasi Tabel;
"Customer" dan "Orders" [1-to-Many] | (1 pelanggan dapat memiliki lebih dari 1 order).

"Orders" dan "Order_items" [1-to-Many] | (1 order bisa berisi lebih dari 1 item).

"Products" dan "Order_items" [1-to-Many] | (1 produk bisa berada di banyak order).

# Struktur Database;
- Tabel customers
- Tabel products
- Tabel orders
- Tabel order_items

# Tools;
- PostgreSQL + pgAdmin
- VS Code
- GitHub