Question: Produce an SQL query that shows top three years in terms of the largest number of passengers domestic and international flying in and out of
Produce an SQL query that shows top three years in terms of the largest number of passengers domestic and international flying in and out of SFO?

sfo_monthly_air_traffic_passengers_data activity period (int) operating_airline (varchar(100)) operating_airline_iata_code (varchar(100)) published_airline (varchar(100)) published_airline_iata_code (varchar(100)) geo_summary (varchar(100)) geo_region (varchar(100)) activity_type_code (varchar(100)) price_category_code (varchar(100)) terminal (varchar(100)) boarding area (varchar(100)) passenger (int)
Step by Step Solution
There are 3 Steps involved in it
You can use the following SQL query to find the top thr... View full answer
Get step-by-step solutions from verified subject matter experts
