ER диаграмма базы данных Bookings

This ER diagram shows the main entities and foreign key relationships for the Bookings database.

Bookings Database ERD Entity relationship diagram for the Bookings database with 8 main tables and key foreign key relationships. aircrafts_data PKaircraft_code model range aircraft catalog airports_data PKairport_code airport_name city coordinates timezone flights PKflight_id flight_no scheduled_departure scheduled_arrival FKdeparture_airport -> airports_data FKarrival_airport -> airports_data FKaircraft_code -> aircrafts_data status actual_departure actual_arrival bookings PKbook_ref book_date total_amount seats PKFKaircraft_code PKseat_no fare_conditions ticket_flights PKFKticket_no -> tickets PKFKflight_id -> flights fare_conditions amount ticket to flight map boarding_passes PKFKticket_no PKFKflight_id boarding_no seat_no check-in data tickets PKticket_no FKbook_ref -> bookings passenger_id passenger_name contact_data Legend PKPrimary key FKForeign key Child table points to parent table One connector line per FK No connector through table bodies N:1 N:1 N:1 N:1 N:1 N:1 N:1 N:1