query stringlengths 76 524 | question stringlengths 7 126 | answer stringlengths 54 8.89k | table_names list | tables list | source stringlengths 979 15.9k | target stringlengths 28 10.1k |
|---|---|---|---|---|---|---|
SELECT DISTINCT ground_service_1.transport_type FROM ground_service AS ground_service_1 , city AS city_1 , airport AS airport_1 , airport_service AS airport_service_1 , city AS city_2 WHERE ground_service_1.city_code = city_1.city_code AND city_1.city_name = 'DENVER' AND ground_service_1.airport_code = airport_1.airpor... | show me the ground transportation in denver | {"columns":["transport_type"],"index":[0,1,2],"data":[["AIR TAXI OPERATION"],["LIMOUSINE"],["RENTAL CAR"]]} | [
"city",
"airport",
"airport_service",
"ground_service"
] | [
"{\"columns\":[\"city_code\",\"city_name\",\"state_code\",\"country_name\",\"time_zone_code\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"BBNA\",\"NASHVILLE\",\"TN\",\"USA\",\"CST\"],[\"BBOS\",\"BOSTON\",\"... | show me the ground transportation in denver <table_name> : city col : city_code | city_name | state_code | country_name | time_zone_code row 1 : BBNA | NASHVILLE | TN | USA | CST row 2 : BBOS | BOSTON | MA | USA | EST row 3 : BBUR | BURBANK | CA | USA | PST row 4 : BBWI | BALTIMORE | MD | USA | EST row 5 : CCHI | CHICA... | col : transport_type row 1 : AIR TAXI OPERATION row 2 : LIMOUSINE row 3 : RENTAL CAR |
SELECT DISTINCT ground_service_1.transport_type FROM ground_service AS ground_service_1 , city AS city_1 WHERE ground_service_1.city_code = city_1.city_code AND city_1.city_name = 'ATLANTA' | what kind of ground transportation is available in atlanta | {"columns":["transport_type"],"index":[0,1,2,3],"data":[["AIR TAXI OPERATION"],["LIMOUSINE"],["RAPID TRANSIT"],["RENTAL CAR"]]} | [
"city",
"ground_service"
] | [
"{\"columns\":[\"city_code\",\"city_name\",\"state_code\",\"country_name\",\"time_zone_code\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"BBNA\",\"NASHVILLE\",\"TN\",\"USA\",\"CST\"],[\"BBOS\",\"BOSTON\",\"... | what kind of ground transportation is available in atlanta <table_name> : city col : city_code | city_name | state_code | country_name | time_zone_code row 1 : BBNA | NASHVILLE | TN | USA | CST row 2 : BBOS | BOSTON | MA | USA | EST row 3 : BBUR | BURBANK | CA | USA | PST row 4 : BBWI | BALTIMORE | MD | USA | EST row 5... | col : transport_type row 1 : AIR TAXI OPERATION row 2 : LIMOUSINE row 3 : RAPID TRANSIT row 4 : RENTAL CAR |
SELECT DISTINCT ground_service_1.transport_type FROM ground_service AS ground_service_1 , airport AS airport_1 , city AS city_1 WHERE ground_service_1.airport_code = airport_1.airport_code AND airport_1.airport_code = 'MCO' AND ground_service_1.city_code = city_1.city_code AND city_1.city_name = 'ORLANDO' | tell me about ground transportation between orlando international and orlando | {"columns":["transport_type"],"index":[0,1,2],"data":[["AIR TAXI OPERATION"],["LIMOUSINE"],["RENTAL CAR"]]} | [
"city",
"airport",
"ground_service"
] | [
"{\"columns\":[\"city_code\",\"city_name\",\"state_code\",\"country_name\",\"time_zone_code\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"BBNA\",\"NASHVILLE\",\"TN\",\"USA\",\"CST\"],[\"BBOS\",\"BOSTON\",\"... | tell me about ground transportation between orlando international and orlando <table_name> : city col : city_code | city_name | state_code | country_name | time_zone_code row 1 : BBNA | NASHVILLE | TN | USA | CST row 2 : BBOS | BOSTON | MA | USA | EST row 3 : BBUR | BURBANK | CA | USA | PST row 4 : BBWI | BALTIMORE | M... | col : transport_type row 1 : AIR TAXI OPERATION row 2 : LIMOUSINE row 3 : RENTAL CAR |
SELECT DISTINCT airline_1.airline_code FROM airline AS airline_1 WHERE airline_1.airline_code = 'CO' | what does the abbreviation co mean | {"columns":["airline_code"],"index":[0],"data":[["CO"]]} | [
"airline"
] | [
"{\"columns\":[\"airline_code\",\"airline_name\",\"note\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"2V\",\"NORTHEAST EXPRESS REGIONAL AIRLINES\",\"NATL AIR TRANSPORTATION ASSOC, INC.\"],[\"3J\",\"AIR ALLI... | what does the abbreviation co mean <table_name> : airline col : airline_code | airline_name | note row 1 : 2V | NORTHEAST EXPRESS REGIONAL AIRLINES | NATL AIR TRANSPORTATION ASSOC, INC. row 2 : 3J | AIR ALLIANCE | row 3 : 7V | ALPHA AIR | row 4 : 9E | EXPRESS AIRLINES I, INC. | row 5 : 9L | COLGAN AIR | row 6 : 9N ... | col : airline_code row 1 : CO |
SELECT DISTINCT ground_service_1.transport_type FROM ground_service AS ground_service_1 , city AS city_1 WHERE ground_service_1.city_code = city_1.city_code AND city_1.city_name = 'DALLAS' | what kind of ground transportation is there in dallas | {"columns":["transport_type"],"index":[0,1],"data":[["LIMOUSINE"],["RENTAL CAR"]]} | [
"city",
"ground_service"
] | [
"{\"columns\":[\"city_code\",\"city_name\",\"state_code\",\"country_name\",\"time_zone_code\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"BBNA\",\"NASHVILLE\",\"TN\",\"USA\",\"CST\"],[\"BBOS\",\"BOSTON\",\"... | what kind of ground transportation is there in dallas <table_name> : city col : city_code | city_name | state_code | country_name | time_zone_code row 1 : BBNA | NASHVILLE | TN | USA | CST row 2 : BBOS | BOSTON | MA | USA | EST row 3 : BBUR | BURBANK | CA | USA | PST row 4 : BBWI | BALTIMORE | MD | USA | EST row 5 : CC... | col : transport_type row 1 : LIMOUSINE row 2 : RENTAL CAR |
SELECT DISTINCT class_of_service_1.booking_class FROM class_of_service AS class_of_service_1 WHERE class_of_service_1.booking_class = 'H' | what is fare code h | {"columns":["booking_class"],"index":[0],"data":[["H"]]} | [
"class_of_service"
] | [
"{\"columns\":[\"booking_class\",\"rank\",\"class_description\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18],\"data\":[[\"B\",10,\"COACH ECONOMY CLASS DISCOUNTED\"],[\"BN\",17,\"COACH ECONOMY CLASS DISCOUNTED NIGHT SERVICE\"],[\"C\",4,\"BUSINESS CLASS\"],[\"CN\",8,\"BUSINESS CLASS NIGHT SERVICE\"],[\... | what is fare code h <table_name> : class_of_service col : booking_class | rank | class_description row 1 : B | 10 | COACH ECONOMY CLASS DISCOUNTED row 2 : BN | 17 | COACH ECONOMY CLASS DISCOUNTED NIGHT SERVICE row 3 : C | 4 | BUSINESS CLASS row 4 : CN | 8 | BUSINESS CLASS NIGHT SERVICE row 5 : F | 2 | FIRST CLASS row 6... | col : booking_class row 1 : H |
SELECT DISTINCT aircraft_1.aircraft_code FROM aircraft AS aircraft_1 WHERE aircraft_1.aircraft_code = 'D9S' | how many passengers fit on a d9s | {"columns":["aircraft_code"],"index":[0],"data":[["D9S"]]} | [
"aircraft"
] | [
"{\"columns\":[\"aircraft_code\",\"aircraft_description\",\"manufacturer\",\"basic_type\",\"engines\",\"propulsion\",\"wide_body\",\"wing_span\",\"length\",\"weight\",\"capacity\",\"pay_load\",\"cruising_speed\",\"range_miles\",\"pressurized\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,2... | how many passengers fit on a d9s <table_name> : aircraft col : aircraft_code | aircraft_description | manufacturer | basic_type | engines | propulsion | wide_body | wing_span | length | weight | capacity | pay_load | cruising_speed | range_miles | pressurized row 1 : 100 | FOKKER 100 | FOKKER | 100 | 2 | JET | NO | 92 ... | col : aircraft_code row 1 : D9S |
SELECT DISTINCT ground_service_1.transport_type FROM ground_service AS ground_service_1 , airport AS airport_1 , airport_service AS airport_service_1 , city AS city_1 , city AS city_2 WHERE ground_service_1.airport_code = airport_1.airport_code AND airport_1.airport_code = airport_service_1.airport_code AND airport_ser... | what is the schedule of ground transportation from the airport in philadelphia into downtown | {"columns":["transport_type"],"index":[0,1,2,3],"data":[["AIR TAXI OPERATION"],["LIMOUSINE"],["RAPID TRANSIT"],["RENTAL CAR"]]} | [
"city",
"airport",
"airport_service",
"ground_service"
] | [
"{\"columns\":[\"city_code\",\"city_name\",\"state_code\",\"country_name\",\"time_zone_code\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"BBNA\",\"NASHVILLE\",\"TN\",\"USA\",\"CST\"],[\"BBOS\",\"BOSTON\",\"... | what is the schedule of ground transportation from the airport in philadelphia into downtown <table_name> : city col : city_code | city_name | state_code | country_name | time_zone_code row 1 : BBNA | NASHVILLE | TN | USA | CST row 2 : BBOS | BOSTON | MA | USA | EST row 3 : BBUR | BURBANK | CA | USA | PST row 4 : BBWI ... | col : transport_type row 1 : AIR TAXI OPERATION row 2 : LIMOUSINE row 3 : RAPID TRANSIT row 4 : RENTAL CAR |
SELECT DISTINCT ground_service_1.transport_type FROM ground_service AS ground_service_1 , city AS city_1 WHERE ground_service_1.city_code = city_1.city_code AND city_1.city_name = 'DETROIT' | list ground transportation in detroit | {"columns":["transport_type"],"index":[0,1,2],"data":[["AIR TAXI OPERATION"],["LIMOUSINE"],["RENTAL CAR"]]} | [
"city",
"ground_service"
] | [
"{\"columns\":[\"city_code\",\"city_name\",\"state_code\",\"country_name\",\"time_zone_code\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"BBNA\",\"NASHVILLE\",\"TN\",\"USA\",\"CST\"],[\"BBOS\",\"BOSTON\",\"... | list ground transportation in detroit <table_name> : city col : city_code | city_name | state_code | country_name | time_zone_code row 1 : BBNA | NASHVILLE | TN | USA | CST row 2 : BBOS | BOSTON | MA | USA | EST row 3 : BBUR | BURBANK | CA | USA | PST row 4 : BBWI | BALTIMORE | MD | USA | EST row 5 : CCHI | CHICAGO | I... | col : transport_type row 1 : AIR TAXI OPERATION row 2 : LIMOUSINE row 3 : RENTAL CAR |
SELECT DISTINCT ground_service_1.transport_type FROM ground_service AS ground_service_1 , airport AS airport_1 , airport_service AS airport_service_1 , city AS city_1 WHERE ground_service_1.transport_type = 'RENTAL CAR' AND ground_service_1.airport_code = airport_1.airport_code AND airport_1.airport_code = airport_serv... | can you rent a car at stapleton international airport in denver | {"columns":["transport_type"],"index":[0],"data":[["RENTAL CAR"]]} | [
"city",
"airport",
"airport_service",
"ground_service"
] | [
"{\"columns\":[\"city_code\",\"city_name\",\"state_code\",\"country_name\",\"time_zone_code\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"BBNA\",\"NASHVILLE\",\"TN\",\"USA\",\"CST\"],[\"BBOS\",\"BOSTON\",\"... | can you rent a car at stapleton international airport in denver <table_name> : city col : city_code | city_name | state_code | country_name | time_zone_code row 1 : BBNA | NASHVILLE | TN | USA | CST row 2 : BBOS | BOSTON | MA | USA | EST row 3 : BBUR | BURBANK | CA | USA | PST row 4 : BBWI | BALTIMORE | MD | USA | EST ... | col : transport_type row 1 : RENTAL CAR |
SELECT DISTINCT airline_1.airline_code FROM airline AS airline_1 WHERE airline_1.airline_code = 'UA' | what does ua stand for | {"columns":["airline_code"],"index":[0],"data":[["UA"]]} | [
"airline"
] | [
"{\"columns\":[\"airline_code\",\"airline_name\",\"note\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"2V\",\"NORTHEAST EXPRESS REGIONAL AIRLINES\",\"NATL AIR TRANSPORTATION ASSOC, INC.\"],[\"3J\",\"AIR ALLI... | what does ua stand for <table_name> : airline col : airline_code | airline_name | note row 1 : 2V | NORTHEAST EXPRESS REGIONAL AIRLINES | NATL AIR TRANSPORTATION ASSOC, INC. row 2 : 3J | AIR ALLIANCE | row 3 : 7V | ALPHA AIR | row 4 : 9E | EXPRESS AIRLINES I, INC. | row 5 : 9L | COLGAN AIR | row 6 : 9N | TRANS STAT... | col : airline_code row 1 : UA |
SELECT DISTINCT ground_service_1.transport_type FROM ground_service AS ground_service_1 , city AS city_1 WHERE ground_service_1.city_code = city_1.city_code AND city_1.city_name = 'DALLAS' | what kind of ground transportation is there once i get to dallas | {"columns":["transport_type"],"index":[0,1],"data":[["LIMOUSINE"],["RENTAL CAR"]]} | [
"city",
"ground_service"
] | [
"{\"columns\":[\"city_code\",\"city_name\",\"state_code\",\"country_name\",\"time_zone_code\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"BBNA\",\"NASHVILLE\",\"TN\",\"USA\",\"CST\"],[\"BBOS\",\"BOSTON\",\"... | what kind of ground transportation is there once i get to dallas <table_name> : city col : city_code | city_name | state_code | country_name | time_zone_code row 1 : BBNA | NASHVILLE | TN | USA | CST row 2 : BBOS | BOSTON | MA | USA | EST row 3 : BBUR | BURBANK | CA | USA | PST row 4 : BBWI | BALTIMORE | MD | USA | EST... | col : transport_type row 1 : LIMOUSINE row 2 : RENTAL CAR |
SELECT DISTINCT restriction_1.restriction_code FROM restriction AS restriction_1 WHERE restriction_1.restriction_code = 'AP/57' | what does restriction ap/57 mean | {"columns":["restriction_code"],"index":[0],"data":[["AP\/57"]]} | [
"restriction"
] | [
"{\"columns\":[\"restriction_code\",\"advance_purchase\",\"stopovers\",\"saturday_stay_required\",\"minimum_stay\",\"maximum_stay\",\"application\",\"no_discounts\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13],\"data\":[[\"AP\\/12\",7,\"NO\",\"YES\",1,21,\"FOR ROUND TRIP TRAVEL BETWEEN U.S.\\/CANADA AND CARIBBEAN\"... | what does restriction ap/57 mean <table_name> : restriction col : restriction_code | advance_purchase | stopovers | saturday_stay_required | minimum_stay | maximum_stay | application | no_discounts row 1 : AP/12 | 7 | NO | YES | 1 | 21 | FOR ROUND TRIP TRAVEL BETWEEN U.S./CANADA AND CARIBBEAN | CONTACT CARRIER row 2 : ... | col : restriction_code row 1 : AP/57 |
SELECT DISTINCT food_service_1.meal_code , food_service_1.meal_number , food_service_1.compartment , food_service_1.meal_description FROM food_service AS food_service_1 WHERE food_service_1.meal_code = 'SD/D' | explain meal codes sd/d | {"columns":["meal_code","meal_number","compartment","meal_description"],"index":[0,1,2],"data":[["SD\/D",1,"COACH","DINNER"],["SD\/D",1,"FIRST","SNACK"],["SD\/D",2,"FIRST","DINNER"]]} | [
"food_service"
] | [
"{\"columns\":[\"meal_code\",\"meal_number\",\"compartment\",\"meal_description\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,7... | explain meal codes sd/d <table_name> : food_service col : meal_code | meal_number | compartment | meal_description row 1 : B | 1 | COACH | BREAKFAST row 2 : B | 1 | FIRST | BREAKFAST row 3 : B/ | 1 | FIRST | BREAKFAST row 4 : B/BS | 1 | COACH | BREAKFAST row 5 : B/BS | 1 | FIRST | BREAKFAST row 6 : B/BS | 2 | COACH | S... | col : meal_code | meal_number | compartment | meal_description row 1 : SD/D | 1 | COACH | DINNER row 2 : SD/D | 1 | FIRST | SNACK row 3 : SD/D | 2 | FIRST | DINNER |
SELECT DISTINCT ground_service_1.transport_type FROM ground_service AS ground_service_1 , city AS city_1 WHERE ground_service_1.city_code = city_1.city_code AND city_1.city_name = 'DENVER' | ground transport denver | {"columns":["transport_type"],"index":[0,1,2],"data":[["AIR TAXI OPERATION"],["LIMOUSINE"],["RENTAL CAR"]]} | [
"city",
"ground_service"
] | [
"{\"columns\":[\"city_code\",\"city_name\",\"state_code\",\"country_name\",\"time_zone_code\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"BBNA\",\"NASHVILLE\",\"TN\",\"USA\",\"CST\"],[\"BBOS\",\"BOSTON\",\"... | ground transport denver <table_name> : city col : city_code | city_name | state_code | country_name | time_zone_code row 1 : BBNA | NASHVILLE | TN | USA | CST row 2 : BBOS | BOSTON | MA | USA | EST row 3 : BBUR | BURBANK | CA | USA | PST row 4 : BBWI | BALTIMORE | MD | USA | EST row 5 : CCHI | CHICAGO | IL | USA | CST ... | col : transport_type row 1 : AIR TAXI OPERATION row 2 : LIMOUSINE row 3 : RENTAL CAR |
SELECT DISTINCT class_of_service_1.booking_class FROM class_of_service AS class_of_service_1 WHERE class_of_service_1.booking_class = 'H' | what is fare code h | {"columns":["booking_class"],"index":[0],"data":[["H"]]} | [
"class_of_service"
] | [
"{\"columns\":[\"booking_class\",\"rank\",\"class_description\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18],\"data\":[[\"B\",10,\"COACH ECONOMY CLASS DISCOUNTED\"],[\"BN\",17,\"COACH ECONOMY CLASS DISCOUNTED NIGHT SERVICE\"],[\"C\",4,\"BUSINESS CLASS\"],[\"CN\",8,\"BUSINESS CLASS NIGHT SERVICE\"],[\... | what is fare code h <table_name> : class_of_service col : booking_class | rank | class_description row 1 : B | 10 | COACH ECONOMY CLASS DISCOUNTED row 2 : BN | 17 | COACH ECONOMY CLASS DISCOUNTED NIGHT SERVICE row 3 : C | 4 | BUSINESS CLASS row 4 : CN | 8 | BUSINESS CLASS NIGHT SERVICE row 5 : F | 2 | FIRST CLASS row 6... | col : booking_class row 1 : H |
SELECT DISTINCT ground_service_1.transport_type FROM ground_service AS ground_service_1 , city AS city_1 WHERE ground_service_1.city_code = city_1.city_code AND city_1.city_name = 'SALT LAKE CITY' | tell me about ground transportation at salt lake city | {"columns":["transport_type"],"index":[0,1,2],"data":[["AIR TAXI OPERATION"],["LIMOUSINE"],["RENTAL CAR"]]} | [
"city",
"ground_service"
] | [
"{\"columns\":[\"city_code\",\"city_name\",\"state_code\",\"country_name\",\"time_zone_code\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"BBNA\",\"NASHVILLE\",\"TN\",\"USA\",\"CST\"],[\"BBOS\",\"BOSTON\",\"... | tell me about ground transportation at salt lake city <table_name> : city col : city_code | city_name | state_code | country_name | time_zone_code row 1 : BBNA | NASHVILLE | TN | USA | CST row 2 : BBOS | BOSTON | MA | USA | EST row 3 : BBUR | BURBANK | CA | USA | PST row 4 : BBWI | BALTIMORE | MD | USA | EST row 5 : CC... | col : transport_type row 1 : AIR TAXI OPERATION row 2 : LIMOUSINE row 3 : RENTAL CAR |
SELECT DISTINCT ground_service_1.transport_type FROM ground_service AS ground_service_1 , airport AS airport_1 , city AS city_1 WHERE ground_service_1.airport_code = airport_1.airport_code AND airport_1.airport_code = 'BOS' AND ground_service_1.city_code = city_1.city_code AND city_1.city_name = 'BOSTON' | i would like information on ground transportation city of boston between airport and downtown | {"columns":["transport_type"],"index":[0,1,2],"data":[["AIR TAXI OPERATION"],["LIMOUSINE"],["RENTAL CAR"]]} | [
"city",
"airport",
"ground_service"
] | [
"{\"columns\":[\"city_code\",\"city_name\",\"state_code\",\"country_name\",\"time_zone_code\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"BBNA\",\"NASHVILLE\",\"TN\",\"USA\",\"CST\"],[\"BBOS\",\"BOSTON\",\"... | i would like information on ground transportation city of boston between airport and downtown <table_name> : city col : city_code | city_name | state_code | country_name | time_zone_code row 1 : BBNA | NASHVILLE | TN | USA | CST row 2 : BBOS | BOSTON | MA | USA | EST row 3 : BBUR | BURBANK | CA | USA | PST row 4 : BBWI... | col : transport_type row 1 : AIR TAXI OPERATION row 2 : LIMOUSINE row 3 : RENTAL CAR |
SELECT DISTINCT city_1.city_code FROM city AS city_1 , airport_service AS airport_service_1 , airport AS airport_1 WHERE city_1.city_code = airport_service_1.city_code AND airport_service_1.airport_code = airport_1.airport_code AND airport_1.airport_name LIKE '%LESTER%' AND airport_1.airport_name LIKE '%PEARSON%' | where is lester pearson airport | {"columns":["city_code"],"index":[0],"data":[["YYTO"]]} | [
"city",
"airport_service",
"airport"
] | [
"{\"columns\":[\"city_code\",\"city_name\",\"state_code\",\"country_name\",\"time_zone_code\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"BBNA\",\"NASHVILLE\",\"TN\",\"USA\",\"CST\"],[\"BBOS\",\"BOSTON\",\"... | where is lester pearson airport <table_name> : city col : city_code | city_name | state_code | country_name | time_zone_code row 1 : BBNA | NASHVILLE | TN | USA | CST row 2 : BBOS | BOSTON | MA | USA | EST row 3 : BBUR | BURBANK | CA | USA | PST row 4 : BBWI | BALTIMORE | MD | USA | EST row 5 : CCHI | CHICAGO | IL | US... | col : city_code row 1 : YYTO |
SELECT DISTINCT ground_service_1.transport_type FROM ground_service AS ground_service_1 , city AS city_1 WHERE ground_service_1.city_code = city_1.city_code AND city_1.city_name = 'DENVER' AND ground_service_1.transport_type = 'RENTAL CAR' | what do you know about car rental in denver | {"columns":["transport_type"],"index":[0],"data":[["RENTAL CAR"]]} | [
"city",
"ground_service"
] | [
"{\"columns\":[\"city_code\",\"city_name\",\"state_code\",\"country_name\",\"time_zone_code\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"BBNA\",\"NASHVILLE\",\"TN\",\"USA\",\"CST\"],[\"BBOS\",\"BOSTON\",\"... | what do you know about car rental in denver <table_name> : city col : city_code | city_name | state_code | country_name | time_zone_code row 1 : BBNA | NASHVILLE | TN | USA | CST row 2 : BBOS | BOSTON | MA | USA | EST row 3 : BBUR | BURBANK | CA | USA | PST row 4 : BBWI | BALTIMORE | MD | USA | EST row 5 : CCHI | CHICA... | col : transport_type row 1 : RENTAL CAR |
SELECT DISTINCT ground_service_1.transport_type FROM ground_service AS ground_service_1 , city AS city_1 , airport AS airport_1 , airport_service AS airport_service_1 , city AS city_2 WHERE ground_service_1.city_code = city_1.city_code AND city_1.city_name = 'WASHINGTON' AND ground_service_1.airport_code = airport_1.ai... | what sort of ground transportation is there in washington dc | {"columns":["transport_type"],"index":[0,1,2,3],"data":[["LIMOUSINE"],["AIR TAXI OPERATION"],["RAPID TRANSIT"],["RENTAL CAR"]]} | [
"city",
"airport",
"airport_service",
"ground_service"
] | [
"{\"columns\":[\"city_code\",\"city_name\",\"state_code\",\"country_name\",\"time_zone_code\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"BBNA\",\"NASHVILLE\",\"TN\",\"USA\",\"CST\"],[\"BBOS\",\"BOSTON\",\"... | what sort of ground transportation is there in washington dc <table_name> : city col : city_code | city_name | state_code | country_name | time_zone_code row 1 : BBNA | NASHVILLE | TN | USA | CST row 2 : BBOS | BOSTON | MA | USA | EST row 3 : BBUR | BURBANK | CA | USA | PST row 4 : BBWI | BALTIMORE | MD | USA | EST row... | col : transport_type row 1 : LIMOUSINE row 2 : AIR TAXI OPERATION row 3 : RAPID TRANSIT row 4 : RENTAL CAR |
SELECT DISTINCT ground_service_1.transport_type FROM ground_service AS ground_service_1 , city AS city_1 WHERE ground_service_1.city_code = city_1.city_code AND city_1.city_name = 'DENVER' | show me ground transportation in denver | {"columns":["transport_type"],"index":[0,1,2],"data":[["AIR TAXI OPERATION"],["LIMOUSINE"],["RENTAL CAR"]]} | [
"city",
"ground_service"
] | [
"{\"columns\":[\"city_code\",\"city_name\",\"state_code\",\"country_name\",\"time_zone_code\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"BBNA\",\"NASHVILLE\",\"TN\",\"USA\",\"CST\"],[\"BBOS\",\"BOSTON\",\"... | show me ground transportation in denver <table_name> : city col : city_code | city_name | state_code | country_name | time_zone_code row 1 : BBNA | NASHVILLE | TN | USA | CST row 2 : BBOS | BOSTON | MA | USA | EST row 3 : BBUR | BURBANK | CA | USA | PST row 4 : BBWI | BALTIMORE | MD | USA | EST row 5 : CCHI | CHICAGO |... | col : transport_type row 1 : AIR TAXI OPERATION row 2 : LIMOUSINE row 3 : RENTAL CAR |
SELECT DISTINCT restriction_1.advance_purchase , restriction_1.stopovers , restriction_1.saturday_stay_required , restriction_1.minimum_stay , restriction_1.maximum_stay , restriction_1.application , restriction_1.no_discounts , restriction_1.restriction_code FROM restriction AS restriction_1 WHERE restriction_1.restri... | what is restriction ap57 | {"columns":["advance_purchase","stopovers","saturday_stay_required","minimum_stay","maximum_stay","application","no_discounts","restriction_code"],"index":[0],"data":[[7,"YES","YES",1,999,"FARES NOT APPLICABLE TO\/FROM INTERMEDIATE POINTS","CHILDREN'S FARES, SALES AGENTS, TOUR CONDUCTORS","AP\/57"]]} | [
"restriction"
] | [
"{\"columns\":[\"restriction_code\",\"advance_purchase\",\"stopovers\",\"saturday_stay_required\",\"minimum_stay\",\"maximum_stay\",\"application\",\"no_discounts\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13],\"data\":[[\"AP\\/12\",7,\"NO\",\"YES\",1,21,\"FOR ROUND TRIP TRAVEL BETWEEN U.S.\\/CANADA AND CARIBBEAN\"... | what is restriction ap57 <table_name> : restriction col : restriction_code | advance_purchase | stopovers | saturday_stay_required | minimum_stay | maximum_stay | application | no_discounts row 1 : AP/12 | 7 | NO | YES | 1 | 21 | FOR ROUND TRIP TRAVEL BETWEEN U.S./CANADA AND CARIBBEAN | CONTACT CARRIER row 2 : AP/2 | 7... | col : advance_purchase | stopovers | saturday_stay_required | minimum_stay | maximum_stay | application | no_discounts | restriction_code row 1 : 7 | YES | YES | 1 | 999 | FARES NOT APPLICABLE TO/FROM INTERMEDIATE POINTS | CHILDREN'S FARES, SALES AGENTS, TOUR CONDUCTORS | AP/57 |
SELECT DISTINCT ground_service_1.transport_type FROM ground_service AS ground_service_1 , city AS city_1 WHERE ground_service_1.city_code = city_1.city_code AND city_1.city_name = 'BOSTON' | show me ground transportation for boston | {"columns":["transport_type"],"index":[0,1,2],"data":[["AIR TAXI OPERATION"],["LIMOUSINE"],["RENTAL CAR"]]} | [
"city",
"ground_service"
] | [
"{\"columns\":[\"city_code\",\"city_name\",\"state_code\",\"country_name\",\"time_zone_code\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"BBNA\",\"NASHVILLE\",\"TN\",\"USA\",\"CST\"],[\"BBOS\",\"BOSTON\",\"... | show me ground transportation for boston <table_name> : city col : city_code | city_name | state_code | country_name | time_zone_code row 1 : BBNA | NASHVILLE | TN | USA | CST row 2 : BBOS | BOSTON | MA | USA | EST row 3 : BBUR | BURBANK | CA | USA | PST row 4 : BBWI | BALTIMORE | MD | USA | EST row 5 : CCHI | CHICAGO ... | col : transport_type row 1 : AIR TAXI OPERATION row 2 : LIMOUSINE row 3 : RENTAL CAR |
SELECT DISTINCT airline_1.airline_code FROM airline AS airline_1 WHERE 1 = 1 | which airlines are represented in the database | {"columns":["airline_code"],"index":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],"data":[["2V"],["3J"],["7V"],["9E"],["9L"],["9N"],["9X"],["AA"],["AC"],["AR"],["AS"],["AT"],["BA"],["BE"],["CO"],["CP"],["DH"],["DL"],["EV"],["FF"],["GX"]... | [
"airline"
] | [
"{\"columns\":[\"airline_code\",\"airline_name\",\"note\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"2V\",\"NORTHEAST EXPRESS REGIONAL AIRLINES\",\"NATL AIR TRANSPORTATION ASSOC, INC.\"],[\"3J\",\"AIR ALLI... | which airlines are represented in the database <table_name> : airline col : airline_code | airline_name | note row 1 : 2V | NORTHEAST EXPRESS REGIONAL AIRLINES | NATL AIR TRANSPORTATION ASSOC, INC. row 2 : 3J | AIR ALLIANCE | row 3 : 7V | ALPHA AIR | row 4 : 9E | EXPRESS AIRLINES I, INC. | row 5 : 9L | COLGAN AIR | ... | col : airline_code row 1 : 2V row 2 : 3J row 3 : 7V row 4 : 9E row 5 : 9L row 6 : 9N row 7 : 9X row 8 : AA row 9 : AC row 10 : AR row 11 : AS row 12 : AT row 13 : BA row 14 : BE row 15 : CO row 16 : CP row 17 : DH row 18 : DL row 19 : EV row 20 : FF row 21 : GX row 22 : HP row 23 : HQ row 24 : KW row 25 : LH row 26 : M... |
SELECT DISTINCT airline_1.airline_code FROM airline AS airline_1 WHERE airline_1.airline_code = 'CO' | what does co mean | {"columns":["airline_code"],"index":[0],"data":[["CO"]]} | [
"airline"
] | [
"{\"columns\":[\"airline_code\",\"airline_name\",\"note\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"2V\",\"NORTHEAST EXPRESS REGIONAL AIRLINES\",\"NATL AIR TRANSPORTATION ASSOC, INC.\"],[\"3J\",\"AIR ALLI... | what does co mean <table_name> : airline col : airline_code | airline_name | note row 1 : 2V | NORTHEAST EXPRESS REGIONAL AIRLINES | NATL AIR TRANSPORTATION ASSOC, INC. row 2 : 3J | AIR ALLIANCE | row 3 : 7V | ALPHA AIR | row 4 : 9E | EXPRESS AIRLINES I, INC. | row 5 : 9L | COLGAN AIR | row 6 : 9N | TRANS STATES AI... | col : airline_code row 1 : CO |
SELECT DISTINCT ground_service_1.transport_type FROM ground_service AS ground_service_1 , city AS city_1 , airport AS airport_1 , airport_service AS airport_service_1 , city AS city_2 WHERE ground_service_1.city_code = city_1.city_code AND city_1.city_name = 'DENVER' AND ground_service_1.airport_code = airport_1.airpor... | what is the available ground transportation between the airport in denver and downtown | {"columns":["transport_type"],"index":[0,1,2],"data":[["AIR TAXI OPERATION"],["LIMOUSINE"],["RENTAL CAR"]]} | [
"city",
"airport",
"airport_service",
"ground_service"
] | [
"{\"columns\":[\"city_code\",\"city_name\",\"state_code\",\"country_name\",\"time_zone_code\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"BBNA\",\"NASHVILLE\",\"TN\",\"USA\",\"CST\"],[\"BBOS\",\"BOSTON\",\"... | what is the available ground transportation between the airport in denver and downtown <table_name> : city col : city_code | city_name | state_code | country_name | time_zone_code row 1 : BBNA | NASHVILLE | TN | USA | CST row 2 : BBOS | BOSTON | MA | USA | EST row 3 : BBUR | BURBANK | CA | USA | PST row 4 : BBWI | BALT... | col : transport_type row 1 : AIR TAXI OPERATION row 2 : LIMOUSINE row 3 : RENTAL CAR |
SELECT DISTINCT food_service_1.meal_description FROM food_service AS food_service_1 WHERE 1 = 1 | what types of meals are available | {"columns":["meal_description"],"index":[0,1,2,3],"data":[["BREAKFAST"],["DINNER"],["LUNCH"],["SNACK"]]} | [
"food_service"
] | [
"{\"columns\":[\"meal_code\",\"meal_number\",\"compartment\",\"meal_description\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,7... | what types of meals are available <table_name> : food_service col : meal_code | meal_number | compartment | meal_description row 1 : B | 1 | COACH | BREAKFAST row 2 : B | 1 | FIRST | BREAKFAST row 3 : B/ | 1 | FIRST | BREAKFAST row 4 : B/BS | 1 | COACH | BREAKFAST row 5 : B/BS | 1 | FIRST | BREAKFAST row 6 : B/BS | 2 |... | col : meal_description row 1 : BREAKFAST row 2 : DINNER row 3 : LUNCH row 4 : SNACK |
SELECT DISTINCT airport_1.airport_location FROM airport AS airport_1 WHERE airport_1.airport_name = 'GENERAL MITCHELL INTERNATIONAL' | where is general mitchell international located | {"columns":["airport_location"],"index":[0],"data":[["MILWAUKEE, WISCONSIN"]]} | [
"airport"
] | [
"{\"columns\":[\"airport_code\",\"airport_name\",\"airport_location\",\"state_code\",\"country_name\",\"time_zone_code\",\"minimum_connect_time\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51],\"data\":[[... | where is general mitchell international located <table_name> : airport col : airport_code | airport_name | airport_location | state_code | country_name | time_zone_code | minimum_connect_time row 1 : ATL | WILLIAM B. HARTSFIELD ATLANTA INTL. | ATLANTA, GEORGIA | GA | USA | EST | 55 row 2 : BNA | NASHVILLE INTERNATIONAL... | col : airport_location row 1 : MILWAUKEE, WISCONSIN |
SELECT DISTINCT airline_1.airline_code FROM airline AS airline_1 WHERE airline_1.airline_code = 'UA' | what is ua | {"columns":["airline_code"],"index":[0],"data":[["UA"]]} | [
"airline"
] | [
"{\"columns\":[\"airline_code\",\"airline_name\",\"note\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"2V\",\"NORTHEAST EXPRESS REGIONAL AIRLINES\",\"NATL AIR TRANSPORTATION ASSOC, INC.\"],[\"3J\",\"AIR ALLI... | what is ua <table_name> : airline col : airline_code | airline_name | note row 1 : 2V | NORTHEAST EXPRESS REGIONAL AIRLINES | NATL AIR TRANSPORTATION ASSOC, INC. row 2 : 3J | AIR ALLIANCE | row 3 : 7V | ALPHA AIR | row 4 : 9E | EXPRESS AIRLINES I, INC. | row 5 : 9L | COLGAN AIR | row 6 : 9N | TRANS STATES AIRLINES,... | col : airline_code row 1 : UA |
SELECT DISTINCT airport_service_1.miles_distant FROM airport_service AS airport_service_1 , city AS city_1 , airport AS airport_1 WHERE airport_service_1.city_code = city_1.city_code AND city_1.city_name = 'SALT LAKE CITY' AND airport_service_1.airport_code = airport_1.airport_code AND airport_1.airport_code = 'SLC' | how far is it from salt lake city airport to salt lake city | {"columns":["miles_distant"],"index":[0],"data":[[3]]} | [
"city",
"airport_service",
"airport"
] | [
"{\"columns\":[\"city_code\",\"city_name\",\"state_code\",\"country_name\",\"time_zone_code\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"BBNA\",\"NASHVILLE\",\"TN\",\"USA\",\"CST\"],[\"BBOS\",\"BOSTON\",\"... | how far is it from salt lake city airport to salt lake city <table_name> : city col : city_code | city_name | state_code | country_name | time_zone_code row 1 : BBNA | NASHVILLE | TN | USA | CST row 2 : BBOS | BOSTON | MA | USA | EST row 3 : BBUR | BURBANK | CA | USA | PST row 4 : BBWI | BALTIMORE | MD | USA | EST row ... | col : miles_distant row 1 : 3 |
SELECT DISTINCT restriction_1.advance_purchase , restriction_1.stopovers , restriction_1.saturday_stay_required , restriction_1.minimum_stay , restriction_1.maximum_stay , restriction_1.application , restriction_1.no_discounts , restriction_1.restriction_code FROM restriction AS restriction_1 WHERE restriction_1.restri... | what is restriction ap57 | {"columns":["advance_purchase","stopovers","saturday_stay_required","minimum_stay","maximum_stay","application","no_discounts","restriction_code"],"index":[0],"data":[[7,"YES","YES",1,999,"FARES NOT APPLICABLE TO\/FROM INTERMEDIATE POINTS","CHILDREN'S FARES, SALES AGENTS, TOUR CONDUCTORS","AP\/57"]]} | [
"restriction"
] | [
"{\"columns\":[\"restriction_code\",\"advance_purchase\",\"stopovers\",\"saturday_stay_required\",\"minimum_stay\",\"maximum_stay\",\"application\",\"no_discounts\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13],\"data\":[[\"AP\\/12\",7,\"NO\",\"YES\",1,21,\"FOR ROUND TRIP TRAVEL BETWEEN U.S.\\/CANADA AND CARIBBEAN\"... | what is restriction ap57 <table_name> : restriction col : restriction_code | advance_purchase | stopovers | saturday_stay_required | minimum_stay | maximum_stay | application | no_discounts row 1 : AP/12 | 7 | NO | YES | 1 | 21 | FOR ROUND TRIP TRAVEL BETWEEN U.S./CANADA AND CARIBBEAN | CONTACT CARRIER row 2 : AP/2 | 7... | col : advance_purchase | stopovers | saturday_stay_required | minimum_stay | maximum_stay | application | no_discounts | restriction_code row 1 : 7 | YES | YES | 1 | 999 | FARES NOT APPLICABLE TO/FROM INTERMEDIATE POINTS | CHILDREN'S FARES, SALES AGENTS, TOUR CONDUCTORS | AP/57 |
SELECT DISTINCT ground_service_1.transport_type FROM ground_service AS ground_service_1 , city AS city_1 WHERE ground_service_1.city_code = city_1.city_code AND city_1.city_name = 'ATLANTA' | what ground transportation is there in atlanta | {"columns":["transport_type"],"index":[0,1,2,3],"data":[["AIR TAXI OPERATION"],["LIMOUSINE"],["RAPID TRANSIT"],["RENTAL CAR"]]} | [
"city",
"ground_service"
] | [
"{\"columns\":[\"city_code\",\"city_name\",\"state_code\",\"country_name\",\"time_zone_code\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"BBNA\",\"NASHVILLE\",\"TN\",\"USA\",\"CST\"],[\"BBOS\",\"BOSTON\",\"... | what ground transportation is there in atlanta <table_name> : city col : city_code | city_name | state_code | country_name | time_zone_code row 1 : BBNA | NASHVILLE | TN | USA | CST row 2 : BBOS | BOSTON | MA | USA | EST row 3 : BBUR | BURBANK | CA | USA | PST row 4 : BBWI | BALTIMORE | MD | USA | EST row 5 : CCHI | CH... | col : transport_type row 1 : AIR TAXI OPERATION row 2 : LIMOUSINE row 3 : RAPID TRANSIT row 4 : RENTAL CAR |
SELECT DISTINCT aircraft_1.aircraft_code FROM aircraft AS aircraft_1 WHERE aircraft_1.manufacturer = 'BOEING' AND aircraft_1.basic_type = '767' | what is the seating capacity of a boeing 767 | {"columns":["aircraft_code"],"index":[0,1],"data":[["763"],["767"]]} | [
"aircraft"
] | [
"{\"columns\":[\"aircraft_code\",\"aircraft_description\",\"manufacturer\",\"basic_type\",\"engines\",\"propulsion\",\"wide_body\",\"wing_span\",\"length\",\"weight\",\"capacity\",\"pay_load\",\"cruising_speed\",\"range_miles\",\"pressurized\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,2... | what is the seating capacity of a boeing 767 <table_name> : aircraft col : aircraft_code | aircraft_description | manufacturer | basic_type | engines | propulsion | wide_body | wing_span | length | weight | capacity | pay_load | cruising_speed | range_miles | pressurized row 1 : 100 | FOKKER 100 | FOKKER | 100 | 2 | JE... | col : aircraft_code row 1 : 763 row 2 : 767 |
SELECT DISTINCT airport_1.airport_location FROM airport AS airport_1 WHERE airport_1.airport_name = 'GENERAL MITCHELL INTERNATIONAL' | where is general mitchell international located | {"columns":["airport_location"],"index":[0],"data":[["MILWAUKEE, WISCONSIN"]]} | [
"airport"
] | [
"{\"columns\":[\"airport_code\",\"airport_name\",\"airport_location\",\"state_code\",\"country_name\",\"time_zone_code\",\"minimum_connect_time\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51],\"data\":[[... | where is general mitchell international located <table_name> : airport col : airport_code | airport_name | airport_location | state_code | country_name | time_zone_code | minimum_connect_time row 1 : ATL | WILLIAM B. HARTSFIELD ATLANTA INTL. | ATLANTA, GEORGIA | GA | USA | EST | 55 row 2 : BNA | NASHVILLE INTERNATIONAL... | col : airport_location row 1 : MILWAUKEE, WISCONSIN |
SELECT DISTINCT ground_service_1.transport_type FROM ground_service AS ground_service_1 , city AS city_1 WHERE ground_service_1.city_code = city_1.city_code AND city_1.city_name = 'BALTIMORE' AND ground_service_1.transport_type = 'RENTAL CAR' | show me the car rentals in baltimore | {"columns":["transport_type"],"index":[0],"data":[["RENTAL CAR"]]} | [
"city",
"ground_service"
] | [
"{\"columns\":[\"city_code\",\"city_name\",\"state_code\",\"country_name\",\"time_zone_code\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"BBNA\",\"NASHVILLE\",\"TN\",\"USA\",\"CST\"],[\"BBOS\",\"BOSTON\",\"... | show me the car rentals in baltimore <table_name> : city col : city_code | city_name | state_code | country_name | time_zone_code row 1 : BBNA | NASHVILLE | TN | USA | CST row 2 : BBOS | BOSTON | MA | USA | EST row 3 : BBUR | BURBANK | CA | USA | PST row 4 : BBWI | BALTIMORE | MD | USA | EST row 5 : CCHI | CHICAGO | IL... | col : transport_type row 1 : RENTAL CAR |
SELECT DISTINCT airport_service_1.minutes_distant FROM airport_service AS airport_service_1 , city AS city_1 , airport AS airport_1 , airport_service AS airport_service_2 , city AS city_2 WHERE airport_service_1.city_code = city_1.city_code AND city_1.city_name = 'SALT LAKE CITY' AND airport_service_1.airport_code = ai... | how long does the ground transportation take from the salt lake city airport | {"columns":["minutes_distant"],"index":[0],"data":[[15]]} | [
"city",
"airport_service",
"airport"
] | [
"{\"columns\":[\"city_code\",\"city_name\",\"state_code\",\"country_name\",\"time_zone_code\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"BBNA\",\"NASHVILLE\",\"TN\",\"USA\",\"CST\"],[\"BBOS\",\"BOSTON\",\"... | how long does the ground transportation take from the salt lake city airport <table_name> : city col : city_code | city_name | state_code | country_name | time_zone_code row 1 : BBNA | NASHVILLE | TN | USA | CST row 2 : BBOS | BOSTON | MA | USA | EST row 3 : BBUR | BURBANK | CA | USA | PST row 4 : BBWI | BALTIMORE | MD... | col : minutes_distant row 1 : 15 |
SELECT DISTINCT ground_service_1.transport_type FROM ground_service AS ground_service_1 , city AS city_1 WHERE ground_service_1.city_code = city_1.city_code AND city_1.city_name = 'DENVER' | ground transportation in denver | {"columns":["transport_type"],"index":[0,1,2],"data":[["AIR TAXI OPERATION"],["LIMOUSINE"],["RENTAL CAR"]]} | [
"city",
"ground_service"
] | [
"{\"columns\":[\"city_code\",\"city_name\",\"state_code\",\"country_name\",\"time_zone_code\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"BBNA\",\"NASHVILLE\",\"TN\",\"USA\",\"CST\"],[\"BBOS\",\"BOSTON\",\"... | ground transportation in denver <table_name> : city col : city_code | city_name | state_code | country_name | time_zone_code row 1 : BBNA | NASHVILLE | TN | USA | CST row 2 : BBOS | BOSTON | MA | USA | EST row 3 : BBUR | BURBANK | CA | USA | PST row 4 : BBWI | BALTIMORE | MD | USA | EST row 5 : CCHI | CHICAGO | IL | US... | col : transport_type row 1 : AIR TAXI OPERATION row 2 : LIMOUSINE row 3 : RENTAL CAR |
SELECT DISTINCT airline_1.airline_code FROM airline AS airline_1 WHERE airline_1.airline_code = 'FF' | what is ff | {"columns":["airline_code"],"index":[0],"data":[["FF"]]} | [
"airline"
] | [
"{\"columns\":[\"airline_code\",\"airline_name\",\"note\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"2V\",\"NORTHEAST EXPRESS REGIONAL AIRLINES\",\"NATL AIR TRANSPORTATION ASSOC, INC.\"],[\"3J\",\"AIR ALLI... | what is ff <table_name> : airline col : airline_code | airline_name | note row 1 : 2V | NORTHEAST EXPRESS REGIONAL AIRLINES | NATL AIR TRANSPORTATION ASSOC, INC. row 2 : 3J | AIR ALLIANCE | row 3 : 7V | ALPHA AIR | row 4 : 9E | EXPRESS AIRLINES I, INC. | row 5 : 9L | COLGAN AIR | row 6 : 9N | TRANS STATES AIRLINES,... | col : airline_code row 1 : FF |
SELECT DISTINCT airline_1.airline_code FROM airline AS airline_1 WHERE airline_1.airline_code = 'DL' | what is dl | {"columns":["airline_code"],"index":[0],"data":[["DL"]]} | [
"airline"
] | [
"{\"columns\":[\"airline_code\",\"airline_name\",\"note\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"2V\",\"NORTHEAST EXPRESS REGIONAL AIRLINES\",\"NATL AIR TRANSPORTATION ASSOC, INC.\"],[\"3J\",\"AIR ALLI... | what is dl <table_name> : airline col : airline_code | airline_name | note row 1 : 2V | NORTHEAST EXPRESS REGIONAL AIRLINES | NATL AIR TRANSPORTATION ASSOC, INC. row 2 : 3J | AIR ALLIANCE | row 3 : 7V | ALPHA AIR | row 4 : 9E | EXPRESS AIRLINES I, INC. | row 5 : 9L | COLGAN AIR | row 6 : 9N | TRANS STATES AIRLINES,... | col : airline_code row 1 : DL |
SELECT DISTINCT ground_service_1.transport_type FROM ground_service AS ground_service_1 , city AS city_1 WHERE ground_service_1.city_code = city_1.city_code AND city_1.city_name = 'DENVER' | what ground transportation is there in denver | {"columns":["transport_type"],"index":[0,1,2],"data":[["AIR TAXI OPERATION"],["LIMOUSINE"],["RENTAL CAR"]]} | [
"city",
"ground_service"
] | [
"{\"columns\":[\"city_code\",\"city_name\",\"state_code\",\"country_name\",\"time_zone_code\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"BBNA\",\"NASHVILLE\",\"TN\",\"USA\",\"CST\"],[\"BBOS\",\"BOSTON\",\"... | what ground transportation is there in denver <table_name> : city col : city_code | city_name | state_code | country_name | time_zone_code row 1 : BBNA | NASHVILLE | TN | USA | CST row 2 : BBOS | BOSTON | MA | USA | EST row 3 : BBUR | BURBANK | CA | USA | PST row 4 : BBWI | BALTIMORE | MD | USA | EST row 5 : CCHI | CHI... | col : transport_type row 1 : AIR TAXI OPERATION row 2 : LIMOUSINE row 3 : RENTAL CAR |
SELECT DISTINCT airline_1.airline_code FROM airline AS airline_1 WHERE airline_1.airline_code = 'HP' | what is hp | {"columns":["airline_code"],"index":[0],"data":[["HP"]]} | [
"airline"
] | [
"{\"columns\":[\"airline_code\",\"airline_name\",\"note\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"2V\",\"NORTHEAST EXPRESS REGIONAL AIRLINES\",\"NATL AIR TRANSPORTATION ASSOC, INC.\"],[\"3J\",\"AIR ALLI... | what is hp <table_name> : airline col : airline_code | airline_name | note row 1 : 2V | NORTHEAST EXPRESS REGIONAL AIRLINES | NATL AIR TRANSPORTATION ASSOC, INC. row 2 : 3J | AIR ALLIANCE | row 3 : 7V | ALPHA AIR | row 4 : 9E | EXPRESS AIRLINES I, INC. | row 5 : 9L | COLGAN AIR | row 6 : 9N | TRANS STATES AIRLINES,... | col : airline_code row 1 : HP |
SELECT DISTINCT ground_service_1.transport_type FROM ground_service AS ground_service_1 , city AS city_1 , airport AS airport_1 , airport_service AS airport_service_1 , city AS city_2 WHERE ground_service_1.city_code = city_1.city_code AND city_1.city_name = 'BALTIMORE' AND ground_service_1.airport_code = airport_1.air... | what ground transportation is available in baltimore for the day after tomorrow | {"columns":["transport_type"],"index":[0,1,2],"data":[["AIR TAXI OPERATION"],["LIMOUSINE"],["RENTAL CAR"]]} | [
"city",
"airport",
"airport_service",
"ground_service"
] | [
"{\"columns\":[\"city_code\",\"city_name\",\"state_code\",\"country_name\",\"time_zone_code\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"BBNA\",\"NASHVILLE\",\"TN\",\"USA\",\"CST\"],[\"BBOS\",\"BOSTON\",\"... | what ground transportation is available in baltimore for the day after tomorrow <table_name> : city col : city_code | city_name | state_code | country_name | time_zone_code row 1 : BBNA | NASHVILLE | TN | USA | CST row 2 : BBOS | BOSTON | MA | USA | EST row 3 : BBUR | BURBANK | CA | USA | PST row 4 : BBWI | BALTIMORE |... | col : transport_type row 1 : AIR TAXI OPERATION row 2 : LIMOUSINE row 3 : RENTAL CAR |
SELECT DISTINCT restriction_1.restriction_code FROM restriction AS restriction_1 WHERE restriction_1.restriction_code = 'AP/57' | what does restriction ap/57 mean | {"columns":["restriction_code"],"index":[0],"data":[["AP\/57"]]} | [
"restriction"
] | [
"{\"columns\":[\"restriction_code\",\"advance_purchase\",\"stopovers\",\"saturday_stay_required\",\"minimum_stay\",\"maximum_stay\",\"application\",\"no_discounts\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13],\"data\":[[\"AP\\/12\",7,\"NO\",\"YES\",1,21,\"FOR ROUND TRIP TRAVEL BETWEEN U.S.\\/CANADA AND CARIBBEAN\"... | what does restriction ap/57 mean <table_name> : restriction col : restriction_code | advance_purchase | stopovers | saturday_stay_required | minimum_stay | maximum_stay | application | no_discounts row 1 : AP/12 | 7 | NO | YES | 1 | 21 | FOR ROUND TRIP TRAVEL BETWEEN U.S./CANADA AND CARIBBEAN | CONTACT CARRIER row 2 : ... | col : restriction_code row 1 : AP/57 |
SELECT DISTINCT class_of_service_1.booking_class FROM class_of_service AS class_of_service_1 WHERE class_of_service_1.booking_class = 'Q' | explain the fare code q | {"columns":["booking_class"],"index":[0],"data":[["Q"]]} | [
"class_of_service"
] | [
"{\"columns\":[\"booking_class\",\"rank\",\"class_description\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18],\"data\":[[\"B\",10,\"COACH ECONOMY CLASS DISCOUNTED\"],[\"BN\",17,\"COACH ECONOMY CLASS DISCOUNTED NIGHT SERVICE\"],[\"C\",4,\"BUSINESS CLASS\"],[\"CN\",8,\"BUSINESS CLASS NIGHT SERVICE\"],[\... | explain the fare code q <table_name> : class_of_service col : booking_class | rank | class_description row 1 : B | 10 | COACH ECONOMY CLASS DISCOUNTED row 2 : BN | 17 | COACH ECONOMY CLASS DISCOUNTED NIGHT SERVICE row 3 : C | 4 | BUSINESS CLASS row 4 : CN | 8 | BUSINESS CLASS NIGHT SERVICE row 5 : F | 2 | FIRST CLASS r... | col : booking_class row 1 : Q |
SELECT DISTINCT ground_service_1.transport_type FROM ground_service AS ground_service_1 , city AS city_1 WHERE ground_service_1.city_code = city_1.city_code AND city_1.city_name = 'ST. PAUL' | ground transportation for st. paul | {"columns":["transport_type"],"index":[0,1,2],"data":[["AIR TAXI OPERATION"],["LIMOUSINE"],["RENTAL CAR"]]} | [
"city",
"ground_service"
] | [
"{\"columns\":[\"city_code\",\"city_name\",\"state_code\",\"country_name\",\"time_zone_code\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"BBNA\",\"NASHVILLE\",\"TN\",\"USA\",\"CST\"],[\"BBOS\",\"BOSTON\",\"... | ground transportation for st. paul <table_name> : city col : city_code | city_name | state_code | country_name | time_zone_code row 1 : BBNA | NASHVILLE | TN | USA | CST row 2 : BBOS | BOSTON | MA | USA | EST row 3 : BBUR | BURBANK | CA | USA | PST row 4 : BBWI | BALTIMORE | MD | USA | EST row 5 : CCHI | CHICAGO | IL |... | col : transport_type row 1 : AIR TAXI OPERATION row 2 : LIMOUSINE row 3 : RENTAL CAR |
SELECT DISTINCT ground_service_1.transport_type FROM ground_service AS ground_service_1 , city AS city_1 , airport AS airport_1 , airport_service AS airport_service_1 , city AS city_2 WHERE ground_service_1.city_code = city_1.city_code AND city_1.city_name = 'SAN FRANCISCO' AND ground_service_1.airport_code = airport_1... | how can i go from the san francisco airport to downtown san francisco | {"columns":["transport_type"],"index":[0,1,2],"data":[["LIMOUSINE"],["AIR TAXI OPERATION"],["RENTAL CAR"]]} | [
"city",
"airport",
"airport_service",
"ground_service"
] | [
"{\"columns\":[\"city_code\",\"city_name\",\"state_code\",\"country_name\",\"time_zone_code\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"BBNA\",\"NASHVILLE\",\"TN\",\"USA\",\"CST\"],[\"BBOS\",\"BOSTON\",\"... | how can i go from the san francisco airport to downtown san francisco <table_name> : city col : city_code | city_name | state_code | country_name | time_zone_code row 1 : BBNA | NASHVILLE | TN | USA | CST row 2 : BBOS | BOSTON | MA | USA | EST row 3 : BBUR | BURBANK | CA | USA | PST row 4 : BBWI | BALTIMORE | MD | USA ... | col : transport_type row 1 : LIMOUSINE row 2 : AIR TAXI OPERATION row 3 : RENTAL CAR |
SELECT DISTINCT airport_service_1.miles_distant FROM airport_service AS airport_service_1 , airport AS airport_1 , city AS city_1 WHERE airport_service_1.airport_code = airport_1.airport_code AND airport_1.airport_code = 'SFO' AND airport_service_1.city_code = city_1.city_code AND city_1.city_name = 'SAN FRANCISCO' | what is the distance from san francisco international airport to san francisco | {"columns":["miles_distant"],"index":[0],"data":[[8]]} | [
"city",
"airport_service",
"airport"
] | [
"{\"columns\":[\"city_code\",\"city_name\",\"state_code\",\"country_name\",\"time_zone_code\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"BBNA\",\"NASHVILLE\",\"TN\",\"USA\",\"CST\"],[\"BBOS\",\"BOSTON\",\"... | what is the distance from san francisco international airport to san francisco <table_name> : city col : city_code | city_name | state_code | country_name | time_zone_code row 1 : BBNA | NASHVILLE | TN | USA | CST row 2 : BBOS | BOSTON | MA | USA | EST row 3 : BBUR | BURBANK | CA | USA | PST row 4 : BBWI | BALTIMORE | ... | col : miles_distant row 1 : 8 |
SELECT DISTINCT airline_1.airline_code FROM airline AS airline_1 WHERE airline_1.airline_code = 'DL' | what does the airline code dl stand for | {"columns":["airline_code"],"index":[0],"data":[["DL"]]} | [
"airline"
] | [
"{\"columns\":[\"airline_code\",\"airline_name\",\"note\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"2V\",\"NORTHEAST EXPRESS REGIONAL AIRLINES\",\"NATL AIR TRANSPORTATION ASSOC, INC.\"],[\"3J\",\"AIR ALLI... | what does the airline code dl stand for <table_name> : airline col : airline_code | airline_name | note row 1 : 2V | NORTHEAST EXPRESS REGIONAL AIRLINES | NATL AIR TRANSPORTATION ASSOC, INC. row 2 : 3J | AIR ALLIANCE | row 3 : 7V | ALPHA AIR | row 4 : 9E | EXPRESS AIRLINES I, INC. | row 5 : 9L | COLGAN AIR | row 6 ... | col : airline_code row 1 : DL |
SELECT DISTINCT airline_1.airline_code FROM airline AS airline_1 WHERE airline_1.airline_code = 'FF' | what is ff | {"columns":["airline_code"],"index":[0],"data":[["FF"]]} | [
"airline"
] | [
"{\"columns\":[\"airline_code\",\"airline_name\",\"note\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"2V\",\"NORTHEAST EXPRESS REGIONAL AIRLINES\",\"NATL AIR TRANSPORTATION ASSOC, INC.\"],[\"3J\",\"AIR ALLI... | what is ff <table_name> : airline col : airline_code | airline_name | note row 1 : 2V | NORTHEAST EXPRESS REGIONAL AIRLINES | NATL AIR TRANSPORTATION ASSOC, INC. row 2 : 3J | AIR ALLIANCE | row 3 : 7V | ALPHA AIR | row 4 : 9E | EXPRESS AIRLINES I, INC. | row 5 : 9L | COLGAN AIR | row 6 : 9N | TRANS STATES AIRLINES,... | col : airline_code row 1 : FF |
SELECT DISTINCT ground_service_1.transport_type FROM ground_service AS ground_service_1 , city AS city_1 WHERE ground_service_1.city_code = city_1.city_code AND city_1.city_name = 'PHILADELPHIA' | ground transportation philadelphia | {"columns":["transport_type"],"index":[0,1,2,3],"data":[["AIR TAXI OPERATION"],["LIMOUSINE"],["RAPID TRANSIT"],["RENTAL CAR"]]} | [
"city",
"ground_service"
] | [
"{\"columns\":[\"city_code\",\"city_name\",\"state_code\",\"country_name\",\"time_zone_code\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"BBNA\",\"NASHVILLE\",\"TN\",\"USA\",\"CST\"],[\"BBOS\",\"BOSTON\",\"... | ground transportation philadelphia <table_name> : city col : city_code | city_name | state_code | country_name | time_zone_code row 1 : BBNA | NASHVILLE | TN | USA | CST row 2 : BBOS | BOSTON | MA | USA | EST row 3 : BBUR | BURBANK | CA | USA | PST row 4 : BBWI | BALTIMORE | MD | USA | EST row 5 : CCHI | CHICAGO | IL |... | col : transport_type row 1 : AIR TAXI OPERATION row 2 : LIMOUSINE row 3 : RAPID TRANSIT row 4 : RENTAL CAR |
SELECT DISTINCT ground_service_1.transport_type FROM ground_service AS ground_service_1 , airport AS airport_1 , city AS city_1 WHERE ground_service_1.airport_code = airport_1.airport_code AND airport_1.airport_code = 'ATL' AND ground_service_1.city_code = city_1.city_code AND city_1.city_name = 'ATLANTA' | is there ground transportation from the atlanta airport to downtown atlanta | {"columns":["transport_type"],"index":[0,1,2,3],"data":[["AIR TAXI OPERATION"],["LIMOUSINE"],["RAPID TRANSIT"],["RENTAL CAR"]]} | [
"city",
"airport",
"ground_service"
] | [
"{\"columns\":[\"city_code\",\"city_name\",\"state_code\",\"country_name\",\"time_zone_code\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"BBNA\",\"NASHVILLE\",\"TN\",\"USA\",\"CST\"],[\"BBOS\",\"BOSTON\",\"... | is there ground transportation from the atlanta airport to downtown atlanta <table_name> : city col : city_code | city_name | state_code | country_name | time_zone_code row 1 : BBNA | NASHVILLE | TN | USA | CST row 2 : BBOS | BOSTON | MA | USA | EST row 3 : BBUR | BURBANK | CA | USA | PST row 4 : BBWI | BALTIMORE | MD ... | col : transport_type row 1 : AIR TAXI OPERATION row 2 : LIMOUSINE row 3 : RAPID TRANSIT row 4 : RENTAL CAR |
SELECT DISTINCT ground_service_1.transport_type FROM ground_service AS ground_service_1 , city AS city_1 WHERE ground_service_1.city_code = city_1.city_code AND city_1.city_name = 'WASHINGTON' | what ground transportation is available into washington | {"columns":["transport_type"],"index":[0,1,2,3],"data":[["LIMOUSINE"],["AIR TAXI OPERATION"],["RAPID TRANSIT"],["RENTAL CAR"]]} | [
"city",
"ground_service"
] | [
"{\"columns\":[\"city_code\",\"city_name\",\"state_code\",\"country_name\",\"time_zone_code\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"BBNA\",\"NASHVILLE\",\"TN\",\"USA\",\"CST\"],[\"BBOS\",\"BOSTON\",\"... | what ground transportation is available into washington <table_name> : city col : city_code | city_name | state_code | country_name | time_zone_code row 1 : BBNA | NASHVILLE | TN | USA | CST row 2 : BBOS | BOSTON | MA | USA | EST row 3 : BBUR | BURBANK | CA | USA | PST row 4 : BBWI | BALTIMORE | MD | USA | EST row 5 : ... | col : transport_type row 1 : LIMOUSINE row 2 : AIR TAXI OPERATION row 3 : RAPID TRANSIT row 4 : RENTAL CAR |
SELECT DISTINCT ground_service_1.transport_type FROM ground_service AS ground_service_1 , city AS city_1 WHERE ground_service_1.city_code = city_1.city_code AND city_1.city_name = 'SAN FRANCISCO' | show me ground transportation information for san francisco | {"columns":["transport_type"],"index":[0,1,2],"data":[["LIMOUSINE"],["AIR TAXI OPERATION"],["RENTAL CAR"]]} | [
"city",
"ground_service"
] | [
"{\"columns\":[\"city_code\",\"city_name\",\"state_code\",\"country_name\",\"time_zone_code\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"BBNA\",\"NASHVILLE\",\"TN\",\"USA\",\"CST\"],[\"BBOS\",\"BOSTON\",\"... | show me ground transportation information for san francisco <table_name> : city col : city_code | city_name | state_code | country_name | time_zone_code row 1 : BBNA | NASHVILLE | TN | USA | CST row 2 : BBOS | BOSTON | MA | USA | EST row 3 : BBUR | BURBANK | CA | USA | PST row 4 : BBWI | BALTIMORE | MD | USA | EST row ... | col : transport_type row 1 : LIMOUSINE row 2 : AIR TAXI OPERATION row 3 : RENTAL CAR |
SELECT DISTINCT airline_1.airline_code FROM airline AS airline_1 WHERE airline_1.airline_code = 'US' | could you tell me what the abbreviation us stands for | {"columns":["airline_code"],"index":[0],"data":[["US"]]} | [
"airline"
] | [
"{\"columns\":[\"airline_code\",\"airline_name\",\"note\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"2V\",\"NORTHEAST EXPRESS REGIONAL AIRLINES\",\"NATL AIR TRANSPORTATION ASSOC, INC.\"],[\"3J\",\"AIR ALLI... | could you tell me what the abbreviation us stands for <table_name> : airline col : airline_code | airline_name | note row 1 : 2V | NORTHEAST EXPRESS REGIONAL AIRLINES | NATL AIR TRANSPORTATION ASSOC, INC. row 2 : 3J | AIR ALLIANCE | row 3 : 7V | ALPHA AIR | row 4 : 9E | EXPRESS AIRLINES I, INC. | row 5 : 9L | COLGAN... | col : airline_code row 1 : US |
SELECT DISTINCT food_service_1.meal_code , food_service_1.meal_number , food_service_1.compartment , food_service_1.meal_description FROM food_service AS food_service_1 WHERE food_service_1.meal_code = 'LS' | what does ls stand for | {"columns":["meal_code","meal_number","compartment","meal_description"],"index":[0,1,2,3],"data":[["LS",1,"COACH","LUNCH"],["LS",1,"FIRST","LUNCH"],["LS",2,"COACH","SNACK"],["LS",2,"FIRST","SNACK"]]} | [
"food_service"
] | [
"{\"columns\":[\"meal_code\",\"meal_number\",\"compartment\",\"meal_description\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,7... | what does ls stand for <table_name> : food_service col : meal_code | meal_number | compartment | meal_description row 1 : B | 1 | COACH | BREAKFAST row 2 : B | 1 | FIRST | BREAKFAST row 3 : B/ | 1 | FIRST | BREAKFAST row 4 : B/BS | 1 | COACH | BREAKFAST row 5 : B/BS | 1 | FIRST | BREAKFAST row 6 : B/BS | 2 | COACH | SN... | col : meal_code | meal_number | compartment | meal_description row 1 : LS | 1 | COACH | LUNCH row 2 : LS | 1 | FIRST | LUNCH row 3 : LS | 2 | COACH | SNACK row 4 : LS | 2 | FIRST | SNACK |
SELECT DISTINCT airport_1.airport_code FROM airport AS airport_1 , airport_service AS airport_service_1 , city AS city_1 WHERE airport_1.airport_code = airport_service_1.airport_code AND airport_service_1.city_code = city_1.city_code AND city_1.city_name = 'HOUSTON' | houston airports | {"columns":["airport_code"],"index":[0,1],"data":[["HOU"],["IAH"]]} | [
"city",
"airport",
"airport_service"
] | [
"{\"columns\":[\"city_code\",\"city_name\",\"state_code\",\"country_name\",\"time_zone_code\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"BBNA\",\"NASHVILLE\",\"TN\",\"USA\",\"CST\"],[\"BBOS\",\"BOSTON\",\"... | houston airports <table_name> : city col : city_code | city_name | state_code | country_name | time_zone_code row 1 : BBNA | NASHVILLE | TN | USA | CST row 2 : BBOS | BOSTON | MA | USA | EST row 3 : BBUR | BURBANK | CA | USA | PST row 4 : BBWI | BALTIMORE | MD | USA | EST row 5 : CCHI | CHICAGO | IL | USA | CST row 6 :... | col : airport_code row 1 : HOU row 2 : IAH |
SELECT DISTINCT ground_service_1.transport_type FROM ground_service AS ground_service_1 , city AS city_1 WHERE ground_service_1.transport_type = 'LIMOUSINE' AND ground_service_1.city_code = city_1.city_code AND city_1.city_name = 'TORONTO' | what limousine service in toronto | {"columns":["transport_type"],"index":[0],"data":[["LIMOUSINE"]]} | [
"city",
"ground_service"
] | [
"{\"columns\":[\"city_code\",\"city_name\",\"state_code\",\"country_name\",\"time_zone_code\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"BBNA\",\"NASHVILLE\",\"TN\",\"USA\",\"CST\"],[\"BBOS\",\"BOSTON\",\"... | what limousine service in toronto <table_name> : city col : city_code | city_name | state_code | country_name | time_zone_code row 1 : BBNA | NASHVILLE | TN | USA | CST row 2 : BBOS | BOSTON | MA | USA | EST row 3 : BBUR | BURBANK | CA | USA | PST row 4 : BBWI | BALTIMORE | MD | USA | EST row 5 : CCHI | CHICAGO | IL | ... | col : transport_type row 1 : LIMOUSINE |
SELECT DISTINCT airport_1.airport_location FROM airport AS airport_1 WHERE airport_1.airport_code = 'MCO' | where is mco | {"columns":["airport_location"],"index":[0],"data":[["ORLANDO, FLORIDA"]]} | [
"airport"
] | [
"{\"columns\":[\"airport_code\",\"airport_name\",\"airport_location\",\"state_code\",\"country_name\",\"time_zone_code\",\"minimum_connect_time\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51],\"data\":[[... | where is mco <table_name> : airport col : airport_code | airport_name | airport_location | state_code | country_name | time_zone_code | minimum_connect_time row 1 : ATL | WILLIAM B. HARTSFIELD ATLANTA INTL. | ATLANTA, GEORGIA | GA | USA | EST | 55 row 2 : BNA | NASHVILLE INTERNATIONAL | NASHVILLE, TENNESSEE | TN | USA ... | col : airport_location row 1 : ORLANDO, FLORIDA |
SELECT DISTINCT aircraft_1.aircraft_code FROM aircraft AS aircraft_1 WHERE aircraft_1.aircraft_code = 'M80' | what type of plane is an m80 | {"columns":["aircraft_code"],"index":[0],"data":[["M80"]]} | [
"aircraft"
] | [
"{\"columns\":[\"aircraft_code\",\"aircraft_description\",\"manufacturer\",\"basic_type\",\"engines\",\"propulsion\",\"wide_body\",\"wing_span\",\"length\",\"weight\",\"capacity\",\"pay_load\",\"cruising_speed\",\"range_miles\",\"pressurized\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,2... | what type of plane is an m80 <table_name> : aircraft col : aircraft_code | aircraft_description | manufacturer | basic_type | engines | propulsion | wide_body | wing_span | length | weight | capacity | pay_load | cruising_speed | range_miles | pressurized row 1 : 100 | FOKKER 100 | FOKKER | 100 | 2 | JET | NO | 92 | 11... | col : aircraft_code row 1 : M80 |
SELECT DISTINCT ground_service_1.transport_type FROM ground_service AS ground_service_1 , city AS city_1 WHERE ground_service_1.city_code = city_1.city_code AND city_1.city_name = 'DENVER' | what ground transportation is available in denver | {"columns":["transport_type"],"index":[0,1,2],"data":[["AIR TAXI OPERATION"],["LIMOUSINE"],["RENTAL CAR"]]} | [
"city",
"ground_service"
] | [
"{\"columns\":[\"city_code\",\"city_name\",\"state_code\",\"country_name\",\"time_zone_code\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"BBNA\",\"NASHVILLE\",\"TN\",\"USA\",\"CST\"],[\"BBOS\",\"BOSTON\",\"... | what ground transportation is available in denver <table_name> : city col : city_code | city_name | state_code | country_name | time_zone_code row 1 : BBNA | NASHVILLE | TN | USA | CST row 2 : BBOS | BOSTON | MA | USA | EST row 3 : BBUR | BURBANK | CA | USA | PST row 4 : BBWI | BALTIMORE | MD | USA | EST row 5 : CCHI |... | col : transport_type row 1 : AIR TAXI OPERATION row 2 : LIMOUSINE row 3 : RENTAL CAR |
SELECT DISTINCT airline_1.airline_code FROM airline AS airline_1 WHERE airline_1.airline_code = 'DL' | airline that stands for dl | {"columns":["airline_code"],"index":[0],"data":[["DL"]]} | [
"airline"
] | [
"{\"columns\":[\"airline_code\",\"airline_name\",\"note\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"2V\",\"NORTHEAST EXPRESS REGIONAL AIRLINES\",\"NATL AIR TRANSPORTATION ASSOC, INC.\"],[\"3J\",\"AIR ALLI... | airline that stands for dl <table_name> : airline col : airline_code | airline_name | note row 1 : 2V | NORTHEAST EXPRESS REGIONAL AIRLINES | NATL AIR TRANSPORTATION ASSOC, INC. row 2 : 3J | AIR ALLIANCE | row 3 : 7V | ALPHA AIR | row 4 : 9E | EXPRESS AIRLINES I, INC. | row 5 : 9L | COLGAN AIR | row 6 : 9N | TRANS ... | col : airline_code row 1 : DL |
SELECT DISTINCT airline_1.airline_code FROM airline AS airline_1 WHERE airline_1.airline_code = 'US' | what does flight code us mean | {"columns":["airline_code"],"index":[0],"data":[["US"]]} | [
"airline"
] | [
"{\"columns\":[\"airline_code\",\"airline_name\",\"note\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"2V\",\"NORTHEAST EXPRESS REGIONAL AIRLINES\",\"NATL AIR TRANSPORTATION ASSOC, INC.\"],[\"3J\",\"AIR ALLI... | what does flight code us mean <table_name> : airline col : airline_code | airline_name | note row 1 : 2V | NORTHEAST EXPRESS REGIONAL AIRLINES | NATL AIR TRANSPORTATION ASSOC, INC. row 2 : 3J | AIR ALLIANCE | row 3 : 7V | ALPHA AIR | row 4 : 9E | EXPRESS AIRLINES I, INC. | row 5 : 9L | COLGAN AIR | row 6 : 9N | TRA... | col : airline_code row 1 : US |
SELECT DISTINCT ground_service_1.transport_type FROM ground_service AS ground_service_1 , city AS city_1 WHERE ground_service_1.city_code = city_1.city_code AND city_1.city_name = 'BALTIMORE' AND ground_service_1.transport_type = 'RENTAL CAR' | rental car in baltimore | {"columns":["transport_type"],"index":[0],"data":[["RENTAL CAR"]]} | [
"city",
"ground_service"
] | [
"{\"columns\":[\"city_code\",\"city_name\",\"state_code\",\"country_name\",\"time_zone_code\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"BBNA\",\"NASHVILLE\",\"TN\",\"USA\",\"CST\"],[\"BBOS\",\"BOSTON\",\"... | rental car in baltimore <table_name> : city col : city_code | city_name | state_code | country_name | time_zone_code row 1 : BBNA | NASHVILLE | TN | USA | CST row 2 : BBOS | BOSTON | MA | USA | EST row 3 : BBUR | BURBANK | CA | USA | PST row 4 : BBWI | BALTIMORE | MD | USA | EST row 5 : CCHI | CHICAGO | IL | USA | CST ... | col : transport_type row 1 : RENTAL CAR |
SELECT DISTINCT ground_service_1.transport_type FROM ground_service AS ground_service_1 , city AS city_1 WHERE ground_service_1.city_code = city_1.city_code AND city_1.city_name = 'BOSTON' AND ground_service_1.transport_type = 'RENTAL CAR' | rental cars in boston | {"columns":["transport_type"],"index":[0],"data":[["RENTAL CAR"]]} | [
"city",
"ground_service"
] | [
"{\"columns\":[\"city_code\",\"city_name\",\"state_code\",\"country_name\",\"time_zone_code\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"BBNA\",\"NASHVILLE\",\"TN\",\"USA\",\"CST\"],[\"BBOS\",\"BOSTON\",\"... | rental cars in boston <table_name> : city col : city_code | city_name | state_code | country_name | time_zone_code row 1 : BBNA | NASHVILLE | TN | USA | CST row 2 : BBOS | BOSTON | MA | USA | EST row 3 : BBUR | BURBANK | CA | USA | PST row 4 : BBWI | BALTIMORE | MD | USA | EST row 5 : CCHI | CHICAGO | IL | USA | CST ro... | col : transport_type row 1 : RENTAL CAR |
SELECT DISTINCT ground_service_1.transport_type FROM ground_service AS ground_service_1 , city AS city_1 WHERE ground_service_1.city_code = city_1.city_code AND city_1.city_name = 'DENVER' | show me the ground transportation at denver | {"columns":["transport_type"],"index":[0,1,2],"data":[["AIR TAXI OPERATION"],["LIMOUSINE"],["RENTAL CAR"]]} | [
"city",
"ground_service"
] | [
"{\"columns\":[\"city_code\",\"city_name\",\"state_code\",\"country_name\",\"time_zone_code\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"BBNA\",\"NASHVILLE\",\"TN\",\"USA\",\"CST\"],[\"BBOS\",\"BOSTON\",\"... | show me the ground transportation at denver <table_name> : city col : city_code | city_name | state_code | country_name | time_zone_code row 1 : BBNA | NASHVILLE | TN | USA | CST row 2 : BBOS | BOSTON | MA | USA | EST row 3 : BBUR | BURBANK | CA | USA | PST row 4 : BBWI | BALTIMORE | MD | USA | EST row 5 : CCHI | CHICA... | col : transport_type row 1 : AIR TAXI OPERATION row 2 : LIMOUSINE row 3 : RENTAL CAR |
SELECT DISTINCT ground_service_1.transport_type FROM ground_service AS ground_service_1 , city AS city_1 WHERE ground_service_1.city_code = city_1.city_code AND city_1.city_name = 'DENVER' | ground transport in denver | {"columns":["transport_type"],"index":[0,1,2],"data":[["AIR TAXI OPERATION"],["LIMOUSINE"],["RENTAL CAR"]]} | [
"city",
"ground_service"
] | [
"{\"columns\":[\"city_code\",\"city_name\",\"state_code\",\"country_name\",\"time_zone_code\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"BBNA\",\"NASHVILLE\",\"TN\",\"USA\",\"CST\"],[\"BBOS\",\"BOSTON\",\"... | ground transport in denver <table_name> : city col : city_code | city_name | state_code | country_name | time_zone_code row 1 : BBNA | NASHVILLE | TN | USA | CST row 2 : BBOS | BOSTON | MA | USA | EST row 3 : BBUR | BURBANK | CA | USA | PST row 4 : BBWI | BALTIMORE | MD | USA | EST row 5 : CCHI | CHICAGO | IL | USA | C... | col : transport_type row 1 : AIR TAXI OPERATION row 2 : LIMOUSINE row 3 : RENTAL CAR |
SELECT DISTINCT class_of_service_1.booking_class FROM class_of_service AS class_of_service_1 WHERE class_of_service_1.booking_class = 'H' | what is fare code h | {"columns":["booking_class"],"index":[0],"data":[["H"]]} | [
"class_of_service"
] | [
"{\"columns\":[\"booking_class\",\"rank\",\"class_description\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18],\"data\":[[\"B\",10,\"COACH ECONOMY CLASS DISCOUNTED\"],[\"BN\",17,\"COACH ECONOMY CLASS DISCOUNTED NIGHT SERVICE\"],[\"C\",4,\"BUSINESS CLASS\"],[\"CN\",8,\"BUSINESS CLASS NIGHT SERVICE\"],[\... | what is fare code h <table_name> : class_of_service col : booking_class | rank | class_description row 1 : B | 10 | COACH ECONOMY CLASS DISCOUNTED row 2 : BN | 17 | COACH ECONOMY CLASS DISCOUNTED NIGHT SERVICE row 3 : C | 4 | BUSINESS CLASS row 4 : CN | 8 | BUSINESS CLASS NIGHT SERVICE row 5 : F | 2 | FIRST CLASS row 6... | col : booking_class row 1 : H |
SELECT DISTINCT ground_service_1.transport_type FROM ground_service AS ground_service_1 , airport AS airport_1 , airport_service AS airport_service_1 , city AS city_1 WHERE ground_service_1.airport_code = airport_1.airport_code AND airport_1.airport_code = airport_service_1.airport_code AND airport_service_1.city_code ... | tell me about ground transportation in st. petersburg airport | {"columns":["transport_type"],"index":[0,1,2],"data":[["LIMOUSINE"],["RENTAL CAR"],["AIR TAXI OPERATION"]]} | [
"city",
"airport",
"airport_service",
"ground_service"
] | [
"{\"columns\":[\"city_code\",\"city_name\",\"state_code\",\"country_name\",\"time_zone_code\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"BBNA\",\"NASHVILLE\",\"TN\",\"USA\",\"CST\"],[\"BBOS\",\"BOSTON\",\"... | tell me about ground transportation in st. petersburg airport <table_name> : city col : city_code | city_name | state_code | country_name | time_zone_code row 1 : BBNA | NASHVILLE | TN | USA | CST row 2 : BBOS | BOSTON | MA | USA | EST row 3 : BBUR | BURBANK | CA | USA | PST row 4 : BBWI | BALTIMORE | MD | USA | EST ro... | col : transport_type row 1 : LIMOUSINE row 2 : RENTAL CAR row 3 : AIR TAXI OPERATION |
SELECT DISTINCT airline_1.airline_code FROM airline AS airline_1 WHERE airline_1.airline_code = 'AC' OR airline_1.airline_code = 'AS' | what airlines are ac and as | {"columns":["airline_code"],"index":[0,1],"data":[["AC"],["AS"]]} | [
"airline"
] | [
"{\"columns\":[\"airline_code\",\"airline_name\",\"note\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"2V\",\"NORTHEAST EXPRESS REGIONAL AIRLINES\",\"NATL AIR TRANSPORTATION ASSOC, INC.\"],[\"3J\",\"AIR ALLI... | what airlines are ac and as <table_name> : airline col : airline_code | airline_name | note row 1 : 2V | NORTHEAST EXPRESS REGIONAL AIRLINES | NATL AIR TRANSPORTATION ASSOC, INC. row 2 : 3J | AIR ALLIANCE | row 3 : 7V | ALPHA AIR | row 4 : 9E | EXPRESS AIRLINES I, INC. | row 5 : 9L | COLGAN AIR | row 6 : 9N | TRANS... | col : airline_code row 1 : AC row 2 : AS |
SELECT DISTINCT airline_1.airline_code FROM airline AS airline_1 WHERE airline_1.airline_code = 'HP' | define airline hp | {"columns":["airline_code"],"index":[0],"data":[["HP"]]} | [
"airline"
] | [
"{\"columns\":[\"airline_code\",\"airline_name\",\"note\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"2V\",\"NORTHEAST EXPRESS REGIONAL AIRLINES\",\"NATL AIR TRANSPORTATION ASSOC, INC.\"],[\"3J\",\"AIR ALLI... | define airline hp <table_name> : airline col : airline_code | airline_name | note row 1 : 2V | NORTHEAST EXPRESS REGIONAL AIRLINES | NATL AIR TRANSPORTATION ASSOC, INC. row 2 : 3J | AIR ALLIANCE | row 3 : 7V | ALPHA AIR | row 4 : 9E | EXPRESS AIRLINES I, INC. | row 5 : 9L | COLGAN AIR | row 6 : 9N | TRANS STATES AI... | col : airline_code row 1 : HP |
SELECT DISTINCT ground_service_1.transport_type FROM ground_service AS ground_service_1 , city AS city_1 , airport AS airport_1 , airport_service AS airport_service_1 , city AS city_2 WHERE ground_service_1.city_code = city_1.city_code AND city_1.city_name = 'DENVER' AND ground_service_1.airport_code = airport_1.airpor... | what ground transportation is available from the denver airport to downtown denver | {"columns":["transport_type"],"index":[0,1,2],"data":[["AIR TAXI OPERATION"],["LIMOUSINE"],["RENTAL CAR"]]} | [
"city",
"airport",
"airport_service",
"ground_service"
] | [
"{\"columns\":[\"city_code\",\"city_name\",\"state_code\",\"country_name\",\"time_zone_code\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"BBNA\",\"NASHVILLE\",\"TN\",\"USA\",\"CST\"],[\"BBOS\",\"BOSTON\",\"... | what ground transportation is available from the denver airport to downtown denver <table_name> : city col : city_code | city_name | state_code | country_name | time_zone_code row 1 : BBNA | NASHVILLE | TN | USA | CST row 2 : BBOS | BOSTON | MA | USA | EST row 3 : BBUR | BURBANK | CA | USA | PST row 4 : BBWI | BALTIMOR... | col : transport_type row 1 : AIR TAXI OPERATION row 2 : LIMOUSINE row 3 : RENTAL CAR |
SELECT DISTINCT ground_service_1.transport_type FROM ground_service AS ground_service_1 , city AS city_1 WHERE ground_service_1.city_code = city_1.city_code AND city_1.city_name = 'DALLAS' | show me ground transportation for dallas | {"columns":["transport_type"],"index":[0,1],"data":[["LIMOUSINE"],["RENTAL CAR"]]} | [
"city",
"ground_service"
] | [
"{\"columns\":[\"city_code\",\"city_name\",\"state_code\",\"country_name\",\"time_zone_code\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"BBNA\",\"NASHVILLE\",\"TN\",\"USA\",\"CST\"],[\"BBOS\",\"BOSTON\",\"... | show me ground transportation for dallas <table_name> : city col : city_code | city_name | state_code | country_name | time_zone_code row 1 : BBNA | NASHVILLE | TN | USA | CST row 2 : BBOS | BOSTON | MA | USA | EST row 3 : BBUR | BURBANK | CA | USA | PST row 4 : BBWI | BALTIMORE | MD | USA | EST row 5 : CCHI | CHICAGO ... | col : transport_type row 1 : LIMOUSINE row 2 : RENTAL CAR |
SELECT DISTINCT ground_service_1.transport_type FROM ground_service AS ground_service_1 , airport AS airport_1 , city AS city_1 WHERE ground_service_1.airport_code = airport_1.airport_code AND airport_1.airport_code = 'BOS' AND ground_service_1.city_code = city_1.city_code AND city_1.city_name = 'BOSTON' | information on ground transportation from airport to downtown boston | {"columns":["transport_type"],"index":[0,1,2],"data":[["AIR TAXI OPERATION"],["LIMOUSINE"],["RENTAL CAR"]]} | [
"city",
"airport",
"ground_service"
] | [
"{\"columns\":[\"city_code\",\"city_name\",\"state_code\",\"country_name\",\"time_zone_code\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"BBNA\",\"NASHVILLE\",\"TN\",\"USA\",\"CST\"],[\"BBOS\",\"BOSTON\",\"... | information on ground transportation from airport to downtown boston <table_name> : city col : city_code | city_name | state_code | country_name | time_zone_code row 1 : BBNA | NASHVILLE | TN | USA | CST row 2 : BBOS | BOSTON | MA | USA | EST row 3 : BBUR | BURBANK | CA | USA | PST row 4 : BBWI | BALTIMORE | MD | USA |... | col : transport_type row 1 : AIR TAXI OPERATION row 2 : LIMOUSINE row 3 : RENTAL CAR |
SELECT DISTINCT airline_1.airline_code FROM airline AS airline_1 WHERE airline_1.airline_code = 'NW' | what does nw stand for | {"columns":["airline_code"],"index":[0],"data":[["NW"]]} | [
"airline"
] | [
"{\"columns\":[\"airline_code\",\"airline_name\",\"note\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"2V\",\"NORTHEAST EXPRESS REGIONAL AIRLINES\",\"NATL AIR TRANSPORTATION ASSOC, INC.\"],[\"3J\",\"AIR ALLI... | what does nw stand for <table_name> : airline col : airline_code | airline_name | note row 1 : 2V | NORTHEAST EXPRESS REGIONAL AIRLINES | NATL AIR TRANSPORTATION ASSOC, INC. row 2 : 3J | AIR ALLIANCE | row 3 : 7V | ALPHA AIR | row 4 : 9E | EXPRESS AIRLINES I, INC. | row 5 : 9L | COLGAN AIR | row 6 : 9N | TRANS STAT... | col : airline_code row 1 : NW |
SELECT DISTINCT city_1.time_zone_code FROM city AS city_1 WHERE city_1.city_name = 'DENVER' | what time zone is denver in | {"columns":["time_zone_code"],"index":[0],"data":[["MST"]]} | [
"city"
] | [
"{\"columns\":[\"city_code\",\"city_name\",\"state_code\",\"country_name\",\"time_zone_code\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"BBNA\",\"NASHVILLE\",\"TN\",\"USA\",\"CST\"],[\"BBOS\",\"BOSTON\",\"... | what time zone is denver in <table_name> : city col : city_code | city_name | state_code | country_name | time_zone_code row 1 : BBNA | NASHVILLE | TN | USA | CST row 2 : BBOS | BOSTON | MA | USA | EST row 3 : BBUR | BURBANK | CA | USA | PST row 4 : BBWI | BALTIMORE | MD | USA | EST row 5 : CCHI | CHICAGO | IL | USA | ... | col : time_zone_code row 1 : MST |
SELECT DISTINCT ground_service_1.transport_type FROM ground_service AS ground_service_1 , city AS city_1 WHERE ground_service_1.city_code = city_1.city_code AND city_1.city_name = 'SAN FRANCISCO' | ground san francisco | {"columns":["transport_type"],"index":[0,1,2],"data":[["LIMOUSINE"],["AIR TAXI OPERATION"],["RENTAL CAR"]]} | [
"city",
"ground_service"
] | [
"{\"columns\":[\"city_code\",\"city_name\",\"state_code\",\"country_name\",\"time_zone_code\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"BBNA\",\"NASHVILLE\",\"TN\",\"USA\",\"CST\"],[\"BBOS\",\"BOSTON\",\"... | ground san francisco <table_name> : city col : city_code | city_name | state_code | country_name | time_zone_code row 1 : BBNA | NASHVILLE | TN | USA | CST row 2 : BBOS | BOSTON | MA | USA | EST row 3 : BBUR | BURBANK | CA | USA | PST row 4 : BBWI | BALTIMORE | MD | USA | EST row 5 : CCHI | CHICAGO | IL | USA | CST row... | col : transport_type row 1 : LIMOUSINE row 2 : AIR TAXI OPERATION row 3 : RENTAL CAR |
SELECT DISTINCT airport_service_1.miles_distant FROM airport_service AS airport_service_1 , airport AS airport_1 , city AS city_1 WHERE airport_service_1.airport_code = airport_1.airport_code AND airport_1.airport_code = 'BOS' AND airport_service_1.city_code = city_1.city_code AND city_1.city_name = 'BOSTON' | what is the distance from boston airport to boston | {"columns":["miles_distant"],"index":[0],"data":[[3]]} | [
"city",
"airport_service",
"airport"
] | [
"{\"columns\":[\"city_code\",\"city_name\",\"state_code\",\"country_name\",\"time_zone_code\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"BBNA\",\"NASHVILLE\",\"TN\",\"USA\",\"CST\"],[\"BBOS\",\"BOSTON\",\"... | what is the distance from boston airport to boston <table_name> : city col : city_code | city_name | state_code | country_name | time_zone_code row 1 : BBNA | NASHVILLE | TN | USA | CST row 2 : BBOS | BOSTON | MA | USA | EST row 3 : BBUR | BURBANK | CA | USA | PST row 4 : BBWI | BALTIMORE | MD | USA | EST row 5 : CCHI ... | col : miles_distant row 1 : 3 |
SELECT DISTINCT ground_service_1.transport_type FROM ground_service AS ground_service_1 , city AS city_1 WHERE ground_service_1.city_code = city_1.city_code AND city_1.city_name = 'SAN FRANCISCO' | show me ground transportation in san francisco | {"columns":["transport_type"],"index":[0,1,2],"data":[["LIMOUSINE"],["AIR TAXI OPERATION"],["RENTAL CAR"]]} | [
"city",
"ground_service"
] | [
"{\"columns\":[\"city_code\",\"city_name\",\"state_code\",\"country_name\",\"time_zone_code\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"BBNA\",\"NASHVILLE\",\"TN\",\"USA\",\"CST\"],[\"BBOS\",\"BOSTON\",\"... | show me ground transportation in san francisco <table_name> : city col : city_code | city_name | state_code | country_name | time_zone_code row 1 : BBNA | NASHVILLE | TN | USA | CST row 2 : BBOS | BOSTON | MA | USA | EST row 3 : BBUR | BURBANK | CA | USA | PST row 4 : BBWI | BALTIMORE | MD | USA | EST row 5 : CCHI | CH... | col : transport_type row 1 : LIMOUSINE row 2 : AIR TAXI OPERATION row 3 : RENTAL CAR |
SELECT DISTINCT ground_service_1.transport_type FROM ground_service AS ground_service_1 , city AS city_1 , airport AS airport_1 WHERE ground_service_1.city_code = city_1.city_code AND city_1.city_name = 'PITTSBURGH' AND ground_service_1.airport_code = airport_1.airport_code AND airport_1.airport_code = 'PIT' | is there ground transportation from the pittsburgh airport to downtown pittsburgh | {"columns":["transport_type"],"index":[0,1,2],"data":[["AIR TAXI OPERATION"],["LIMOUSINE"],["RENTAL CAR"]]} | [
"city",
"airport",
"ground_service"
] | [
"{\"columns\":[\"city_code\",\"city_name\",\"state_code\",\"country_name\",\"time_zone_code\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"BBNA\",\"NASHVILLE\",\"TN\",\"USA\",\"CST\"],[\"BBOS\",\"BOSTON\",\"... | is there ground transportation from the pittsburgh airport to downtown pittsburgh <table_name> : city col : city_code | city_name | state_code | country_name | time_zone_code row 1 : BBNA | NASHVILLE | TN | USA | CST row 2 : BBOS | BOSTON | MA | USA | EST row 3 : BBUR | BURBANK | CA | USA | PST row 4 : BBWI | BALTIMORE... | col : transport_type row 1 : AIR TAXI OPERATION row 2 : LIMOUSINE row 3 : RENTAL CAR |
SELECT DISTINCT ground_service_1.transport_type FROM ground_service AS ground_service_1 , airport AS airport_1 , city AS city_1 WHERE ground_service_1.airport_code = airport_1.airport_code AND airport_1.airport_code = 'DFW' AND ground_service_1.city_code = city_1.city_code AND city_1.city_name = 'DALLAS' | can you tell me about ground transportation between the dallas airport and downtown dallas | {"columns":["transport_type"],"index":[0,1],"data":[["LIMOUSINE"],["RENTAL CAR"]]} | [
"city",
"airport",
"ground_service"
] | [
"{\"columns\":[\"city_code\",\"city_name\",\"state_code\",\"country_name\",\"time_zone_code\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"BBNA\",\"NASHVILLE\",\"TN\",\"USA\",\"CST\"],[\"BBOS\",\"BOSTON\",\"... | can you tell me about ground transportation between the dallas airport and downtown dallas <table_name> : city col : city_code | city_name | state_code | country_name | time_zone_code row 1 : BBNA | NASHVILLE | TN | USA | CST row 2 : BBOS | BOSTON | MA | USA | EST row 3 : BBUR | BURBANK | CA | USA | PST row 4 : BBWI | ... | col : transport_type row 1 : LIMOUSINE row 2 : RENTAL CAR |
SELECT DISTINCT airline_1.airline_code FROM airline AS airline_1 WHERE airline_1.airline_code = 'HP' | what is hp | {"columns":["airline_code"],"index":[0],"data":[["HP"]]} | [
"airline"
] | [
"{\"columns\":[\"airline_code\",\"airline_name\",\"note\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"2V\",\"NORTHEAST EXPRESS REGIONAL AIRLINES\",\"NATL AIR TRANSPORTATION ASSOC, INC.\"],[\"3J\",\"AIR ALLI... | what is hp <table_name> : airline col : airline_code | airline_name | note row 1 : 2V | NORTHEAST EXPRESS REGIONAL AIRLINES | NATL AIR TRANSPORTATION ASSOC, INC. row 2 : 3J | AIR ALLIANCE | row 3 : 7V | ALPHA AIR | row 4 : 9E | EXPRESS AIRLINES I, INC. | row 5 : 9L | COLGAN AIR | row 6 : 9N | TRANS STATES AIRLINES,... | col : airline_code row 1 : HP |
SELECT DISTINCT airline_1.airline_code FROM airline AS airline_1 WHERE 1 = 1 | show me the airlines | {"columns":["airline_code"],"index":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],"data":[["2V"],["3J"],["7V"],["9E"],["9L"],["9N"],["9X"],["AA"],["AC"],["AR"],["AS"],["AT"],["BA"],["BE"],["CO"],["CP"],["DH"],["DL"],["EV"],["FF"],["GX"]... | [
"airline"
] | [
"{\"columns\":[\"airline_code\",\"airline_name\",\"note\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"2V\",\"NORTHEAST EXPRESS REGIONAL AIRLINES\",\"NATL AIR TRANSPORTATION ASSOC, INC.\"],[\"3J\",\"AIR ALLI... | show me the airlines <table_name> : airline col : airline_code | airline_name | note row 1 : 2V | NORTHEAST EXPRESS REGIONAL AIRLINES | NATL AIR TRANSPORTATION ASSOC, INC. row 2 : 3J | AIR ALLIANCE | row 3 : 7V | ALPHA AIR | row 4 : 9E | EXPRESS AIRLINES I, INC. | row 5 : 9L | COLGAN AIR | row 6 : 9N | TRANS STATES... | col : airline_code row 1 : 2V row 2 : 3J row 3 : 7V row 4 : 9E row 5 : 9L row 6 : 9N row 7 : 9X row 8 : AA row 9 : AC row 10 : AR row 11 : AS row 12 : AT row 13 : BA row 14 : BE row 15 : CO row 16 : CP row 17 : DH row 18 : DL row 19 : EV row 20 : FF row 21 : GX row 22 : HP row 23 : HQ row 24 : KW row 25 : LH row 26 : M... |
SELECT DISTINCT restriction_1.advance_purchase , restriction_1.stopovers , restriction_1.saturday_stay_required , restriction_1.minimum_stay , restriction_1.maximum_stay , restriction_1.application , restriction_1.no_discounts , restriction_1.restriction_code FROM restriction AS restriction_1 WHERE restriction_1.restri... | what is restriction ap/57 | {"columns":["advance_purchase","stopovers","saturday_stay_required","minimum_stay","maximum_stay","application","no_discounts","restriction_code"],"index":[0],"data":[[7,"YES","YES",1,999,"FARES NOT APPLICABLE TO\/FROM INTERMEDIATE POINTS","CHILDREN'S FARES, SALES AGENTS, TOUR CONDUCTORS","AP\/57"]]} | [
"restriction"
] | [
"{\"columns\":[\"restriction_code\",\"advance_purchase\",\"stopovers\",\"saturday_stay_required\",\"minimum_stay\",\"maximum_stay\",\"application\",\"no_discounts\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13],\"data\":[[\"AP\\/12\",7,\"NO\",\"YES\",1,21,\"FOR ROUND TRIP TRAVEL BETWEEN U.S.\\/CANADA AND CARIBBEAN\"... | what is restriction ap/57 <table_name> : restriction col : restriction_code | advance_purchase | stopovers | saturday_stay_required | minimum_stay | maximum_stay | application | no_discounts row 1 : AP/12 | 7 | NO | YES | 1 | 21 | FOR ROUND TRIP TRAVEL BETWEEN U.S./CANADA AND CARIBBEAN | CONTACT CARRIER row 2 : AP/2 | ... | col : advance_purchase | stopovers | saturday_stay_required | minimum_stay | maximum_stay | application | no_discounts | restriction_code row 1 : 7 | YES | YES | 1 | 999 | FARES NOT APPLICABLE TO/FROM INTERMEDIATE POINTS | CHILDREN'S FARES, SALES AGENTS, TOUR CONDUCTORS | AP/57 |
SELECT DISTINCT airline_1.airline_code FROM airline AS airline_1 WHERE airline_1.airline_code = 'FF' | what is airline ff | {"columns":["airline_code"],"index":[0],"data":[["FF"]]} | [
"airline"
] | [
"{\"columns\":[\"airline_code\",\"airline_name\",\"note\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"2V\",\"NORTHEAST EXPRESS REGIONAL AIRLINES\",\"NATL AIR TRANSPORTATION ASSOC, INC.\"],[\"3J\",\"AIR ALLI... | what is airline ff <table_name> : airline col : airline_code | airline_name | note row 1 : 2V | NORTHEAST EXPRESS REGIONAL AIRLINES | NATL AIR TRANSPORTATION ASSOC, INC. row 2 : 3J | AIR ALLIANCE | row 3 : 7V | ALPHA AIR | row 4 : 9E | EXPRESS AIRLINES I, INC. | row 5 : 9L | COLGAN AIR | row 6 : 9N | TRANS STATES A... | col : airline_code row 1 : FF |
SELECT DISTINCT airport_service_1.miles_distant FROM airport_service AS airport_service_1 , city AS city_1 , airport_service AS airport_service_2 , airport AS airport_1 WHERE airport_service_1.airport_code = 'OAK' AND airport_service_1.city_code = city_1.city_code AND city_1.city_code = airport_service_2.city_code AND ... | how far is oakland airport from downtown | {"columns":["miles_distant"],"index":[0,1],"data":[[10],[18]]} | [
"city",
"airport_service",
"airport"
] | [
"{\"columns\":[\"city_code\",\"city_name\",\"state_code\",\"country_name\",\"time_zone_code\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"BBNA\",\"NASHVILLE\",\"TN\",\"USA\",\"CST\"],[\"BBOS\",\"BOSTON\",\"... | how far is oakland airport from downtown <table_name> : city col : city_code | city_name | state_code | country_name | time_zone_code row 1 : BBNA | NASHVILLE | TN | USA | CST row 2 : BBOS | BOSTON | MA | USA | EST row 3 : BBUR | BURBANK | CA | USA | PST row 4 : BBWI | BALTIMORE | MD | USA | EST row 5 : CCHI | CHICAGO ... | col : miles_distant row 1 : 10 row 2 : 18 |
SELECT DISTINCT class_of_service_1.booking_class FROM class_of_service AS class_of_service_1 WHERE class_of_service_1.booking_class = 'H' | what is fare code h | {"columns":["booking_class"],"index":[0],"data":[["H"]]} | [
"class_of_service"
] | [
"{\"columns\":[\"booking_class\",\"rank\",\"class_description\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18],\"data\":[[\"B\",10,\"COACH ECONOMY CLASS DISCOUNTED\"],[\"BN\",17,\"COACH ECONOMY CLASS DISCOUNTED NIGHT SERVICE\"],[\"C\",4,\"BUSINESS CLASS\"],[\"CN\",8,\"BUSINESS CLASS NIGHT SERVICE\"],[\... | what is fare code h <table_name> : class_of_service col : booking_class | rank | class_description row 1 : B | 10 | COACH ECONOMY CLASS DISCOUNTED row 2 : BN | 17 | COACH ECONOMY CLASS DISCOUNTED NIGHT SERVICE row 3 : C | 4 | BUSINESS CLASS row 4 : CN | 8 | BUSINESS CLASS NIGHT SERVICE row 5 : F | 2 | FIRST CLASS row 6... | col : booking_class row 1 : H |
SELECT DISTINCT airport_1.airport_code FROM airport AS airport_1 , airport_service AS airport_service_1 , city AS city_1 WHERE airport_1.airport_code = airport_service_1.airport_code AND airport_service_1.city_code = city_1.city_code AND city_1.city_name = 'NEW YORK' | airports in new york | {"columns":["airport_code"],"index":[0,1,2,3],"data":[["EWR"],["HPN"],["JFK"],["LGA"]]} | [
"city",
"airport",
"airport_service"
] | [
"{\"columns\":[\"city_code\",\"city_name\",\"state_code\",\"country_name\",\"time_zone_code\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"BBNA\",\"NASHVILLE\",\"TN\",\"USA\",\"CST\"],[\"BBOS\",\"BOSTON\",\"... | airports in new york <table_name> : city col : city_code | city_name | state_code | country_name | time_zone_code row 1 : BBNA | NASHVILLE | TN | USA | CST row 2 : BBOS | BOSTON | MA | USA | EST row 3 : BBUR | BURBANK | CA | USA | PST row 4 : BBWI | BALTIMORE | MD | USA | EST row 5 : CCHI | CHICAGO | IL | USA | CST row... | col : airport_code row 1 : EWR row 2 : HPN row 3 : JFK row 4 : LGA |
SELECT DISTINCT airline_1.airline_code FROM airline AS airline_1 WHERE airline_1.airline_code = 'FF' | code ff | {"columns":["airline_code"],"index":[0],"data":[["FF"]]} | [
"airline"
] | [
"{\"columns\":[\"airline_code\",\"airline_name\",\"note\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"2V\",\"NORTHEAST EXPRESS REGIONAL AIRLINES\",\"NATL AIR TRANSPORTATION ASSOC, INC.\"],[\"3J\",\"AIR ALLI... | code ff <table_name> : airline col : airline_code | airline_name | note row 1 : 2V | NORTHEAST EXPRESS REGIONAL AIRLINES | NATL AIR TRANSPORTATION ASSOC, INC. row 2 : 3J | AIR ALLIANCE | row 3 : 7V | ALPHA AIR | row 4 : 9E | EXPRESS AIRLINES I, INC. | row 5 : 9L | COLGAN AIR | row 6 : 9N | TRANS STATES AIRLINES, IN... | col : airline_code row 1 : FF |
SELECT DISTINCT ground_service_1.transport_type FROM ground_service AS ground_service_1 , airport AS airport_1 , airport_service AS airport_service_1 , city AS city_1 WHERE ground_service_1.airport_code = airport_1.airport_code AND airport_1.airport_code = airport_service_1.airport_code AND airport_service_1.city_code ... | show me a list of ground transportation at boston airport | {"columns":["transport_type"],"index":[0,1,2],"data":[["AIR TAXI OPERATION"],["LIMOUSINE"],["RENTAL CAR"]]} | [
"city",
"airport",
"airport_service",
"ground_service"
] | [
"{\"columns\":[\"city_code\",\"city_name\",\"state_code\",\"country_name\",\"time_zone_code\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"BBNA\",\"NASHVILLE\",\"TN\",\"USA\",\"CST\"],[\"BBOS\",\"BOSTON\",\"... | show me a list of ground transportation at boston airport <table_name> : city col : city_code | city_name | state_code | country_name | time_zone_code row 1 : BBNA | NASHVILLE | TN | USA | CST row 2 : BBOS | BOSTON | MA | USA | EST row 3 : BBUR | BURBANK | CA | USA | PST row 4 : BBWI | BALTIMORE | MD | USA | EST row 5 ... | col : transport_type row 1 : AIR TAXI OPERATION row 2 : LIMOUSINE row 3 : RENTAL CAR |
SELECT DISTINCT ground_service_1.transport_type FROM ground_service AS ground_service_1 , airport AS airport_1 , city AS city_1 WHERE ground_service_1.airport_code = airport_1.airport_code AND airport_1.airport_code = 'ATL' AND ground_service_1.city_code = city_1.city_code AND city_1.city_name = 'ATLANTA' | i would like information on ground transportation in the city of atlanta from airport to downtown | {"columns":["transport_type"],"index":[0,1,2,3],"data":[["AIR TAXI OPERATION"],["LIMOUSINE"],["RAPID TRANSIT"],["RENTAL CAR"]]} | [
"city",
"airport",
"ground_service"
] | [
"{\"columns\":[\"city_code\",\"city_name\",\"state_code\",\"country_name\",\"time_zone_code\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"BBNA\",\"NASHVILLE\",\"TN\",\"USA\",\"CST\"],[\"BBOS\",\"BOSTON\",\"... | i would like information on ground transportation in the city of atlanta from airport to downtown <table_name> : city col : city_code | city_name | state_code | country_name | time_zone_code row 1 : BBNA | NASHVILLE | TN | USA | CST row 2 : BBOS | BOSTON | MA | USA | EST row 3 : BBUR | BURBANK | CA | USA | PST row 4 : ... | col : transport_type row 1 : AIR TAXI OPERATION row 2 : LIMOUSINE row 3 : RAPID TRANSIT row 4 : RENTAL CAR |
SELECT DISTINCT airline_1.airline_code FROM airline AS airline_1 WHERE airline_1.airline_name LIKE '%CANADIAN AIRLINES INTERNATIONAL%' | what is the abbreviation for canadian airlines international | {"columns":["airline_code"],"index":[0],"data":[["CP"]]} | [
"airline"
] | [
"{\"columns\":[\"airline_code\",\"airline_name\",\"note\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"2V\",\"NORTHEAST EXPRESS REGIONAL AIRLINES\",\"NATL AIR TRANSPORTATION ASSOC, INC.\"],[\"3J\",\"AIR ALLI... | what is the abbreviation for canadian airlines international <table_name> : airline col : airline_code | airline_name | note row 1 : 2V | NORTHEAST EXPRESS REGIONAL AIRLINES | NATL AIR TRANSPORTATION ASSOC, INC. row 2 : 3J | AIR ALLIANCE | row 3 : 7V | ALPHA AIR | row 4 : 9E | EXPRESS AIRLINES I, INC. | row 5 : 9L |... | col : airline_code row 1 : CP |
SELECT DISTINCT ground_service_1.transport_type FROM ground_service AS ground_service_1 , city AS city_1 , airport AS airport_1 , airport_service AS airport_service_1 , city AS city_2 WHERE ground_service_1.city_code = city_1.city_code AND city_1.city_name = 'DALLAS' AND ( ground_service_1.airport_code = airport_1.airp... | can i get a rental car in dallas | {"columns":["transport_type"],"index":[0],"data":[["RENTAL CAR"]]} | [
"city",
"airport",
"airport_service",
"ground_service"
] | [
"{\"columns\":[\"city_code\",\"city_name\",\"state_code\",\"country_name\",\"time_zone_code\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"BBNA\",\"NASHVILLE\",\"TN\",\"USA\",\"CST\"],[\"BBOS\",\"BOSTON\",\"... | can i get a rental car in dallas <table_name> : city col : city_code | city_name | state_code | country_name | time_zone_code row 1 : BBNA | NASHVILLE | TN | USA | CST row 2 : BBOS | BOSTON | MA | USA | EST row 3 : BBUR | BURBANK | CA | USA | PST row 4 : BBWI | BALTIMORE | MD | USA | EST row 5 : CCHI | CHICAGO | IL | U... | col : transport_type row 1 : RENTAL CAR |
SELECT DISTINCT class_of_service_1.booking_class FROM class_of_service AS class_of_service_1 WHERE class_of_service_1.booking_class = 'Y' | what is fare code y mean | {"columns":["booking_class"],"index":[0],"data":[["Y"]]} | [
"class_of_service"
] | [
"{\"columns\":[\"booking_class\",\"rank\",\"class_description\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18],\"data\":[[\"B\",10,\"COACH ECONOMY CLASS DISCOUNTED\"],[\"BN\",17,\"COACH ECONOMY CLASS DISCOUNTED NIGHT SERVICE\"],[\"C\",4,\"BUSINESS CLASS\"],[\"CN\",8,\"BUSINESS CLASS NIGHT SERVICE\"],[\... | what is fare code y mean <table_name> : class_of_service col : booking_class | rank | class_description row 1 : B | 10 | COACH ECONOMY CLASS DISCOUNTED row 2 : BN | 17 | COACH ECONOMY CLASS DISCOUNTED NIGHT SERVICE row 3 : C | 4 | BUSINESS CLASS row 4 : CN | 8 | BUSINESS CLASS NIGHT SERVICE row 5 : F | 2 | FIRST CLASS ... | col : booking_class row 1 : Y |
SELECT DISTINCT ground_service_1.transport_type FROM ground_service AS ground_service_1 , airport AS airport_1 , airport_service AS airport_service_1 , city AS city_1 WHERE ground_service_1.airport_code = airport_1.airport_code AND airport_1.airport_code = airport_service_1.airport_code AND airport_service_1.city_code ... | i need your help with information on ground transportation from the airport in philadelphia to downtown | {"columns":["transport_type"],"index":[0,1,2,3],"data":[["AIR TAXI OPERATION"],["LIMOUSINE"],["RAPID TRANSIT"],["RENTAL CAR"]]} | [
"city",
"airport",
"airport_service",
"ground_service"
] | [
"{\"columns\":[\"city_code\",\"city_name\",\"state_code\",\"country_name\",\"time_zone_code\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"BBNA\",\"NASHVILLE\",\"TN\",\"USA\",\"CST\"],[\"BBOS\",\"BOSTON\",\"... | i need your help with information on ground transportation from the airport in philadelphia to downtown <table_name> : city col : city_code | city_name | state_code | country_name | time_zone_code row 1 : BBNA | NASHVILLE | TN | USA | CST row 2 : BBOS | BOSTON | MA | USA | EST row 3 : BBUR | BURBANK | CA | USA | PST ro... | col : transport_type row 1 : AIR TAXI OPERATION row 2 : LIMOUSINE row 3 : RAPID TRANSIT row 4 : RENTAL CAR |
SELECT DISTINCT class_of_service_1.booking_class FROM class_of_service AS class_of_service_1 WHERE class_of_service_1.booking_class = 'H' | what is fare code h | {"columns":["booking_class"],"index":[0],"data":[["H"]]} | [
"class_of_service"
] | [
"{\"columns\":[\"booking_class\",\"rank\",\"class_description\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18],\"data\":[[\"B\",10,\"COACH ECONOMY CLASS DISCOUNTED\"],[\"BN\",17,\"COACH ECONOMY CLASS DISCOUNTED NIGHT SERVICE\"],[\"C\",4,\"BUSINESS CLASS\"],[\"CN\",8,\"BUSINESS CLASS NIGHT SERVICE\"],[\... | what is fare code h <table_name> : class_of_service col : booking_class | rank | class_description row 1 : B | 10 | COACH ECONOMY CLASS DISCOUNTED row 2 : BN | 17 | COACH ECONOMY CLASS DISCOUNTED NIGHT SERVICE row 3 : C | 4 | BUSINESS CLASS row 4 : CN | 8 | BUSINESS CLASS NIGHT SERVICE row 5 : F | 2 | FIRST CLASS row 6... | col : booking_class row 1 : H |
SELECT DISTINCT ground_service_1.transport_type FROM ground_service AS ground_service_1 , city AS city_1 WHERE ground_service_1.city_code = city_1.city_code AND city_1.city_name = 'BALTIMORE' | ground transportation baltimore | {"columns":["transport_type"],"index":[0,1,2],"data":[["AIR TAXI OPERATION"],["LIMOUSINE"],["RENTAL CAR"]]} | [
"city",
"ground_service"
] | [
"{\"columns\":[\"city_code\",\"city_name\",\"state_code\",\"country_name\",\"time_zone_code\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"BBNA\",\"NASHVILLE\",\"TN\",\"USA\",\"CST\"],[\"BBOS\",\"BOSTON\",\"... | ground transportation baltimore <table_name> : city col : city_code | city_name | state_code | country_name | time_zone_code row 1 : BBNA | NASHVILLE | TN | USA | CST row 2 : BBOS | BOSTON | MA | USA | EST row 3 : BBUR | BURBANK | CA | USA | PST row 4 : BBWI | BALTIMORE | MD | USA | EST row 5 : CCHI | CHICAGO | IL | US... | col : transport_type row 1 : AIR TAXI OPERATION row 2 : LIMOUSINE row 3 : RENTAL CAR |
SELECT DISTINCT ground_service_1.transport_type FROM ground_service AS ground_service_1 , city AS city_1 , airport AS airport_1 , airport_service AS airport_service_1 , city AS city_2 WHERE ground_service_1.city_code = city_1.city_code AND city_1.city_name = 'MILWAUKEE' AND ground_service_1.airport_code = airport_1.air... | is there ground transportation from the milwaukee airport to the downtown area | {"columns":["transport_type"],"index":[0,1],"data":[["LIMOUSINE"],["RENTAL CAR"]]} | [
"city",
"airport",
"airport_service",
"ground_service"
] | [
"{\"columns\":[\"city_code\",\"city_name\",\"state_code\",\"country_name\",\"time_zone_code\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"BBNA\",\"NASHVILLE\",\"TN\",\"USA\",\"CST\"],[\"BBOS\",\"BOSTON\",\"... | is there ground transportation from the milwaukee airport to the downtown area <table_name> : city col : city_code | city_name | state_code | country_name | time_zone_code row 1 : BBNA | NASHVILLE | TN | USA | CST row 2 : BBOS | BOSTON | MA | USA | EST row 3 : BBUR | BURBANK | CA | USA | PST row 4 : BBWI | BALTIMORE | ... | col : transport_type row 1 : LIMOUSINE row 2 : RENTAL CAR |
SELECT DISTINCT ground_service_1.transport_type FROM ground_service AS ground_service_1 , city AS city_1 WHERE ground_service_1.city_code = city_1.city_code AND city_1.city_name = 'WESTCHESTER COUNTY' | ground transportation in westchester county | {"columns":["transport_type"],"index":[0,1],"data":[["AIR TAXI OPERATION"],["RENTAL CAR"]]} | [
"city",
"ground_service"
] | [
"{\"columns\":[\"city_code\",\"city_name\",\"state_code\",\"country_name\",\"time_zone_code\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"BBNA\",\"NASHVILLE\",\"TN\",\"USA\",\"CST\"],[\"BBOS\",\"BOSTON\",\"... | ground transportation in westchester county <table_name> : city col : city_code | city_name | state_code | country_name | time_zone_code row 1 : BBNA | NASHVILLE | TN | USA | CST row 2 : BBOS | BOSTON | MA | USA | EST row 3 : BBUR | BURBANK | CA | USA | PST row 4 : BBWI | BALTIMORE | MD | USA | EST row 5 : CCHI | CHICA... | col : transport_type row 1 : AIR TAXI OPERATION row 2 : RENTAL CAR |
SELECT DISTINCT ground_service_1.transport_type FROM ground_service AS ground_service_1 , city AS city_1 WHERE ground_service_1.city_code = city_1.city_code AND city_1.city_name = 'DALLAS' | describe ground transportation in dallas | {"columns":["transport_type"],"index":[0,1],"data":[["LIMOUSINE"],["RENTAL CAR"]]} | [
"city",
"ground_service"
] | [
"{\"columns\":[\"city_code\",\"city_name\",\"state_code\",\"country_name\",\"time_zone_code\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],\"data\":[[\"BBNA\",\"NASHVILLE\",\"TN\",\"USA\",\"CST\"],[\"BBOS\",\"BOSTON\",\"... | describe ground transportation in dallas <table_name> : city col : city_code | city_name | state_code | country_name | time_zone_code row 1 : BBNA | NASHVILLE | TN | USA | CST row 2 : BBOS | BOSTON | MA | USA | EST row 3 : BBUR | BURBANK | CA | USA | PST row 4 : BBWI | BALTIMORE | MD | USA | EST row 5 : CCHI | CHICAGO ... | col : transport_type row 1 : LIMOUSINE row 2 : RENTAL CAR |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.