Skip to content

sif69/Military-DBMS

Repository files navigation

Military Database Management System

Project Overview

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.

Features

  • 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

Technologies Used

  • Database: MySQL / PostgreSQL
  • Query Language: SQL
  • Tools: MySQL Workbench, pgAdmin, DBeaver

Installation & Setup

  1. Clone the Repository:

    git clone https://github.com/your-username/military-dbms.git
    cd military-dbms
  2. Import Database:

    • Open MySQL Workbench / pgAdmin.
    • Run the provided SQL schema file (military_db_schema.sql).
  3. Execute Queries:

    • Use the provided queries.sql file for CRUD and JOIN operations.

Usage

  • Run SQL queries to manage military records.
  • Test automated triggers for logging and notifications.
  • Optimize queries using indexing for better performance.

Contribution

Feel free to submit pull requests to enhance functionalities or fix issues.

License

This project is licensed under the MIT License.


🚀 Happy Coding! 🎯

About

It's a Military DBMS project where We created table for Managing internal Record and Data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors