Skip to content

vibvinit/Air-Cargo-SQL-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Air-Cargo-SQL-Project

Objective

Identify the regular customers to provide offers, analyse the busiest route which helps to increase the number of aircraft required and prepare an analysis to determine the ticket sales details. This will ensure that the company improves its operability and becomes more customer-centric and a favourable choice for air travel.

Dataset

  1. Customer : [customer_id], [first_name], [last_name], [date_of_birth], [gender]
  2. passengers_on_flights : [aircraft_id], [route_id], [customer_id], [depart], [arrival], [seat_num], [class_id], [travel_date], [flight_num]
  3. ticket_details: [p_date], [customer_id], [aircraft_id], [class_id], [no_of_tickets], [a_code], [price_per_ticket], [brand]
  4. routes : [route_id], [flight_num], [origin_airport], [destination_airport], [aircraft_id], [distance_miles]

ER Diagram

View ER diagram

Project File

View Project file

SQL File

View SQL script

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published