A comprehensive Database Management System (DBMS) designed for managing internal military records and data. This project implements various SQL operations, including CRUD operations, JOIN queries, and Triggers, to efficiently handle structured military data.
- ✅ Complete CRUD Operations (Create, Read, Update, Delete)
- 🔗 Advanced JOIN Queries for managing data relationships
- ⚡ Database Triggers for automated actions and data integrity
- 📌 Normalized Database Schema (up to 3NF)
- 🔒 Secure Data Handling Mechanisms for controlled access and protection
- Database: MySQL / PostgreSQL
- Query Language: SQL
- Tools: MySQL Workbench, pgAdmin, DBeaver
-
Clone the Repository:
git clone https://github.com/your-username/military-dbms.git cd military-dbms -
Import Database:
- Open MySQL Workbench / pgAdmin.
- Run the provided SQL schema file (
military_db_schema.sql).
-
Execute Queries:
- Use the provided
queries.sqlfile for CRUD and JOIN operations.
- Use the provided
- Run SQL queries to manage military records.
- Test automated triggers for logging and notifications.
- Optimize queries using indexing for better performance.
Feel free to submit pull requests to enhance functionalities or fix issues.
This project is licensed under the MIT License.
🚀 Happy Coding! 🎯