Skip to content

Commit 61ebdc9

Browse files
Update README.md
1 parent 3b4a34a commit 61ebdc9

1 file changed

Lines changed: 13 additions & 15 deletions

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
# Ethiopian Airlines Domestic Flights Database Project
1+
# Ethiopian Airlines Flights Database Project
22

3-
Welcome to the Ethiopian Airlines Domestic Flights Database Project repository\! This project presents a relational database solution designed to manage domestic flight operations, booking processes, and a special student discount system.
3+
Welcome to the Ethiopian Airlines Flights Database Project repository\! This project presents a relational database solution designed to manage mainly domestic flight operations, booking processes and a special student discount system.
44

55
-----
66

77
## ✨ Project Highlights
88

99
This database system aims to:
1010

11-
* **Streamline Operations:** Efficiently manage flight schedules, aircraft, and passenger information. πŸ—“οΈ
11+
* **Streamline Operations:** Efficiently manage flight schedules, aircraft and passenger information. πŸ—“οΈ
1212
* **Student-Centric Discounts:** Integrate an ID-based discount system for university students, enhancing affordability. πŸ’²
13-
* **Comprehensive Data Model:** Provide a robust and normalized structure for all key airline entities, including `Student`, `Passenger`, `Airline`, `Airport`, `Aircraft`, `Flights`, `Bookings`, `Discount`, `CrewMembers`, and `CrewAssignment` data. πŸ—„οΈ
13+
* **Comprehensive Data Model:** Provide a robust and normalized structure for all key airline entities, including `Student`, `Passenger`, `Airline`, `Airport`, `Aircraft`, `Flights`, `Bookings`, `Discount`, `CrewMembers` and `CrewAssignment` data. πŸ—„οΈ
1414

1515
-----
1616

1717
## πŸ“‚ Repository Contents
1818

19-
* **[`DB Airlines.sql`](https://github.com/urjiiko1/Database-Project/blob/main/DB%20Airlines.sql)**: This SQL script contains the complete database schema (DDL statements for `CREATE TABLE`) and `INSERT` statements for populating tables with sample data, **and a set of advanced queries for data analysis and reporting.** πŸ—οΈ
19+
* **[`DB Airlines.sql`](https://github.com/urjiiko1/Database-Project/blob/main/DB%20Airlines.sql)**: This SQL script contains the complete database schema (DDL statements for `CREATE TABLE`) and `INSERT` statements for populating tables with sample data **and a set of advanced queries for data analysis and reporting.** πŸ—οΈ
2020
* **[`Database Project.pdf`](https://github.com/urjiiko1/Database-Project/blob/main/Database%20Project.pdf )**: A detailed project report documenting the database design process, including:
2121
* Project objectives and scope. 🎯
2222
* Conceptual and Logical Schemas.
@@ -46,16 +46,16 @@ To explore this database project locally:
4646
cd Database-Project
4747
```
4848
3. **Set up the database:**
49-
* Use a MySQL client (e.g., MySQL Workbench, DBeaver) to connect to a MySQL server. πŸ–₯️
50-
* Create a new database (e.g., `DBProject`).
51-
* Execute the `DB--Airlines.sql` script within this new database to build the tables and insert the sample data. ➑️
52-
4. **Review the documentation:** Open `Database Project.pdf` to gain a deeper understanding of the database design, its rationale, and the project's scope. πŸ“–
49+
* Use a MySQL client (e.g. MySQL Workbench, DBeaver) to connect to a MySQL server. πŸ–₯️
50+
* Create a new database (e.g. `DBProject`).
51+
* Execute the `DB Airlines.sql` script within this new database to build the tables and insert the sample data. ➑️
52+
4. **Review the documentation:** Open `Database Project.pdf` to gain a deeper understanding of the database design, its rationale and the project's scope. πŸ“–
5353
5454
-----
5555
5656
## πŸ’‘ Key Features
5757
58-
* **Integrated Booking System:** Facilitates flight search, selection, and reservation. 🎫
58+
* **Integrated Booking System:** Facilitates flight search, selection and reservation. 🎫
5959
* **Student Discount Module:** Manages student registration and applies discounts based on university IDs. πŸ§‘β€πŸŽ“
6060
* **Crew & Aircraft Management:** Tracks crew assignments and aircraft details for domestic flights. πŸ§‘β€βœˆοΈ
6161
* **Data Integrity:** Designed with normalization principles to ensure data consistency and reduce redundancy. πŸ”’
@@ -70,14 +70,12 @@ To explore this database project locally:
7070
7171
-----
7272
73-
## 🀝 Group Project
73+
## 🀝 Group Project: A Collaborative Endeavor πŸ§‘β€πŸ’»πŸ“š
74+
This project is the culmination of an Advanced Database Group Project undertaken by students from Haramaya University πŸŽ“'s College of Computing and Informatics, Department of Information Science πŸ“ŠπŸ’».
7475

75-
This project was developed as an **Advanced Database Group Project** by students from Haramaya University, College of Computing and Informatics, Department of Information Science.
76-
77-
Empowering efficient airline operations through robust database design\! 🌐
7876

7977
-----
8078

8179
**Date of Uploaded**: July 22, 2025 πŸ—“οΈβœ…
8280

83-
**By**: Gemachis Tesfaye [https://github.com/urjiiko1]
81+
**By**: Gemachis Tesfaye ✨ [https://github.com/urjiiko1]

0 commit comments

Comments
Β (0)