Skip to content

Releases: gemachistesfaye/Database-Project

v1.0.0 β€” Ethiopian Airlines Flights Database

02 Jun 19:22
cc32494

Choose a tag to compare

πŸ›« v1.0.0 β€” Ethiopian Airlines Flights Database System

Initial release of the Ethiopian Airlines domestic flight booking database,
developed as a group academic project at Haramaya University.

βœ… What's Included

  • Complete MySQL schema β€” 10 normalized tables (up to 3NF)
  • Sample data β€” INSERT statements for all entities
  • Advanced queries β€” reporting and data analysis queries
  • Student Discount Module β€” university ID-based discount logic
  • Crew & Aircraft management β€” crew assignment tracking
  • ERD & Database Diagram β€” visual documentation
  • Project Report (PDF) β€” full design rationale and normalization analysis

πŸ—„οΈ Tables

Student, Passenger, Airline, Airport, Aircraft,
Flights, Bookings, Discount, CrewMembers, CrewAssignment

πŸ› οΈ Tech Stack

  • MySQL

πŸš€ Getting Started

  1. Clone the repo
  2. Open DB Airlines.sql in MySQL Workbench or DBeaver
  3. Run the script on a new database (e.g. DBProject)

πŸ“… Date: July 2025
πŸ‘€ By: Gemachis Tesfaye β€” Haramaya University, Dept. of Information Science