Unnamed: 0
int64
0
60k
input
stringlengths
76
562
answer
stringlengths
18
557
9,800
<question>: Which Median family income has a Median household income of $43,125? <context>: CREATE TABLE table_name_12 (median_family_income VARCHAR, median_household_income VARCHAR)
SELECT median_family_income FROM table_name_12 WHERE median_household_income = "$43,125"
9,801
<question>: How many people have a Median household income of $37,759? <context>: CREATE TABLE table_name_66 (population INTEGER, median_household_income VARCHAR)
SELECT SUM(population) FROM table_name_66 WHERE median_household_income = "$37,759"
9,802
<question>: What week had an Attendance smaller than 21,097? <context>: CREATE TABLE table_name_46 (week VARCHAR, attendance INTEGER)
SELECT COUNT(week) FROM table_name_46 WHERE attendance < 21 OFFSET 097
9,803
<question>: What Week had an Attendance smaller than 22,333? <context>: CREATE TABLE table_name_12 (week VARCHAR, attendance INTEGER)
SELECT COUNT(week) FROM table_name_12 WHERE attendance < 22 OFFSET 333
9,804
<question>: Municipality of tampere involves which party? <context>: CREATE TABLE table_name_1 (party VARCHAR, municipality VARCHAR)
SELECT party FROM table_name_1 WHERE municipality = "tampere"
9,805
<question>: Quotient of 97 350,333 has how many votes? <context>: CREATE TABLE table_name_45 (votes VARCHAR, quotient VARCHAR)
SELECT votes FROM table_name_45 WHERE quotient = "97 350,333"
9,806
<question>: Candidate of kimmo kiljunen belongs to which municipality? <context>: CREATE TABLE table_name_88 (municipality VARCHAR, candidate VARCHAR)
SELECT municipality FROM table_name_88 WHERE candidate = "kimmo kiljunen"
9,807
<question>: Votes of 27,391 has which quotient? <context>: CREATE TABLE table_name_10 (quotient VARCHAR, votes VARCHAR)
SELECT quotient FROM table_name_10 WHERE votes = "27,391"
9,808
<question>: Candidate of riikka manner has how many votes? <context>: CREATE TABLE table_name_41 (votes VARCHAR, candidate VARCHAR)
SELECT votes FROM table_name_41 WHERE candidate = "riikka manner"
9,809
<question>: Which Opposition has a Year smaller than 1911, and a Venue of old trafford? <context>: CREATE TABLE table_name_51 (opposition VARCHAR, year VARCHAR, venue VARCHAR)
SELECT opposition FROM table_name_51 WHERE year < 1911 AND venue = "old trafford"
9,810
<question>: Which Venue has a Year of 1911? <context>: CREATE TABLE table_name_60 (venue VARCHAR, year VARCHAR)
SELECT venue FROM table_name_60 WHERE year = 1911
9,811
<question>: Which Opposition has a City of taunton? <context>: CREATE TABLE table_name_17 (opposition VARCHAR, city VARCHAR)
SELECT opposition FROM table_name_17 WHERE city = "taunton"
9,812
<question>: Which number of Years has a Venue of old trafford, and an Opposition of yorkshire? <context>: CREATE TABLE table_name_30 (year VARCHAR, venue VARCHAR, opposition VARCHAR)
SELECT COUNT(year) FROM table_name_30 WHERE venue = "old trafford" AND opposition = "yorkshire"
9,813
<question>: What was the score of the match that took place at 6:00 PM with 79,419 in attendance? <context>: CREATE TABLE table_name_69 (result VARCHAR, time VARCHAR, attendance VARCHAR)
SELECT result FROM table_name_69 WHERE time = "6:00 pm" AND attendance = "79,419"
9,814
<question>: What time was the match that had an attendance of 22,329? <context>: CREATE TABLE table_name_99 (time VARCHAR, attendance VARCHAR)
SELECT time FROM table_name_99 WHERE attendance = "22,329"
9,815
<question>: What two teams were competing in the match with 103,158 in attendance? <context>: CREATE TABLE table_name_50 (opponent VARCHAR, attendance VARCHAR)
SELECT opponent FROM table_name_50 WHERE attendance = "103,158"
9,816
<question>: What is the average date in January that the Rangers played against Chicago Black Hawks? <context>: CREATE TABLE table_name_92 (january INTEGER, opponent VARCHAR)
SELECT AVG(january) FROM table_name_92 WHERE opponent = "chicago black hawks"
9,817
<question>: What is the score of the game where the Rangers record was 16-8-4? <context>: CREATE TABLE table_name_81 (score VARCHAR, record VARCHAR)
SELECT score FROM table_name_81 WHERE record = "16-8-4"
9,818
<question>: Which OU career [b] had Position [A] as a forward when there were 56 appearances? <context>: CREATE TABLE table_name_40 (oxford_united_career_ VARCHAR, b_ VARCHAR, appearances VARCHAR, position_ VARCHAR, a_ VARCHAR)
SELECT oxford_united_career_[b_] FROM table_name_40 WHERE position_[a_] = "forward" AND appearances = 56
9,819
<question>: Which Score in the final has an Outcome of winner, and a Date of 3 august 2013? <context>: CREATE TABLE table_name_31 (score_in_the_final VARCHAR, outcome VARCHAR, date VARCHAR)
SELECT score_in_the_final FROM table_name_31 WHERE outcome = "winner" AND date = "3 august 2013"
9,820
<question>: Which Partner has a Date of 8 february 2009? <context>: CREATE TABLE table_name_57 (partner VARCHAR, date VARCHAR)
SELECT partner FROM table_name_57 WHERE date = "8 february 2009"
9,821
<question>: Which Opponent in the final has a Partner of dustin brown? <context>: CREATE TABLE table_name_38 (opponent_in_the_final VARCHAR, partner VARCHAR)
SELECT opponent_in_the_final FROM table_name_38 WHERE partner = "dustin brown"
9,822
<question>: Which Score in the final has a Surface of clay, and a Partner of martin emmrich? <context>: CREATE TABLE table_name_62 (score_in_the_final VARCHAR, surface VARCHAR, partner VARCHAR)
SELECT score_in_the_final FROM table_name_62 WHERE surface = "clay" AND partner = "martin emmrich"
9,823
<question>: Which Surface has a Partner of oliver marach? <context>: CREATE TABLE table_name_82 (surface VARCHAR, partner VARCHAR)
SELECT surface FROM table_name_82 WHERE partner = "oliver marach"
9,824
<question>: What is the call sign for the frequency of 0 105.7 fm? <context>: CREATE TABLE table_name_67 (call_sign VARCHAR, frequency VARCHAR)
SELECT call_sign FROM table_name_67 WHERE frequency = "0 105.7 fm"
9,825
<question>: Who is the owner with a frequency of 0 101.1 fm? <context>: CREATE TABLE table_name_58 (owner VARCHAR, frequency VARCHAR)
SELECT owner FROM table_name_58 WHERE frequency = "0 101.1 fm"
9,826
<question>: Which city of license has the Kyli call sign? <context>: CREATE TABLE table_name_98 (city_of_license VARCHAR, call_sign VARCHAR)
SELECT city_of_license FROM table_name_98 WHERE call_sign = "kyli"
9,827
<question>: What is the format for Cherry Creek Radio with frequency of 0 92.1 fm? <context>: CREATE TABLE table_name_11 (format VARCHAR, owner VARCHAR, frequency VARCHAR)
SELECT format FROM table_name_11 WHERE owner = "cherry creek radio" AND frequency = "0 92.1 fm"
9,828
<question>: Which format is in St. George with a frequency of 0 107.3 fm? <context>: CREATE TABLE table_name_31 (format VARCHAR, city_of_license VARCHAR, frequency VARCHAR)
SELECT format FROM table_name_31 WHERE city_of_license = "st. george" AND frequency = "0 107.3 fm"
9,829
<question>: Which city of license has the Kyli call sign? <context>: CREATE TABLE table_name_20 (city_of_license VARCHAR, call_sign VARCHAR)
SELECT city_of_license FROM table_name_20 WHERE call_sign = "kyli"
9,830
<question>: Party of republican, and a District of 7th is what elected? <context>: CREATE TABLE table_name_81 (elected VARCHAR, party VARCHAR, district VARCHAR)
SELECT elected FROM table_name_81 WHERE party = "republican" AND district = "7th"
9,831
<question>: Party of republican, and a District of 5th is what highest elected? <context>: CREATE TABLE table_name_39 (elected INTEGER, party VARCHAR, district VARCHAR)
SELECT MAX(elected) FROM table_name_39 WHERE party = "republican" AND district = "5th"
9,832
<question>: Elected smaller than 2001, and a District of 83rd has what status? <context>: CREATE TABLE table_name_77 (status VARCHAR, elected VARCHAR, district VARCHAR)
SELECT status FROM table_name_77 WHERE elected < 2001 AND district = "83rd"
9,833
<question>: Status of reelected, and a Incumbent of danny marshall iii is what highest elected? <context>: CREATE TABLE table_name_75 (elected INTEGER, status VARCHAR, incumbent VARCHAR)
SELECT MAX(elected) FROM table_name_75 WHERE status = "reelected" AND incumbent = "danny marshall iii"
9,834
<question>: When has a Score of 6–3, 6–4? <context>: CREATE TABLE table_name_39 (date VARCHAR, score VARCHAR)
SELECT date FROM table_name_39 WHERE score = "6–3, 6–4"
9,835
<question>: WHich Score has marcelo filippini mark koevermans? <context>: CREATE TABLE table_name_18 (score VARCHAR, opponents_in_the_final VARCHAR)
SELECT score FROM table_name_18 WHERE opponents_in_the_final = "marcelo filippini mark koevermans"
9,836
<question>: WHich Tournament has a Partnering of diego pérez and a Opponents in the final of christer allgardh carl limberger? <context>: CREATE TABLE table_name_39 (tournament VARCHAR, partnering VARCHAR, opponents_in_the_final VARCHAR)
SELECT tournament FROM table_name_39 WHERE partnering = "diego pérez" AND opponents_in_the_final = "christer allgardh carl limberger"
9,837
<question>: Which Opponents in the final has a Partnering of tomás carbonell on march 28, 1995? <context>: CREATE TABLE table_name_18 (opponents_in_the_final VARCHAR, partnering VARCHAR, date VARCHAR)
SELECT opponents_in_the_final FROM table_name_18 WHERE partnering = "tomás carbonell" AND date = "march 28, 1995"
9,838
<question>: What is the Score of an Opponent\ in the final of jordi arrese àlex corretja? <context>: CREATE TABLE table_name_25 (score VARCHAR, opponents_in_the_final VARCHAR)
SELECT score FROM table_name_25 WHERE opponents_in_the_final = "jordi arrese àlex corretja"
9,839
<question>: Which To par has a Place in t9 and a Country of Spain? <context>: CREATE TABLE table_name_55 (to_par VARCHAR, place VARCHAR, country VARCHAR)
SELECT to_par FROM table_name_55 WHERE place = "t9" AND country = "spain"
9,840
<question>: Which To par has a Place in 8? <context>: CREATE TABLE table_name_68 (to_par VARCHAR, place VARCHAR)
SELECT to_par FROM table_name_68 WHERE place = "8"
9,841
<question>: WHo is Player that has a Place of t9 in united states? <context>: CREATE TABLE table_name_74 (player VARCHAR, place VARCHAR, country VARCHAR)
SELECT player FROM table_name_74 WHERE place = "t9" AND country = "united states"
9,842
<question>: What ERP W has a 95.1 MHZ frequency? <context>: CREATE TABLE table_name_62 (erp_w VARCHAR, frequency_mhz VARCHAR)
SELECT erp_w FROM table_name_62 WHERE frequency_mhz = 95.1
9,843
<question>: What call sign is licensed in soledad, california? <context>: CREATE TABLE table_name_65 (call_sign VARCHAR, city_of_license VARCHAR)
SELECT call_sign FROM table_name_65 WHERE city_of_license = "soledad, california"
9,844
<question>: What is the MHZ frequency in carmel, california with an ERP W over 10? <context>: CREATE TABLE table_name_53 (frequency_mhz INTEGER, city_of_license VARCHAR, erp_w VARCHAR)
SELECT AVG(frequency_mhz) FROM table_name_53 WHERE city_of_license = "carmel, california" AND erp_w > 10
9,845
<question>: What class has a MHZ frequency under 103.1 licensed in morro bay, california? <context>: CREATE TABLE table_name_4 (class VARCHAR, frequency_mhz VARCHAR, city_of_license VARCHAR)
SELECT class FROM table_name_4 WHERE frequency_mhz < 103.1 AND city_of_license = "morro bay, california"
9,846
<question>: How many averages have recs smaller than 26, and a Player of reggie brown, and a Long smaller than 40? <context>: CREATE TABLE table_name_45 (avg VARCHAR, long VARCHAR, rec VARCHAR, player VARCHAR)
SELECT COUNT(avg) FROM table_name_45 WHERE rec < 26 AND player = "reggie brown" AND long < 40
9,847
<question>: Which Yards has an Avg larger than 7, and a Long smaller than 60, and a Rec larger than 19, and a Player of correll buckhalter? <context>: CREATE TABLE table_name_90 (yards INTEGER, player VARCHAR, rec VARCHAR, avg VARCHAR, long VARCHAR)
SELECT AVG(yards) FROM table_name_90 WHERE avg > 7 AND long < 60 AND rec > 19 AND player = "correll buckhalter"
9,848
<question>: Which Yards have an avg of 11.8, and a Player of brent celek, and a Long larger than 44? <context>: CREATE TABLE table_name_2 (yards INTEGER, long VARCHAR, avg VARCHAR, player VARCHAR)
SELECT AVG(yards) FROM table_name_2 WHERE avg = 11.8 AND player = "brent celek" AND long > 44
9,849
<question>: Which Yards is the highest one that has a Rec smaller than 54, and a Long smaller than 5, and a Player of todd herremans, and an Avg larger than 1? <context>: CREATE TABLE table_name_51 (yards INTEGER, avg VARCHAR, player VARCHAR, rec VARCHAR, long VARCHAR)
SELECT MAX(yards) FROM table_name_51 WHERE rec < 54 AND long < 5 AND player = "todd herremans" AND avg > 1
9,850
<question>: What is the high rebounds with a record that is 18-14? <context>: CREATE TABLE table_name_44 (high_rebounds VARCHAR, record VARCHAR)
SELECT high_rebounds FROM table_name_44 WHERE record = "18-14"
9,851
<question>: What are the high points from a game of 30? <context>: CREATE TABLE table_name_59 (high_points VARCHAR, game VARCHAR)
SELECT high_points FROM table_name_59 WHERE game = 30
9,852
<question>: What is the score for the game against Malacca at the Klfa Stadium, Cheras? <context>: CREATE TABLE table_name_96 (score VARCHAR, opponent VARCHAR, venue VARCHAR)
SELECT score FROM table_name_96 WHERE opponent = "malacca" AND venue = "klfa stadium, cheras"
9,853
<question>: Which date held the match at the City Stadium, Georgetown? <context>: CREATE TABLE table_name_7 (date VARCHAR, venue VARCHAR)
SELECT date FROM table_name_7 WHERE venue = "city stadium, georgetown"
9,854
<question>: Which competition had an opponent of Police at the Selayang Stadium? <context>: CREATE TABLE table_name_31 (competition VARCHAR, opponent VARCHAR, venue VARCHAR)
SELECT competition FROM table_name_31 WHERE opponent = "police" AND venue = "selayang stadium"
9,855
<question>: What the average amount of field goals Clark has if he has less than 3 touch downs and less than 5 points? <context>: CREATE TABLE table_name_25 (field_goals INTEGER, points VARCHAR, touchdowns VARCHAR, player VARCHAR)
SELECT AVG(field_goals) FROM table_name_25 WHERE touchdowns < 3 AND player = "clark" AND points < 5
9,856
<question>: How many points does Tom Hammond have if he has more than 12 points? <context>: CREATE TABLE table_name_12 (points INTEGER, player VARCHAR, extra_points VARCHAR)
SELECT SUM(points) FROM table_name_12 WHERE player = "tom hammond" AND extra_points > 12
9,857
<question>: Who had the lowest field goals if they had 12 touchdowns and more than 72 points? <context>: CREATE TABLE table_name_40 (field_goals INTEGER, touchdowns VARCHAR, points VARCHAR)
SELECT MIN(field_goals) FROM table_name_40 WHERE touchdowns = 12 AND points > 72
9,858
<question>: What is the lowest earnings of Lee Trevino who has 28 wins? <context>: CREATE TABLE table_name_49 (earnings___ INTEGER, wins VARCHAR, player VARCHAR)
SELECT MIN(earnings___) AS $__ FROM table_name_49 WHERE wins = 28 AND player = "lee trevino"
9,859
<question>: Where is the location of attendance for the Date of december 14? <context>: CREATE TABLE table_name_1 (location_attendance VARCHAR, date VARCHAR)
SELECT location_attendance FROM table_name_1 WHERE date = "december 14"
9,860
<question>: What team has a high score with tracy mcgrady (24)? <context>: CREATE TABLE table_name_70 (team VARCHAR, high_points VARCHAR)
SELECT team FROM table_name_70 WHERE high_points = "tracy mcgrady (24)"
9,861
<question>: What location has an attendance and a score of l 90–91 (ot)? <context>: CREATE TABLE table_name_28 (location_attendance VARCHAR, score VARCHAR)
SELECT location_attendance FROM table_name_28 WHERE score = "l 90–91 (ot)"
9,862
<question>: What team has a Score of l 88–94 (ot)? <context>: CREATE TABLE table_name_98 (team VARCHAR, score VARCHAR)
SELECT team FROM table_name_98 WHERE score = "l 88–94 (ot)"
9,863
<question>: What score has hard (i) as the surface, and Columbus, Ohio as the tournament? <context>: CREATE TABLE table_name_26 (score VARCHAR, surface VARCHAR, tournament VARCHAR)
SELECT score FROM table_name_26 WHERE surface = "hard (i)" AND tournament = "columbus, ohio"
9,864
<question>: What opponent in the final has rockford, Illinois as the tournament? <context>: CREATE TABLE table_name_12 (opponent_in_the_final VARCHAR, tournament VARCHAR)
SELECT opponent_in_the_final FROM table_name_12 WHERE tournament = "rockford, illinois"
9,865
<question>: What score has zadar as the tournament? <context>: CREATE TABLE table_name_27 (score VARCHAR, tournament VARCHAR)
SELECT score FROM table_name_27 WHERE tournament = "zadar"
9,866
<question>: Players of amanda coetzer and marcos ondruska is what team? <context>: CREATE TABLE table_name_19 (team VARCHAR, players VARCHAR)
SELECT team FROM table_name_19 WHERE players = "amanda coetzer and marcos ondruska"
9,867
<question>: Players of judith wiesner and alex antonitsch had what match w-l? <context>: CREATE TABLE table_name_64 (matches_w_l VARCHAR, players VARCHAR)
SELECT matches_w_l FROM table_name_64 WHERE players = "judith wiesner and alex antonitsch"
9,868
<question>: Placing of 3 had what match w-l? <context>: CREATE TABLE table_name_20 (matches_w_l VARCHAR, placing VARCHAR)
SELECT matches_w_l FROM table_name_20 WHERE placing = 3
9,869
<question>: Matches W-L of 1-2, and a Team of spain had what seeding? <context>: CREATE TABLE table_name_41 (seeding VARCHAR, matches_w_l VARCHAR, team VARCHAR)
SELECT seeding FROM table_name_41 WHERE matches_w_l = "1-2" AND team = "spain"
9,870
<question>: Notes of bbc radio 4, and a Director of peter kavanagh includes which average year? <context>: CREATE TABLE table_name_67 (year INTEGER, notes VARCHAR, director VARCHAR)
SELECT AVG(year) FROM table_name_67 WHERE notes = "bbc radio 4" AND director = "peter kavanagh"
9,871
<question>: Title of the angry brigade involves which lowest year? <context>: CREATE TABLE table_name_49 (year INTEGER, title VARCHAR)
SELECT MIN(year) FROM table_name_49 WHERE title = "the angry brigade"
9,872
<question>: Year larger than 2008 includes which notes? <context>: CREATE TABLE table_name_35 (notes VARCHAR, year INTEGER)
SELECT notes FROM table_name_35 WHERE year > 2008
9,873
<question>: Notes of bbc radio 3, and a Title of carnival involves which director? <context>: CREATE TABLE table_name_74 (director VARCHAR, notes VARCHAR, title VARCHAR)
SELECT director FROM table_name_74 WHERE notes = "bbc radio 3" AND title = "carnival"
9,874
<question>: What was the song choice when the theme was free choice and Adeleye made it through to bootcamp? <context>: CREATE TABLE table_name_26 (song_choice VARCHAR, theme VARCHAR, result VARCHAR)
SELECT song_choice FROM table_name_26 WHERE theme = "free choice" AND result = "through to bootcamp"
9,875
<question>: What was the result of week 2? <context>: CREATE TABLE table_name_93 (result VARCHAR, week VARCHAR)
SELECT result FROM table_name_93 WHERE week = "week 2"
9,876
<question>: What was the theme for week 3? <context>: CREATE TABLE table_name_38 (theme VARCHAR, week VARCHAR)
SELECT theme FROM table_name_38 WHERE week = "week 3"
9,877
<question>: What was the theme for the final showdown (week 3)? <context>: CREATE TABLE table_name_93 (theme VARCHAR, week VARCHAR)
SELECT theme FROM table_name_93 WHERE week = "final showdown (week 3)"
9,878
<question>: What was the score of Game 2 in the series against the Florida Panthers? <context>: CREATE TABLE table_name_17 (score VARCHAR, opponent VARCHAR, game VARCHAR)
SELECT score FROM table_name_17 WHERE opponent = "florida panthers" AND game = 2
9,879
<question>: What was the score of the game that led to a 7-5 record? <context>: CREATE TABLE table_name_91 (score VARCHAR, record VARCHAR)
SELECT score FROM table_name_91 WHERE record = "7-5"
9,880
<question>: Which player is a tight end with a round higher than 3? <context>: CREATE TABLE table_name_4 (name VARCHAR, position VARCHAR, round VARCHAR)
SELECT name FROM table_name_4 WHERE position = "tight end" AND round > 3
9,881
<question>: What position does the College of Louisiana State have? <context>: CREATE TABLE table_name_89 (position VARCHAR, college VARCHAR)
SELECT position FROM table_name_89 WHERE college = "louisiana state"
9,882
<question>: How many rounds does Jamaal Charles have? <context>: CREATE TABLE table_name_13 (round VARCHAR, name VARCHAR)
SELECT COUNT(round) FROM table_name_13 WHERE name = "jamaal charles"
9,883
<question>: Who was the opponent that also has a save of Smith (26)? <context>: CREATE TABLE table_name_53 (opponent VARCHAR, save VARCHAR)
SELECT opponent FROM table_name_53 WHERE save = "smith (26)"
9,884
<question>: Which score has a save of Smith (25)? <context>: CREATE TABLE table_name_47 (score VARCHAR, save VARCHAR)
SELECT score FROM table_name_47 WHERE save = "smith (25)"
9,885
<question>: Which circuit is on July 24? <context>: CREATE TABLE table_name_77 (circuit VARCHAR, date VARCHAR)
SELECT circuit FROM table_name_77 WHERE date = "july 24"
9,886
<question>: On which date was the GT class at Monterey Sports Car Grand Prix? <context>: CREATE TABLE table_name_8 (date VARCHAR, class VARCHAR, race VARCHAR)
SELECT date FROM table_name_8 WHERE class = "gt" AND race = "monterey sports car grand prix"
9,887
<question>: What was the length for GT class at Portland International Raceway? <context>: CREATE TABLE table_name_22 (length VARCHAR, class VARCHAR, circuit VARCHAR)
SELECT length FROM table_name_22 WHERE class = "gt" AND circuit = "portland international raceway"
9,888
<question>: On what date did Contac 12 Hours of Sebring take place? <context>: CREATE TABLE table_name_21 (date VARCHAR, race VARCHAR)
SELECT date FROM table_name_21 WHERE race = "contac 12 hours of sebring"
9,889
<question>: Which Opponent has an Attendance of 24,791? <context>: CREATE TABLE table_name_94 (opponent VARCHAR, attendance VARCHAR)
SELECT opponent FROM table_name_94 WHERE attendance = "24,791"
9,890
<question>: Which Score has Opponent of mariners and a Record of 24–25? <context>: CREATE TABLE table_name_91 (score VARCHAR, opponent VARCHAR, record VARCHAR)
SELECT score FROM table_name_91 WHERE opponent = "mariners" AND record = "24–25"
9,891
<question>: When is Record of 16–16 taken? <context>: CREATE TABLE table_name_6 (date VARCHAR, record VARCHAR)
SELECT date FROM table_name_6 WHERE record = "16–16"
9,892
<question>: What was the score of the game with a record of 7–10–3–1? <context>: CREATE TABLE table_name_2 (score VARCHAR, record VARCHAR)
SELECT score FROM table_name_2 WHERE record = "7–10–3–1"
9,893
<question>: Which Year Ended has a Passenger Load Factor (%) larger than 72.8, and a Revenue (€m) smaller than 906.8? <context>: CREATE TABLE table_name_80 (year_ended VARCHAR, passenger_load_factor___percentage_ VARCHAR, revenue__€m_ VARCHAR)
SELECT year_ended FROM table_name_80 WHERE passenger_load_factor___percentage_ > 72.8 AND revenue__€m_ < 906.8
9,894
<question>: What Passenger Load Factor (%) that has a Revenue (€m) less than 958.6 and a Profit / (Loss) Before Tax (€m) of 1.1? <context>: CREATE TABLE table_name_86 (passenger_load_factor___percentage_ VARCHAR, revenue__€m_ VARCHAR, profit____loss__before_tax__€m_ VARCHAR)
SELECT passenger_load_factor___percentage_ FROM table_name_86 WHERE revenue__€m_ < 958.6 AND profit____loss__before_tax__€m_ = "1.1"
9,895
<question>: Which First used has a Quantity of 26? <context>: CREATE TABLE table_name_84 (first_used VARCHAR, quantity VARCHAR)
SELECT first_used FROM table_name_84 WHERE quantity = 26
9,896
<question>: Which Designation has a Manufacturer of siemens, and a Quantity of 52? <context>: CREATE TABLE table_name_56 (designation VARCHAR, manufacturer VARCHAR, quantity VARCHAR)
SELECT designation FROM table_name_56 WHERE manufacturer = "siemens" AND quantity = 52
9,897
<question>: Which Designation has a Quantity of 52? <context>: CREATE TABLE table_name_84 (designation VARCHAR, quantity VARCHAR)
SELECT designation FROM table_name_84 WHERE quantity = 52
9,898
<question>: Which Quantity has a Designation of type 4? <context>: CREATE TABLE table_name_82 (quantity INTEGER, designation VARCHAR)
SELECT AVG(quantity) FROM table_name_82 WHERE designation = "type 4"
9,899
<question>: Which model number does bombardier manufacture? <context>: CREATE TABLE table_name_28 (model_no VARCHAR, manufacturer VARCHAR)
SELECT model_no FROM table_name_28 WHERE manufacturer = "bombardier"