Skip to content

Ujj-CodeX/postgresql-estore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

E-Store Database (PostgreSQL) This is a simple PostgreSQL database for a basic e-store.

Tables

customers → stores customer information products → stores products and prices orders → stores order info order_items → stores products in each order

Files

schema.sql → table definitions data.sql → sample data queries.sql → example queries and reports

How to Use

Create a PostgreSQL database Run schema.sql to create tables Run data.sql to insert sample data Run queries from Estore.sql to test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published