Welcome to the DBMS-LAB repository! This repository contains lab exercises from the SPPU TE syllabus.
This repository is designed to help students and developers learn and practice various concepts of Database Management Systems. It includes a variety of lab exercises and examples to enhance your understanding of DBMS.
- Lab Exercises: Step-by-step exercises to practice DBMS concepts.
- Examples: Sample code and queries to illustrate DBMS concepts.
- Documentation: Detailed documentation for each exercise and project.
To get started with this repository, follow these steps:
-
Clone the repository:
git clone https://github.com/FLUFFYPANDA-GORODORO/DBMS-LAB.git
-
Navigate to the project directory:
cd DBMS-LAB -
Set up your database environment:
- Ensure you have MySQL or any other required DBMS installed.
- Import the provided SQL scripts to set up the database schema.
We welcome contributions to this repository! If you have any improvements or new exercises/projects to add, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Make your changes.
- Commit your changes:
git commit -m "Add your commit message" - Push to the branch:
git push origin feature/your-feature-name
- Create a Pull Request.
If you have any questions or suggestions, feel free to reach out:
- Email: gauravipatilgip@gmail.com
- Email: sanglesumedh15@gmail.com
Happy coding!