This project details the design and implementation of a database management system for Hong Kong Airlines. The system is designed to handle a large volume of data related to flights, passengers, schedules, and staff. It begins with an introduction highlighting the challenges of managing data for a busy airline, and then outlines the business rules governing the system, such as passenger flight bookings, flight seat availability, and pilot assignments. A conceptual model, represented by an E-R diagram, illustrates the relationships between key entities like airports, flights, passengers, pilots, and routes. The logical design includes a use case diagram demonstrating how different users (admin, passenger, staff) interact with the database and retrieve information through SQL queries. The implementation phase uses Microsoft Access to create the database, with tables for airports, flights, routes, pilots, flight-pilots, passengers, and bookings. Each table's structure and data population are described, along with the user interface design for data entry and retrieval. The project demonstrates how to manage airline data efficiently, supporting online booking, flight scheduling, and staff operations.