query
stringlengths 24
325
| positive
stringlengths 1
580
| negative
stringlengths 1
580
|
---|---|---|
Provide the date and tail number of flight with air carrier "Ross Aviation Inc.: GWE".
|
date of flight refers to FL_DATE; tail number of flight refers to TAIL_NUM; Ross Aviation Inc.: GWE refers to Description = 'Ross Aviation Inc.: GWE';
|
Republic Airline refers to Description = 'Republic Airline: YX'; fly the most from refers to MAX(COUNT(ORIGIN));
|
Provide the date and tail number of flight with air carrier "Ross Aviation Inc.: GWE".
|
date of flight refers to FL_DATE; tail number of flight refers to TAIL_NUM; Ross Aviation Inc.: GWE refers to Description = 'Ross Aviation Inc.: GWE';
|
shortest arrival time refers to MIN(ARR_TIME);
|
Provide the date and tail number of flight with air carrier "Ross Aviation Inc.: GWE".
|
date of flight refers to FL_DATE; tail number of flight refers to TAIL_NUM; Ross Aviation Inc.: GWE refers to Description = 'Ross Aviation Inc.: GWE';
|
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;
|
Provide the date and tail number of flight with air carrier "Ross Aviation Inc.: GWE".
|
date of flight refers to FL_DATE; tail number of flight refers to TAIL_NUM; Ross Aviation Inc.: GWE refers to Description = 'Ross Aviation Inc.: GWE';
|
landed on refers to DEST; Oakland Airport refers to Description which contains 'Oakland'; on 2018/8/7 refers to FL_DATE = '2018/8/7';
|
Provide the date and tail number of flight with air carrier "Ross Aviation Inc.: GWE".
|
date of flight refers to FL_DATE; tail number of flight refers to TAIL_NUM; Ross Aviation Inc.: GWE refers to Description = 'Ross Aviation Inc.: GWE';
|
on August 2, 2018 refers to FL_DATE = '2018/8/2'; Horizon Air refers to Description which includs 'Horizon Air';
|
Provide the date and tail number of flight with air carrier "Ross Aviation Inc.: GWE".
|
date of flight refers to FL_DATE; tail number of flight refers to TAIL_NUM; Ross Aviation Inc.: GWE refers to Description = 'Ross Aviation Inc.: GWE';
|
0 departure delay refers to DEP_DELAY = 0;
|
Provide the date and tail number of flight with air carrier "Ross Aviation Inc.: GWE".
|
date of flight refers to FL_DATE; tail number of flight refers to TAIL_NUM; Ross Aviation Inc.: GWE refers to Description = 'Ross Aviation Inc.: GWE';
|
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 date and tail number of flight with air carrier "Ross Aviation Inc.: GWE".
|
date of flight refers to FL_DATE; tail number of flight refers to TAIL_NUM; Ross Aviation Inc.: GWE refers to Description = 'Ross Aviation Inc.: GWE';
|
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 date and tail number of flight with air carrier "Ross Aviation Inc.: GWE".
|
date of flight refers to FL_DATE; tail number of flight refers to TAIL_NUM; Ross Aviation Inc.: GWE refers to Description = 'Ross Aviation Inc.: GWE';
|
Southwest Airlines Co.: WN refers to Description = 'Southwest Airlines Co.: WN'; tail number refers to TAIL_NUM; actual elapsed time lower than the 80% of the average actual elapsed time refers to ACTUAL_ELAPSED_TIME < (MULTIPLY AVG(ACTUAL_ELAPSED_TIME), 0.8);
|
Provide the date and tail number of flight with air carrier "Ross Aviation Inc.: GWE".
|
date of flight refers to FL_DATE; tail number of flight refers to TAIL_NUM; Ross Aviation Inc.: GWE refers to Description = 'Ross Aviation Inc.: GWE';
|
shortest actual elapsed time refers to MIN(ACTUAL_ELAPSED_TIME);
|
What is the origin airport id that recorded the longest delay due to a late aircraft?
|
origin airport id refers to ORIGIN_AIRPORT_ID; longest delay due to a late aircraft refers to MAX(LATE_AIRCRAFT_DELAY);
|
shortest arrival time refers to MIN(ARR_TIME);
|
What is the origin airport id that recorded the longest delay due to a late aircraft?
|
origin airport id refers to ORIGIN_AIRPORT_ID; longest delay due to a late aircraft refers to MAX(LATE_AIRCRAFT_DELAY);
|
tail number refers to TAIL_NUM; TAIL_NUM = 'N702SK';
|
What is the origin airport id that recorded the longest delay due to a late aircraft?
|
origin airport id refers to ORIGIN_AIRPORT_ID; longest delay due to a late aircraft refers to MAX(LATE_AIRCRAFT_DELAY);
|
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%';
|
What is the origin airport id that recorded the longest delay due to a late aircraft?
|
origin airport id refers to ORIGIN_AIRPORT_ID; longest delay due to a late aircraft refers to MAX(LATE_AIRCRAFT_DELAY);
|
flight destination refers to DEST; from Albany refers to ORIGIN = 'ABY';
|
What is the origin airport id that recorded the longest delay due to a late aircraft?
|
origin airport id refers to ORIGIN_AIRPORT_ID; longest delay due to a late aircraft refers to MAX(LATE_AIRCRAFT_DELAY);
|
Southwest Airlines Co.: WN refers to Description = 'Southwest Airlines Co.: WN'; tail number refers to TAIL_NUM; actual elapsed time lower than the 80% of the average actual elapsed time refers to ACTUAL_ELAPSED_TIME < (MULTIPLY AVG(ACTUAL_ELAPSED_TIME), 0.8);
|
What is the origin airport id that recorded the longest delay due to a late aircraft?
|
origin airport id refers to ORIGIN_AIRPORT_ID; longest delay due to a late aircraft refers to MAX(LATE_AIRCRAFT_DELAY);
|
Oklahoma as origin refers to Origin = 'OKC';
|
What is the origin airport id that recorded the longest delay due to a late aircraft?
|
origin airport id refers to ORIGIN_AIRPORT_ID; longest delay due to a late aircraft refers to MAX(LATE_AIRCRAFT_DELAY);
|
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';
|
What is the origin airport id that recorded the longest delay due to a late aircraft?
|
origin airport id refers to ORIGIN_AIRPORT_ID; longest delay due to a late aircraft refers to MAX(LATE_AIRCRAFT_DELAY);
|
Republic Airline refers to Description which contains 'Republic Airline'; departure delay of 30 minutes and above refers to DEP_DELAY > 30;
|
What is the origin airport id that recorded the longest delay due to a late aircraft?
|
origin airport id refers to ORIGIN_AIRPORT_ID; longest delay due to a late aircraft refers to MAX(LATE_AIRCRAFT_DELAY);
|
tail number refers to TAIL_NUM; TAIL_NUM = 'N922US'; from Phoenix refers to ORIGIN = 'PHX';
|
What is the origin airport id that recorded the longest delay due to a late aircraft?
|
origin airport id refers to ORIGIN_AIRPORT_ID; longest delay due to a late aircraft refers to MAX(LATE_AIRCRAFT_DELAY);
|
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 air carrier description of all flights arriving at Miami.
|
arriving at Miami refers to DEST = 'MIA';
|
cancelled flights refers to CANCELLED = 1;
|
Provide the air carrier description of all flights arriving at Miami.
|
arriving at Miami refers to DEST = 'MIA';
|
actual elapsed time refers to ACTUAL_ELAPSED_TIME; Semo Aviation Inc.: SEM. Refers to Description = 'Semo Aviation Inc.: SEM';
|
Provide the air carrier description of all flights arriving at Miami.
|
arriving at Miami refers to DEST = 'MIA';
|
tail number refers to TAIL_NUM; TAIL_NUM = 'N922US'; from Phoenix refers to ORIGIN = 'PHX';
|
Provide the air carrier description of all flights arriving at Miami.
|
arriving at Miami refers to DEST = 'MIA';
|
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 air carrier description of all flights arriving at Miami.
|
arriving at Miami refers to DEST = 'MIA';
|
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';
|
Provide the air carrier description of all flights arriving at Miami.
|
arriving at Miami refers to DEST = 'MIA';
|
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';
|
Provide the air carrier description of all flights arriving at Miami.
|
arriving at Miami refers to DEST = 'MIA';
|
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';
|
Provide the air carrier description of all flights arriving at Miami.
|
arriving at Miami refers to DEST = 'MIA';
|
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';
|
Provide the air carrier description of all flights arriving at Miami.
|
arriving at Miami refers to DEST = 'MIA';
|
JetBlue Airways refers to Description = '%JetBlue Airway%'; 0 new arrival delay refers to ARR_DELAY_NEW = 0;
|
Provide the air carrier description of all flights arriving at Miami.
|
arriving at Miami refers to DEST = 'MIA';
|
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';
|
Among the flights of the air carrier described as American Airlines, what is the percentage of the flights with earlier departure?
|
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;
|
flight destination refers to DEST; from Albany refers to ORIGIN = 'ABY';
|
Among the flights of the air carrier described as American Airlines, what is the percentage of the flights with earlier departure?
|
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;
|
fastest flight refers to MIN(SUBTRACT(ACTUAL_ELAPSED_TIME, CRS_ELAPSED_TIME));
|
Among the flights of the air carrier described as American Airlines, what is the percentage of the flights with earlier departure?
|
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;
|
names of the airlines refers to Description; highest number of non-cancelled flights refers to MAX(COUNT(CANCELLED = 0));
|
Among the flights of the air carrier described as American Airlines, what is the percentage of the flights with earlier departure?
|
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;
|
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';
|
Among the flights of the air carrier described as American Airlines, what is the percentage of the flights with earlier departure?
|
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;
|
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';
|
Among the flights of the air carrier described as American Airlines, what is the percentage of the flights with earlier departure?
|
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;
|
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;
|
Among the flights of the air carrier described as American Airlines, what is the percentage of the flights with earlier departure?
|
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;
|
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';
|
Among the flights of the air carrier described as American Airlines, what is the percentage of the flights with earlier departure?
|
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;
|
code starting with the letter C refers to Code like 'C%';
|
Among the flights of the air carrier described as American Airlines, what is the percentage of the flights with earlier departure?
|
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;
|
tail number refers to TAIL_NUM; TAIL_NUM = 'N922US'; from Phoenix refers to ORIGIN = 'PHX';
|
Among the flights of the air carrier described as American Airlines, what is the percentage of the flights with earlier departure?
|
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;
|
on 2018/8/1 refers to FL_DATE = '2018/8/1'; American Airlines Inc. refers to Description = 'American Airlines Inc.: AA';
|
Which airline does the aircraft with the fastest flight belong to?
|
fastest flight refers to MIN(SUBTRACT(ACTUAL_ELAPSED_TIME, CRS_ELAPSED_TIME));
|
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';
|
Which airline does the aircraft with the fastest flight belong to?
|
fastest flight refers to MIN(SUBTRACT(ACTUAL_ELAPSED_TIME, CRS_ELAPSED_TIME));
|
Spirit Air Lines refers to Description = 'Spirit Air Lines: NK'; on 2018/8/7 refers to FL_DATE = '2018/8/7';
|
Which airline does the aircraft with the fastest flight belong to?
|
fastest flight refers to MIN(SUBTRACT(ACTUAL_ELAPSED_TIME, CRS_ELAPSED_TIME));
|
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';
|
Which airline does the aircraft with the fastest flight belong to?
|
fastest flight refers to MIN(SUBTRACT(ACTUAL_ELAPSED_TIME, CRS_ELAPSED_TIME));
|
planes refers to TAIL_NUM; Southwest Airlines Co. refers to Description = 'Southwest Airlines Co.: WN';
|
Which airline does the aircraft with the fastest flight belong to?
|
fastest flight refers to MIN(SUBTRACT(ACTUAL_ELAPSED_TIME, CRS_ELAPSED_TIME));
|
on August 2, 2018 refers to FL_DATE = '2018/8/2'; Horizon Air refers to Description which includs 'Horizon Air';
|
Which airline does the aircraft with the fastest flight belong to?
|
fastest flight refers to MIN(SUBTRACT(ACTUAL_ELAPSED_TIME, CRS_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));
|
Which airline does the aircraft with the fastest flight belong to?
|
fastest flight refers to MIN(SUBTRACT(ACTUAL_ELAPSED_TIME, CRS_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;
|
Which airline does the aircraft with the fastest flight belong to?
|
fastest flight refers to MIN(SUBTRACT(ACTUAL_ELAPSED_TIME, CRS_ELAPSED_TIME));
|
departed on time refers to DEP_DELAY < = 0; on 8/1/2018 refers to FL_DATE = '2018/8/1';
|
Which airline does the aircraft with the fastest flight belong to?
|
fastest flight refers to MIN(SUBTRACT(ACTUAL_ELAPSED_TIME, CRS_ELAPSED_TIME));
|
actual elapsed time refers to ACTUAL_ELAPSED_TIME; Semo Aviation Inc.: SEM. Refers to Description = 'Semo Aviation Inc.: SEM';
|
Which airline does the aircraft with the fastest flight belong to?
|
fastest flight refers to MIN(SUBTRACT(ACTUAL_ELAPSED_TIME, CRS_ELAPSED_TIME));
|
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 airports have a code starting with the letter C?
|
code starting with the letter C refers to Code like 'C%';
|
landed on refers to DEST; Oakland Airport refers to Description which contains 'Oakland'; on 2018/8/7 refers to FL_DATE = '2018/8/7';
|
How many airports have a code starting with the letter C?
|
code starting with the letter C refers to Code like 'C%';
|
0 departure delay refers to DEP_DELAY = 0;
|
How many airports have a code starting with the letter C?
|
code starting with the letter C refers to Code like 'C%';
|
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';
|
How many airports have a code starting with the letter C?
|
code starting with the letter C refers to Code like 'C%';
|
tail number refers to TAIL_NUM; TAIL_NUM = 'N702SK';
|
How many airports have a code starting with the letter C?
|
code starting with the letter C refers to Code like 'C%';
|
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';
|
How many airports have a code starting with the letter C?
|
code starting with the letter C refers to Code like 'C%';
|
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));
|
How many airports have a code starting with the letter C?
|
code starting with the letter C refers to Code like 'C%';
|
flight destination refers to DEST; from Albany refers to ORIGIN = 'ABY';
|
How many airports have a code starting with the letter C?
|
code starting with the letter C refers to Code like 'C%';
|
origin airport id refers to ORIGIN_AIRPORT_ID; longest delay due to a late aircraft refers to MAX(LATE_AIRCRAFT_DELAY);
|
How many airports have a code starting with the letter C?
|
code starting with the letter C refers to Code like 'C%';
|
arriving at Miami refers to DEST = 'MIA';
|
How many airports have a code starting with the letter C?
|
code starting with the letter C refers to Code like 'C%';
|
JetBlue Airways refers to Description = '%JetBlue Airway%'; 0 new arrival delay refers to ARR_DELAY_NEW = 0;
|
How many flights of Alaska Airlines were delayed on 2018/8/2?
|
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';
|
tail number refers to TAIL_NUM; on August 17, 2018 refers to FL_DATE = '2018/8/17';
|
How many flights of Alaska Airlines were delayed on 2018/8/2?
|
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';
|
on August 2, 2018 refers to FL_DATE = '2018/8/2'; Horizon Air refers to Description which includs 'Horizon Air';
|
How many flights of Alaska Airlines were delayed on 2018/8/2?
|
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';
|
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);
|
How many flights of Alaska Airlines were delayed on 2018/8/2?
|
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';
|
Driftwood Bay, AK: Driftwood Bay Airport refers to Description = 'Driftwood Bay, AK: Driftwood Bay Airport';
|
How many flights of Alaska Airlines were delayed on 2018/8/2?
|
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';
|
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 Alaska Airlines were delayed on 2018/8/2?
|
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';
|
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 flights of Alaska Airlines were delayed on 2018/8/2?
|
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';
|
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;
|
How many flights of Alaska Airlines were delayed on 2018/8/2?
|
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';
|
cancelled flights refers to CANCELLED = 1;
|
How many flights of Alaska Airlines were delayed on 2018/8/2?
|
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';
|
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';
|
How many flights of Alaska Airlines were delayed on 2018/8/2?
|
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';
|
departed on time refers to DEP_DELAY < = 0; on 8/1/2018 refers to FL_DATE = '2018/8/1';
|
Give the code of the airport described as Driftwood Bay, AK: Driftwood Bay Airport.
|
Driftwood Bay, AK: Driftwood Bay Airport refers to Description = 'Driftwood Bay, AK: Driftwood Bay Airport';
|
tail number refers to TAIL_NUM; on August 17, 2018 refers to FL_DATE = '2018/8/17';
|
Give the code of the airport described as Driftwood Bay, AK: Driftwood Bay Airport.
|
Driftwood Bay, AK: Driftwood Bay Airport refers to Description = 'Driftwood Bay, AK: Driftwood Bay Airport';
|
flights on average = DIVIDE(COUNT(Code), 31); American Airlines Inc. refers to Description = 'American Airlines Inc.: AA'; every day in August, 2018 refers to FL_DATE like '2018/8%';
|
Give the code of the airport described as Driftwood Bay, AK: Driftwood Bay Airport.
|
Driftwood Bay, AK: Driftwood Bay Airport refers to Description = 'Driftwood Bay, AK: Driftwood Bay Airport';
|
shortest arrival time refers to MIN(ARR_TIME);
|
Give the code of the airport described as Driftwood Bay, AK: Driftwood Bay Airport.
|
Driftwood Bay, AK: Driftwood Bay Airport refers to Description = 'Driftwood Bay, AK: Driftwood Bay Airport';
|
tail number refers to TAIL_NUM; TAIL_NUM = 'N702SK';
|
Give the code of the airport described as Driftwood Bay, AK: Driftwood Bay Airport.
|
Driftwood Bay, AK: Driftwood Bay Airport refers to Description = 'Driftwood Bay, AK: Driftwood Bay Airport';
|
airport found in Ankara, Turkey refers to Description like '%Ankara, Turkey%';
|
Give the code of the airport described as Driftwood Bay, AK: Driftwood Bay Airport.
|
Driftwood Bay, AK: Driftwood Bay Airport refers to Description = 'Driftwood Bay, AK: Driftwood Bay Airport';
|
average departure delay time = DIVIDE(SUM(DEP_DELAY), COUNT(Code)); American Airlines Inc. refers to Description = 'American Airlines Inc.: AA';
|
Give the code of the airport described as Driftwood Bay, AK: Driftwood Bay Airport.
|
Driftwood Bay, AK: Driftwood Bay Airport refers to Description = 'Driftwood Bay, AK: Driftwood Bay Airport';
|
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';
|
Give the code of the airport described as Driftwood Bay, AK: Driftwood Bay Airport.
|
Driftwood Bay, AK: Driftwood Bay Airport refers to Description = 'Driftwood Bay, AK: Driftwood Bay Airport';
|
actual elapsed time refers to ACTUAL_ELAPSED_TIME; Semo Aviation Inc.: SEM. Refers to Description = 'Semo Aviation Inc.: SEM';
|
Give the code of the airport described as Driftwood Bay, AK: Driftwood Bay Airport.
|
Driftwood Bay, AK: Driftwood Bay Airport refers to Description = 'Driftwood Bay, AK: Driftwood Bay Airport';
|
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%';
|
Give the code of the airport described as Driftwood Bay, AK: Driftwood Bay Airport.
|
Driftwood Bay, AK: Driftwood Bay Airport refers to Description = 'Driftwood Bay, AK: Driftwood Bay Airport';
|
name of the airline refers to Description; flights to refers to DEST; Chicago Midway International refers to Description = 'Chicago, IL: Chicago Midway International'; most flights to Chicago Midway International refers to MAX(COUNT(DEST WHERE Description = 'Chicago, IL: Chicago Midway International'));
|
What is the rating and the total Sentiment subjectivity score of "Onefootball - Soccer Scores"?
|
Onefootball - Soccer Scores refers to App = 'Onefootball - Soccer Scores';
|
compatible with android refers to Android Ver; Android Ver" = '8.0 and up';
|
What is the rating and the total Sentiment subjectivity score of "Onefootball - Soccer Scores"?
|
Onefootball - Soccer Scores refers to App = 'Onefootball - Soccer Scores';
|
negative comment refers to Sentiment = 'Negative'; Installs = '100,000,000+';
|
What is the rating and the total Sentiment subjectivity score of "Onefootball - Soccer Scores"?
|
Onefootball - Soccer Scores refers to App = 'Onefootball - Soccer Scores';
|
Golfshot Plus: Golf GPS refers to App = 'Golfshot Plus: Golf GPS'; review refers to Translated_Review;
|
What is the rating and the total Sentiment subjectivity score of "Onefootball - Soccer Scores"?
|
Onefootball - Soccer Scores refers to App = 'Onefootball - Soccer Scores';
|
average review = AVG(Review); application refers to app; Rating = 5;
|
What is the rating and the total Sentiment subjectivity score of "Onefootball - Soccer Scores"?
|
Onefootball - Soccer Scores refers to App = 'Onefootball - Soccer Scores';
|
downloads and installs are synonyms; entertainment apps refers to Category = 'ENTERTAINMENT';
|
What is the rating and the total Sentiment subjectivity score of "Onefootball - Soccer Scores"?
|
Onefootball - Soccer Scores refers to App = 'Onefootball - Soccer Scores';
|
lowest rating refers to Rating = 1;
|
What is the rating and the total Sentiment subjectivity score of "Onefootball - Soccer Scores"?
|
Onefootball - Soccer Scores refers to App = 'Onefootball - Soccer Scores';
|
FALSE;
|
What is the rating and the total Sentiment subjectivity score of "Onefootball - Soccer Scores"?
|
Onefootball - Soccer Scores refers to App = 'Onefootball - Soccer Scores';
|
FALSE;
|
What is the rating and the total Sentiment subjectivity score of "Onefootball - Soccer Scores"?
|
Onefootball - Soccer Scores refers to App = 'Onefootball - Soccer Scores';
|
no comment refers to Translated_Review = 'nan'; most no comment reviews = (MAX(COUNT(Translated_Review = 'nan')));
|
What is the rating and the total Sentiment subjectivity score of "Onefootball - Soccer Scores"?
|
Onefootball - Soccer Scores refers to App = 'Onefootball - Soccer Scores';
|
average sentiment polarity score = AVG(Sentiment_Polarity); Golf GPS Rangefinder: Golf Pad is the App;
|
List down application that have not been updated since 2015. What is the percentage of this application having more negative sentiment than positive sentiment?
|
percentage = DIVIDE(SUBTRACT(SUM(Sentiment = 'Positive')), (SUM(Sentiment = 'Negative'))), (SUM(Sentiment = 'Negative')) as percent; Last Updated>'2015';
|
users pretty much likes the app refers to Sentiment_Polarity = 'Positive';
|
List down application that have not been updated since 2015. What is the percentage of this application having more negative sentiment than positive sentiment?
|
percentage = DIVIDE(SUBTRACT(SUM(Sentiment = 'Positive')), (SUM(Sentiment = 'Negative'))), (SUM(Sentiment = 'Negative')) as percent; Last Updated>'2015';
|
average sentiment polarity score = AVG(Sentiment_Polarity); Golf GPS Rangefinder: Golf Pad is the App;
|
List down application that have not been updated since 2015. What is the percentage of this application having more negative sentiment than positive sentiment?
|
percentage = DIVIDE(SUBTRACT(SUM(Sentiment = 'Positive')), (SUM(Sentiment = 'Negative'))), (SUM(Sentiment = 'Negative')) as percent; Last Updated>'2015';
|
multiple genres refers to COUNT(Genres>1; total sentiment subjectivity = Sum(Sentiment_Subjectivity);
|
List down application that have not been updated since 2015. What is the percentage of this application having more negative sentiment than positive sentiment?
|
percentage = DIVIDE(SUBTRACT(SUM(Sentiment = 'Positive')), (SUM(Sentiment = 'Negative'))), (SUM(Sentiment = 'Negative')) as percent; Last Updated>'2015';
|
paid refers to Type = 'Paid'; application refers to App; Rating>4.5; Last Updated>'2018; percentage = DIVIDE(SUM(Genres = 'Mature 17+' and Rating>4.5 and substr("Last Updated",-4,4)>'2018' )), (COUNT(App)) as percent;
|
List down application that have not been updated since 2015. What is the percentage of this application having more negative sentiment than positive sentiment?
|
percentage = DIVIDE(SUBTRACT(SUM(Sentiment = 'Positive')), (SUM(Sentiment = 'Negative'))), (SUM(Sentiment = 'Negative')) as percent; Last Updated>'2015';
|
average review = AVG(Review); application refers to app; Rating = 5;
|
List down application that have not been updated since 2015. What is the percentage of this application having more negative sentiment than positive sentiment?
|
percentage = DIVIDE(SUBTRACT(SUM(Sentiment = 'Positive')), (SUM(Sentiment = 'Negative'))), (SUM(Sentiment = 'Negative')) as percent; Last Updated>'2015';
|
Dragon Ball Legends is the app; users who dislikes the app refers to Sentiment_Polarity<-0.5;
|
List down application that have not been updated since 2015. What is the percentage of this application having more negative sentiment than positive sentiment?
|
percentage = DIVIDE(SUBTRACT(SUM(Sentiment = 'Positive')), (SUM(Sentiment = 'Negative'))), (SUM(Sentiment = 'Negative')) as percent; Last Updated>'2015';
|
Browser 4G is the App; pretty positive favorability refers to Sentiment_Polarity score = 0.5
|
List down application that have not been updated since 2015. What is the percentage of this application having more negative sentiment than positive sentiment?
|
percentage = DIVIDE(SUBTRACT(SUM(Sentiment = 'Positive')), (SUM(Sentiment = 'Negative'))), (SUM(Sentiment = 'Negative')) as percent; Last Updated>'2015';
|
most reviewed app refers to MAX(Reviews);
|
List down application that have not been updated since 2015. What is the percentage of this application having more negative sentiment than positive sentiment?
|
percentage = DIVIDE(SUBTRACT(SUM(Sentiment = 'Positive')), (SUM(Sentiment = 'Negative'))), (SUM(Sentiment = 'Negative')) as percent; Last Updated>'2015';
|
FALSE;
|
List down application that have not been updated since 2015. What is the percentage of this application having more negative sentiment than positive sentiment?
|
percentage = DIVIDE(SUBTRACT(SUM(Sentiment = 'Positive')), (SUM(Sentiment = 'Negative'))), (SUM(Sentiment = 'Negative')) as percent; Last Updated>'2015';
|
negative comment refers to Sentiment = 'Negative';
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.