The document contains SQL statements that create tables for an airline reservation system. The tables created include air_flight_details to store flight details, air_passenger_profile to store passenger profiles, air_ticket_info to store ticket information, air_flight to store flight details, and air_credit_card_details to store passenger credit card details. The document also includes SQL statements to insert data into these tables.
The document contains SQL statements that create tables for an airline reservation system. The tables created include air_flight_details to store flight details, air_passenger_profile to store passenger profiles, air_ticket_info to store ticket information, air_flight to store flight details, and air_credit_card_details to store passenger credit card details. The document also includes SQL statements to insert data into these tables.