The document describes the schema for an e-commerce database including tables for customers, products, orders, order items, addresses, categories, and payments. The customers table includes fields for id, name, email, and date created. The products table includes fields for id, name, description, price, and date created. The orders table includes a customer id field to link to customers, total amount, and date created fields.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
19 views2 pages
E-Store Databse Shema
The document describes the schema for an e-commerce database including tables for customers, products, orders, order items, addresses, categories, and payments. The customers table includes fields for id, name, email, and date created. The products table includes fields for id, name, description, price, and date created. The orders table includes a customer id field to link to customers, total amount, and date created fields.