Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📚 DBMS Lab Repository

📌 Overview

This repository contains SQL queries, database schemas, and practical assignments from the Database Management Systems (DBMS) Lab. It serves as a reference for students and professionals learning SQL and database concepts.

🎯 Features

  • ✅ SQL queries for basic to advanced operations
  • ✅ Database schemas for real-world applications
  • ✅ Normalization and ER diagrams
  • ✅ Stored procedures, triggers, and functions
  • ✅ Transaction management and indexing

🛠️ Tech Stack

  • Database: MySQL / PostgreSQL / SQLite
  • Languages: SQL, PL/SQL
  • Tools: MySQL Workbench, pgAdmin, DBeaver

🚀 Installation & Setup

Prerequisites

Steps to Run

# Clone the repository
git clone https://github.com/PunitTak2005/dbms-lab.git
cd dbms-lab

# Open MySQL/PostgreSQL and run SQL scripts
mysql -u root -p < scripts/schema.sql

🤝 Contributing

  1. Fork the project
  2. Create a new branch (git checkout -b feature-branch)
  3. Commit changes (git commit -m 'Add feature')
  4. Push to GitHub (git push origin feature-branch)
  5. Open a Pull Request

📜 License

This project is licensed under the MIT License - see the LICENSE file for details.

📬 Contact

👤 Punit Tak
📧 Email: punittak2005@gmail.com
🔗 LinkedIn: Punit Tak
📂 GitHub: PunitTak2005

About

SQL (Structured Query Language) is the standard language used to communicate with relational databases.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors