query
stringlengths
24
325
positive
stringlengths
1
580
negative_1
stringlengths
6
580
negative_2
stringlengths
1
576
negative_3
stringlengths
1
576
negative_4
stringlengths
1
580
negative_5
stringlengths
1
580
negative_6
stringlengths
1
580
negative_7
stringlengths
5
576
negative_8
stringlengths
1
576
negative_9
stringlengths
1
580
negative_10
stringlengths
1
580
List the air carrier's description of the flights with 0 departure delay.
0 departure delay refers to DEP_DELAY = 0;
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';
shortest arrival time refers to MIN(ARR_TIME);
actual elapsed time refers to ACTUAL_ELAPSED_TIME; Semo Aviation Inc.: SEM. Refers to Description = 'Semo Aviation Inc.: SEM';
airport found in Ankara, Turkey refers to Description like '%Ankara, Turkey%';
on August 25, 2018 refers to FL_DATE = '2018/8/25'; departure delay of -5 refers to DEP_DELAY = -5;
fastest flight refers to MIN(SUBTRACT(ACTUAL_ELAPSED_TIME, CRS_ELAPSED_TIME));
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;
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';
Oklahoma as origin refers to Origin = 'OKC';
Republic Airline refers to Description which contains 'Republic Airline'; departure delay of 30 minutes and above refers to DEP_DELAY > 30;
What is the tail number of the flight with air carrier named Iscargo Hf: ICQ and arrival time of 1000 and below?
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;
code starting with the letter C refers to Code like 'C%';
0 departure delay refers to DEP_DELAY = 0;
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;
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';
airport found in Ankara, Turkey refers to Description like '%Ankara, Turkey%';
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';
JetBlue Airways refers to Description = '%JetBlue Airway%'; 0 new arrival delay refers to ARR_DELAY_NEW = 0;
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%';
names of the airlines refers to Description; highest number of non-cancelled flights refers to MAX(COUNT(CANCELLED = 0));
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';
Among the flights with air carrier described as Asap Air Inc.: ASP, what is the tail number of the flight with the longest departure 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);
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';
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';
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 25, 2018 refers to FL_DATE = '2018/8/25'; departure delay of -5 refers to DEP_DELAY = -5;
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';
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';
planes refers to TAIL_NUM; Southwest Airlines Co. refers to Description = 'Southwest Airlines Co.: WN';
names of the airlines refers to Description; highest number of non-cancelled flights refers to MAX(COUNT(CANCELLED = 0));
Spirit Air Lines refers to Description = 'Spirit Air Lines: NK'; on 2018/8/7 refers to FL_DATE = '2018/8/7';
How many flights on average does American Airlines Inc. operate every day in August, 2018?
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%';
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;
JetBlue Airways refers to Description = '%JetBlue Airway%'; 0 new arrival delay refers to ARR_DELAY_NEW = 0;
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';
planes refers to TAIL_NUM; Southwest Airlines Co. refers to Description = 'Southwest Airlines Co.: WN';
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);
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';
Oklahoma as origin refers to Origin = 'OKC';
origin airport id refers to ORIGIN_AIRPORT_ID; longest delay due to a late aircraft refers to MAX(LATE_AIRCRAFT_DELAY);
landed on refers to DEST; Oakland Airport refers to Description which contains 'Oakland'; 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;
List the flight date of flights with air carrier described as Profit Airlines Inc.: XBH which have an actual elapsed time below 100.
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;
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);
shortest actual elapsed time refers to MIN(ACTUAL_ELAPSED_TIME);
on August 25, 2018 refers to FL_DATE = '2018/8/25'; departure delay of -5 refers to DEP_DELAY = -5;
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';
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;
arriving at Miami refers to DEST = 'MIA';
tail number refers to TAIL_NUM; on August 17, 2018 refers to FL_DATE = '2018/8/17';
flight destination refers to DEST; from Albany refers to ORIGIN = 'ABY';
cancelled flights refers to CANCELLED = 1;
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;
How many flights were there from San Diego International airport to Los Angeles International airport in the August of 2018?
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%';
code starting with the letter C refers to Code like 'C%';
0 departure delay refers to DEP_DELAY = 0;
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';
on August 25, 2018 refers to FL_DATE = '2018/8/25'; departure delay of -5 refers to DEP_DELAY = -5;
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);
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);
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'));
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 destination refers to DEST; from Albany refers to ORIGIN = 'ABY';
Give the number of planes that took off from Los Angeles International airport on 2018/8/27.
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';
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%';
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);
Republic Airline refers to Description which contains 'Republic Airline'; departure delay of 30 minutes and above refers to DEP_DELAY > 30;
Republic Airline refers to Description = 'Republic Airline: YX'; fly the most from refers to MAX(COUNT(ORIGIN));
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);
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));
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';
names of the airlines refers to Description; highest number of non-cancelled flights refers to MAX(COUNT(CANCELLED = 0));
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%';
Please list the flight numbers of all the flights operated by American Airlines Inc. that were scheduled to depart from John F. Kennedy International.
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';
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);
on August 2, 2018 refers to FL_DATE = '2018/8/2'; Horizon Air refers to Description which includs 'Horizon Air';
airport found in Ankara, Turkey refers to Description like '%Ankara, Turkey%';
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';
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;
landed on refers to DEST; Oakland Airport refers to Description which contains 'Oakland'; on 2018/8/7 refers to FL_DATE = '2018/8/7';
tail number refers to TAIL_NUM; TAIL_NUM = 'N922US'; from Phoenix refers to ORIGIN = 'PHX';
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 which contains 'Republic Airline'; departure delay of 30 minutes and above refers to DEP_DELAY > 30;
How many hours in total did all of the Delta Air Lines aircraft were delayed due to a late aircraft in August of 2018? Identify the plane number of the aircraft with the highest delayed hours.
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));
code starting with the letter C refers to Code like 'C%';
on 2018/8/1 refers to FL_DATE = '2018/8/1'; American Airlines Inc. refers to Description = 'American Airlines Inc.: AA';
JetBlue Airways refers to Description = '%JetBlue Airway%'; 0 new arrival delay refers to ARR_DELAY_NEW = 0;
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%';
actual elapsed time refers to ACTUAL_ELAPSED_TIME; Semo Aviation Inc.: SEM. Refers to Description = 'Semo Aviation Inc.: SEM';
on August 2, 2018 refers to FL_DATE = '2018/8/2'; Horizon Air refers to Description which includs 'Horizon Air';
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);
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';
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';
Among the flights with air carrier "Southwest Airlines Co.: WN", provide the tail number of flights with an actual elapsed time lower than the 80% of the average actual elapsed time of listed flights.
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);
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';
JetBlue Airways refers to Description = '%JetBlue Airway%'; 0 new arrival delay refers to ARR_DELAY_NEW = 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';
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;
code starting with the letter C refers to Code like 'C%';
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;
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;
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%';
arriving at Miami refers to DEST = 'MIA';
What is the air carrier's description of the cancelled flights?
cancelled flights refers to CANCELLED = 1;
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;
departed on time refers to DEP_DELAY < = 0; on 8/1/2018 refers to FL_DATE = '2018/8/1';
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;
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;
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%';
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);
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';
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';
on August 2, 2018 refers to FL_DATE = '2018/8/2'; Horizon Air refers to Description which includs 'Horizon Air';
What is the total number of flights that have Oklahoma as their origin?
Oklahoma as origin refers to Origin = 'OKC';
tail number refers to TAIL_NUM; on August 17, 2018 refers to FL_DATE = '2018/8/17';
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';
tail number refers to TAIL_NUM; TAIL_NUM = 'N922US'; from Phoenix refers to ORIGIN = 'PHX';
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';
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'));
cancelled flights refers to CANCELLED = 1;
on 2018/8/1 refers to FL_DATE = '2018/8/1'; American Airlines Inc. refers to Description = 'American Airlines Inc.: AA';
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';
How many flights on 2018/8/1 were operated by American Airlines Inc.?
on 2018/8/1 refers to FL_DATE = '2018/8/1'; American Airlines Inc. refers to Description = 'American Airlines Inc.: AA';
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;
tail number refers to TAIL_NUM; on August 17, 2018 refers to FL_DATE = '2018/8/17';
code starting with the letter C refers to Code like 'C%';
planes refers to TAIL_NUM; Southwest Airlines Co. refers to Description = 'Southwest Airlines Co.: WN';
JetBlue Airways refers to Description = '%JetBlue Airway%'; 0 new arrival delay refers to ARR_DELAY_NEW = 0;
Republic Airline refers to Description which contains 'Republic Airline'; departure delay of 30 minutes and above refers to DEP_DELAY > 30;
airport found in Ankara, Turkey refers to Description like '%Ankara, Turkey%';
Republic Airline refers to Description = 'Republic Airline: YX'; fly the most from refers to MAX(COUNT(ORIGIN));
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';
How many flights departed on time on 8/1/2018?
departed on time refers to DEP_DELAY < = 0; on 8/1/2018 refers to FL_DATE = '2018/8/1';
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);
tail number refers to TAIL_NUM; TAIL_NUM = 'N702SK';
on August 25, 2018 refers to FL_DATE = '2018/8/25'; departure delay of -5 refers to DEP_DELAY = -5;
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'));
shortest actual elapsed time refers to MIN(ACTUAL_ELAPSED_TIME);
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';
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 = 'N922US'; from Phoenix refers to ORIGIN = 'PHX';
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);
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';
Give the actual elapsed time of the flights with air carrier named Semo Aviation Inc.: SEM.
actual elapsed time refers to ACTUAL_ELAPSED_TIME; Semo Aviation Inc.: SEM. Refers to Description = 'Semo Aviation Inc.: SEM';
names of the airlines refers to Description; highest number of non-cancelled flights refers to MAX(COUNT(CANCELLED = 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';
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;
tail number refers to TAIL_NUM; on August 17, 2018 refers to FL_DATE = '2018/8/17';
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';
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;
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;
origin airport id refers to ORIGIN_AIRPORT_ID; longest delay due to a late aircraft refers to MAX(LATE_AIRCRAFT_DELAY);
landed on refers to DEST; Oakland Airport refers to Description which contains 'Oakland'; on 2018/8/7 refers to FL_DATE = '2018/8/7';
tail number refers to TAIL_NUM; TAIL_NUM = 'N922US'; from Phoenix refers to ORIGIN = 'PHX';
What are the air carriers of the flights that flew on August 25, 2018 that have departure delay of -5?
on August 25, 2018 refers to FL_DATE = '2018/8/25'; departure delay of -5 refers to DEP_DELAY = -5;
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';
Spirit Air Lines refers to Description = 'Spirit Air Lines: NK'; on 2018/8/7 refers to FL_DATE = '2018/8/7';
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';
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;
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';
Republic Airline refers to Description which contains 'Republic Airline'; departure delay of 30 minutes and above refers to DEP_DELAY > 30;
arriving at Miami refers to DEST = 'MIA';
on 2018/8/1 refers to FL_DATE = '2018/8/1'; American Airlines Inc. refers to Description = 'American Airlines Inc.: AA';
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'));
origin airport id refers to ORIGIN_AIRPORT_ID; longest delay due to a late aircraft refers to MAX(LATE_AIRCRAFT_DELAY);
What is the name of the airline that flew the most flights to Chicago Midway International?
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'));
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';
cancelled flights refers to CANCELLED = 1;
JetBlue Airways refers to Description = '%JetBlue Airway%'; 0 new arrival delay refers to ARR_DELAY_NEW = 0;
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';
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);
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;
Republic Airline refers to Description = 'Republic Airline: YX'; fly the most from refers to MAX(COUNT(ORIGIN));
flight destination refers to DEST; from Albany refers to ORIGIN = 'ABY';
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';
landed on refers to DEST; Oakland Airport refers to Description which contains 'Oakland'; on 2018/8/7 refers to FL_DATE = '2018/8/7';
List the air carrier's description with arrival time lower than the 40% of the average arrival time of flights that flew to Phoenix.
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';
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;
Republic Airline refers to Description which contains 'Republic Airline'; departure delay of 30 minutes and above refers to DEP_DELAY > 30;
tail number refers to TAIL_NUM; TAIL_NUM = 'N702SK';
planes refers to TAIL_NUM; Southwest Airlines Co. refers to Description = 'Southwest Airlines Co.: WN';
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'));
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';
code starting with the letter C refers to Code like 'C%';
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;
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';
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';
How many flights depart to Hartsfield-Jackson Atlanta International from Chicago O'Hare International?
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';
airport found in Ankara, Turkey refers to Description like '%Ankara, Turkey%';
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';
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';
Driftwood Bay, AK: Driftwood Bay Airport refers to Description = 'Driftwood Bay, AK: Driftwood Bay Airport';
Oklahoma as origin refers to Origin = 'OKC';
Republic Airline refers to Description which contains 'Republic Airline'; departure delay of 30 minutes and above refers to DEP_DELAY > 30;
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;
code starting with the letter C refers to Code like 'C%';
flight destination refers to DEST; from Albany refers to ORIGIN = 'ABY';
departed on time refers to DEP_DELAY < = 0; on 8/1/2018 refers to FL_DATE = '2018/8/1';
List the tail number of flights that flew on August 17, 2018.
tail number refers to TAIL_NUM; on August 17, 2018 refers to FL_DATE = '2018/8/17';
0 departure delay 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';
tail number refers to TAIL_NUM; TAIL_NUM = 'N922US'; from Phoenix refers to ORIGIN = 'PHX';
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'));
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';
on August 2, 2018 refers to FL_DATE = '2018/8/2'; Horizon Air refers to Description which includs 'Horizon Air';
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';
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';
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;
JetBlue Airways refers to Description = '%JetBlue Airway%'; 0 new arrival delay refers to ARR_DELAY_NEW = 0;
How many planes does Southwest Airlines Co. have?
planes refers to TAIL_NUM; Southwest Airlines Co. refers to Description = 'Southwest Airlines Co.: WN';
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);
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';
flight destination refers to DEST; from Albany refers to ORIGIN = 'ABY';
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';
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';
departed on time refers to DEP_DELAY < = 0; on 8/1/2018 refers to FL_DATE = '2018/8/1';
JetBlue Airways refers to Description = '%JetBlue Airway%'; 0 new arrival delay refers to ARR_DELAY_NEW = 0;
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);
What are the codes of the airport found in Ankara, Turkey?
airport found in Ankara, Turkey refers to Description like '%Ankara, Turkey%';
tail number refers to TAIL_NUM; TAIL_NUM = 'N922US'; from Phoenix refers to ORIGIN = 'PHX';
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';
Oklahoma as origin refers to Origin = 'OKC';
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';
0 departure delay refers to DEP_DELAY = 0;
arriving at Miami refers to DEST = 'MIA';
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%';
shortest arrival time refers to MIN(ARR_TIME);
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%';
Provide the air carrier description of the flight with a tail number N922US from Phoenix.
tail number refers to TAIL_NUM; TAIL_NUM = 'N922US'; from Phoenix refers to ORIGIN = 'PHX';
Spirit Air Lines refers to Description = 'Spirit Air Lines: NK'; on 2018/8/7 refers to FL_DATE = '2018/8/7';
on August 25, 2018 refers to FL_DATE = '2018/8/25'; departure delay of -5 refers to DEP_DELAY = -5;
cancelled flights refers to CANCELLED = 1;
on 2018/8/1 refers to FL_DATE = '2018/8/1'; American Airlines Inc. refers to Description = 'American Airlines Inc.: AA';
flight destination refers to DEST; from Albany refers to ORIGIN = 'ABY';
tail number refers to TAIL_NUM; TAIL_NUM = 'N702SK';
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';
planes refers to TAIL_NUM; Southwest Airlines Co. refers to Description = 'Southwest Airlines Co.: WN';
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';
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';
Republic Airline refers to Description = 'Republic Airline: YX'; fly the most from refers to MAX(COUNT(ORIGIN));
shortest arrival time refers to MIN(ARR_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;
landed on refers to DEST; Oakland Airport refers to Description which contains 'Oakland'; on 2018/8/7 refers to FL_DATE = '2018/8/7';
on August 2, 2018 refers to FL_DATE = '2018/8/2'; Horizon Air refers to Description which includs 'Horizon Air';
0 departure delay 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';
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;
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);
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);
tail number refers to TAIL_NUM; TAIL_NUM = 'N702SK';
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%';
flight destination refers to DEST; from Albany refers to ORIGIN = 'ABY';
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);
Oklahoma as origin refers to Origin = 'OKC';
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';
Republic Airline refers to Description which contains 'Republic Airline'; departure delay of 30 minutes and above refers to DEP_DELAY > 30;
tail number refers to TAIL_NUM; TAIL_NUM = 'N922US'; from Phoenix refers to ORIGIN = 'PHX';
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;
actual elapsed time refers to ACTUAL_ELAPSED_TIME; Semo Aviation Inc.: SEM. Refers to Description = 'Semo Aviation Inc.: SEM';
tail number refers to TAIL_NUM; TAIL_NUM = 'N922US'; from Phoenix refers to ORIGIN = 'PHX';
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));
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';
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';
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';
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';
JetBlue Airways refers to Description = '%JetBlue Airway%'; 0 new arrival delay refers to ARR_DELAY_NEW = 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';
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';
fastest flight refers to MIN(SUBTRACT(ACTUAL_ELAPSED_TIME, CRS_ELAPSED_TIME));
names of the airlines refers to Description; highest number of non-cancelled flights refers to MAX(COUNT(CANCELLED = 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';
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';
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;
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';
code starting with the letter C refers to Code like 'C%';
tail number refers to TAIL_NUM; TAIL_NUM = 'N922US'; from Phoenix refers to ORIGIN = 'PHX';
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';
Spirit Air Lines refers to Description = 'Spirit Air Lines: NK'; on 2018/8/7 refers to FL_DATE = '2018/8/7';
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';
planes refers to TAIL_NUM; Southwest Airlines Co. refers to Description = 'Southwest Airlines Co.: WN';
on August 2, 2018 refers to FL_DATE = '2018/8/2'; Horizon Air refers to Description which includs 'Horizon Air';
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));
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;
departed on time refers to DEP_DELAY < = 0; on 8/1/2018 refers to FL_DATE = '2018/8/1';
actual elapsed time refers to ACTUAL_ELAPSED_TIME; Semo Aviation Inc.: SEM. Refers to Description = 'Semo Aviation Inc.: SEM';
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';
0 departure delay refers to DEP_DELAY = 0;
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';
tail number refers to TAIL_NUM; TAIL_NUM = 'N702SK';
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';
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));
flight destination refers to DEST; from Albany refers to ORIGIN = 'ABY';
origin airport id refers to ORIGIN_AIRPORT_ID; longest delay due to a late aircraft refers to MAX(LATE_AIRCRAFT_DELAY);
arriving at Miami refers to DEST = 'MIA';
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';
on August 2, 2018 refers to FL_DATE = '2018/8/2'; Horizon Air refers to Description which includs 'Horizon Air';
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);
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';
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';  delayed for the longest time refers to MAX(DEP_DELAY); destination airport refers to DEST;
cancelled flights refers to CANCELLED = 1;
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';
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';
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%';
shortest arrival time refers to MIN(ARR_TIME);
tail number refers to TAIL_NUM; TAIL_NUM = 'N702SK';
airport found in Ankara, Turkey refers to Description like '%Ankara, Turkey%';
average departure delay time = DIVIDE(SUM(DEP_DELAY), COUNT(Code)); American Airlines Inc. refers to Description = 'American Airlines Inc.: AA';
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';
actual elapsed time refers to ACTUAL_ELAPSED_TIME; Semo Aviation Inc.: SEM. Refers to Description = 'Semo Aviation Inc.: SEM';
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%';
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';
negative comment refers to Sentiment = 'Negative'; Installs = '100,000,000+';
Golfshot Plus: Golf GPS refers to App = 'Golfshot Plus: Golf GPS'; review refers to Translated_Review;
average review = AVG(Review); application refers to app; Rating = 5;
downloads and installs are synonyms; entertainment apps refers to Category = 'ENTERTAINMENT';
lowest rating refers to Rating = 1;
FALSE;
FALSE;
no comment refers to Translated_Review = 'nan'; most no comment reviews = (MAX(COUNT(Translated_Review = 'nan')));
average sentiment polarity score = AVG(Sentiment_Polarity); Golf GPS Rangefinder: Golf Pad  is the App;
What is the average download for entertainment apps with size no more than 1.0 M?
downloads and installs are synonyms; entertainment apps refers to Category = 'ENTERTAINMENT';
most reviewed app refers to MAX(Reviews);
app with gr8 in their comments refers to Translated_Review LIKE '%gr8%';
compatible with android refers to Android Ver; Android Ver" = '8.0 and up';
neutral reviews refers to Sentiment = 'Neutral';
mildly likes the app refers to Sentiment_Polarity> = 0 and Sentiment_Polarity<0.5;
Brit + Co refers to App = 'Brit + Co'; comment refers to Translated Review NOT null;
FREEDOME VPN Unlimited anonymous Wifi Security is the App; percentage = MULTIPLY(DIVIDE((SUM(Sentiment = 'Positive')), (COUNT(*))), 100)
FALSE;
average sentiment polarity score = AVG(Sentiment_Polarity); Golf GPS Rangefinder: Golf Pad  is the App;
average price = AVG(Price);
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';
average sentiment polarity score = AVG(Sentiment_Polarity); Golf GPS Rangefinder: Golf Pad  is the App;
multiple genres refers to COUNT(Genres>1; total sentiment subjectivity = Sum(Sentiment_Subjectivity);
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;
average review = AVG(Review); application refers to app; Rating = 5;
Dragon Ball Legends is the app; users who dislikes the app refers to Sentiment_Polarity<-0.5;
Browser 4G is the App; pretty positive favorability refers to Sentiment_Polarity score = 0.5
most reviewed app refers to MAX(Reviews);
FALSE;
negative comment refers to Sentiment = 'Negative';
Which apps have been reviewed more than 75 000 000 times and the content is suitable for teenagers?
Reviews>75000000; suitable for teenagers refers to Content Rating = 'Teen';
lowest rating refers to Rating = 1;
downloads and installs are synonyms; Installs = '1,000,000,000+';
FALSE;
Brit + Co refers to App = 'Brit + Co'; comment refers to Translated Review NOT null;
users pretty much likes the app refers to Sentiment_Polarity = 'Positive';
average rating = AVG(Rating where Category = 'COMICS'); number of users who hold a positive attitude towards the app refers to SUM(Sentiment = 'Positive');
best selling app = MAX(MULTIPLY(Price, Installs));
no comment refers to Translated_Review = 'nan'; percentage = DIVIDE((SUM(Content Rating = 'Teen')), COUNT(*));
targeted to teen refers to Content Rating = 'Teen'; average = AVG(Sentiment_Polarity);
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;
What percentage of no comment reviews are from "Teen" content rating apps?
no comment refers to Translated_Review = 'nan'; percentage = DIVIDE((SUM(Content Rating = 'Teen')), COUNT(*));
negative comment refers to Sentiment = 'Negative';
Golfshot Plus: Golf GPS refers to App = 'Golfshot Plus: Golf GPS'; review refers to Translated_Review;
average review = AVG(Review); application refers to app; Rating = 5;
mildly likes the app refers to Sentiment_Polarity> = 0 and Sentiment_Polarity<0.5;
percentage = DIVIDE(SUBTRACT(SUM(Sentiment = 'Positive')), (SUM(Sentiment = 'Negative')), SUM(Sentiment = 'Negative')) as percentage; having more positive sentiment than negative sentiment refers to Sentiment = 'Positive'>Sentiment = 'Negative';
Sentiment_Subjectivity<0.5; current version refers to Current Ver;
average price = AVG(Price);
FALSE;
downloads and installs are synonyms; Installs = '1,000,000,000+';
neutral reviews refers to Sentiment = 'Neutral';
How many apps were last updated in January of 2018? Please write one translated review with positive sentiment for each app, if there's any.
updated in January of 2018 refers to Last Updated BETWEEN 'January 1, 2018' and 'January 31, 2018';
no comment refers to Translated_Review = 'nan'; percentage = DIVIDE((SUM(Content Rating = 'Teen')), COUNT(*));
FALSE;
average rating = AVG(Rating where Category = 'COMICS'); number of users who hold a positive attitude towards the app refers to SUM(Sentiment = 'Positive');
Reviews>75000000; suitable for teenagers refers to Content Rating = 'Teen';
Sentiment_Subjectivity<0.5; current version refers to Current Ver;
average price = AVG(Price where Genre = 'Dating'); dating application refers to Genre = 'Dating';
FALSE;
Golfshot Plus: Golf GPS refers to App = 'Golfshot Plus: Golf GPS'; review refers to Translated_Review;
lowest rating refers to Rating = 1;
negative comment refers to Sentiment = 'Negative';
Which of the app is the best selling app and what is the sentiments polarity of it?
best selling app = MAX(MULTIPLY(Price, Installs));
average review = AVG(Review); application refers to app; Rating = 5;
targeted to teen refers to Content Rating = 'Teen'; average = AVG(Sentiment_Polarity);
negative comment refers to Sentiment = 'Negative'; Installs = '100,000,000+';
percentage = DIVIDE(SUBTRACT(SUM(Sentiment = 'Positive')), (SUM(Sentiment = 'Negative')), SUM(Sentiment = 'Negative')) as percentage; having more positive sentiment than negative sentiment refers to Sentiment = 'Positive'>Sentiment = 'Negative';
FALSE;
percentage = DIVIDE(SUBTRACT(SUM(Sentiment = 'Positive')), (SUM(Sentiment = 'Negative'))), (SUM(Sentiment = 'Negative')) as percent; Last Updated>'2015';
FALSE;
average price = AVG(Price where Genre = 'Dating'); dating application refers to Genre = 'Dating';
no comment refers to Translated_Review = 'nan'; percentage = DIVIDE((SUM(Content Rating = 'Teen')), COUNT(*));
average rating = AVG(Rating where Category = 'COMICS'); number of users who hold a positive attitude towards the app refers to SUM(Sentiment = 'Positive');
What is the average rating of comic category apps? How many users hold positive attitude towards this app?
average rating = AVG(Rating where Category = 'COMICS'); number of users who hold a positive attitude towards the app refers to SUM(Sentiment = 'Positive');
average sentiment polarity score = AVG(Sentiment_Polarity); Golf GPS Rangefinder: Golf Pad  is the App;
FALSE;
average review = AVG(Review); application refers to app; Rating = 5;
lowest rating refers to Rating = 1;
multiple genres refers to COUNT(Genres>1; total sentiment subjectivity = Sum(Sentiment_Subjectivity);
downloads and installs are synonyms; entertainment apps refers to Category = 'ENTERTAINMENT';
users pretty much likes the app refers to Sentiment_Polarity = 'Positive';
FALSE;
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;
app with gr8 in their comments refers to Translated_Review LIKE '%gr8%';
What is the average review number for application with 5 rating?
average review = AVG(Review); application refers to app; Rating = 5;
Photography app refers to Genre = 'Photography'; highest total sentiment subjectivity score = MAX(sum(Sentiment_Subjectivity));
users pretty much likes the app refers to Sentiment_Polarity = 'Positive';
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;
Onefootball - Soccer Scores refers to App = 'Onefootball - Soccer Scores';
no comment refers to Translated_Review = 'nan'; percentage = DIVIDE((SUM(Content Rating = 'Teen')), COUNT(*));
FALSE;
downloads and installs are synonyms; entertainment apps refers to Category = 'ENTERTAINMENT';
Brit + Co refers to App = 'Brit + Co'; comment refers to Translated Review NOT null;
negative comment refers to Sentiment = 'Negative';
targeted to teen refers to Content Rating = 'Teen'; average = AVG(Sentiment_Polarity);
Name the top 10 most reviewed apps.
most reviewed app refers to MAX(Reviews);
Onefootball - Soccer Scores refers to App = 'Onefootball - Soccer Scores';
downloads and installs are synonyms; Installs = '1,000,000,000+';
FREEDOME VPN Unlimited anonymous Wifi Security is the App; percentage = MULTIPLY(DIVIDE((SUM(Sentiment = 'Positive')), (COUNT(*))), 100)
Browser 4G is the App; pretty positive favorability refers to Sentiment_Polarity score = 0.5
average price = AVG(Price where Genre = 'Dating'); dating application refers to Genre = 'Dating';
targeted to teen refers to Content Rating = 'Teen'; average = AVG(Sentiment_Polarity);
FALSE;
average sentiment polarity score = AVG(Sentiment_Polarity); Golf GPS Rangefinder: Golf Pad  is the App;
Photography app refers to Genre = 'Photography'; highest total sentiment subjectivity score = MAX(sum(Sentiment_Subjectivity));
Golfshot Plus: Golf GPS refers to App = 'Golfshot Plus: Golf GPS'; review refers to Translated_Review;
What is the percentage of application with 4.7 rating having more positives sentiment than negative sentiment?
percentage = DIVIDE(SUBTRACT(SUM(Sentiment = 'Positive')), (SUM(Sentiment = 'Negative')), SUM(Sentiment = 'Negative')) as percentage; having more positive sentiment than negative sentiment refers to Sentiment = 'Positive'>Sentiment = 'Negative';
neutral reviews refers to Sentiment = 'Neutral';
lowest rating refers to Rating = 1;
Browser 4G is the App; pretty positive favorability refers to Sentiment_Polarity score = 0.5
average review = AVG(Review); application refers to app; Rating = 5;
targeted to teen refers to Content Rating = 'Teen'; average = AVG(Sentiment_Polarity);
compatible with android refers to Android Ver; Android Ver" = '8.0 and up';
average sentiment polarity score = AVG(Sentiment_Polarity); Golf GPS Rangefinder: Golf Pad  is the App;
mildly likes the app refers to Sentiment_Polarity> = 0 and Sentiment_Polarity<0.5;
FALSE;
Reviews>75000000; suitable for teenagers refers to Content Rating = 'Teen';
Which 1,000,000,000+ intalls apps has the most no comment reviews?
no comment refers to Translated_Review = 'nan'; most no comment reviews = (MAX(COUNT(Translated_Review = 'nan')));
FREEDOME VPN Unlimited anonymous Wifi Security is the App; percentage = MULTIPLY(DIVIDE((SUM(Sentiment = 'Positive')), (COUNT(*))), 100)
compatible with android refers to Android Ver; Android Ver" = '8.0 and up';
percentage = DIVIDE(SUBTRACT(SUM(Sentiment = 'Positive')), (SUM(Sentiment = 'Negative')), SUM(Sentiment = 'Negative')) as percentage; having more positive sentiment than negative sentiment refers to Sentiment = 'Positive'>Sentiment = 'Negative';
FALSE;
neutral reviews refers to Sentiment = 'Neutral';
users pretty much likes the app refers to Sentiment_Polarity = 'Positive';
Sentiment_Subjectivity<0.5; current version refers to Current Ver;
downloads and installs are synonyms; entertainment apps refers to Category = 'ENTERTAINMENT';
best selling app = MAX(MULTIPLY(Price, Installs));
average sentiment polarity score = AVG(Sentiment_Polarity); Golf GPS Rangefinder: Golf Pad  is the App;
What is the average price of games belonging in the arcade genre which has a content rating of Everyone 10+?
average price = AVG(Price);
percentage = DIVIDE(SUBTRACT(SUM(Sentiment = 'Positive')), (SUM(Sentiment = 'Negative')), SUM(Sentiment = 'Negative')) as percentage; having more positive sentiment than negative sentiment refers to Sentiment = 'Positive'>Sentiment = 'Negative';
mildly likes the app refers to Sentiment_Polarity> = 0 and Sentiment_Polarity<0.5;
no comment refers to Translated_Review = 'nan'; percentage = DIVIDE((SUM(Content Rating = 'Teen')), COUNT(*));
average price = AVG(Price where Genre = 'Dating'); dating application refers to Genre = 'Dating';
Browser 4G is the App; pretty positive favorability refers to Sentiment_Polarity score = 0.5
downloads and installs are synonyms; entertainment apps refers to Category = 'ENTERTAINMENT';
negative comment refers to Sentiment = 'Negative'; Installs = '100,000,000+';
Dragon Ball Legends is the app; users who dislikes the app refers to Sentiment_Polarity<-0.5;
FALSE;
negative comment refers to Sentiment = 'Negative';
Which Photography app has the highest total Sentiment subjectivity score?
Photography app refers to Genre = 'Photography'; highest total sentiment subjectivity score = MAX(sum(Sentiment_Subjectivity));
Onefootball - Soccer Scores refers to App = 'Onefootball - Soccer Scores';
lowest rating refers to Rating = 1;
average price = AVG(Price where Genre = 'Dating'); dating application refers to Genre = 'Dating';
compatible with android refers to Android Ver; Android Ver" = '8.0 and up';
targeted to teen refers to Content Rating = 'Teen'; average = AVG(Sentiment_Polarity);
users pretty much likes the app refers to Sentiment_Polarity = 'Positive';
multiple genres refers to COUNT(Genres>1; total sentiment subjectivity = Sum(Sentiment_Subjectivity);
no comment refers to Translated_Review = 'nan'; percentage = DIVIDE((SUM(Content Rating = 'Teen')), COUNT(*));
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;
How much is the average sentiment polarity score of Golf GPS Rangefinder: Golf Pad and what is it's rating in the Google Play Store?
average sentiment polarity score = AVG(Sentiment_Polarity); Golf GPS Rangefinder: Golf Pad  is the App;
updated in January of 2018 refers to Last Updated BETWEEN 'January 1, 2018' and 'January 31, 2018';
downloads and installs are synonyms; Installs = '1,000,000,000+';
no comment refers to Translated_Review = 'nan'; percentage = DIVIDE((SUM(Content Rating = 'Teen')), COUNT(*));
lowest rating refers to Rating = 1;
percentage = DIVIDE(SUBTRACT(SUM(Sentiment = 'Positive')), (SUM(Sentiment = 'Negative'))), (SUM(Sentiment = 'Negative')) as percent; Last Updated>'2015';
Photography app refers to Genre = 'Photography'; highest total sentiment subjectivity score = MAX(sum(Sentiment_Subjectivity));
average review = AVG(Review); application refers to app; Rating = 5;
downloads and installs are synonyms; entertainment apps refers to Category = 'ENTERTAINMENT';
most reviewed app refers to MAX(Reviews);
no comment refers to Translated_Review = 'nan'; most no comment reviews = (MAX(COUNT(Translated_Review = 'nan')));
Indicate the number of installs and include the percentage of positive sentiments of FREEDOME VPN Unlimited anonymous Wifi Security.
FREEDOME VPN Unlimited anonymous Wifi Security is the App; percentage = MULTIPLY(DIVIDE((SUM(Sentiment = 'Positive')), (COUNT(*))), 100)
compatible with android refers to Android Ver; Android Ver" = '8.0 and up';
Photography app refers to Genre = 'Photography'; highest total sentiment subjectivity score = MAX(sum(Sentiment_Subjectivity));
Brit + Co refers to App = 'Brit + Co'; comment refers to Translated Review NOT null;
downloads and installs are synonyms; Installs = '1,000,000,000+';
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;
Reviews>75000000; suitable for teenagers refers to Content Rating = 'Teen';
FALSE;
negative comment refers to Sentiment = 'Negative';
Onefootball - Soccer Scores refers to App = 'Onefootball - Soccer Scores';
average sentiment polarity score = AVG(Sentiment_Polarity); Golf GPS Rangefinder: Golf Pad  is the App;
How many apps have rating of 5?
FALSE;
multiple genres refers to COUNT(Genres>1; total sentiment subjectivity = Sum(Sentiment_Subjectivity);
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;
negative comment refers to Sentiment = 'Negative'; Installs = '100,000,000+';
Golfshot Plus: Golf GPS refers to App = 'Golfshot Plus: Golf GPS'; review refers to Translated_Review;
FALSE;
average price = AVG(Price);
Brit + Co refers to App = 'Brit + Co'; comment refers to Translated Review NOT null;
Dragon Ball Legends is the app; users who dislikes the app refers to Sentiment_Polarity<-0.5;
compatible with android refers to Android Ver; Android Ver" = '8.0 and up';
lowest rating refers to Rating = 1;
What is the rating of Dragon Ball Legends and how many users dislike this App?
Dragon Ball Legends is the app; users who dislikes the app refers to Sentiment_Polarity<-0.5;
FALSE;
users pretty much likes the app refers to Sentiment_Polarity = 'Positive';
no comment refers to Translated_Review = 'nan'; percentage = DIVIDE((SUM(Content Rating = 'Teen')), COUNT(*));
percentage = DIVIDE(SUBTRACT(SUM(Sentiment = 'Positive')), (SUM(Sentiment = 'Negative')), SUM(Sentiment = 'Negative')) as percentage; having more positive sentiment than negative sentiment refers to Sentiment = 'Positive'>Sentiment = 'Negative';
average review = AVG(Review); application refers to app; Rating = 5;
mildly likes the app refers to Sentiment_Polarity> = 0 and Sentiment_Polarity<0.5;
downloads and installs are synonyms; entertainment apps refers to Category = 'ENTERTAINMENT';
app with gr8 in their comments refers to Translated_Review LIKE '%gr8%';
FREEDOME VPN Unlimited anonymous Wifi Security is the App; percentage = MULTIPLY(DIVIDE((SUM(Sentiment = 'Positive')), (COUNT(*))), 100)
Photography app refers to Genre = 'Photography'; highest total sentiment subjectivity score = MAX(sum(Sentiment_Subjectivity));
How many of the reviews for the app "Brit + Co" have a comment?
Brit + Co refers to App = 'Brit + Co'; comment refers to Translated Review NOT null;
Sentiment_Subjectivity<0.5; current version refers to Current Ver;
Onefootball - Soccer Scores refers to App = 'Onefootball - Soccer Scores';
Reviews>75000000; suitable for teenagers refers to Content Rating = 'Teen';
Dragon Ball Legends is the app; users who dislikes the app refers to Sentiment_Polarity<-0.5;
compatible with android refers to Android Ver; Android Ver" = '8.0 and up';
Photography app refers to Genre = 'Photography'; highest total sentiment subjectivity score = MAX(sum(Sentiment_Subjectivity));
FALSE;
no comment refers to Translated_Review = 'nan'; percentage = DIVIDE((SUM(Content Rating = 'Teen')), COUNT(*));
Golfshot Plus: Golf GPS refers to App = 'Golfshot Plus: Golf GPS'; review refers to Translated_Review;
multiple genres refers to COUNT(Genres>1; total sentiment subjectivity = Sum(Sentiment_Subjectivity);
What is the average rating of Apps falling under the racing genre and what is the percentage ratio of positive sentiment reviews?
average rating = AVG(Rating); percentage = MULTIPLY(DIVIDE((SUM(Sentiment = 'Positive')), (COUNT(*)), 100));
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;
Browser 4G is the App; pretty positive favorability refers to Sentiment_Polarity score = 0.5
Sentiment_Subjectivity<0.5; current version refers to Current Ver;
multiple genres refers to COUNT(Genres>1; total sentiment subjectivity = Sum(Sentiment_Subjectivity);
users pretty much likes the app refers to Sentiment_Polarity = 'Positive';
most reviewed app refers to MAX(Reviews);
Dragon Ball Legends is the app; users who dislikes the app refers to Sentiment_Polarity<-0.5;
percentage = DIVIDE(SUBTRACT(SUM(Sentiment = 'Positive')), (SUM(Sentiment = 'Negative'))), (SUM(Sentiment = 'Negative')) as percent; Last Updated>'2015';
negative comment refers to Sentiment = 'Negative';
compatible with android refers to Android Ver; Android Ver" = '8.0 and up';
How many negative comments are there in all the apps with 100,000,000+ installs?
negative comment refers to Sentiment = 'Negative'; Installs = '100,000,000+';
percentage = DIVIDE(SUBTRACT(SUM(Sentiment = 'Positive')), (SUM(Sentiment = 'Negative'))), (SUM(Sentiment = 'Negative')) as percent; Last Updated>'2015';
FALSE;
average rating = AVG(Rating where Category = 'COMICS'); number of users who hold a positive attitude towards the app refers to SUM(Sentiment = 'Positive');
downloads and installs are synonyms; Installs = '1,000,000,000+';
best selling app = MAX(MULTIPLY(Price, Installs));
Brit + Co refers to App = 'Brit + Co'; comment refers to Translated Review NOT null;
FREEDOME VPN Unlimited anonymous Wifi Security is the App; percentage = MULTIPLY(DIVIDE((SUM(Sentiment = 'Positive')), (COUNT(*))), 100)
neutral reviews refers to Sentiment = 'Neutral';
lowest rating refers to Rating = 1;
no comment refers to Translated_Review = 'nan'; percentage = DIVIDE((SUM(Content Rating = 'Teen')), COUNT(*));
List down the rating for the App Learn C++.
FALSE;
negative comment refers to Sentiment = 'Negative'; Installs = '100,000,000+';
lowest rating refers to Rating = 1;
percentage = DIVIDE(SUBTRACT(SUM(Sentiment = 'Positive')), (SUM(Sentiment = 'Negative'))), (SUM(Sentiment = 'Negative')) as percent; Last Updated>'2015';
average rating = AVG(Rating where Category = 'COMICS'); number of users who hold a positive attitude towards the app refers to SUM(Sentiment = 'Positive');
average rating = AVG(Rating); percentage = MULTIPLY(DIVIDE((SUM(Sentiment = 'Positive')), (COUNT(*)), 100));
Golfshot Plus: Golf GPS refers to App = 'Golfshot Plus: Golf GPS'; review refers to Translated_Review;
negative comment refers to Sentiment = 'Negative';
Brit + Co refers to App = 'Brit + Co'; comment refers to Translated Review NOT null;
neutral reviews refers to Sentiment = 'Neutral';
app with gr8 in their comments refers to Translated_Review LIKE '%gr8%';
How many neutral reviews does the app "Dino War: Rise of Beasts" have?
neutral reviews refers to Sentiment = 'Neutral';
FALSE;
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;
Golfshot Plus: Golf GPS refers to App = 'Golfshot Plus: Golf GPS'; review refers to Translated_Review;
targeted to teen refers to Content Rating = 'Teen'; average = AVG(Sentiment_Polarity);
Onefootball - Soccer Scores refers to App = 'Onefootball - Soccer Scores';
app with gr8 in their comments refers to Translated_Review LIKE '%gr8%';
FALSE;
Photography app refers to Genre = 'Photography'; highest total sentiment subjectivity score = MAX(sum(Sentiment_Subjectivity));
percentage = DIVIDE(SUBTRACT(SUM(Sentiment = 'Positive')), (SUM(Sentiment = 'Negative')), SUM(Sentiment = 'Negative')) as percentage; having more positive sentiment than negative sentiment refers to Sentiment = 'Positive'>Sentiment = 'Negative';
average rating = AVG(Rating where Category = 'COMICS'); number of users who hold a positive attitude towards the app refers to SUM(Sentiment = 'Positive');
What are the content ratings for the apps that have "gr8" in their comments?
app with gr8 in their comments refers to Translated_Review LIKE '%gr8%';
neutral reviews refers to Sentiment = 'Neutral';
average rating = AVG(Rating where Category = 'COMICS'); number of users who hold a positive attitude towards the app refers to SUM(Sentiment = 'Positive');
updated in January of 2018 refers to Last Updated BETWEEN 'January 1, 2018' and 'January 31, 2018';
Golfshot Plus: Golf GPS refers to App = 'Golfshot Plus: Golf GPS'; review refers to Translated_Review;
Brit + Co refers to App = 'Brit + Co'; comment refers to Translated Review NOT null;
Dragon Ball Legends is the app; users who dislikes the app refers to Sentiment_Polarity<-0.5;
lowest rating refers to Rating = 1;
negative comment refers to Sentiment = 'Negative';
downloads and installs are synonyms; Installs = '1,000,000,000+';
negative comment refers to Sentiment = 'Negative'; Installs = '100,000,000+';
List out genre that have downloads more than 1000000000.
downloads and installs are synonyms; Installs = '1,000,000,000+';
average price = AVG(Price where Genre = 'Dating'); dating application refers to Genre = 'Dating';
average rating = AVG(Rating); percentage = MULTIPLY(DIVIDE((SUM(Sentiment = 'Positive')), (COUNT(*)), 100));
compatible with android refers to Android Ver; Android Ver" = '8.0 and up';
FALSE;
percentage = DIVIDE(SUBTRACT(SUM(Sentiment = 'Positive')), (SUM(Sentiment = 'Negative')), SUM(Sentiment = 'Negative')) as percentage; having more positive sentiment than negative sentiment refers to Sentiment = 'Positive'>Sentiment = 'Negative';
no comment refers to Translated_Review = 'nan'; percentage = DIVIDE((SUM(Content Rating = 'Teen')), COUNT(*));
average price = AVG(Price);
FALSE;
targeted to teen refers to Content Rating = 'Teen'; average = AVG(Sentiment_Polarity);
Sentiment_Subjectivity<0.5; current version refers to Current Ver;
Among the role playing game genre, how many are targeted to teens and what is their average sentiment polarity score?
targeted to teen refers to Content Rating = 'Teen'; average = AVG(Sentiment_Polarity);
Photography app refers to Genre = 'Photography'; highest total sentiment subjectivity score = MAX(sum(Sentiment_Subjectivity));
downloads and installs are synonyms; Installs = '1,000,000,000+';
most reviewed app refers to MAX(Reviews);
no comment refers to Translated_Review = 'nan'; percentage = DIVIDE((SUM(Content Rating = 'Teen')), COUNT(*));
percentage = DIVIDE(SUBTRACT(SUM(Sentiment = 'Positive')), (SUM(Sentiment = 'Negative'))), (SUM(Sentiment = 'Negative')) as percent; Last Updated>'2015';
Reviews>75000000; suitable for teenagers refers to Content Rating = 'Teen';
updated in January of 2018 refers to Last Updated BETWEEN 'January 1, 2018' and 'January 31, 2018';
Sentiment_Subjectivity<0.5; current version refers to Current Ver;
FREEDOME VPN Unlimited anonymous Wifi Security is the App; percentage = MULTIPLY(DIVIDE((SUM(Sentiment = 'Positive')), (COUNT(*))), 100)
average price = AVG(Price);
How much is the size of Browser 4G and how many users have a pretty positive favorability on it?
Browser 4G is the App; pretty positive favorability refers to Sentiment_Polarity score = 0.5
percentage = DIVIDE(SUBTRACT(SUM(Sentiment = 'Positive')), (SUM(Sentiment = 'Negative')), SUM(Sentiment = 'Negative')) as percentage; having more positive sentiment than negative sentiment refers to Sentiment = 'Positive'>Sentiment = 'Negative';
FALSE;
FALSE;
most reviewed app refers to MAX(Reviews);
Sentiment_Subjectivity<0.5; current version refers to Current Ver;
no comment refers to Translated_Review = 'nan'; most no comment reviews = (MAX(COUNT(Translated_Review = 'nan')));
users pretty much likes the app refers to Sentiment_Polarity = 'Positive';
compatible with android refers to Android Ver; Android Ver" = '8.0 and up';
updated in January of 2018 refers to Last Updated BETWEEN 'January 1, 2018' and 'January 31, 2018';
lowest rating refers to Rating = 1;
What are the apps that users pretty like this app and how many installs amount of these apps?
users pretty much likes the app refers to Sentiment_Polarity = 'Positive';
negative comment refers to Sentiment = 'Negative'; Installs = '100,000,000+';
Brit + Co refers to App = 'Brit + Co'; comment refers to Translated Review NOT null;
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;
neutral reviews refers to Sentiment = 'Neutral';
downloads and installs are synonyms; Installs = '1,000,000,000+';
Photography app refers to Genre = 'Photography'; highest total sentiment subjectivity score = MAX(sum(Sentiment_Subjectivity));
multiple genres refers to COUNT(Genres>1; total sentiment subjectivity = Sum(Sentiment_Subjectivity);
average review = AVG(Review); application refers to app; Rating = 5;
app with gr8 in their comments refers to Translated_Review LIKE '%gr8%';
Golfshot Plus: Golf GPS refers to App = 'Golfshot Plus: Golf GPS'; review refers to Translated_Review;
Which apps have multiple genres and what is the total sentiment subjectivity of these apps?
multiple genres refers to COUNT(Genres>1; total sentiment subjectivity = Sum(Sentiment_Subjectivity);
best selling app = MAX(MULTIPLY(Price, Installs));
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;
app with gr8 in their comments refers to Translated_Review LIKE '%gr8%';
updated in January of 2018 refers to Last Updated BETWEEN 'January 1, 2018' and 'January 31, 2018';
Brit + Co refers to App = 'Brit + Co'; comment refers to Translated Review NOT null;
compatible with android refers to Android Ver; Android Ver" = '8.0 and up';
FALSE;
average review = AVG(Review); application refers to app; Rating = 5;
mildly likes the app refers to Sentiment_Polarity> = 0 and Sentiment_Polarity<0.5;
negative comment refers to Sentiment = 'Negative';
List apps whose rating is 3.9 and state the translated review of each app.
lowest rating refers to Rating = 1;
compatible with android refers to Android Ver; Android Ver" = '8.0 and up';
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';
no comment refers to Translated_Review = 'nan'; percentage = DIVIDE((SUM(Content Rating = 'Teen')), COUNT(*));
downloads and installs are synonyms; entertainment apps refers to Category = 'ENTERTAINMENT';
Dragon Ball Legends is the app; users who dislikes the app refers to Sentiment_Polarity<-0.5;
Photography app refers to Genre = 'Photography'; highest total sentiment subjectivity score = MAX(sum(Sentiment_Subjectivity));
Golfshot Plus: Golf GPS refers to App = 'Golfshot Plus: Golf GPS'; review refers to Translated_Review;
Brit + Co refers to App = 'Brit + Co'; comment refers to Translated Review NOT null;
Browser 4G is the App; pretty positive favorability refers to Sentiment_Polarity score = 0.5
What is the rating for "Garden Coloring Book"? List all of its reviews.
Golfshot Plus: Golf GPS refers to App = 'Golfshot Plus: Golf GPS'; review refers to Translated_Review;
mildly likes the app refers to Sentiment_Polarity> = 0 and Sentiment_Polarity<0.5;
app with gr8 in their comments refers to Translated_Review LIKE '%gr8%';
Photography app refers to Genre = 'Photography'; highest total sentiment subjectivity score = MAX(sum(Sentiment_Subjectivity));
downloads and installs are synonyms; Installs = '1,000,000,000+';
Browser 4G is the App; pretty positive favorability refers to Sentiment_Polarity score = 0.5
neutral reviews refers to Sentiment = 'Neutral';
Dragon Ball Legends is the app; users who dislikes the app refers to Sentiment_Polarity<-0.5;
negative comment refers to Sentiment = 'Negative'; Installs = '100,000,000+';
best selling app = MAX(MULTIPLY(Price, Installs));
average review = AVG(Review); application refers to app; Rating = 5;
How many users mildly likes the 7 Minute Workout app and when was it last updated?
mildly likes the app refers to Sentiment_Polarity> = 0 and Sentiment_Polarity<0.5;
Browser 4G is the App; pretty positive favorability refers to Sentiment_Polarity score = 0.5
FALSE;
lowest rating refers to Rating = 1;
Photography app refers to Genre = 'Photography'; highest total sentiment subjectivity score = MAX(sum(Sentiment_Subjectivity));
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;
compatible with android refers to Android Ver; Android Ver" = '8.0 and up';
FALSE;
Sentiment_Subjectivity<0.5; current version refers to Current Ver;
Golfshot Plus: Golf GPS refers to App = 'Golfshot Plus: Golf GPS'; review refers to Translated_Review;
percentage = DIVIDE(SUBTRACT(SUM(Sentiment = 'Positive')), (SUM(Sentiment = 'Negative')), SUM(Sentiment = 'Negative')) as percentage; having more positive sentiment than negative sentiment refers to Sentiment = 'Positive'>Sentiment = 'Negative';
What is the average price for a dating application?
average price = AVG(Price where Genre = 'Dating'); dating application refers to Genre = 'Dating';
percentage = DIVIDE(SUBTRACT(SUM(Sentiment = 'Positive')), (SUM(Sentiment = 'Negative'))), (SUM(Sentiment = 'Negative')) as percent; Last Updated>'2015';
downloads and installs are synonyms; Installs = '1,000,000,000+';
Brit + Co refers to App = 'Brit + Co'; comment refers to Translated Review NOT null;
neutral reviews refers to Sentiment = 'Neutral';
multiple genres refers to COUNT(Genres>1; total sentiment subjectivity = Sum(Sentiment_Subjectivity);
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;
negative comment refers to Sentiment = 'Negative'; Installs = '100,000,000+';
FALSE;
lowest rating refers to Rating = 1;
Browser 4G is the App; pretty positive favorability refers to Sentiment_Polarity score = 0.5
How many apps that are only compatible with Android ver 8.0 and above? List down the users' sentiment of these apps.
compatible with android refers to Android Ver; Android Ver" = '8.0 and up';
app with gr8 in their comments refers to Translated_Review LIKE '%gr8%';
average rating = AVG(Rating); percentage = MULTIPLY(DIVIDE((SUM(Sentiment = 'Positive')), (COUNT(*)), 100));
Photography app refers to Genre = 'Photography'; highest total sentiment subjectivity score = MAX(sum(Sentiment_Subjectivity));
no comment refers to Translated_Review = 'nan'; percentage = DIVIDE((SUM(Content Rating = 'Teen')), COUNT(*));
average rating = AVG(Rating where Category = 'COMICS'); number of users who hold a positive attitude towards the app refers to SUM(Sentiment = 'Positive');
targeted to teen refers to Content Rating = 'Teen'; average = AVG(Sentiment_Polarity);
users pretty much likes the app refers to Sentiment_Polarity = 'Positive';
FREEDOME VPN Unlimited anonymous Wifi Security is the App; percentage = MULTIPLY(DIVIDE((SUM(Sentiment = 'Positive')), (COUNT(*))), 100)
percentage = DIVIDE(SUBTRACT(SUM(Sentiment = 'Positive')), (SUM(Sentiment = 'Negative')), SUM(Sentiment = 'Negative')) as percentage; having more positive sentiment than negative sentiment refers to Sentiment = 'Positive'>Sentiment = 'Negative';
negative comment refers to Sentiment = 'Negative'; Installs = '100,000,000+';
Name the Apps with a sentiment objectivity of 0.3 and include their number of installs.
FALSE;
best selling app = MAX(MULTIPLY(Price, Installs));
percentage = DIVIDE(SUBTRACT(SUM(Sentiment = 'Positive')), (SUM(Sentiment = 'Negative'))), (SUM(Sentiment = 'Negative')) as percent; Last Updated>'2015';
mildly likes the app refers to Sentiment_Polarity> = 0 and Sentiment_Polarity<0.5;
targeted to teen refers to Content Rating = 'Teen'; average = AVG(Sentiment_Polarity);
most reviewed app refers to MAX(Reviews);
FALSE;
average price = AVG(Price where Genre = 'Dating'); dating application refers to Genre = 'Dating';
users pretty much likes the app refers to Sentiment_Polarity = 'Positive';
Sentiment_Subjectivity<0.5; current version refers to Current Ver;
Browser 4G is the App; pretty positive favorability refers to Sentiment_Polarity score = 0.5
For the Akinator app, how many reviews have sentiment subjectivity of no more than 0.5 and what is its current version?
Sentiment_Subjectivity<0.5; current version refers to Current Ver;
compatible with android refers to Android Ver; Android Ver" = '8.0 and up';
FALSE;
Photography app refers to Genre = 'Photography'; highest total sentiment subjectivity score = MAX(sum(Sentiment_Subjectivity));
best selling app = MAX(MULTIPLY(Price, Installs));
lowest rating refers to Rating = 1;
multiple genres refers to COUNT(Genres>1; total sentiment subjectivity = Sum(Sentiment_Subjectivity);
average price = AVG(Price where Genre = 'Dating'); dating application refers to Genre = 'Dating';
FALSE;
average rating = AVG(Rating where Category = 'COMICS'); number of users who hold a positive attitude towards the app refers to SUM(Sentiment = 'Positive');
negative comment refers to Sentiment = 'Negative'; Installs = '100,000,000+';
What is the percentage for free application with a rating 4.5 and above have not been updated since 2018?
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;
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);
no comment refers to Translated_Review = 'nan'; percentage = DIVIDE((SUM(Content Rating = 'Teen')), COUNT(*));
FALSE;
Onefootball - Soccer Scores refers to App = 'Onefootball - Soccer Scores';
lowest rating refers to Rating = 1;
Reviews>75000000; suitable for teenagers refers to Content Rating = 'Teen';
average rating = AVG(Rating); percentage = MULTIPLY(DIVIDE((SUM(Sentiment = 'Positive')), (COUNT(*)), 100));
FALSE;
Golfshot Plus: Golf GPS refers to App = 'Golfshot Plus: Golf GPS'; review refers to Translated_Review;
List all the negative comments on the "Dog Run - Pet Dog Simulator" app.
negative comment refers to Sentiment = 'Negative';
best selling app = MAX(MULTIPLY(Price, Installs));
downloads and installs are synonyms; entertainment apps refers to Category = 'ENTERTAINMENT';
targeted to teen refers to Content Rating = 'Teen'; average = AVG(Sentiment_Polarity);
average price = AVG(Price);
Browser 4G is the App; pretty positive favorability refers to Sentiment_Polarity score = 0.5
Brit + Co refers to App = 'Brit + Co'; comment refers to Translated Review NOT null;
average review = AVG(Review); application refers to app; Rating = 5;
FALSE;
mildly likes the app refers to Sentiment_Polarity> = 0 and Sentiment_Polarity<0.5;
average sentiment polarity score = AVG(Sentiment_Polarity); Golf GPS Rangefinder: Golf Pad  is the App;
What is the full name of the journal that published the paper "Multiple paternity in a natural population of a salamander with long-term sperm storage"?
paper "Multiple paternity in a natural population of a salamander with long-term sperm storage" refers to Title = 'Multiple paternity in a natural population of a salamander with long-term sperm storage'
in 2011 refers to Year = 2011; 'Mol Brain' is the ShortName of journal
paper "145 GROWTH HORMONE RECEPTORS AND THE ONSET OF HYPERINSULINEMIA IN THE OBESE ZUCKER RAT: " refers to Title like'%145 GROWTH HORMONE RECEPTORS AND THE ONSET OF HYPERINSULINEMIA IN THE OBESE ZUCKER RAT:%'
paper ID of 15 refers to PaperId = 15
about Charged particle multiplicity refers to Title which contains 'Charged particle multiplicity'; affiliated with INFN refers to Affiliation LIKE '%INFN%' ; percentage refers to DIVIDE(COUNT(Affiliation LIKE '%INFN%' ), COUNT(AuthorId)) * 100%
don't have short name refers to ShortName is NULL OR ShortName = ''
year of 2001 to 2010 refers to Year BETWEEN 2001 AND 2010; Percentage = Divide(Count (PaperId(Year = 2001)), Count (PaperID(Year BETWEEN 2001 AND 2010))) * 100
journal "Concepts in Magnetic Resonance Part A" refers to FullName = 'Concepts in Magnetic Resonance Part A'; in 2018 refers to Year = 2018
'Joe Lograsso' is name of paper author
topic is Sustainability refers to Keyword = 'Sustainability'
'Mathematics of Program Construction' is the FullName of conference
How many journals do not have a website?
do not have a website refers to HomePage = ''
'Jei Keon Chee' is the name of author;
published in 2009 refers to Year = 2009
'Joe Lograsso' is name of paper author
"Inspection resistant memory: Architectural support for security from physical examination" is the title of paper;  'Microsoft Research, USA' is the Affiliation
author ID of under 100 refers to AuthorId < 100; 'Zurich, ETH' is the Affiliation
journal "Iet Software/iee Proceedings - Software" refers to FullName = 'Iet Software/iee Proceedings - Software'; papers refers to COUNT(JournalId)
published in 1995 refers to Year = 1995; 'Thomas Wiegand' is the name of author
about Charged particle multiplicity refers to Title which contains 'Charged particle multiplicity'; affiliated with INFN refers to Affiliation LIKE '%INFN%' ; percentage refers to DIVIDE(COUNT(Affiliation LIKE '%INFN%' ), COUNT(AuthorId)) * 100%
paper titled 'Particle identification using the time-over-threshold method in the ATLAS Transition Radiation Tracker' refers to Title = 'Particle identification using the time-over-threshold method in the ATLAS Transition Radiation Tracker'
'Zuliang Du' is the name of paper author; latest publication refers to MAX(Year)
What is the journal's short and full names that feature papers on the "Materials" topic?
papers on the "Materials" topic refers to Keyword = 'Materials'
affiliated with Birkbeck University of London refers to Affiliation = 'Birkbeck University of London'
published in 2009 refers to Year = 2009
url refers to HomePage; 'Area Effects in Cepaea' is the Title of paper
'2004 YD5' is the title of paper
the International Conference on Database Theory refers to FullName = 'International Conference on Database Theory'; published refers to year ! = 0
affiliated refers to Affiliation; 'University of California Berkeley' is the Affiliation
papers of Jean-luc Hainaut refers to Name = 'Jean-luc Hainaut'
NASA Langley Research Center is the Affiliation
don't have short name refers to ShortName is NULL OR ShortName = ''
'Increasing the Concurrency in Estelle' is the Title of the paper; home page of the conference refers to HomePage;
What is the total number and conference's homepage of papers held in a conference with an ID of 187 during 1990 to 2000?
Id of 187 refers to ConferenceId = 187; during 1990 to 2000 refers to Year BETWEEN 1990 and 2000; total number of conference refers to Count(ConferenceId = 187)
year of 2001 to 2010 refers to Year BETWEEN 2001 AND 2010; Percentage = Divide(Count (PaperId(Year = 2001)), Count (PaperID(Year BETWEEN 2001 AND 2010))) * 100
'Howard F. Lipson' is the name of author
homepage URL refers to HomePage; 'Quality evaluation of long duration audiovisual content' is the Title
'Joe Lograsso' is name of paper author
after the year 2000 refers to Year > 2000; preprinted refers to ConferenceId = 0 AND JournalId = 0; percentage refers to DIVIDE(COUNT(ConferenceId = 0 AND JournalId = 0 AND Year > 2000), COUNT(Id))
paper "FIBER: A Generalized Framework for Auto-tuning Software" refers to Title = 'FIBER: A Generalized Framework for Auto-tuning Software'; are affiliated with refers to Affiliation
do not have a website refers to HomePage IS NULL OR HomePage = ''
don't have short name refers to ShortName is NULL OR ShortName = ''
url refers to HomePage; 'Area Effects in Cepaea' is the Title of paper
'Increasing the Concurrency in Estelle' is the Title of the paper; home page of the conference refers to HomePage;
In how many papers and in what years was the International Conference on Database Theory published?
the International Conference on Database Theory refers to FullName = 'International Conference on Database Theory'; published refers to year ! = 0
written by Andrew Cain refers to Name = 'Andrew Cain'
author ID of under 100 refers to AuthorId < 100; 'Zurich, ETH' is the Affiliation
'Jei Keon Chee' is the name of author;
'Modeling Identification and Control' is the FullName of the journal; 1994 refers to Year = '1994'; if the year is "0", it means this paper is preprint, or not published
journal was not published but a conference refers to ConferenceId ! = 0 And JournalId = 0 Year ! = 0
years 1990 and 2000 refers to Year BETWEEN '1990' AND '2000'; papers refers to COUNT(id)
articles that are preprinted but not published refers to Year = 0
from the 60’s refer to Year 1960 BETWEEN 1970
url refers to HomePage; 'Area Effects in Cepaea' is the Title of paper
'Physics of Fluids' is the FullName of journal; percentage = DIVIDE(SUM(Keyword = 'Turbulent Fluids'), SUM(FullName = 'Physics of Fluids')) as percentage
State the name and affiliation of author for the 'Education, democracy and growth' paper?
Education, democracy and growth' refer to title of paper
"Incremental Extraction of Keyterms for Classifying Multilingual Documents in the Web" is the title of paper; affiliated with refers to Affiliation; "National Taiwan University Department of Computer Science and Information Engineering Taiwan" is the Affiliation organization
journal was not published but a conference refers to ConferenceId ! = 0 And JournalId = 0 Year ! = 0
"Inspection resistant memory: Architectural support for security from physical examination" is the title of paper;  'Microsoft Research, USA' is the Affiliation
articles that are preprinted but not published refers to Year = 0
paper titled 'Particle identification using the time-over-threshold method in the ATLAS Transition Radiation Tracker' refers to Title = 'Particle identification using the time-over-threshold method in the ATLAS Transition Radiation Tracker'
"MICRO" is the ShortName of conference; in 1971 to 1980 refers to Year BETWEEN '1971' AND '1980'; in 1991 to 2000 refers to Year BETWEEN '1991' AND '2000': Average needed paper = Subtract (Count(PaperId(Year BETWEEN '1991' AND '2000')), Count(PaperId(Year BETWEEN '1971' AND '1980')))/10
Published in 2008 refer to Year = 2008
"Area Effects in Cepaea" is the title of paper
the International Conference on Database Theory refers to FullName = 'International Conference on Database Theory'; published refers to year ! = 0
year of 2001 to 2010 refers to Year BETWEEN 2001 AND 2010; Percentage = Divide(Count (PaperId(Year = 2001)), Count (PaperID(Year BETWEEN 2001 AND 2010))) * 100
How many papers were in the journal "Iet Software/iee Proceedings - Software"?
journal "Iet Software/iee Proceedings - Software" refers to FullName = 'Iet Software/iee Proceedings - Software'; papers refers to COUNT(JournalId)
'Open Sourcing Social Solutions (Building Communities of Change)' is a title of the paper; author refers to PaperAuthor.Name
journal "Concepts in Magnetic Resonance Part A" refers to FullName = 'Concepts in Magnetic Resonance Part A'; in 2018 refers to Year = 2018
'Mathematics of Program Construction' is the FullName of conference
published in 1995 refers to Year = 1995; 'Thomas Wiegand' is the name of author
year of 2001 to 2010 refers to Year BETWEEN 2001 AND 2010; Percentage = Divide(Count (PaperId(Year = 2001)), Count (PaperID(Year BETWEEN 2001 AND 2010))) * 100
"Area Effects in Cepaea" is the title of paper
'Increasing the Concurrency in Estelle' is the Title of the paper; home page of the conference refers to HomePage;
'Howard F. Lipson' is the name of author
'Determination of Planetary Meteorology from Aerobot Flight Sensors' refer to title of the paper
years 1990 and 2000 refers to Year BETWEEN '1990' AND '2000'; papers refers to COUNT(id)
What are the three journals that the papers written by Andrew Cain were published in? Please provide your answer with the full name of each journal.
written by Andrew Cain refers to Name = 'Andrew Cain'
affiliated with Birkbeck University of London refers to Affiliation = 'Birkbeck University of London'
'2004 YD5' is the title of paper
do not have a website refers to HomePage = ''
'Extended Fuzzy Regression Models' is the title of paper; full name of the conference refers to FullName
"MICRO" is the ShortName of conference; in 1971 to 1980 refers to Year BETWEEN '1971' AND '1980'; in 1991 to 2000 refers to Year BETWEEN '1991' AND '2000': Average needed paper = Subtract (Count(PaperId(Year BETWEEN '1991' AND '2000')), Count(PaperId(Year BETWEEN '1971' AND '1980')))/10
journal was not published but a conference refers to ConferenceId ! = 0 And JournalId = 0 Year ! = 0
the International Conference on Database Theory refers to FullName = 'International Conference on Database Theory'; published refers to year ! = 0
paper ID of 15 refers to PaperId = 15
Papers refers to Paper.Id; short name of the conference refers to Conference.ShortName
paper "145 GROWTH HORMONE RECEPTORS AND THE ONSET OF HYPERINSULINEMIA IN THE OBESE ZUCKER RAT: " refers to Title like'%145 GROWTH HORMONE RECEPTORS AND THE ONSET OF HYPERINSULINEMIA IN THE OBESE ZUCKER RAT:%'
How many publications were published by author named 'Howard F. Lipson'?
'Howard F. Lipson' is the name of author
"Molecular Brain" is the FullName of journal; year from 2008 to 2011 refers to Year BETWEEN 2008 AND 2011; average = Divide (Count(Id),4)
author ID of under 100 refers to AuthorId < 100; 'Zurich, ETH' is the Affiliation
journal ID of 200 to 300 refers to JournalId BETWEEN 200 AND 300; short name starts with A refers to ShortName LIKE 'A%'; Percentage = Divide (Count(ConferenceId = 0), Count(ConferenceId)) * 100
about Charged particle multiplicity refers to Title which contains 'Charged particle multiplicity'; affiliated with INFN refers to Affiliation LIKE '%INFN%' ; percentage refers to DIVIDE(COUNT(Affiliation LIKE '%INFN%' ), COUNT(AuthorId)) * 100%
"Stitching videos streamed by mobile phones in real-time" is the Title of paper; what the paper is about refers to Keywords
in 2005 refers to Year = '2005'; key words of "LOAD; IDE; SNP; haplotype; asso- ciation studies" refers to Keyword = 'LOAD; IDE; SNP; haplotype; asso- ciation studies'
"Decreased Saliva Secretion and Down-Regulation of AQP5 in Submandibular Gland in Irradiated Rats" is the Title of paper
papers of Jean-luc Hainaut refers to Name = 'Jean-luc Hainaut'
paper "Hypermethylation of the <I>TPEF/HPP1</I> Gene in Primary and Metastatic Colorectal Cancers" refers to Title = 'Hypermethylation of the <I>TPEF/HPP1</I> Gene in Primary and Metastatic Colorectal Cancers'
'Physics of Fluids' is the FullName of journal; percentage = DIVIDE(SUM(Keyword = 'Turbulent Fluids'), SUM(FullName = 'Physics of Fluids')) as percentage
List the names of authors affiliated with the University of Oxford in alphabetical order.
affiliated with the University of Oxford refers to Affiliation = 'University of Oxford'
full name includes the word Workshop refers to FullName LIKE '%Workshop%'
"Inspection resistant memory: Architectural support for security from physical examination" is the title of paper;  'Microsoft Research, USA' is the Affiliation
'ICCI' is the ShortName of conference; URL refer to HomePage
in 1997 refers to Year = 1997; books that were preprint refers to ConferenceId = 0 AND JournalId = 0
Papers refers to Paper.Id; short name of the conference refers to Conference.ShortName
article "A Formal Approach to Service Component Architecture" refers to Title = 'A Formal Approach to Service Component Architecture'; topic of the article refers to Keyword
year of 2001 to 2010 refers to Year BETWEEN 2001 AND 2010; Percentage = Divide(Count (PaperId(Year = 2001)), Count (PaperID(Year BETWEEN 2001 AND 2010))) * 100
"MICRO" is the ShortName of conference; in 1971 to 1980 refers to Year BETWEEN '1971' AND '1980'; in 1991 to 2000 refers to Year BETWEEN '1991' AND '2000': Average needed paper = Subtract (Count(PaperId(Year BETWEEN '1991' AND '2000')), Count(PaperId(Year BETWEEN '1971' AND '1980')))/10
"Decreased Saliva Secretion and Down-Regulation of AQP5 in Submandibular Gland in Irradiated Rats" is the Title of paper
"Molecular Brain" is the FullName of journal; year from 2008 to 2011 refers to Year BETWEEN 2008 AND 2011; average = Divide (Count(Id),4)
Write down the author name, affiliation, jounal short name and full name of the paper "Decreased Saliva Secretion and Down-Regulation of AQP5 in Submandibular Gland in Irradiated Rats".
"Decreased Saliva Secretion and Down-Regulation of AQP5 in Submandibular Gland in Irradiated Rats" is the Title of paper
'University of Illinois Chicago' is an affiliation
affiliated refers to Affiliation; 'University of California Berkeley' is the Affiliation
full name includes the word Workshop refers to FullName LIKE '%Workshop%'
published in 1995 refers to Year = 1995; 'Thomas Wiegand' is the name of author
'Education, democracy and growth' is the title of a paper
affiliated with the University of Oxford refers to Affiliation = 'University of Oxford'
paper "FIBER: A Generalized Framework for Auto-tuning Software" refers to Title = 'FIBER: A Generalized Framework for Auto-tuning Software'; are affiliated with refers to Affiliation
paper refers to paper.Id; paper with the most authors refers to MAX(PaperAuthor.PaperId)
"FIBER: A Generalized Framework for Auto-tuning Software" is the Title of paper; affiliated refers to Affiliation;  University of Tokyo is the affiliation organization
paper refers to Title; TUBERCLE LUNG DIS is the ShortName of journal; the oldest refers to MIN(Year)
What are the keywords for the paper which was published on "Modeling Identification and Control" in 1994?
'Modeling Identification and Control' is the FullName of the journal; 1994 refers to Year = '1994'; if the year is "0", it means this paper is preprint, or not published
published in 1995 refers to Year = 1995; 'Thomas Wiegand' is the name of author
"Energy-efficiency bounds for noise-tolerant dynamic circuits" is the Title of paper
Jianli Hua is the author of a paper
Education, democracy and growth' refer to title of paper
article "A Formal Approach to Service Component Architecture" refers to Title = 'A Formal Approach to Service Component Architecture'; topic of the article refers to Keyword
"Stitching videos streamed by mobile phones in real-time" is the Title of paper; what the paper is about refers to Keywords
"MICRO" is the ShortName of conference; in 1971 to 1980 refers to Year BETWEEN '1971' AND '1980'; in 1991 to 2000 refers to Year BETWEEN '1991' AND '2000': Average needed paper = Subtract (Count(PaperId(Year BETWEEN '1991' AND '2000')), Count(PaperId(Year BETWEEN '1971' AND '1980')))/10
"FIBER: A Generalized Framework for Auto-tuning Software" is the Title of paper; affiliated refers to Affiliation;  University of Tokyo is the affiliation organization
Papers refers to Paper.Id; short name of the conference refers to Conference.ShortName
"Incremental Extraction of Keyterms for Classifying Multilingual Documents in the Web" is the title of paper; affiliated with refers to Affiliation; "National Taiwan University Department of Computer Science and Information Engineering Taiwan" is the Affiliation organization
What is the name of the co-authors of the paper titled 'Particle identification using the time-over-threshold method in the ATLAS Transition Radiation Tracker'?
paper titled 'Particle identification using the time-over-threshold method in the ATLAS Transition Radiation Tracker' refers to Title = 'Particle identification using the time-over-threshold method in the ATLAS Transition Radiation Tracker'
'Modeling Identification and Control' is the FullName of the journal; 1994 refers to Year = '1994'; if the year is "0", it means this paper is preprint, or not published
years 1990 and 2000 refers to Year BETWEEN '1990' AND '2000'; papers refers to COUNT(id)
paper ID of 15 refers to PaperId = 15
"University of Oulu" is the Affiliation Organization
after the year 2000 refers to Year > 2000; preprinted refers to ConferenceId = 0 AND JournalId = 0; percentage refers to DIVIDE(COUNT(ConferenceId = 0 AND JournalId = 0 AND Year > 2000), COUNT(Id))
'Physics of Fluids' is the FullName of journal; percentage = DIVIDE(SUM(Keyword = 'Turbulent Fluids'), SUM(FullName = 'Physics of Fluids')) as percentage
"Inspection resistant memory: Architectural support for security from physical examination" is the title of paper;  'Microsoft Research, USA' is the Affiliation
paper "Multiple paternity in a natural population of a salamander with long-term sperm storage" refers to Title = 'Multiple paternity in a natural population of a salamander with long-term sperm storage'
"Klaus Zimmermann" is the name of author
authors refers to AuthorId; 'An Improved Active Suspension Model for Attitude Control of Electric Vehicles' is the Title of a paper; A paper can have more than one author. Co-authorship can be derived from (paper ID, author ID) pair.
List all the titles and their publishing journals from the 60's.
from the 60’s refer to Year 1960 BETWEEN 1970
paper refers to paper.Id; paper with the most authors refers to MAX(PaperAuthor.PaperId)
"Cases Journal" and "Molecular Brain" are FullName of journal; more paper in percentage = Subtract(Count(Id(FullName = 'Cases Journal')), Count(Id(FullName = 'Molecular Brain')))/ Count(Id(FullNmae = 'Molecular Brain')) * 100
"Inspection resistant memory: Architectural support for security from physical examination" is the title of paper;  'Microsoft Research, USA' is the Affiliation
year of 2001 to 2010 refers to Year BETWEEN 2001 AND 2010; Percentage = Divide(Count (PaperId(Year = 2001)), Count (PaperID(Year BETWEEN 2001 AND 2010))) * 100
'University of Illinois Chicago' is an affiliation
NASA Langley Research Center is the Affiliation
Papers refers to Paper.Id; short name of the conference refers to Conference.ShortName
'ICCI' is the ShortName of conference; URL refer to HomePage
author refers to PaperAuthor.Name; 'A Randomized Comparison of Sirolimus- Versus Paclitaxel-Eluting Stent Implantation in Patients With Diabetes Mellitus' is the title; 'Asan Medical Center, University of Ulsan College of Medicine, Seoul, Korea' is an Affiliation
all the international conferences on artificial intelligence refers to FullName LIKE 'International Conference on Artificial Intelligence%'
Which journal was the paper "Education, democracy and growth" published on? Give the full name of the journal.
'Education, democracy and growth' is the title of a paper
year of 2001 to 2010 refers to Year BETWEEN 2001 AND 2010; Percentage = Divide(Count (PaperId(Year = 2001)), Count (PaperID(Year BETWEEN 2001 AND 2010))) * 100
'Joe Lograsso' is name of paper author
Papers refers to Paper.Id; ECSQARU is the ShortName of the conference; 2003 refers to Year = '2003'
"FIBER: A Generalized Framework for Auto-tuning Software" is the Title of paper; affiliated refers to Affiliation;  University of Tokyo is the affiliation organization
'Howard F. Lipson' is the name of author
published in 1995 refers to Year = 1995; 'Thomas Wiegand' is the name of author
do not have a website refers to HomePage = ''
paper ID of 15 refers to PaperId = 15
in 1997 refers to Year = 1997; books that were preprint refers to ConferenceId = 0 AND JournalId = 0
"Stitching videos streamed by mobile phones in real-time" is the Title of paper; what the paper is about refers to Keywords
Among the authors of the paper "Stitching videos streamed by mobile phones in real-time", how many of them are affiliated with Cairo Microsoft Innovation Lab?
"FIBER: A Generalized Framework for Auto-tuning Software" is the Title of paper; affiliated refers to Affiliation;  University of Tokyo is the affiliation organization
published in 1995 refers to Year = 1995; 'Thomas Wiegand' is the name of author
year = 0 means this paper is preprint; John Van Reenen is the author's name; papers refers to paper.Id; calculation = DIVIDE(SUM(paper.Id where Name = 'John Van Reenen' AND ConferenceID = 0 AND  JournalId = 0), SUM(paper.Id where Name = 'John Van Reenen'))
"Cases Journal" and "Molecular Brain" are FullName of journal; more paper in percentage = Subtract(Count(Id(FullName = 'Cases Journal')), Count(Id(FullName = 'Molecular Brain')))/ Count(Id(FullNmae = 'Molecular Brain')) * 100
IEEE Computer refer to FullName; How many author published papers refer to COUNT(PaperAuthor.Name) where FullName = ’IEEE Computer’
journal was not published but a conference refers to ConferenceId ! = 0 And JournalId = 0 Year ! = 0
Conference ID of 0 refers to ConferenceId = 0; journal ID of less than 100 refers to JournalId < 100
the International Conference on Database Theory refers to FullName = 'International Conference on Database Theory'; published refers to year ! = 0
papers on the "Materials" topic refers to Keyword = 'Materials'
in 2011 refers to Year = 2011; 'Mol Brain' is the ShortName of journal
'Academic Medicine' is the FullName of journal; between 2005 and 2010 refer to Year 2005 BETWEEN 2010
Among author ID of under 1000, who published the paper in affiliation with Zurich, ETH, provide paper ID, year and keyword if any.
author ID of under 100 refers to AuthorId < 100; 'Zurich, ETH' is the Affiliation
full name includes the word Workshop refers to FullName LIKE '%Workshop%'
published in 1995 refers to Year = 1995; 'Thomas Wiegand' is the name of author
written by Andrew Cain refers to Name = 'Andrew Cain'
IEEE Computer refer to FullName; How many author published papers refer to COUNT(PaperAuthor.Name) where FullName = ’IEEE Computer’
affiliated with the University of Oxford refers to Affiliation = 'University of Oxford'
'Jei Keon Chee' is the name of author;
paper refers to Title; TUBERCLE LUNG DIS is the ShortName of journal; the oldest refers to MIN(Year)
Mark A. Musen refer to Author.Name;
Id of 187 refers to ConferenceId = 187; during 1990 to 2000 refers to Year BETWEEN 1990 and 2000; total number of conference refers to Count(ConferenceId = 187)
A Case of Unilateral Ashy Dermatosis refer to Title
Please list the titles of the paper whose authors include Klaus Zimmermann.
"Klaus Zimmermann" is the name of author
affiliated with the University of Oxford refers to Affiliation = 'University of Oxford'
year = 0 means this paper is preprint; John Van Reenen is the author's name; papers refers to paper.Id; calculation = DIVIDE(SUM(paper.Id where Name = 'John Van Reenen' AND ConferenceID = 0 AND  JournalId = 0), SUM(paper.Id where Name = 'John Van Reenen'))
articles that are preprinted but not published refers to Year = 0
Published in 2008 refer to Year = 2008
year of 2001 to 2010 refers to Year BETWEEN 2001 AND 2010; Percentage = Divide(Count (PaperId(Year = 2001)), Count (PaperID(Year BETWEEN 2001 AND 2010))) * 100
"MICRO" is the ShortName of conference; in 1971 to 1980 refers to Year BETWEEN '1971' AND '1980'; in 1991 to 2000 refers to Year BETWEEN '1991' AND '2000': Average needed paper = Subtract (Count(PaperId(Year BETWEEN '1991' AND '2000')), Count(PaperId(Year BETWEEN '1971' AND '1980')))/10
"Standford University" and "Massachusetts Institute of Technolgy" are affiliation organization; affiliated with more author refers to Max(Count(Id))
Otterbein University is an Affiliation
"Decreased Saliva Secretion and Down-Regulation of AQP5 in Submandibular Gland in Irradiated Rats" is the Title of paper
'Education, democracy and growth' is the title of a paper
What is the full name of the conference in which the paper "2004 YD5" was published?
'2004 YD5' is the title of paper
url refers to HomePage; 'Area Effects in Cepaea' is the Title of paper
homepage URL refers to HomePage; 'Quality evaluation of long duration audiovisual content' is the Title
paper "FIBER: A Generalized Framework for Auto-tuning Software" refers to Title = 'FIBER: A Generalized Framework for Auto-tuning Software'; are affiliated with refers to Affiliation
Conference ID of 0 refers to ConferenceId = 0; journal ID of less than 100 refers to JournalId < 100
'Extended Fuzzy Regression Models' is the title of paper; full name of the conference refers to FullName
paper refers to paper.Id; paper with the most authors refers to MAX(PaperAuthor.PaperId)
from the 60’s refer to Year 1960 BETWEEN 1970
authors refers to AuthorId; 'An Improved Active Suspension Model for Attitude Control of Electric Vehicles' is the Title of a paper; A paper can have more than one author. Co-authorship can be derived from (paper ID, author ID) pair.
Otterbein University is an Affiliation
"Klaus Zimmermann" is the name of author
What are the journal homepages and author ID of the papers published in 2000 to 2005 with a word "social" in its title?
in 2000 to 2005 refers to Year BETWEEN 2000 AND 2005; a word "social" in its title refers to Title = '%SOCIAL%'
"Stitching videos streamed by mobile phones in real-time" is the Title of paper; what the paper is about refers to Keywords
Shueh-Lin Yau is the name of author;
in 2005 refers to Year = '2005'; key words of "LOAD; IDE; SNP; haplotype; asso- ciation studies" refers to Keyword = 'LOAD; IDE; SNP; haplotype; asso- ciation studies'
in 2011 refers to Year = 2011; 'Mol Brain' is the ShortName of journal
Mark A. Musen refer to Author.Name;
journal ID of 200 to 300 refers to JournalId BETWEEN 200 AND 300; short name starts with A refers to ShortName LIKE 'A%'; Percentage = Divide (Count(ConferenceId = 0), Count(ConferenceId)) * 100
Jianli Hua is the author of a paper
"International Symposium of Robotics Research" is the FullName of conference;
year of 2001 to 2010 refers to Year BETWEEN 2001 AND 2010; Percentage = Divide(Count (PaperId(Year = 2001)), Count (PaperID(Year BETWEEN 2001 AND 2010))) * 100
"University of Oulu" is the Affiliation Organization
Please list the names of the authors of the paper "Hypermethylation of the <I>TPEF/HPP1</I> Gene in Primary and Metastatic Colorectal Cancers".
paper "Hypermethylation of the <I>TPEF/HPP1</I> Gene in Primary and Metastatic Colorectal Cancers" refers to Title = 'Hypermethylation of the <I>TPEF/HPP1</I> Gene in Primary and Metastatic Colorectal Cancers'
the International Conference on Database Theory refers to FullName = 'International Conference on Database Theory'; published refers to year ! = 0
paper "364: Induction of Mixed Chimerism and Transplantation Tolerance in a Non-Human Primate Lung Allograft Model: Early Results" refers to Title = '364: Induction of Mixed Chimerism and Transplantation Tolerance in a Non-Human Primate Lung Allograft Model: Early Results'
'Extended Fuzzy Regression Models' is the title of paper; full name of the conference refers to FullName
"Klaus Zimmermann" is the name of author
"Energy-efficiency bounds for noise-tolerant dynamic circuits" is the Title of paper
NASA Langley Research Center is the Affiliation
'University of Illinois Chicago' is an affiliation
"IWC" is the ShortName of journal;  '2000' and '2010' are Year;  Difference = Subtract(Count(Paper.Id(Year = 2000)), Count(Paper.Id(Year = 2010)))
published in 1995 refers to Year = 1995; 'Thomas Wiegand' is the name of author
with "chemiluminescence" in its title refers to Title LIKE 'chemiluminescence%'; journal ID from 245 to 250 refers to JournalId BETWEEN 245 AND 250
What is the average number of papers published in the journal "Molecular Brain" every year from 2008 to 2011?
"Molecular Brain" is the FullName of journal; year from 2008 to 2011 refers to Year BETWEEN 2008 AND 2011; average = Divide (Count(Id),4)
year of 2001 to 2010 refers to Year BETWEEN 2001 AND 2010; Percentage = Divide(Count (PaperId(Year = 2001)), Count (PaperID(Year BETWEEN 2001 AND 2010))) * 100
in 2011 refers to Year = 2011; 'Mol Brain' is the ShortName of journal
affiliated with the University of Oxford refers to Affiliation = 'University of Oxford'
Papers refers to Paper.Id; ECSQARU is the ShortName of the conference; 2003 refers to Year = '2003'
Otterbein University is an Affiliation
paper "FIBER: A Generalized Framework for Auto-tuning Software" refers to Title = 'FIBER: A Generalized Framework for Auto-tuning Software'; are affiliated with refers to Affiliation
url refers to HomePage; 'Area Effects in Cepaea' is the Title of paper
article "A Formal Approach to Service Component Architecture" refers to Title = 'A Formal Approach to Service Component Architecture'; topic of the article refers to Keyword
'Extended Fuzzy Regression Models' is the title of paper; full name of the conference refers to FullName
'Mathematics of Program Construction' is the FullName of conference
Among papers that were published in 2005, provide the author name of paper with key words of "LOAD; IDE; SNP; haplotype; asso- ciation studies".
in 2005 refers to Year = '2005'; key words of "LOAD; IDE; SNP; haplotype; asso- ciation studies" refers to Keyword = 'LOAD; IDE; SNP; haplotype; asso- ciation studies'
"Area Effects in Cepaea" is the title of paper
don't have short name refers to ShortName is NULL OR ShortName = ''
NASA Langley Research Center is the Affiliation
'Zuliang Du' is the name of paper author; latest publication refers to MAX(Year)
years 1990 and 2000 refers to Year BETWEEN '1990' AND '2000'; papers refers to COUNT(id)
in 2011 refers to Year = 2011; 'Mol Brain' is the ShortName of journal
papers of Jean-luc Hainaut refers to Name = 'Jean-luc Hainaut'
journal was not published but a conference refers to ConferenceId ! = 0 And JournalId = 0 Year ! = 0
'Increasing the Concurrency in Estelle' is the Title of the paper; home page of the conference refers to HomePage;
"University of Oulu" is the Affiliation Organization
Between "Standford University" and "Massachusetts Institute of Technolgy", which organization had affiliated with more author.?
"Standford University" and "Massachusetts Institute of Technolgy" are affiliation organization; affiliated with more author refers to Max(Count(Id))
'Physics of Fluids' is the FullName of journal; percentage = DIVIDE(SUM(Keyword = 'Turbulent Fluids'), SUM(FullName = 'Physics of Fluids')) as percentage
IEEE Computer refer to FullName; How many author published papers refer to COUNT(PaperAuthor.Name) where FullName = ’IEEE Computer’
NASA Langley Research Center is the Affiliation
paper "Hypermethylation of the <I>TPEF/HPP1</I> Gene in Primary and Metastatic Colorectal Cancers" refers to Title = 'Hypermethylation of the <I>TPEF/HPP1</I> Gene in Primary and Metastatic Colorectal Cancers'
written by Andrew Cain refers to Name = 'Andrew Cain'
Education, democracy and growth' refer to title of paper
in 2011 refers to Year = 2011; 'Mol Brain' is the ShortName of journal
'ICCI' is the ShortName of conference; URL refer to HomePage
'Increasing the Concurrency in Estelle' is the Title of the paper; home page of the conference refers to HomePage;
papers of Jean-luc Hainaut refers to Name = 'Jean-luc Hainaut'
Please list all of the associations that the authors of the paper "FIBER: A Generalized Framework for Auto-tuning Software" are affiliated with.
paper "FIBER: A Generalized Framework for Auto-tuning Software" refers to Title = 'FIBER: A Generalized Framework for Auto-tuning Software'; are affiliated with refers to Affiliation
Mark A. Musen refer to Author.Name;
"Standford University" and "Massachusetts Institute of Technolgy" are affiliation organization; affiliated with more author refers to Max(Count(Id))
IEEE Computer refer to FullName; How many author published papers refer to COUNT(PaperAuthor.Name) where FullName = ’IEEE Computer’
"University of Oulu" is the Affiliation Organization
paper "Hypermethylation of the <I>TPEF/HPP1</I> Gene in Primary and Metastatic Colorectal Cancers" refers to Title = 'Hypermethylation of the <I>TPEF/HPP1</I> Gene in Primary and Metastatic Colorectal Cancers'
published in 2009 refers to Year = 2009
"Cairo Microsoft Innovation Lab" is the Affiliation organization
paper "Multiple paternity in a natural population of a salamander with long-term sperm storage" refers to Title = 'Multiple paternity in a natural population of a salamander with long-term sperm storage'
associated with the Microsoft Research refers to Affiliation contains 'Microsoft Research'; paper number 1 refers to PaperId = 1
journal was not published but a conference refers to ConferenceId ! = 0 And JournalId = 0 Year ! = 0
What is the paper "Stitching videos streamed by mobile phones in real-time" about?
"Stitching videos streamed by mobile phones in real-time" is the Title of paper; what the paper is about refers to Keywords
'Howard F. Lipson' is the name of author
in 1997 refers to Year = 1997; books that were preprint refers to ConferenceId = 0 AND JournalId = 0
"FIBER: A Generalized Framework for Auto-tuning Software" is the Title of paper; affiliated refers to Affiliation;  University of Tokyo is the affiliation organization
affiliated with Birkbeck University of London refers to Affiliation = 'Birkbeck University of London'
A Case of Unilateral Ashy Dermatosis refer to Title
journal "Iet Software/iee Proceedings - Software" refers to FullName = 'Iet Software/iee Proceedings - Software'; papers refers to COUNT(JournalId)
'2004 YD5' is the title of paper
'Modeling Identification and Control' is the FullName of the journal; 1994 refers to Year = '1994'; if the year is "0", it means this paper is preprint, or not published
"Cases Journal" and "Molecular Brain" are FullName of journal; more paper in percentage = Subtract(Count(Id(FullName = 'Cases Journal')), Count(Id(FullName = 'Molecular Brain')))/ Count(Id(FullNmae = 'Molecular Brain')) * 100
published in 1995 refers to Year = 1995; 'Thomas Wiegand' is the name of author
How many papers were preprinted between the years 1990 and 2000?
years 1990 and 2000 refers to Year BETWEEN '1990' AND '2000'; papers refers to COUNT(id)
'Jei Keon Chee' is the name of author;
paper refers to Title; TUBERCLE LUNG DIS is the ShortName of journal; the oldest refers to MIN(Year)
"FIBER: A Generalized Framework for Auto-tuning Software" is the Title of paper; affiliated refers to Affiliation;  University of Tokyo is the affiliation organization
in 2011 refers to Year = 2011; 'Mol Brain' is the ShortName of journal
"Inspection resistant memory: Architectural support for security from physical examination" is the title of paper;  'Microsoft Research, USA' is the Affiliation
published in the World Computer Congress refers to FullName = 'World Computer Congress'; average refers to DIVIDE(COUNT(FullName = 'World Computer Congress'), COUNT(Id))
'ICCI' is the ShortName of conference; URL refer to HomePage
'Increasing the Concurrency in Estelle' is the Title of the paper; home page of the conference refers to HomePage;
about Charged particle multiplicity refers to Title which contains 'Charged particle multiplicity'; affiliated with INFN refers to Affiliation LIKE '%INFN%' ; percentage refers to DIVIDE(COUNT(Affiliation LIKE '%INFN%' ), COUNT(AuthorId)) * 100%
'Mathematics of Program Construction' is the FullName of conference
Among the papers published in 2009, pick 10 and list down the conference's short name of these papers.
published in 2009 refers to Year = 2009
paper "Multiple paternity in a natural population of a salamander with long-term sperm storage" refers to Title = 'Multiple paternity in a natural population of a salamander with long-term sperm storage'
Papers refers to Paper.Id; ECSQARU is the ShortName of the conference; 2003 refers to Year = '2003'
"IWC" is the ShortName of journal;  '2000' and '2010' are Year;  Difference = Subtract(Count(Paper.Id(Year = 2000)), Count(Paper.Id(Year = 2010)))
paper "Hypermethylation of the <I>TPEF/HPP1</I> Gene in Primary and Metastatic Colorectal Cancers" refers to Title = 'Hypermethylation of the <I>TPEF/HPP1</I> Gene in Primary and Metastatic Colorectal Cancers'
published in 1995 refers to Year = 1995; 'Thomas Wiegand' is the name of author
papers that Jundu has written refers to Name LIKE '%Jun du%'
url refers to HomePage; 'Area Effects in Cepaea' is the Title of paper
papers of Jean-luc Hainaut refers to Name = 'Jean-luc Hainaut'
paper refers to paper.Id; paper with the most authors refers to MAX(PaperAuthor.PaperId)
Id of 187 refers to ConferenceId = 187; during 1990 to 2000 refers to Year BETWEEN 1990 and 2000; total number of conference refers to Count(ConferenceId = 187)
Among the author who drafted the paper "A Randomized Comparison of Sirolimus- Versus Paclitaxel-Eluting Stent Implantation in Patients With Diabetes Mellitus", which of them is/are affiliated with the Asan Medical Center, University of Ulsan College of Medicine, Seoul, Korea ?
author refers to PaperAuthor.Name; 'A Randomized Comparison of Sirolimus- Versus Paclitaxel-Eluting Stent Implantation in Patients With Diabetes Mellitus' is the title; 'Asan Medical Center, University of Ulsan College of Medicine, Seoul, Korea' is an Affiliation
"Decreased Saliva Secretion and Down-Regulation of AQP5 in Submandibular Gland in Irradiated Rats" is the Title of paper
'Academic Medicine' is the FullName of journal; between 2005 and 2010 refer to Year 2005 BETWEEN 2010
'Jei Keon Chee' is the name of author;
written by Andrew Cain refers to Name = 'Andrew Cain'
with "chemiluminescence" in its title refers to Title LIKE 'chemiluminescence%'; journal ID from 245 to 250 refers to JournalId BETWEEN 245 AND 250
Ibm Journal of Research and Development refer to FullName 'Ibm Journal of Research and Development' is the full name of paper
"International Symposium of Robotics Research" is the FullName of conference;
A Case of Unilateral Ashy Dermatosis refer to Title
'Education, democracy and growth' is the title of a paper
journal "Concepts in Magnetic Resonance Part A" refers to FullName = 'Concepts in Magnetic Resonance Part A'; in 2018 refers to Year = 2018
How many authors finished the paper "An Improved Active Suspension Model for Attitude Control of Electric Vehicles" together?
authors refers to AuthorId; 'An Improved Active Suspension Model for Attitude Control of Electric Vehicles' is the Title of a paper; A paper can have more than one author. Co-authorship can be derived from (paper ID, author ID) pair.
full name includes the word Workshop refers to FullName LIKE '%Workshop%'
'Zuliang Du' is the name of paper author; latest publication refers to MAX(Year)
topic is Sustainability refers to Keyword = 'Sustainability'
"Stitching videos streamed by mobile phones in real-time" is the Title of paper; what the paper is about refers to Keywords
paper refers to Title; TUBERCLE LUNG DIS is the ShortName of journal; the oldest refers to MIN(Year)
do not have a website refers to HomePage IS NULL OR HomePage = ''
'Joe Lograsso' is name of paper author
year of 2001 to 2010 refers to Year BETWEEN 2001 AND 2010; Percentage = Divide(Count (PaperId(Year = 2001)), Count (PaperID(Year BETWEEN 2001 AND 2010))) * 100
'Education, democracy and growth' is the title of a paper
paper "FIBER: A Generalized Framework for Auto-tuning Software" refers to Title = 'FIBER: A Generalized Framework for Auto-tuning Software'; are affiliated with refers to Affiliation
Under the conference name of MICRO, calculate how many more paper is needed to published in 1971 to 1980 in average by yearly to get equivalent to the number of paper from 1991 to 2000. Write down the title and author name of the paper that were actually published during 1971 to 1980 with the conference name with MICRO.
"MICRO" is the ShortName of conference; in 1971 to 1980 refers to Year BETWEEN '1971' AND '1980'; in 1991 to 2000 refers to Year BETWEEN '1991' AND '2000': Average needed paper = Subtract (Count(PaperId(Year BETWEEN '1991' AND '2000')), Count(PaperId(Year BETWEEN '1971' AND '1980')))/10
author ID of under 100 refers to AuthorId < 100; 'Zurich, ETH' is the Affiliation
paper "Hypermethylation of the <I>TPEF/HPP1</I> Gene in Primary and Metastatic Colorectal Cancers" refers to Title = 'Hypermethylation of the <I>TPEF/HPP1</I> Gene in Primary and Metastatic Colorectal Cancers'
journal ID of 200 to 300 refers to JournalId BETWEEN 200 AND 300; short name starts with A refers to ShortName LIKE 'A%'; Percentage = Divide (Count(ConferenceId = 0), Count(ConferenceId)) * 100
'Jei Keon Chee' is the name of author;
'Mathematics of Program Construction' is the FullName of conference
"Energy-efficiency bounds for noise-tolerant dynamic circuits" is the Title of paper
the International Conference on Database Theory refers to FullName = 'International Conference on Database Theory'; published refers to year ! = 0
affiliated with Birkbeck University of London refers to Affiliation = 'Birkbeck University of London'
"Area Effects in Cepaea" is the title of paper
articles that are preprinted but not published refers to Year = 0