Unnamed: 0
int64
0
60k
input
stringlengths
76
562
answer
stringlengths
18
557
40,700
<question>: What is the date of the game when the home team is melbourne? <context>: CREATE TABLE table_29090919_1 (date VARCHAR, home_team VARCHAR)
SELECT date FROM table_29090919_1 WHERE home_team = "Melbourne"
40,701
<question>: Name the singer for 1.45m <context>: CREATE TABLE table_29135051_2 (singer_s_ VARCHAR, ratings VARCHAR)
SELECT singer_s_ FROM table_29135051_2 WHERE ratings = "1.45m"
40,702
<question>: Name the singer for joe wilkinson <context>: CREATE TABLE table_29135051_2 (singer_s_ VARCHAR, comedian VARCHAR)
SELECT singer_s_ FROM table_29135051_2 WHERE comedian = "Joe Wilkinson"
40,703
<question>: Name the singer for bruce forsyth <context>: CREATE TABLE table_29135051_2 (singer_s_ VARCHAR, guest_s_ VARCHAR)
SELECT singer_s_ FROM table_29135051_2 WHERE guest_s_ = "Bruce Forsyth"
40,704
<question>: Name the number of ratings for bruce forsyth <context>: CREATE TABLE table_29135051_2 (ratings VARCHAR, guest_s_ VARCHAR)
SELECT COUNT(ratings) FROM table_29135051_2 WHERE guest_s_ = "Bruce Forsyth"
40,705
<question>: Name the guest for 1.64m ratings <context>: CREATE TABLE table_29135051_2 (guest_s_ VARCHAR, ratings VARCHAR)
SELECT guest_s_ FROM table_29135051_2 WHERE ratings = "1.64m"
40,706
<question>: What was the constructor in the Belgian Grand Prix round? <context>: CREATE TABLE table_2911781_3 (constructor VARCHAR, grand_prix VARCHAR)
SELECT constructor FROM table_2911781_3 WHERE grand_prix = "Belgian grand_prix"
40,707
<question>: Who had the fastest lap in round 15? <context>: CREATE TABLE table_2911781_3 (fastest_lap VARCHAR, rd VARCHAR)
SELECT fastest_lap FROM table_2911781_3 WHERE rd = 15
40,708
<question>: When was the home team Essendon? <context>: CREATE TABLE table_29126507_1 (date VARCHAR, home_team VARCHAR)
SELECT date FROM table_29126507_1 WHERE home_team = "Essendon"
40,709
<question>: When Richmond played as the away team, what was the ground? <context>: CREATE TABLE table_29126507_1 (ground VARCHAR, away_team VARCHAR)
SELECT ground FROM table_29126507_1 WHERE away_team = "Richmond"
40,710
<question>: When did Fitzroy play as the home team? <context>: CREATE TABLE table_29126507_1 (date VARCHAR, home_team VARCHAR)
SELECT date FROM table_29126507_1 WHERE home_team = "Fitzroy"
40,711
<question>: what was the result on 01x06 <context>: CREATE TABLE table_29141354_1 (scores VARCHAR, episode VARCHAR)
SELECT scores FROM table_29141354_1 WHERE episode = "01x06"
40,712
<question>: what was the size when tom daley appeared <context>: CREATE TABLE table_29141354_1 (episode VARCHAR, jamie_and_johns_guest VARCHAR)
SELECT episode FROM table_29141354_1 WHERE jamie_and_johns_guest = "Tom Daley"
40,713
<question>: How many scores had an episode of 03x06? <context>: CREATE TABLE table_29141354_3 (scores VARCHAR, episode VARCHAR)
SELECT COUNT(scores) FROM table_29141354_3 WHERE episode = "03x06"
40,714
<question>: When id the episode broadcast with Mark Webber as Jamie and John's guest? <context>: CREATE TABLE table_29141354_4 (first_broadcast VARCHAR, jamie_and_johns_guest VARCHAR)
SELECT first_broadcast FROM table_29141354_4 WHERE jamie_and_johns_guest = "Mark Webber"
40,715
<question>: What date did the episode with Andy Murray as Jamie and John's guest first broadcast? <context>: CREATE TABLE table_29141354_4 (first_broadcast VARCHAR, jamie_and_johns_guest VARCHAR)
SELECT first_broadcast FROM table_29141354_4 WHERE jamie_and_johns_guest = "Andy Murray"
40,716
<question>: How many items are listed under 'andrew and georgies guest lee mack replaced andrew flint as team captain for one week' for episode 04x04? <context>: CREATE TABLE table_29141354_4 (_episode_2 VARCHAR, andrew_and_georgies_guest_lee_mack_replaced_andrew_flintoff_as_team_captain_for_one_week_in_series_4 VARCHAR, episode VARCHAR)
SELECT COUNT(andrew_and_georgies_guest_lee_mack_replaced_andrew_flintoff_as_team_captain_for_one_week_in_series_4), _episode_2 FROM table_29141354_4 WHERE episode = "04x04"
40,717
<question>: who guest starred on the episode with a 1.44m rating <context>: CREATE TABLE table_29135051_3 (guest_s_ VARCHAR, ratings VARCHAR)
SELECT guest_s_ FROM table_29135051_3 WHERE ratings = "1.44m"
40,718
<question>: when was the episode on which barbara windsor and heston blumenthal guest starred broadcasted <context>: CREATE TABLE table_29135051_3 (broadcast_date VARCHAR, guest_s_ VARCHAR)
SELECT broadcast_date FROM table_29135051_3 WHERE guest_s_ = "Barbara Windsor and Heston Blumenthal"
40,719
<question>: how many broadcaste dates features the overtones <context>: CREATE TABLE table_29135051_3 (broadcast_date VARCHAR, singer_s_ VARCHAR)
SELECT COUNT(broadcast_date) FROM table_29135051_3 WHERE singer_s_ = "The Overtones"
40,720
<question>: how many guest stars did the episode that was broadcasted 11september2012 have <context>: CREATE TABLE table_29135051_3 (guest_s_ VARCHAR, broadcast_date VARCHAR)
SELECT COUNT(guest_s_) FROM table_29135051_3 WHERE broadcast_date = "11September2012"
40,721
<question>: when was the episode guest starring michael mcintyre and alex james broadcasted <context>: CREATE TABLE table_29135051_3 (broadcast_date VARCHAR, guest_s_ VARCHAR)
SELECT broadcast_date FROM table_29135051_3 WHERE guest_s_ = "Michael McIntyre and Alex James"
40,722
<question>: which episode did sarah millican and grayson perry appear in <context>: CREATE TABLE table_29135051_3 (episode INTEGER, guest_s_ VARCHAR)
SELECT MIN(episode) FROM table_29135051_3 WHERE guest_s_ = "Sarah Millican and Grayson Perry"
40,723
<question>: When were episodes first broadcast with jessica ennis as andrew and jacks guest? <context>: CREATE TABLE table_29141354_5 (first_broadcast VARCHAR, andrew_and_jacks_guest VARCHAR)
SELECT first_broadcast FROM table_29141354_5 WHERE andrew_and_jacks_guest = "Jessica Ennis"
40,724
<question>: Who directed the episode that is written by Eli Attie and production code is 2t5018? <context>: CREATE TABLE table_29152820_1 (directed_by VARCHAR, written_by VARCHAR, production_code VARCHAR)
SELECT directed_by FROM table_29152820_1 WHERE written_by = "Eli Attie" AND production_code = "2T5018"
40,725
<question>: How many episodes are 122 in the series? <context>: CREATE TABLE table_29152820_1 (no_in_season VARCHAR, no_in_series VARCHAR)
SELECT COUNT(no_in_season) FROM table_29152820_1 WHERE no_in_series = 122
40,726
<question>: What was the score for the episode with Matt Smith as Andrew and Jack's guest? <context>: CREATE TABLE table_29141354_7 (scores VARCHAR, andrew_and_jacks_guest VARCHAR)
SELECT scores FROM table_29141354_7 WHERE andrew_and_jacks_guest = "Matt Smith"
40,727
<question>: When was the episode with Amy Williams as Andrew and Jack's guest broadcast? <context>: CREATE TABLE table_29141354_7 (first_broadcast VARCHAR, andrew_and_jacks_guest VARCHAR)
SELECT first_broadcast FROM table_29141354_7 WHERE andrew_and_jacks_guest = "Amy Williams"
40,728
<question>: What is the last episode in the season that had 3.91 million viewers in the US? <context>: CREATE TABLE table_29154676_1 (season_no INTEGER, us_viewers__millions_ VARCHAR)
SELECT MIN(season_no) FROM table_29154676_1 WHERE us_viewers__millions_ = "3.91"
40,729
<question>: How many episodes were written by Warren Leight? <context>: CREATE TABLE table_29154676_1 (season_no VARCHAR, written_by VARCHAR)
SELECT COUNT(season_no) FROM table_29154676_1 WHERE written_by = "Warren Leight"
40,730
<question>: How many championships were there where the score was 4–6, 7–6 (7–5) , [5–10]? <context>: CREATE TABLE table_29163303_4 (championship VARCHAR, score VARCHAR)
SELECT COUNT(championship) FROM table_29163303_4 WHERE score = "4–6, 7–6 (7–5) , [5–10]"
40,731
<question>: On what surface was it the year when the score was 6–1, 4–6, [12–10]? <context>: CREATE TABLE table_29163303_4 (surface VARCHAR, score VARCHAR)
SELECT surface FROM table_29163303_4 WHERE score = "6–1, 4–6, [12–10]"
40,732
<question>: How many times has the score been 6–4, 3–6, [11–13]? <context>: CREATE TABLE table_29163303_4 (opponent VARCHAR, score VARCHAR)
SELECT COUNT(opponent) FROM table_29163303_4 WHERE score = "6–4, 3–6, [11–13]"
40,733
<question>: Who are the outgoing head coaches whose manner of departure is Gardening Leave 1? <context>: CREATE TABLE table_29171931_3 (outgoing_head_coach VARCHAR, manner_of_departure VARCHAR)
SELECT outgoing_head_coach FROM table_29171931_3 WHERE manner_of_departure = "Gardening leave 1"
40,734
<question>: Who was the incoming head coach after Wan Jamak Wan Hassan quit the coaching job? <context>: CREATE TABLE table_29171931_3 (incoming_head_coach VARCHAR, outgoing_head_coach VARCHAR)
SELECT incoming_head_coach FROM table_29171931_3 WHERE outgoing_head_coach = "Wan Jamak Wan Hassan"
40,735
<question>: Who had the fastest lap in round 1? <context>: CREATE TABLE table_29162856_1 (fastest_lap VARCHAR, round VARCHAR)
SELECT fastest_lap FROM table_29162856_1 WHERE round = 1
40,736
<question>: Who had the pole position when matt davies had the fastest lap? <context>: CREATE TABLE table_29162856_1 (pole_position VARCHAR, fastest_lap VARCHAR)
SELECT pole_position FROM table_29162856_1 WHERE fastest_lap = "Matt Davies"
40,737
<question>: Who had the pole position(s) when rob guiver won and kyle ryde had the fastest lap? <context>: CREATE TABLE table_29162856_1 (pole_position VARCHAR, winning_rider VARCHAR, fastest_lap VARCHAR)
SELECT pole_position FROM table_29162856_1 WHERE winning_rider = "Rob Guiver" AND fastest_lap = "Kyle Ryde"
40,738
<question>: What is the earliest year in which the result is championship US Open (2)? <context>: CREATE TABLE table_29163303_2 (year INTEGER, championship VARCHAR)
SELECT MIN(year) FROM table_29163303_2 WHERE championship = "US Open (2)"
40,739
<question>: Who was Bob Bryan's partner in the Championship where the result is US Open (2)? <context>: CREATE TABLE table_29163303_2 (partner VARCHAR, championship VARCHAR)
SELECT partner FROM table_29163303_2 WHERE championship = "US Open (2)"
40,740
<question>: What are the results of those matches where the championship is French Open? <context>: CREATE TABLE table_29163303_2 (score VARCHAR, championship VARCHAR)
SELECT score FROM table_29163303_2 WHERE championship = "French Open"
40,741
<question>: on how many days did the episode written by harold hayes jr. & craig s. phillips originally air <context>: CREATE TABLE table_29196086_4 (original_air_date VARCHAR, written_by VARCHAR)
SELECT COUNT(original_air_date) FROM table_29196086_4 WHERE written_by = "Harold Hayes Jr. & Craig S. Phillips"
40,742
<question>: how many episodes originally aired january19,2013 <context>: CREATE TABLE table_29196086_4 (no_in_series VARCHAR, original_air_date VARCHAR)
SELECT COUNT(no_in_series) FROM table_29196086_4 WHERE original_air_date = "January19,2013"
40,743
<question>: which episode of the season aired on october20,2012 <context>: CREATE TABLE table_29196086_4 (no_in_season INTEGER, original_air_date VARCHAR)
SELECT MAX(no_in_season) FROM table_29196086_4 WHERE original_air_date = "October20,2012"
40,744
<question>: Which team was the opponent in game 5? <context>: CREATE TABLE table_29181479_3 (team VARCHAR, game VARCHAR)
SELECT team FROM table_29181479_3 WHERE game = 5
40,745
<question>: Lis the series for game 5. <context>: CREATE TABLE table_29181479_5 (series VARCHAR, game VARCHAR)
SELECT series FROM table_29181479_5 WHERE game = 5
40,746
<question>: What was the final in the game that boris diaw (34) scored the most points? <context>: CREATE TABLE table_29181479_5 (score VARCHAR, high_points VARCHAR)
SELECT score FROM table_29181479_5 WHERE high_points = "Boris Diaw (34)"
40,747
<question>: What is the figure for December 28 for ang tanging ina mo (last na 'to!)? <context>: CREATE TABLE table_29217650_1 (december_28 VARCHAR, movies VARCHAR)
SELECT december_28 FROM table_29217650_1 WHERE movies = "Ang Tanging Ina Mo (Last na 'To!)"
40,748
<question>: What is the figure for December 27 for ang tanging ina mo (last na 'to!)? <context>: CREATE TABLE table_29217650_1 (december_27 VARCHAR, movies VARCHAR)
SELECT december_27 FROM table_29217650_1 WHERE movies = "Ang Tanging Ina Mo (Last na 'To!)"
40,749
<question>: How many figures are provided for December 28 for Rosario? <context>: CREATE TABLE table_29217650_1 (december_28 VARCHAR, movies VARCHAR)
SELECT COUNT(december_28) FROM table_29217650_1 WHERE movies = "Rosario"
40,750
<question>: What film earmed p3.2 million on December 25? <context>: CREATE TABLE table_29217650_1 (movies VARCHAR, december_25 VARCHAR)
SELECT movies FROM table_29217650_1 WHERE december_25 = "P3.2 million"
40,751
<question>: What was the Friday June 3 practice time of the rider who did 20' 50.45 108.623mph on Thursday, June 2? <context>: CREATE TABLE table_29218221_3 (fri_3_june VARCHAR, thurs_2_june VARCHAR)
SELECT fri_3_june FROM table_29218221_3 WHERE thurs_2_june = "20' 50.45 108.623mph"
40,752
<question>: What's the Wednesday, June 1 practice time for the rider that did 21' 05.87 107.300mph on Thursday, June 2? <context>: CREATE TABLE table_29218221_3 (wed_1_june VARCHAR, thurs_2_june VARCHAR)
SELECT wed_1_june FROM table_29218221_3 WHERE thurs_2_june = "21' 05.87 107.300mph"
40,753
<question>: How many people wrote episode 9 in the season that was directed by Ernest Dickerson? <context>: CREATE TABLE table_29219286_1 (written_by VARCHAR, directed_by VARCHAR, no_in_season VARCHAR)
SELECT COUNT(written_by) FROM table_29219286_1 WHERE directed_by = "Ernest Dickerson" AND no_in_season = 9
40,754
<question>: Who wrote the episode that was directed by Milan Cheylov? <context>: CREATE TABLE table_29219286_1 (written_by VARCHAR, directed_by VARCHAR)
SELECT written_by FROM table_29219286_1 WHERE directed_by = "Milan Cheylov"
40,755
<question>: Who was the EP winning team when the CP winning team was Dave Clark and the GM winning team was Stuart Northrup? <context>: CREATE TABLE table_29225103_2 (ep_winning_team VARCHAR, cp_winning_team VARCHAR, gm_winning_team VARCHAR)
SELECT ep_winning_team FROM table_29225103_2 WHERE cp_winning_team = "Dave Clark" AND gm_winning_team = "Stuart Northrup"
40,756
<question>: Who was the CM winning team when the FM winning team was #17 Elva - Ford? <context>: CREATE TABLE table_29225103_2 (cm_winning_team VARCHAR, fm_winning_team VARCHAR)
SELECT cm_winning_team FROM table_29225103_2 WHERE fm_winning_team = "#17 Elva - Ford"
40,757
<question>: Who the GM winning team when the EP winning team was #37 Porsche? <context>: CREATE TABLE table_29225103_2 (gm_winning_team VARCHAR, ep_winning_team VARCHAR)
SELECT gm_winning_team FROM table_29225103_2 WHERE ep_winning_team = "#37 Porsche"
40,758
<question>: Who was the EP winning team when the FM winning team was Brabham - Ford and the HM winning team was Osca? <context>: CREATE TABLE table_29225103_2 (ep_winning_team VARCHAR, fm_winning_team VARCHAR, hm_winning_team VARCHAR)
SELECT ep_winning_team FROM table_29225103_2 WHERE fm_winning_team = "Brabham - Ford" AND hm_winning_team = "Osca"
40,759
<question>: Who was the HP winning team when the EP winning team was Hans Zereis and the GM winning team was Charles Gibson? <context>: CREATE TABLE table_29225103_2 (hp_winning_team VARCHAR, ep_winning_team VARCHAR, gm_winning_team VARCHAR)
SELECT hp_winning_team FROM table_29225103_2 WHERE ep_winning_team = "Hans Zereis" AND gm_winning_team = "Charles Gibson"
40,760
<question>: what was the name of the team opponent to elfsborg <context>: CREATE TABLE table_29261823_10 (team VARCHAR, opponent VARCHAR)
SELECT team FROM table_29261823_10 WHERE opponent = "Elfsborg"
40,761
<question>: what is the name of the team which aggregate score is l 1–2 <context>: CREATE TABLE table_29261823_10 (team VARCHAR, aggregate_score VARCHAR)
SELECT team FROM table_29261823_10 WHERE aggregate_score = "L 1–2"
40,762
<question>: what is the aggregate score for the europa league play off round contest and round <context>: CREATE TABLE table_29261823_10 (aggregate_score VARCHAR, contest_and_round VARCHAR)
SELECT aggregate_score FROM table_29261823_10 WHERE contest_and_round = "Europa League Play Off Round"
40,763
<question>: How many dollars is listed under Sydney when the distance is 10km? <context>: CREATE TABLE table_2923917_4 (sydney VARCHAR, distance VARCHAR)
SELECT sydney FROM table_2923917_4 WHERE distance = "10km"
40,764
<question>: How many distance places have brisbane at $3.80? <context>: CREATE TABLE table_2923917_4 (distance VARCHAR, brisbane VARCHAR)
SELECT COUNT(distance) FROM table_2923917_4 WHERE brisbane = "$3.80"
40,765
<question>: How many listings under Melbourne has a distance at 15km? <context>: CREATE TABLE table_2923917_4 (melbourne VARCHAR, distance VARCHAR)
SELECT COUNT(melbourne) FROM table_2923917_4 WHERE distance = "15km"
40,766
<question>: What is the distance when brisbane is $4.80? <context>: CREATE TABLE table_2923917_4 (distance VARCHAR, brisbane VARCHAR)
SELECT distance FROM table_2923917_4 WHERE brisbane = "$4.80"
40,767
<question>: What is the distance when brisbane is $5.20? <context>: CREATE TABLE table_2923917_4 (distance VARCHAR, brisbane VARCHAR)
SELECT distance FROM table_2923917_4 WHERE brisbane = "$5.20"
40,768
<question>: How many scores did Helen Sildna give when Iiris Vesik gave a 3? <context>: CREATE TABLE table_29261215_4 (helen_sildna VARCHAR, iiris_vesik VARCHAR)
SELECT COUNT(helen_sildna) FROM table_29261215_4 WHERE iiris_vesik = 3
40,769
<question>: What is the maximum points received when Peeter Vähl gave a 9? <context>: CREATE TABLE table_29261215_4 (points INTEGER, peeter_vähi VARCHAR)
SELECT MIN(points) FROM table_29261215_4 WHERE peeter_vähi = 9
40,770
<question>: Who is the manager for the fc inter club? <context>: CREATE TABLE table_29250534_1 (manager VARCHAR, club VARCHAR)
SELECT manager FROM table_29250534_1 WHERE club = "FC Inter"
40,771
<question>: Which club is at the location of kuopio? <context>: CREATE TABLE table_29250534_1 (club VARCHAR, location VARCHAR)
SELECT club FROM table_29250534_1 WHERE location = "Kuopio"
40,772
<question>: How many stadiums have haka as the club? <context>: CREATE TABLE table_29250534_1 (stadium VARCHAR, club VARCHAR)
SELECT COUNT(stadium) FROM table_29250534_1 WHERE club = "Haka"
40,773
<question>: Who is the artist 2 on the setlist where the artist 1 is Sparfunk & D-Code? <context>: CREATE TABLE table_29264319_1 (artist_2 VARCHAR, artist_1 VARCHAR)
SELECT artist_2 FROM table_29264319_1 WHERE artist_1 = "Sparfunk & D-Code"
40,774
<question>: Who is the mix artist for the closing party setlist where artist 1 is Dillinja and Skibadee? <context>: CREATE TABLE table_29264319_1 (mix_artist VARCHAR, setlist VARCHAR, artist_1 VARCHAR)
SELECT mix_artist FROM table_29264319_1 WHERE setlist = "Closing Party" AND artist_1 = "Dillinja and Skibadee"
40,775
<question>: On how many different dates was the episode written by Charlie Day aired for the first time? <context>: CREATE TABLE table_29273115_1 (original_air_date VARCHAR, written_by VARCHAR)
SELECT COUNT(original_air_date) FROM table_29273115_1 WHERE written_by = "Charlie Day"
40,776
<question>: Who are the writers of the episode with production code IP02009? <context>: CREATE TABLE table_29273115_1 (written_by VARCHAR, production_code VARCHAR)
SELECT written_by FROM table_29273115_1 WHERE production_code = "IP02009"
40,777
<question>: How many different titles does the episode with production code IP02003 have? <context>: CREATE TABLE table_29273115_1 (title VARCHAR, production_code VARCHAR)
SELECT COUNT(title) FROM table_29273115_1 WHERE production_code = "IP02003"
40,778
<question>: Who wrote the episode with a production code of ip03007? <context>: CREATE TABLE table_29273182_1 (written_by VARCHAR, production_code VARCHAR)
SELECT written_by FROM table_29273182_1 WHERE production_code = "IP03007"
40,779
<question>: What is the name of episode number 29 in the series? <context>: CREATE TABLE table_29273182_1 (title VARCHAR, no_in_series VARCHAR)
SELECT title FROM table_29273182_1 WHERE no_in_series = 29
40,780
<question>: Who wrote the episode with ip03012 as the production code? <context>: CREATE TABLE table_29273182_1 (written_by VARCHAR, production_code VARCHAR)
SELECT written_by FROM table_29273182_1 WHERE production_code = "IP03012"
40,781
<question>: Who directed the episode with production code ip03010? <context>: CREATE TABLE table_29273182_1 (directed_by VARCHAR, production_code VARCHAR)
SELECT directed_by FROM table_29273182_1 WHERE production_code = "IP03010"
40,782
<question>: What is the least amount in each season? <context>: CREATE TABLE table_29273390_1 (no_in_season INTEGER)
SELECT MIN(no_in_season) FROM table_29273390_1
40,783
<question>: Who directed an episode with 1.19 million? <context>: CREATE TABLE table_29273390_1 (directed_by VARCHAR, us_viewers__million_ VARCHAR)
SELECT directed_by FROM table_29273390_1 WHERE us_viewers__million_ = "1.19"
40,784
<question>: At what location was the March 17 race held? <context>: CREATE TABLE table_29285076_2 (location VARCHAR, date VARCHAR)
SELECT location FROM table_29285076_2 WHERE date = "March 17"
40,785
<question>: What location did Zach Veach have the fastest lap? <context>: CREATE TABLE table_29285076_2 (location VARCHAR, fastest_lap VARCHAR)
SELECT location FROM table_29285076_2 WHERE fastest_lap = "Zach Veach"
40,786
<question>: Where was the race with Luke Ellery as fastest lap and Wayne Boyd as winning driver? <context>: CREATE TABLE table_29285076_2 (location VARCHAR, fastest_lap VARCHAR, winning_driver VARCHAR)
SELECT location FROM table_29285076_2 WHERE fastest_lap = "Luke Ellery" AND winning_driver = "Wayne Boyd"
40,787
<question>: When 318676 is the population of 2010 and 1st class is the income classification what is the area in kilometers squared? <context>: CREATE TABLE table_29289372_1 (area__km²_ VARCHAR, income_classification VARCHAR, population__2010_ VARCHAR)
SELECT area__km²_ FROM table_29289372_1 WHERE income_classification = "1st Class" AND population__2010_ = 318676
40,788
<question>: When itogon, benguet is the city/municipality and 1st class is the income classification how many measurements of population in 2010? <context>: CREATE TABLE table_29289372_1 (population__2010_ VARCHAR, income_classification VARCHAR, city_municipality VARCHAR)
SELECT COUNT(population__2010_) FROM table_29289372_1 WHERE income_classification = "1st Class" AND city_municipality = "Itogon, Benguet"
40,789
<question>: When 82.74 is the area in kilometers squared what is the pop.density (per km2)? <context>: CREATE TABLE table_29289372_1 (pop_density__per_km²_ VARCHAR, area__km²_ VARCHAR)
SELECT pop_density__per_km²_ FROM table_29289372_1 WHERE area__km²_ = "82.74"
40,790
<question>: When 106 is the area in kilometers squared what is the city/municipality? <context>: CREATE TABLE table_29289372_1 (city_municipality VARCHAR, area__km²_ VARCHAR)
SELECT city_municipality FROM table_29289372_1 WHERE area__km²_ = "106"
40,791
<question>: How many episodes have the production code ip04004? <context>: CREATE TABLE table_29273243_1 (title VARCHAR, production_code VARCHAR)
SELECT COUNT(title) FROM table_29273243_1 WHERE production_code = "IP04004"
40,792
<question>: Who wrote episode number 11? <context>: CREATE TABLE table_29273243_1 (written_by VARCHAR, no_in_season VARCHAR)
SELECT written_by FROM table_29273243_1 WHERE no_in_season = 11
40,793
<question>: Who was the challenger when guillaume brahimi was the iron chef? <context>: CREATE TABLE table_29281529_2 (challenger VARCHAR, iron_chef VARCHAR)
SELECT challenger FROM table_29281529_2 WHERE iron_chef = "Guillaume Brahimi"
40,794
<question>: Who was the iron chef when herb Faust was the challenger? <context>: CREATE TABLE table_29281529_2 (iron_chef VARCHAR, challenger VARCHAR)
SELECT iron_chef FROM table_29281529_2 WHERE challenger = "Herb Faust"
40,795
<question>: What date did the episode air when guy grossi won? <context>: CREATE TABLE table_29281529_2 (airdate VARCHAR, winner VARCHAR)
SELECT airdate FROM table_29281529_2 WHERE winner = "Guy Grossi"
40,796
<question>: Who played Lily Cahill in the Australian 2012 production? <context>: CREATE TABLE table_29289213_1 (australian_cast VARCHAR, _2012 VARCHAR, character VARCHAR)
SELECT australian_cast, _2012 FROM table_29289213_1 WHERE character = "Lily Cahill"
40,797
<question>: which tournament was the champion nick saviano florin segărceanu 6–3, 6–4? <context>: CREATE TABLE table_29296103_10 (tournament VARCHAR, champion VARCHAR)
SELECT tournament FROM table_29296103_10 WHERE champion = "Nick Saviano Florin Segărceanu 6–3, 6–4"
40,798
<question>: Which tournament was runner-up paul annacone eric korita? <context>: CREATE TABLE table_29296103_10 (tournament VARCHAR, runner_up VARCHAR)
SELECT tournament FROM table_29296103_10 WHERE runner_up = "Paul Annacone Eric Korita"
40,799
<question>: Who were the semifinalists when sammy giammalva was runner-up? <context>: CREATE TABLE table_29296103_10 (semifinalists VARCHAR, runner_up VARCHAR)
SELECT semifinalists FROM table_29296103_10 WHERE runner_up = "Sammy Giammalva"