You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
***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. ποΈ
14
14
15
15
-----
16
16
17
17
## π Repository Contents
18
18
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.** ποΈ
20
20
***[`Database Project.pdf`](https://github.com/urjiiko1/Database-Project/blob/main/Database%20Project.pdf)**: A detailed project report documenting the database design process, including:
21
21
* Project objectives and scope. π―
22
22
* Conceptual and Logical Schemas.
@@ -46,16 +46,16 @@ To explore this database project locally:
46
46
cd Database-Project
47
47
```
48
48
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 `DBAirlines.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. π
* **Student Discount Module:** Manages student registration and applies discounts based on university IDs. π§βπ
60
60
* **Crew & Aircraft Management:** Tracks crew assignments and aircraft details for domestic flights. π§ββοΈ
61
61
* **Data Integrity:** Designed with normalization principles to ensure data consistency and reduce redundancy. π
@@ -70,14 +70,12 @@ To explore this database project locally:
70
70
71
71
-----
72
72
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 ππ».
74
75
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\! π
0 commit comments