This project contains SQL queries and database operations that demonstrate various concepts such as table creation, data insertion, constraints, joins, aggregate functions, subqueries, and more.
βββ EcommerceDB.sql
βββ List all products along with their category names.docx
βββ MiniProject.pdf
create_tables.sqlβ Contains SQL commands to create database tables.insert_data.sqlβ Contains SQL queries for inserting sample data.queries.sqlβ Contains practice and task-based SQL queries.
To run this project, you need:
- MySQL / MariaDB / PostgreSQL / SQL Server (any one is fine)
- SQL client tool like:
- MySQL Workbench
- DBeaver
- SQL Server Management Studio
- or Terminal based SQL access
- Clone the repository:
git clone https://github.com/BhupatiNadar/SQL-project.git