query
stringlengths 24
325
| positive
stringlengths 1
580
| negative
stringlengths 1
580
|
---|---|---|
For the county where DeSantis Ron is from, what is the average female median age? | average female median age refers to Divide (Sum(female_median_age), Count(county)) | location coordinate refers to (latitude, longitude) |
For the county where DeSantis Ron is from, what is the average female median age? | average female median age refers to Divide (Sum(female_median_age), Count(county)) | central time zone refers to time_zone = 'Central' |
For the county where DeSantis Ron is from, what is the average female median age? | average female median age refers to Divide (Sum(female_median_age), Count(county)) | AVG(elevation) where alias = 'Amherst'; |
For the county where DeSantis Ron is from, what is the average female median age? | average female median age refers to Divide (Sum(female_median_age), Count(county)) | population_2020 > MULTIPLY(0.97, AVG(population_2020)); |
For the county where DeSantis Ron is from, what is the average female median age? | average female median age refers to Divide (Sum(female_median_age), Count(county)) | coordinates refers to latitude, longitude; latitude = '18.090875; longitude = '-66.867756' |
For the county where DeSantis Ron is from, what is the average female median age? | average female median age refers to Divide (Sum(female_median_age), Count(county)) | "Delaware" is a county; implement daylight savings refers to daylight_saving = 'Yes' |
For the county where DeSantis Ron is from, what is the average female median age? | average female median age refers to Divide (Sum(female_median_age), Count(county)) | the county of Hampden is located in the state of Massachusetts. |
For the county where DeSantis Ron is from, what is the average female median age? | average female median age refers to Divide (Sum(female_median_age), Count(county)) | "Lawrenceville" is the bad_alias |
For the county where DeSantis Ron is from, what is the average female median age? | average female median age refers to Divide (Sum(female_median_age), Count(county)) | Greeneville is the city; |
For the county where DeSantis Ron is from, what is the average female median age? | average female median age refers to Divide (Sum(female_median_age), Count(county)) | postal points refer to zip_code; under New York-Newark-Jersey City, NY-NJ-PA refers to CBSA_name = 'New York-Newark-Jersey City, NY-NJ-PA'; |
For the flight on 2018/8/1 that was delayed for the longest time, which was the destination airport of this flight? | on 2018/8/1 refers to FL_DATE = '2018/8/1'; delayed for the longest time refers to MAX(DEP_DELAY); destination airport refers to DEST; | flight numbers refers to OP_CARRIER_FL_NUM; American Airlines Inc. refers to Description = 'American Airlines Inc.: AA'; depart from refers to ORIGIN; John F. Kennedy International refers to Description = 'New York, NY: John F. Kennedy International'; |
For the flight on 2018/8/1 that was delayed for the longest time, which was the destination airport of this flight? | on 2018/8/1 refers to FL_DATE = '2018/8/1'; delayed for the longest time refers to MAX(DEP_DELAY); destination airport refers to DEST; | flight destination refers to DEST; from Albany refers to ORIGIN = 'ABY'; |
For the flight on 2018/8/1 that was delayed for the longest time, which was the destination airport of this flight? | on 2018/8/1 refers to FL_DATE = '2018/8/1'; delayed for the longest time refers to MAX(DEP_DELAY); destination airport refers to DEST; | tail number refers to TAIL_NUM; TAIL_NUM = 'N922US'; from Phoenix refers to ORIGIN = 'PHX'; |
For the flight on 2018/8/1 that was delayed for the longest time, which was the destination airport of this flight? | on 2018/8/1 refers to FL_DATE = '2018/8/1'; delayed for the longest time refers to MAX(DEP_DELAY); destination airport refers to DEST; | on August 2, 2018 refers to FL_DATE = '2018/8/2'; Horizon Air refers to Description which includs 'Horizon Air'; |
For the flight on 2018/8/1 that was delayed for the longest time, which was the destination airport of this flight? | on 2018/8/1 refers to FL_DATE = '2018/8/1'; delayed for the longest time refers to MAX(DEP_DELAY); destination airport refers to DEST; | airport found in Ankara, Turkey refers to Description like '%Ankara, Turkey%'; |
For the flight on 2018/8/1 that was delayed for the longest time, which was the destination airport of this flight? | on 2018/8/1 refers to FL_DATE = '2018/8/1'; delayed for the longest time refers to MAX(DEP_DELAY); destination airport refers to DEST; | shortest actual elapsed time refers to MIN(ACTUAL_ELAPSED_TIME); |
For the flight on 2018/8/1 that was delayed for the longest time, which was the destination airport of this flight? | on 2018/8/1 refers to FL_DATE = '2018/8/1'; delayed for the longest time refers to MAX(DEP_DELAY); destination airport refers to DEST; | shortest arrival time refers to MIN(ARR_TIME); |
For the flight on 2018/8/1 that was delayed for the longest time, which was the destination airport of this flight? | on 2018/8/1 refers to FL_DATE = '2018/8/1'; delayed for the longest time refers to MAX(DEP_DELAY); destination airport refers to DEST; | percentage = MULTIPLY(DIVIDE(SUM(CANCELLATION_CODE = 'C'), COUNT(Code)), 100); flights from refers to ORIGIN; Los Angeles International airport refers to Description = 'Los Angeles, CA: Los Angeles International'; cancelled refers to Cancelled = 1; cancelled due to a type C cancellation code refers to CANCELLATION_CODE = 'C'; |
For the flight on 2018/8/1 that was delayed for the longest time, which was the destination airport of this flight? | on 2018/8/1 refers to FL_DATE = '2018/8/1'; delayed for the longest time refers to MAX(DEP_DELAY); destination airport refers to DEST; | tail number refers to TAIL_NUM; arrived on time refers to ARR_DELAY < = 0; Meadows Field airport refers to Description = 'Bakersfield, CA: Meadows Field'; in August of 2018 refers to FL_DATE like '2018/8%'; |
For the flight on 2018/8/1 that was delayed for the longest time, which was the destination airport of this flight? | on 2018/8/1 refers to FL_DATE = '2018/8/1'; delayed for the longest time refers to MAX(DEP_DELAY); destination airport refers to DEST; | depart to refers to DEST; Hartsfield-Jackson Atlanta International refers to Description = 'Atlanta, GA: Hartsfield-Jackson Atlanta International'; depart from refers to ORIGIN; Chicago O'Hare International refes to Description = 'Chicago, IL: Chicago O'Hare International'; |
What is the actual departure time of JetBlue Airways with the plane's tail number N903JB to Fort Lauderdale-Hollywood International Airport on the 20th of August 2018? | actual departure time refers to DEP_TIME; JetBlue Airways refers to Description like '%JetBlue Airways%'; tail number refers to TAIL_NUM; TAIL_NUM = 'N903JB'; to refers to DEST; Fort Lauderdale-Hollywood International Airport refers to Description like '%Fort Lauderdale-Hollywood%'; on the 20th of August 2018 refers to FL_DATE = '2018/8/20'; | flight numbers refers to OP_CARRIER_FL_NUM; American Airlines Inc. refers to Description = 'American Airlines Inc.: AA'; depart from refers to ORIGIN; John F. Kennedy International refers to Description = 'New York, NY: John F. Kennedy International'; |
What is the actual departure time of JetBlue Airways with the plane's tail number N903JB to Fort Lauderdale-Hollywood International Airport on the 20th of August 2018? | actual departure time refers to DEP_TIME; JetBlue Airways refers to Description like '%JetBlue Airways%'; tail number refers to TAIL_NUM; TAIL_NUM = 'N903JB'; to refers to DEST; Fort Lauderdale-Hollywood International Airport refers to Description like '%Fort Lauderdale-Hollywood%'; on the 20th of August 2018 refers to FL_DATE = '2018/8/20'; | Asap Air Inc.: ASP refers to Description = 'Asap Air Inc.: ASP'; tail number refers to TAIL_NUM; longest departure delay refers to MAX(DEP_DELAY); |
What is the actual departure time of JetBlue Airways with the plane's tail number N903JB to Fort Lauderdale-Hollywood International Airport on the 20th of August 2018? | actual departure time refers to DEP_TIME; JetBlue Airways refers to Description like '%JetBlue Airways%'; tail number refers to TAIL_NUM; TAIL_NUM = 'N903JB'; to refers to DEST; Fort Lauderdale-Hollywood International Airport refers to Description like '%Fort Lauderdale-Hollywood%'; on the 20th of August 2018 refers to FL_DATE = '2018/8/20'; | Endeavor Air Inc. refers to Description = 'Endeavor Air Inc.: 9E'; faster than scheduled refers to ACTUAL_ELAPSED_TIME < CRS_ELAPSED_TIME; on 2018/8/31 refers to FL_DATE = '2018/8/31'; |
What is the actual departure time of JetBlue Airways with the plane's tail number N903JB to Fort Lauderdale-Hollywood International Airport on the 20th of August 2018? | actual departure time refers to DEP_TIME; JetBlue Airways refers to Description like '%JetBlue Airways%'; tail number refers to TAIL_NUM; TAIL_NUM = 'N903JB'; to refers to DEST; Fort Lauderdale-Hollywood International Airport refers to Description like '%Fort Lauderdale-Hollywood%'; on the 20th of August 2018 refers to FL_DATE = '2018/8/20'; | arriving at Miami refers to DEST = 'MIA'; |
What is the actual departure time of JetBlue Airways with the plane's tail number N903JB to Fort Lauderdale-Hollywood International Airport on the 20th of August 2018? | actual departure time refers to DEP_TIME; JetBlue Airways refers to Description like '%JetBlue Airways%'; tail number refers to TAIL_NUM; TAIL_NUM = 'N903JB'; to refers to DEST; Fort Lauderdale-Hollywood International Airport refers to Description like '%Fort Lauderdale-Hollywood%'; on the 20th of August 2018 refers to FL_DATE = '2018/8/20'; | Republic Airline refers to Description = 'Republic Airline: YX'; fly the most from refers to MAX(COUNT(ORIGIN)); |
What is the actual departure time of JetBlue Airways with the plane's tail number N903JB to Fort Lauderdale-Hollywood International Airport on the 20th of August 2018? | actual departure time refers to DEP_TIME; JetBlue Airways refers to Description like '%JetBlue Airways%'; tail number refers to TAIL_NUM; TAIL_NUM = 'N903JB'; to refers to DEST; Fort Lauderdale-Hollywood International Airport refers to Description like '%Fort Lauderdale-Hollywood%'; on the 20th of August 2018 refers to FL_DATE = '2018/8/20'; | shortest actual elapsed time refers to MIN(ACTUAL_ELAPSED_TIME); |
What is the actual departure time of JetBlue Airways with the plane's tail number N903JB to Fort Lauderdale-Hollywood International Airport on the 20th of August 2018? | actual departure time refers to DEP_TIME; JetBlue Airways refers to Description like '%JetBlue Airways%'; tail number refers to TAIL_NUM; TAIL_NUM = 'N903JB'; to refers to DEST; Fort Lauderdale-Hollywood International Airport refers to Description like '%Fort Lauderdale-Hollywood%'; on the 20th of August 2018 refers to FL_DATE = '2018/8/20'; | names of the airlines refers to Description; highest number of non-cancelled flights refers to MAX(COUNT(CANCELLED = 0)); |
What is the actual departure time of JetBlue Airways with the plane's tail number N903JB to Fort Lauderdale-Hollywood International Airport on the 20th of August 2018? | actual departure time refers to DEP_TIME; JetBlue Airways refers to Description like '%JetBlue Airways%'; tail number refers to TAIL_NUM; TAIL_NUM = 'N903JB'; to refers to DEST; Fort Lauderdale-Hollywood International Airport refers to Description like '%Fort Lauderdale-Hollywood%'; on the 20th of August 2018 refers to FL_DATE = '2018/8/20'; | fastest flight refers to MIN(SUBTRACT(ACTUAL_ELAPSED_TIME, CRS_ELAPSED_TIME)); |
What is the actual departure time of JetBlue Airways with the plane's tail number N903JB to Fort Lauderdale-Hollywood International Airport on the 20th of August 2018? | actual departure time refers to DEP_TIME; JetBlue Airways refers to Description like '%JetBlue Airways%'; tail number refers to TAIL_NUM; TAIL_NUM = 'N903JB'; to refers to DEST; Fort Lauderdale-Hollywood International Airport refers to Description like '%Fort Lauderdale-Hollywood%'; on the 20th of August 2018 refers to FL_DATE = '2018/8/20'; | American Airlines Inc. refers to Description = 'American Airlines Inc.: AA'; on 2018/8/1 refers to FL_DATE = '2018/8/1'; faster than scheduled refers to ACTUAL_ELAPSED_TIME < CRS_ELAPSED_TIME; |
What is the actual departure time of JetBlue Airways with the plane's tail number N903JB to Fort Lauderdale-Hollywood International Airport on the 20th of August 2018? | actual departure time refers to DEP_TIME; JetBlue Airways refers to Description like '%JetBlue Airways%'; tail number refers to TAIL_NUM; TAIL_NUM = 'N903JB'; to refers to DEST; Fort Lauderdale-Hollywood International Airport refers to Description like '%Fort Lauderdale-Hollywood%'; on the 20th of August 2018 refers to FL_DATE = '2018/8/20'; | took off from refers to ORIGIN; Los Angeles International airport refers to Description = 'Los Angeles, CA: Los Angeles International'; on 2018/8/27 refers to FL_DATE = '2018/8/27'; |
List the air carrier description and code of the flight with the shortest arrival time. | shortest arrival time refers to MIN(ARR_TIME); | hours in total = DIVIDE(SUM(LATE_AIRCRAFT_DELAY), 60); Delta Air Lines refers to Description = 'Delta Air Lines Inc.: DL'; delayed due to a late aircraft refers to LATE_AIRCRAFT_DELAY; in August of 2018 refers to FL_DATE like '2018/8/%'; plane number refers to TAIL_NUM; highest delayed hours refers to MAX(DIVIDE(SUM(LATE_AIRCRAFT_DELAY),60)); |
List the air carrier description and code of the flight with the shortest arrival time. | shortest arrival time refers to MIN(ARR_TIME); | departed on time refers to DEP_DELAY < = 0; on 8/1/2018 refers to FL_DATE = '2018/8/1'; |
List the air carrier description and code of the flight with the shortest arrival time. | shortest arrival time refers to MIN(ARR_TIME); | Alaska Airlines refers to Description = 'Alaska Airlines Inc.: AS'; delayed refers to DEP_DELAY > 0; on 2018/8/2 refers to FL_DATE = '2018/8/2'; |
List the air carrier description and code of the flight with the shortest arrival time. | shortest arrival time refers to MIN(ARR_TIME); | JetBlue Airways refers to Description = '%JetBlue Airway%'; 0 new arrival delay refers to ARR_DELAY_NEW = 0; |
List the air carrier description and code of the flight with the shortest arrival time. | shortest arrival time refers to MIN(ARR_TIME); | on August 2, 2018 refers to FL_DATE = '2018/8/2'; Horizon Air refers to Description which includs 'Horizon Air'; |
List the air carrier description and code of the flight with the shortest arrival time. | shortest arrival time refers to MIN(ARR_TIME); | On August 2018 refers to FL_DATE like '2018/8%'; day with the highest number of cancelled flights refers to MAX(COUNT(FL_DATE WHERE CANCELLED = 1)); cancelled due to the most serious reasons refers to CANCELLATION_CODE = 'A'; in Dallas/Fort Worth International refers to Description = 'Dallas/Fort Worth, TX: Dallas/Fort Worth International'; |
List the air carrier description and code of the flight with the shortest arrival time. | shortest arrival time refers to MIN(ARR_TIME); | Asap Air Inc.: ASP refers to Description = 'Asap Air Inc.: ASP'; tail number refers to TAIL_NUM; longest departure delay refers to MAX(DEP_DELAY); |
List the air carrier description and code of the flight with the shortest arrival time. | shortest arrival time refers to MIN(ARR_TIME); | tail number refers to TAIL_NUM; TAIL_NUM = 'N922US'; from Phoenix refers to ORIGIN = 'PHX'; |
List the air carrier description and code of the flight with the shortest arrival time. | shortest arrival time refers to MIN(ARR_TIME); | Oklahoma as origin refers to Origin = 'OKC'; |
List the air carrier description and code of the flight with the shortest arrival time. | shortest arrival time refers to MIN(ARR_TIME); | arrival time lower than the 40% of the average arrival time refers to ARR_TIME < MULTIPLY(AVG(ARR_TIME), 0.4); flew to Phoenix refers to DEST = 'PHX'; |
What is the only flight destination for flights from Albany? | flight destination refers to DEST; from Albany refers to ORIGIN = 'ABY'; | depart to refers to DEST; Hartsfield-Jackson Atlanta International refers to Description = 'Atlanta, GA: Hartsfield-Jackson Atlanta International'; depart from refers to ORIGIN; Chicago O'Hare International refes to Description = 'Chicago, IL: Chicago O'Hare International'; |
What is the only flight destination for flights from Albany? | flight destination refers to DEST; from Albany refers to ORIGIN = 'ABY'; | tail number refers to TAIL_NUM; Iscargo Hf: ICQ refers to Description = 'Iscargo Hf: ICQ'; arrival time of 1000 and below refers to ARR_TIME < = 1000; |
What is the only flight destination for flights from Albany? | flight destination refers to DEST; from Albany refers to ORIGIN = 'ABY'; | Spirit Air Lines refers to Description = 'Spirit Air Lines: NK'; on 2018/8/7 refers to FL_DATE = '2018/8/7'; |
What is the only flight destination for flights from Albany? | flight destination refers to DEST; from Albany refers to ORIGIN = 'ABY'; | actual departure time refers to DEP_TIME; JetBlue Airways refers to Description like '%JetBlue Airways%'; tail number refers to TAIL_NUM; TAIL_NUM = 'N903JB'; to refers to DEST; Fort Lauderdale-Hollywood International Airport refers to Description like '%Fort Lauderdale-Hollywood%'; on the 20th of August 2018 refers to FL_DATE = '2018/8/20'; |
What is the only flight destination for flights from Albany? | flight destination refers to DEST; from Albany refers to ORIGIN = 'ABY'; | Endeavor Air Inc. refers to Description = 'Endeavor Air Inc.: 9E'; faster than scheduled refers to ACTUAL_ELAPSED_TIME < CRS_ELAPSED_TIME; on 2018/8/31 refers to FL_DATE = '2018/8/31'; |
What is the only flight destination for flights from Albany? | flight destination refers to DEST; from Albany refers to ORIGIN = 'ABY'; | Republic Airline refers to Description which contains 'Republic Airline'; departure delay of 30 minutes and above refers to DEP_DELAY > 30; |
What is the only flight destination for flights from Albany? | flight destination refers to DEST; from Albany refers to ORIGIN = 'ABY'; | landed on refers to DEST; Oakland Airport refers to Description which contains 'Oakland'; on 2018/8/7 refers to FL_DATE = '2018/8/7'; |
What is the only flight destination for flights from Albany? | flight destination refers to DEST; from Albany refers to ORIGIN = 'ABY'; | Driftwood Bay, AK: Driftwood Bay Airport refers to Description = 'Driftwood Bay, AK: Driftwood Bay Airport'; |
What is the only flight destination for flights from Albany? | flight destination refers to DEST; from Albany refers to ORIGIN = 'ABY'; | Republic Airline refers to Description = 'Republic Airline: YX'; fly the most from refers to MAX(COUNT(ORIGIN)); |
What is the only flight destination for flights from Albany? | flight destination refers to DEST; from Albany refers to ORIGIN = 'ABY'; | took off from refers to ORIGIN; Los Angeles International airport refers to Description = 'Los Angeles, CA: Los Angeles International'; on 2018/8/27 refers to FL_DATE = '2018/8/27'; |
What is the name of the airline with the highest number of non-cancelled flights? | names of the airlines refers to Description; highest number of non-cancelled flights refers to MAX(COUNT(CANCELLED = 0)); | arriving at Miami refers to DEST = 'MIA'; |
What is the name of the airline with the highest number of non-cancelled flights? | names of the airlines refers to Description; highest number of non-cancelled flights refers to MAX(COUNT(CANCELLED = 0)); | Republic Airline refers to Description which contains 'Republic Airline'; departure delay of 30 minutes and above refers to DEP_DELAY > 30; |
What is the name of the airline with the highest number of non-cancelled flights? | names of the airlines refers to Description; highest number of non-cancelled flights refers to MAX(COUNT(CANCELLED = 0)); | took off from refers to ORIGIN; Los Angeles International airport refers to Description = 'Los Angeles, CA: Los Angeles International'; on 2018/8/27 refers to FL_DATE = '2018/8/27'; |
What is the name of the airline with the highest number of non-cancelled flights? | names of the airlines refers to Description; highest number of non-cancelled flights refers to MAX(COUNT(CANCELLED = 0)); | tail number refers to TAIL_NUM; Iscargo Hf: ICQ refers to Description = 'Iscargo Hf: ICQ'; arrival time of 1000 and below refers to ARR_TIME < = 1000; |
What is the name of the airline with the highest number of non-cancelled flights? | names of the airlines refers to Description; highest number of non-cancelled flights refers to MAX(COUNT(CANCELLED = 0)); | Republic Airline refers to Description = 'Republic Airline: YX'; fly the most from refers to MAX(COUNT(ORIGIN)); |
What is the name of the airline with the highest number of non-cancelled flights? | names of the airlines refers to Description; highest number of non-cancelled flights refers to MAX(COUNT(CANCELLED = 0)); | Asap Air Inc.: ASP refers to Description = 'Asap Air Inc.: ASP'; tail number refers to TAIL_NUM; longest departure delay refers to MAX(DEP_DELAY); |
What is the name of the airline with the highest number of non-cancelled flights? | names of the airlines refers to Description; highest number of non-cancelled flights refers to MAX(COUNT(CANCELLED = 0)); | from refers to ORIGIN; Charlotte Douglas International Airport refers to Description = 'Charlotte, NC: Charlotte Douglas International'; to refers to DEST; Austin - Bergstrom International Airport refers to Description = 'Austin, TX: Austin - Bergstrom International'; serious reasons refers to CANCELLATION_CODE = 'A'; |
What is the name of the airline with the highest number of non-cancelled flights? | names of the airlines refers to Description; highest number of non-cancelled flights refers to MAX(COUNT(CANCELLED = 0)); | airport found in Ankara, Turkey refers to Description like '%Ankara, Turkey%'; |
What is the name of the airline with the highest number of non-cancelled flights? | names of the airlines refers to Description; highest number of non-cancelled flights refers to MAX(COUNT(CANCELLED = 0)); | hours in total = DIVIDE(SUM(LATE_AIRCRAFT_DELAY), 60); Delta Air Lines refers to Description = 'Delta Air Lines Inc.: DL'; delayed due to a late aircraft refers to LATE_AIRCRAFT_DELAY; in August of 2018 refers to FL_DATE like '2018/8/%'; plane number refers to TAIL_NUM; highest delayed hours refers to MAX(DIVIDE(SUM(LATE_AIRCRAFT_DELAY),60)); |
What is the name of the airline with the highest number of non-cancelled flights? | names of the airlines refers to Description; highest number of non-cancelled flights refers to MAX(COUNT(CANCELLED = 0)); | on August 25, 2018 refers to FL_DATE = '2018/8/25'; departure delay of -5 refers to DEP_DELAY = -5; |
How many flights of air carrier called JetBlue Airways: B6 have 0 new arrival delay? | JetBlue Airways refers to Description = '%JetBlue Airway%'; 0 new arrival delay refers to ARR_DELAY_NEW = 0; | tail number refers to TAIL_NUM; TAIL_NUM = 'N702SK'; |
How many flights of air carrier called JetBlue Airways: B6 have 0 new arrival delay? | JetBlue Airways refers to Description = '%JetBlue Airway%'; 0 new arrival delay refers to ARR_DELAY_NEW = 0; | average departure delay time = DIVIDE(SUM(DEP_DELAY), COUNT(Code)); American Airlines Inc. refers to Description = 'American Airlines Inc.: AA'; |
How many flights of air carrier called JetBlue Airways: B6 have 0 new arrival delay? | JetBlue Airways refers to Description = '%JetBlue Airway%'; 0 new arrival delay refers to ARR_DELAY_NEW = 0; | SUM(Description = 'American Airlines Inc.: AA') > SUM(Description = 'Endeavor Air Inc.: 9E') means American Airlines Inc. operated more flights than Endeavor Air Inc; SUM(Description = 'American Airlines Inc.: AA') < SUM(Description = 'Endeavor Air Inc.: 9E') means Endeavor Air Inc. operated more flights than American Airlines Inc.; on 2018/8/1 refers to FL_DATE = '2018/8/1'; |
How many flights of air carrier called JetBlue Airways: B6 have 0 new arrival delay? | JetBlue Airways refers to Description = '%JetBlue Airway%'; 0 new arrival delay refers to ARR_DELAY_NEW = 0; | shortest actual elapsed time refers to MIN(ACTUAL_ELAPSED_TIME); |
How many flights of air carrier called JetBlue Airways: B6 have 0 new arrival delay? | JetBlue Airways refers to Description = '%JetBlue Airway%'; 0 new arrival delay refers to ARR_DELAY_NEW = 0; | flight destination refers to DEST; from Albany refers to ORIGIN = 'ABY'; |
How many flights of air carrier called JetBlue Airways: B6 have 0 new arrival delay? | JetBlue Airways refers to Description = '%JetBlue Airway%'; 0 new arrival delay refers to ARR_DELAY_NEW = 0; | names of the airlines refers to Description; highest number of non-cancelled flights refers to MAX(COUNT(CANCELLED = 0)); |
How many flights of air carrier called JetBlue Airways: B6 have 0 new arrival delay? | JetBlue Airways refers to Description = '%JetBlue Airway%'; 0 new arrival delay refers to ARR_DELAY_NEW = 0; | shortest arrival time refers to MIN(ARR_TIME); |
How many flights of air carrier called JetBlue Airways: B6 have 0 new arrival delay? | JetBlue Airways refers to Description = '%JetBlue Airway%'; 0 new arrival delay refers to ARR_DELAY_NEW = 0; | Oklahoma as origin refers to Origin = 'OKC'; |
How many flights of air carrier called JetBlue Airways: B6 have 0 new arrival delay? | JetBlue Airways refers to Description = '%JetBlue Airway%'; 0 new arrival delay refers to ARR_DELAY_NEW = 0; | arrival time lower than the 40% of the average arrival time refers to ARR_TIME < MULTIPLY(AVG(ARR_TIME), 0.4); flew to Phoenix refers to DEST = 'PHX'; |
How many flights of air carrier called JetBlue Airways: B6 have 0 new arrival delay? | JetBlue Airways refers to Description = '%JetBlue Airway%'; 0 new arrival delay refers to ARR_DELAY_NEW = 0; | flight numbers refers to OP_CARRIER_FL_NUM; American Airlines Inc. refers to Description = 'American Airlines Inc.: AA'; depart from refers to ORIGIN; John F. Kennedy International refers to Description = 'New York, NY: John F. Kennedy International'; |
Provide the origin of the flight that has the shortest actual elapsed time. | shortest actual elapsed time refers to MIN(ACTUAL_ELAPSED_TIME); | tail number refers to TAIL_NUM; Iscargo Hf: ICQ refers to Description = 'Iscargo Hf: ICQ'; arrival time of 1000 and below refers to ARR_TIME < = 1000; |
Provide the origin of the flight that has the shortest actual elapsed time. | shortest actual elapsed time refers to MIN(ACTUAL_ELAPSED_TIME); | hours in total = DIVIDE(SUM(LATE_AIRCRAFT_DELAY), 60); Delta Air Lines refers to Description = 'Delta Air Lines Inc.: DL'; delayed due to a late aircraft refers to LATE_AIRCRAFT_DELAY; in August of 2018 refers to FL_DATE like '2018/8/%'; plane number refers to TAIL_NUM; highest delayed hours refers to MAX(DIVIDE(SUM(LATE_AIRCRAFT_DELAY),60)); |
Provide the origin of the flight that has the shortest actual elapsed time. | shortest actual elapsed time refers to MIN(ACTUAL_ELAPSED_TIME); | On August 2018 refers to FL_DATE like '2018/8%'; day with the highest number of cancelled flights refers to MAX(COUNT(FL_DATE WHERE CANCELLED = 1)); cancelled due to the most serious reasons refers to CANCELLATION_CODE = 'A'; in Dallas/Fort Worth International refers to Description = 'Dallas/Fort Worth, TX: Dallas/Fort Worth International'; |
Provide the origin of the flight that has the shortest actual elapsed time. | shortest actual elapsed time refers to MIN(ACTUAL_ELAPSED_TIME); | Oklahoma as origin refers to Origin = 'OKC'; |
Provide the origin of the flight that has the shortest actual elapsed time. | shortest actual elapsed time refers to MIN(ACTUAL_ELAPSED_TIME); | arriving at Miami refers to DEST = 'MIA'; |
Provide the origin of the flight that has the shortest actual elapsed time. | shortest actual elapsed time refers to MIN(ACTUAL_ELAPSED_TIME); | Alaska Airlines refers to Description = 'Alaska Airlines Inc.: AS'; delayed refers to DEP_DELAY > 0; on 2018/8/2 refers to FL_DATE = '2018/8/2'; |
Provide the origin of the flight that has the shortest actual elapsed time. | shortest actual elapsed time refers to MIN(ACTUAL_ELAPSED_TIME); | departed on time refers to DEP_DELAY < = 0; on 8/1/2018 refers to FL_DATE = '2018/8/1'; |
Provide the origin of the flight that has the shortest actual elapsed time. | shortest actual elapsed time refers to MIN(ACTUAL_ELAPSED_TIME); | JetBlue Airways refers to Description = '%JetBlue Airway%'; 0 new arrival delay refers to ARR_DELAY_NEW = 0; |
Provide the origin of the flight that has the shortest actual elapsed time. | shortest actual elapsed time refers to MIN(ACTUAL_ELAPSED_TIME); | Asap Air Inc.: ASP refers to Description = 'Asap Air Inc.: ASP'; tail number refers to TAIL_NUM; longest departure delay refers to MAX(DEP_DELAY); |
Provide the origin of the flight that has the shortest actual elapsed time. | shortest actual elapsed time refers to MIN(ACTUAL_ELAPSED_TIME); | departing from refers to ORIGIN; John F. Kennedy International refers to Description = 'New York, NY: John F. Kennedy International'; arrived earlier than scheduled refers to ARR_DELAY < 0; |
What is the average departure delay time of flights operated by American Airlines Inc.? | average departure delay time = DIVIDE(SUM(DEP_DELAY), COUNT(Code)); American Airlines Inc. refers to Description = 'American Airlines Inc.: AA'; | actual elapsed time refers to ACTUAL_ELAPSED_TIME; Semo Aviation Inc.: SEM. Refers to Description = 'Semo Aviation Inc.: SEM'; |
What is the average departure delay time of flights operated by American Airlines Inc.? | average departure delay time = DIVIDE(SUM(DEP_DELAY), COUNT(Code)); American Airlines Inc. refers to Description = 'American Airlines Inc.: AA'; | tail number refers to TAIL_NUM; on August 17, 2018 refers to FL_DATE = '2018/8/17'; |
What is the average departure delay time of flights operated by American Airlines Inc.? | average departure delay time = DIVIDE(SUM(DEP_DELAY), COUNT(Code)); American Airlines Inc. refers to Description = 'American Airlines Inc.: AA'; | hours in total = DIVIDE(SUM(LATE_AIRCRAFT_DELAY), 60); Delta Air Lines refers to Description = 'Delta Air Lines Inc.: DL'; delayed due to a late aircraft refers to LATE_AIRCRAFT_DELAY; in August of 2018 refers to FL_DATE like '2018/8/%'; plane number refers to TAIL_NUM; highest delayed hours refers to MAX(DIVIDE(SUM(LATE_AIRCRAFT_DELAY),60)); |
What is the average departure delay time of flights operated by American Airlines Inc.? | average departure delay time = DIVIDE(SUM(DEP_DELAY), COUNT(Code)); American Airlines Inc. refers to Description = 'American Airlines Inc.: AA'; | depart to refers to DEST; Hartsfield-Jackson Atlanta International refers to Description = 'Atlanta, GA: Hartsfield-Jackson Atlanta International'; depart from refers to ORIGIN; Chicago O'Hare International refes to Description = 'Chicago, IL: Chicago O'Hare International'; |
What is the average departure delay time of flights operated by American Airlines Inc.? | average departure delay time = DIVIDE(SUM(DEP_DELAY), COUNT(Code)); American Airlines Inc. refers to Description = 'American Airlines Inc.: AA'; | 0 departure delay refers to DEP_DELAY = 0; |
What is the average departure delay time of flights operated by American Airlines Inc.? | average departure delay time = DIVIDE(SUM(DEP_DELAY), COUNT(Code)); American Airlines Inc. refers to Description = 'American Airlines Inc.: AA'; | Oklahoma as origin refers to Origin = 'OKC'; |
What is the average departure delay time of flights operated by American Airlines Inc.? | average departure delay time = DIVIDE(SUM(DEP_DELAY), COUNT(Code)); American Airlines Inc. refers to Description = 'American Airlines Inc.: AA'; | Endeavor Air Inc. refers to Description = 'Endeavor Air Inc.: 9E'; faster than scheduled refers to ACTUAL_ELAPSED_TIME < CRS_ELAPSED_TIME; on 2018/8/31 refers to FL_DATE = '2018/8/31'; |
What is the average departure delay time of flights operated by American Airlines Inc.? | average departure delay time = DIVIDE(SUM(DEP_DELAY), COUNT(Code)); American Airlines Inc. refers to Description = 'American Airlines Inc.: AA'; | cancelled flights refers to CANCELLED = 1; |
What is the average departure delay time of flights operated by American Airlines Inc.? | average departure delay time = DIVIDE(SUM(DEP_DELAY), COUNT(Code)); American Airlines Inc. refers to Description = 'American Airlines Inc.: AA'; | code starting with the letter C refers to Code like 'C%'; |
What is the average departure delay time of flights operated by American Airlines Inc.? | average departure delay time = DIVIDE(SUM(DEP_DELAY), COUNT(Code)); American Airlines Inc. refers to Description = 'American Airlines Inc.: AA'; | Spirit Air Lines refers to Description = 'Spirit Air Lines: NK'; on 2018/8/7 refers to FL_DATE = '2018/8/7'; |
How many planes of Spirit Air Lines took off on 2018/8/7? | Spirit Air Lines refers to Description = 'Spirit Air Lines: NK'; on 2018/8/7 refers to FL_DATE = '2018/8/7'; | American Airlines can be found in Description which contains 'American Airlines'; percentage = MULTIPLY(DIVIDE(SUM(DEP_DELAY < 0), COUNT(DEP_DELAY)), 1.0); earlier departure refers to DEP_DELAY < 0; |
How many planes of Spirit Air Lines took off on 2018/8/7? | Spirit Air Lines refers to Description = 'Spirit Air Lines: NK'; on 2018/8/7 refers to FL_DATE = '2018/8/7'; | fastest flight refers to MIN(SUBTRACT(ACTUAL_ELAPSED_TIME, CRS_ELAPSED_TIME)); |
How many planes of Spirit Air Lines took off on 2018/8/7? | Spirit Air Lines refers to Description = 'Spirit Air Lines: NK'; on 2018/8/7 refers to FL_DATE = '2018/8/7'; | actual elapsed time refers to ACTUAL_ELAPSED_TIME; Semo Aviation Inc.: SEM. Refers to Description = 'Semo Aviation Inc.: SEM'; |
How many planes of Spirit Air Lines took off on 2018/8/7? | Spirit Air Lines refers to Description = 'Spirit Air Lines: NK'; on 2018/8/7 refers to FL_DATE = '2018/8/7'; | actual departure time refers to DEP_TIME; JetBlue Airways refers to Description like '%JetBlue Airways%'; tail number refers to TAIL_NUM; TAIL_NUM = 'N903JB'; to refers to DEST; Fort Lauderdale-Hollywood International Airport refers to Description like '%Fort Lauderdale-Hollywood%'; on the 20th of August 2018 refers to FL_DATE = '2018/8/20'; |
How many planes of Spirit Air Lines took off on 2018/8/7? | Spirit Air Lines refers to Description = 'Spirit Air Lines: NK'; on 2018/8/7 refers to FL_DATE = '2018/8/7'; | flight date refers to FL_DATE; Profit Airlines Inc.: XBH refers to Description = 'Profit Airlines Inc.: XBH'; actual elapsed time below 100 refers to ACTUAL_ELAPSED_TIME < 100; |
How many planes of Spirit Air Lines took off on 2018/8/7? | Spirit Air Lines refers to Description = 'Spirit Air Lines: NK'; on 2018/8/7 refers to FL_DATE = '2018/8/7'; | American Airlines Inc. refers to Description = 'American Airlines Inc.: AA'; on 2018/8/1 refers to FL_DATE = '2018/8/1'; faster than scheduled refers to ACTUAL_ELAPSED_TIME < CRS_ELAPSED_TIME; |
How many planes of Spirit Air Lines took off on 2018/8/7? | Spirit Air Lines refers to Description = 'Spirit Air Lines: NK'; on 2018/8/7 refers to FL_DATE = '2018/8/7'; | shortest arrival time refers to MIN(ARR_TIME); |
How many planes of Spirit Air Lines took off on 2018/8/7? | Spirit Air Lines refers to Description = 'Spirit Air Lines: NK'; on 2018/8/7 refers to FL_DATE = '2018/8/7'; | arriving at Miami refers to DEST = 'MIA'; |
How many planes of Spirit Air Lines took off on 2018/8/7? | Spirit Air Lines refers to Description = 'Spirit Air Lines: NK'; on 2018/8/7 refers to FL_DATE = '2018/8/7'; | from refers to ORIGIN; Charlotte Douglas International Airport refers to Description = 'Charlotte, NC: Charlotte Douglas International'; to refers to DEST; Austin - Bergstrom International Airport refers to Description = 'Austin, TX: Austin - Bergstrom International'; serious reasons refers to CANCELLATION_CODE = 'A'; |
How many planes of Spirit Air Lines took off on 2018/8/7? | Spirit Air Lines refers to Description = 'Spirit Air Lines: NK'; on 2018/8/7 refers to FL_DATE = '2018/8/7'; | flights from refers to ORIGIN; San Diego International airport refers to Description = 'San Diego, CA: San Diego International'; flights to refers to DEST; Los Angeles International airport refers to Description = 'Los Angeles, CA: Los Angeles International'; in the August of 2018 refers to FL_DATE like '2018/8%'; |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.