Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 

Repository files navigation

Dbms Sql Schema

πŸ—„οΈ Database Management System (SQL Schema)

πŸ“Œ Overview

This project demonstrates the design of a normalized relational database schema for managing inventory, suppliers, orders, and customers.
The schema is designed for data integrity, low redundancy, and efficient queries. It includes SQL scripts for table creation, constraints, and example queries.


πŸ“‚ Project Structure

πŸ“‚ dbms-sql-schema β”œβ”€β”€ schema.sql # Core database schema (tables, keys, constraints) β”œβ”€β”€ seed.sql # Sample data for testing (optional) β”œβ”€β”€ queries.sql # Example queries for analysis and reporting └── README.md


### πŸš€ How to Use
1. Create a new database in **MySQL, PostgreSQL, or SQLite**.  
2. Run `schema.sql` to build the database structure.  
3. (Optional) Run `seed.sql` to insert sample data.  
4. Test functionality with queries from `queries.sql`.  

---

## πŸ› οΈ Tech Stack
- SQL (DDL + DML)
- Relational Database Design
- ER Modeling


About

Relational database schema design for inventory, suppliers, orders, and customers with SQL scripts and ER diagram.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors