Livoa LogoLivoa
CUSTOMER


int customer_id PK

string name

string email

string shipping_address

ORDER


int order_id PK

int customer_id FK

date order_date

string status

PRODUCT


int product_id PK

string product_name

decimal price

int stock_quantity

ORDER_ITEM


int order_id PK,FK

int product_id PK,FK

int quantity

places
contains
is part of

er dig

by n

0
0 uses