question
stringlengths
12
244
context
stringlengths
27
489
answer
stringlengths
18
557
text
stringlengths
114
1.06k
What position was played by the player during 1986 – 1991 1997 – 1999?
CREATE TABLE table_name_57 (position VARCHAR, years VARCHAR)
SELECT position FROM table_name_57 WHERE years = "1986 – 1991 1997 – 1999"
### Context: CREATE TABLE table_name_57 (position VARCHAR, years VARCHAR) ### Question: What position was played by the player during 1986 – 1991 1997 – 1999? ### Answer: SELECT position FROM table_name_57 WHERE years = "1986 – 1991 1997 – 1999"
During what years was the Jersey Numbers 34, 30 played?
CREATE TABLE table_name_13 (years VARCHAR, jersey_number_s_ VARCHAR)
SELECT years FROM table_name_13 WHERE jersey_number_s_ = "34, 30"
### Context: CREATE TABLE table_name_13 (years VARCHAR, jersey_number_s_ VARCHAR) ### Question: During what years was the Jersey Numbers 34, 30 played? ### Answer: SELECT years FROM table_name_13 WHERE jersey_number_s_ = "34, 30"
What is Record, when Opponent is San Francisco Warriors?
CREATE TABLE table_name_78 (record VARCHAR, opponent VARCHAR)
SELECT record FROM table_name_78 WHERE opponent = "san francisco warriors"
### Context: CREATE TABLE table_name_78 (record VARCHAR, opponent VARCHAR) ### Question: What is Record, when Opponent is San Francisco Warriors? ### Answer: SELECT record FROM table_name_78 WHERE opponent = "san francisco warriors"
What is H/A/N, when Date is October 31?
CREATE TABLE table_name_50 (h_a_n VARCHAR, date VARCHAR)
SELECT h_a_n FROM table_name_50 WHERE date = "october 31"
### Context: CREATE TABLE table_name_50 (h_a_n VARCHAR, date VARCHAR) ### Question: What is H/A/N, when Date is October 31? ### Answer: SELECT h_a_n FROM table_name_50 WHERE date = "october 31"
What is Score, when Opponent is Atlanta Hawks?
CREATE TABLE table_name_44 (score VARCHAR, opponent VARCHAR)
SELECT score FROM table_name_44 WHERE opponent = "atlanta hawks"
### Context: CREATE TABLE table_name_44 (score VARCHAR, opponent VARCHAR) ### Question: What is Score, when Opponent is Atlanta Hawks? ### Answer: SELECT score FROM table_name_44 WHERE opponent = "atlanta hawks"
What is H/A/N, when Record is 2-5?
CREATE TABLE table_name_74 (h_a_n VARCHAR, record VARCHAR)
SELECT h_a_n FROM table_name_74 WHERE record = "2-5"
### Context: CREATE TABLE table_name_74 (h_a_n VARCHAR, record VARCHAR) ### Question: What is H/A/N, when Record is 2-5? ### Answer: SELECT h_a_n FROM table_name_74 WHERE record = "2-5"
What is Record, when Date is October 31?
CREATE TABLE table_name_37 (record VARCHAR, date VARCHAR)
SELECT record FROM table_name_37 WHERE date = "october 31"
### Context: CREATE TABLE table_name_37 (record VARCHAR, date VARCHAR) ### Question: What is Record, when Date is October 31? ### Answer: SELECT record FROM table_name_37 WHERE date = "october 31"
What is Record, when H/A/N is n?
CREATE TABLE table_name_42 (record VARCHAR, h_a_n VARCHAR)
SELECT record FROM table_name_42 WHERE h_a_n = "n"
### Context: CREATE TABLE table_name_42 (record VARCHAR, h_a_n VARCHAR) ### Question: What is Record, when H/A/N is n? ### Answer: SELECT record FROM table_name_42 WHERE h_a_n = "n"
What was the guage of the concessionaire ferrosur roca?
CREATE TABLE table_name_8 (gauge VARCHAR, concessionaire VARCHAR)
SELECT gauge FROM table_name_8 WHERE concessionaire = "ferrosur roca"
### Context: CREATE TABLE table_name_8 (gauge VARCHAR, concessionaire VARCHAR) ### Question: What was the guage of the concessionaire ferrosur roca? ### Answer: SELECT gauge FROM table_name_8 WHERE concessionaire = "ferrosur roca"
What is the takeover date of the FA division mitre?
CREATE TABLE table_name_19 (takeover_date VARCHAR, fa_division_s_ VARCHAR)
SELECT takeover_date FROM table_name_19 WHERE fa_division_s_ = "mitre"
### Context: CREATE TABLE table_name_19 (takeover_date VARCHAR, fa_division_s_ VARCHAR) ### Question: What is the takeover date of the FA division mitre? ### Answer: SELECT takeover_date FROM table_name_19 WHERE fa_division_s_ = "mitre"
What date was the tournament in Indian Wells?
CREATE TABLE table_name_39 (date VARCHAR, tournament VARCHAR)
SELECT date FROM table_name_39 WHERE tournament = "indian wells"
### Context: CREATE TABLE table_name_39 (date VARCHAR, tournament VARCHAR) ### Question: What date was the tournament in Indian Wells? ### Answer: SELECT date FROM table_name_39 WHERE tournament = "indian wells"
Who was the opponent in the math that was played in Nice on a clay court?
CREATE TABLE table_name_23 (opponent VARCHAR, surface VARCHAR, tournament VARCHAR)
SELECT opponent FROM table_name_23 WHERE surface = "clay" AND tournament = "nice"
### Context: CREATE TABLE table_name_23 (opponent VARCHAR, surface VARCHAR, tournament VARCHAR) ### Question: Who was the opponent in the math that was played in Nice on a clay court? ### Answer: SELECT opponent FROM table_name_23 WHERE surface = "clay" AND tournament = "nice"
What was the score in the match against Sergi Bruguera?
CREATE TABLE table_name_70 (score VARCHAR, opponent VARCHAR)
SELECT score FROM table_name_70 WHERE opponent = "sergi bruguera"
### Context: CREATE TABLE table_name_70 (score VARCHAR, opponent VARCHAR) ### Question: What was the score in the match against Sergi Bruguera? ### Answer: SELECT score FROM table_name_70 WHERE opponent = "sergi bruguera"
What was the score of the tournament in Wellington?
CREATE TABLE table_name_5 (score VARCHAR, tournament VARCHAR)
SELECT score FROM table_name_5 WHERE tournament = "wellington"
### Context: CREATE TABLE table_name_5 (score VARCHAR, tournament VARCHAR) ### Question: What was the score of the tournament in Wellington? ### Answer: SELECT score FROM table_name_5 WHERE tournament = "wellington"
Which race was in round 6?
CREATE TABLE table_name_10 (race_name VARCHAR, round VARCHAR)
SELECT race_name FROM table_name_10 WHERE round = 6
### Context: CREATE TABLE table_name_10 (race_name VARCHAR, round VARCHAR) ### Question: Which race was in round 6? ### Answer: SELECT race_name FROM table_name_10 WHERE round = 6
Which round did jonathan bomarito win?
CREATE TABLE table_name_23 (round VARCHAR, winning_driver VARCHAR)
SELECT round FROM table_name_23 WHERE winning_driver = "jonathan bomarito"
### Context: CREATE TABLE table_name_23 (round VARCHAR, winning_driver VARCHAR) ### Question: Which round did jonathan bomarito win? ### Answer: SELECT round FROM table_name_23 WHERE winning_driver = "jonathan bomarito"
What race did the team Mi-Jack Conquest racing win with a pole position of andreas wirth?
CREATE TABLE table_name_16 (race_name VARCHAR, winning_team VARCHAR, pole_position VARCHAR)
SELECT race_name FROM table_name_16 WHERE winning_team = "mi-jack conquest racing" AND pole_position = "andreas wirth"
### Context: CREATE TABLE table_name_16 (race_name VARCHAR, winning_team VARCHAR, pole_position VARCHAR) ### Question: What race did the team Mi-Jack Conquest racing win with a pole position of andreas wirth? ### Answer: SELECT race_name FROM table_name_16 WHERE winning_team = "mi-jack conquest racing" AND pole_position = "andreas wirth"
What race after round 6 did Graham Rahal win with a pole position of graham rahal?
CREATE TABLE table_name_59 (race_name VARCHAR, pole_position VARCHAR, winning_driver VARCHAR, round VARCHAR)
SELECT race_name FROM table_name_59 WHERE winning_driver = "graham rahal" AND round > 6 AND pole_position = "graham rahal"
### Context: CREATE TABLE table_name_59 (race_name VARCHAR, pole_position VARCHAR, winning_driver VARCHAR, round VARCHAR) ### Question: What race after round 6 did Graham Rahal win with a pole position of graham rahal? ### Answer: SELECT race_name FROM table_name_59 WHERE winning_driver = "graham rahal" AND round > 6 AND pole_position = "graham rahal"
What pole position did 2006 gehl championship finale have?
CREATE TABLE table_name_82 (pole_position VARCHAR, race_name VARCHAR)
SELECT pole_position FROM table_name_82 WHERE race_name = "2006 gehl championship finale"
### Context: CREATE TABLE table_name_82 (pole_position VARCHAR, race_name VARCHAR) ### Question: What pole position did 2006 gehl championship finale have? ### Answer: SELECT pole_position FROM table_name_82 WHERE race_name = "2006 gehl championship finale"
who is the player when the place is t5 and the score is 69-74=143?
CREATE TABLE table_name_26 (player VARCHAR, place VARCHAR, score VARCHAR)
SELECT player FROM table_name_26 WHERE place = "t5" AND score = 69 - 74 = 143
### Context: CREATE TABLE table_name_26 (player VARCHAR, place VARCHAR, score VARCHAR) ### Question: who is the player when the place is t5 and the score is 69-74=143? ### Answer: SELECT player FROM table_name_26 WHERE place = "t5" AND score = 69 - 74 = 143
what is the score when the country is united states, the to par is +2 and the player is phil hancock?
CREATE TABLE table_name_49 (score VARCHAR, player VARCHAR, country VARCHAR, to_par VARCHAR)
SELECT score FROM table_name_49 WHERE country = "united states" AND to_par = "+2" AND player = "phil hancock"
### Context: CREATE TABLE table_name_49 (score VARCHAR, player VARCHAR, country VARCHAR, to_par VARCHAR) ### Question: what is the score when the country is united states, the to par is +2 and the player is phil hancock? ### Answer: SELECT score FROM table_name_49 WHERE country = "united states" AND to_par = "+2" AND player = "phil hancock"
what is the place for gary player?
CREATE TABLE table_name_98 (place VARCHAR, player VARCHAR)
SELECT place FROM table_name_98 WHERE player = "gary player"
### Context: CREATE TABLE table_name_98 (place VARCHAR, player VARCHAR) ### Question: what is the place for gary player? ### Answer: SELECT place FROM table_name_98 WHERE player = "gary player"
what is the place when the score is 70-72=142?
CREATE TABLE table_name_48 (place VARCHAR, score VARCHAR)
SELECT place FROM table_name_48 WHERE score = 70 - 72 = 142
### Context: CREATE TABLE table_name_48 (place VARCHAR, score VARCHAR) ### Question: what is the place when the score is 70-72=142? ### Answer: SELECT place FROM table_name_48 WHERE score = 70 - 72 = 142
what is the place when the score is 70-70=140?
CREATE TABLE table_name_53 (place VARCHAR, score VARCHAR)
SELECT place FROM table_name_53 WHERE score = 70 - 70 = 140
### Context: CREATE TABLE table_name_53 (place VARCHAR, score VARCHAR) ### Question: what is the place when the score is 70-70=140? ### Answer: SELECT place FROM table_name_53 WHERE score = 70 - 70 = 140
who is the player when the country is united states and the score is 71-73=144?
CREATE TABLE table_name_93 (player VARCHAR, country VARCHAR, score VARCHAR)
SELECT player FROM table_name_93 WHERE country = "united states" AND score = 71 - 73 = 144
### Context: CREATE TABLE table_name_93 (player VARCHAR, country VARCHAR, score VARCHAR) ### Question: who is the player when the country is united states and the score is 71-73=144? ### Answer: SELECT player FROM table_name_93 WHERE country = "united states" AND score = 71 - 73 = 144
What school or team is in a round below 5 with a pick of 2?
CREATE TABLE table_name_57 (school_club_team VARCHAR, round VARCHAR, pick VARCHAR)
SELECT school_club_team FROM table_name_57 WHERE round < 5 AND pick = 2
### Context: CREATE TABLE table_name_57 (school_club_team VARCHAR, round VARCHAR, pick VARCHAR) ### Question: What school or team is in a round below 5 with a pick of 2? ### Answer: SELECT school_club_team FROM table_name_57 WHERE round < 5 AND pick = 2
Who is the player with a pick less than 234 and a quarterback position?
CREATE TABLE table_name_55 (player VARCHAR, pick VARCHAR, position VARCHAR)
SELECT player FROM table_name_55 WHERE pick < 234 AND position = "quarterback"
### Context: CREATE TABLE table_name_55 (player VARCHAR, pick VARCHAR, position VARCHAR) ### Question: Who is the player with a pick less than 234 and a quarterback position? ### Answer: SELECT player FROM table_name_55 WHERE pick < 234 AND position = "quarterback"
Who is the player in tight end position in a round below 12 that has a pick greater than 17?
CREATE TABLE table_name_81 (player VARCHAR, position VARCHAR, pick VARCHAR, round VARCHAR)
SELECT player FROM table_name_81 WHERE pick > 17 AND round < 12 AND position = "tight end"
### Context: CREATE TABLE table_name_81 (player VARCHAR, position VARCHAR, pick VARCHAR, round VARCHAR) ### Question: Who is the player in tight end position in a round below 12 that has a pick greater than 17? ### Answer: SELECT player FROM table_name_81 WHERE pick > 17 AND round < 12 AND position = "tight end"
How many picks does Auburn have?
CREATE TABLE table_name_47 (pick VARCHAR, school_club_team VARCHAR)
SELECT COUNT(pick) FROM table_name_47 WHERE school_club_team = "auburn"
### Context: CREATE TABLE table_name_47 (pick VARCHAR, school_club_team VARCHAR) ### Question: How many picks does Auburn have? ### Answer: SELECT COUNT(pick) FROM table_name_47 WHERE school_club_team = "auburn"
What is the career for 2007 3r, and 1999 1r?
CREATE TABLE table_name_80 (career VARCHAR)
SELECT career FROM table_name_80 WHERE 2007 = "3r" AND 1999 = "1r"
### Context: CREATE TABLE table_name_80 (career VARCHAR) ### Question: What is the career for 2007 3r, and 1999 1r? ### Answer: SELECT career FROM table_name_80 WHERE 2007 = "3r" AND 1999 = "1r"
What is the career for the 2006 3r, and the 1999 2r?
CREATE TABLE table_name_70 (career VARCHAR)
SELECT career FROM table_name_70 WHERE 2006 = "3r" AND 1999 = "2r"
### Context: CREATE TABLE table_name_70 (career VARCHAR) ### Question: What is the career for the 2006 3r, and the 1999 2r? ### Answer: SELECT career FROM table_name_70 WHERE 2006 = "3r" AND 1999 = "2r"
Who in 2009, has a 2003 2r and a 2000 2r?
CREATE TABLE table_name_64 (Id VARCHAR)
SELECT 2009 FROM table_name_64 WHERE 2003 = "2r" AND 2000 = "2r"
### Context: CREATE TABLE table_name_64 (Id VARCHAR) ### Question: Who in 2009, has a 2003 2r and a 2000 2r? ### Answer: SELECT 2009 FROM table_name_64 WHERE 2003 = "2r" AND 2000 = "2r"
What is Result/Score, when Year is greater than 2005, and when Opponent is #8 Arkansas #1 Memphis?
CREATE TABLE table_name_92 (result_score VARCHAR, year VARCHAR, opponent VARCHAR)
SELECT result_score FROM table_name_92 WHERE year > 2005 AND opponent = "#8 arkansas #1 memphis"
### Context: CREATE TABLE table_name_92 (result_score VARCHAR, year VARCHAR, opponent VARCHAR) ### Question: What is Result/Score, when Year is greater than 2005, and when Opponent is #8 Arkansas #1 Memphis? ### Answer: SELECT result_score FROM table_name_92 WHERE year > 2005 AND opponent = "#8 arkansas #1 memphis"
What is the highest Year, when Opponent is #2 Syracuse?
CREATE TABLE table_name_52 (year INTEGER, opponent VARCHAR)
SELECT MAX(year) FROM table_name_52 WHERE opponent = "#2 syracuse"
### Context: CREATE TABLE table_name_52 (year INTEGER, opponent VARCHAR) ### Question: What is the highest Year, when Opponent is #2 Syracuse? ### Answer: SELECT MAX(year) FROM table_name_52 WHERE opponent = "#2 syracuse"
What is Round when Year is 1987?
CREATE TABLE table_name_92 (round VARCHAR, year VARCHAR)
SELECT round FROM table_name_92 WHERE year = 1987
### Context: CREATE TABLE table_name_92 (round VARCHAR, year VARCHAR) ### Question: What is Round when Year is 1987? ### Answer: SELECT round FROM table_name_92 WHERE year = 1987
What is the sum of Year, when Opponent is #3 UCONN?
CREATE TABLE table_name_40 (year INTEGER, opponent VARCHAR)
SELECT SUM(year) FROM table_name_40 WHERE opponent = "#3 uconn"
### Context: CREATE TABLE table_name_40 (year INTEGER, opponent VARCHAR) ### Question: What is the sum of Year, when Opponent is #3 UCONN? ### Answer: SELECT SUM(year) FROM table_name_40 WHERE opponent = "#3 uconn"
What's the longitude named zipaltonal fluctus in 1997 with a diameter smaller than 490?
CREATE TABLE table_name_41 (longitude VARCHAR, name VARCHAR, year_named VARCHAR, diameter__km_ VARCHAR)
SELECT longitude FROM table_name_41 WHERE year_named = 1997 AND diameter__km_ < 490 AND name = "zipaltonal fluctus"
### Context: CREATE TABLE table_name_41 (longitude VARCHAR, name VARCHAR, year_named VARCHAR, diameter__km_ VARCHAR) ### Question: What's the longitude named zipaltonal fluctus in 1997 with a diameter smaller than 490? ### Answer: SELECT longitude FROM table_name_41 WHERE year_named = 1997 AND diameter__km_ < 490 AND name = "zipaltonal fluctus"
What's the diameter of kaiwan fluctus?
CREATE TABLE table_name_30 (diameter__km_ VARCHAR, name VARCHAR)
SELECT diameter__km_ FROM table_name_30 WHERE name = "kaiwan fluctus"
### Context: CREATE TABLE table_name_30 (diameter__km_ VARCHAR, name VARCHAR) ### Question: What's the diameter of kaiwan fluctus? ### Answer: SELECT diameter__km_ FROM table_name_30 WHERE name = "kaiwan fluctus"
In what game did the New York Rangers play against the Chicago Black Hawks?
CREATE TABLE table_name_5 (game VARCHAR, opponent VARCHAR)
SELECT game FROM table_name_5 WHERE opponent = "chicago black hawks"
### Context: CREATE TABLE table_name_5 (game VARCHAR, opponent VARCHAR) ### Question: In what game did the New York Rangers play against the Chicago Black Hawks? ### Answer: SELECT game FROM table_name_5 WHERE opponent = "chicago black hawks"
WHAT IS THE SCORE FOR GREG NORMAN?
CREATE TABLE table_name_29 (score VARCHAR, player VARCHAR)
SELECT score FROM table_name_29 WHERE player = "greg norman"
### Context: CREATE TABLE table_name_29 (score VARCHAR, player VARCHAR) ### Question: WHAT IS THE SCORE FOR GREG NORMAN? ### Answer: SELECT score FROM table_name_29 WHERE player = "greg norman"
WHAT IS THE PLAYER WITH A TO PAR OF E, AND SCORE OF 68-72=140?
CREATE TABLE table_name_2 (player VARCHAR, to_par VARCHAR, score VARCHAR)
SELECT player FROM table_name_2 WHERE to_par = "e" AND score = 68 - 72 = 140
### Context: CREATE TABLE table_name_2 (player VARCHAR, to_par VARCHAR, score VARCHAR) ### Question: WHAT IS THE PLAYER WITH A TO PAR OF E, AND SCORE OF 68-72=140? ### Answer: SELECT player FROM table_name_2 WHERE to_par = "e" AND score = 68 - 72 = 140
WHAT IS THE TO PAR WITH T5 PLACE, AND PLAYER MARK MCCUMBER?
CREATE TABLE table_name_68 (to_par VARCHAR, place VARCHAR, player VARCHAR)
SELECT to_par FROM table_name_68 WHERE place = "t5" AND player = "mark mccumber"
### Context: CREATE TABLE table_name_68 (to_par VARCHAR, place VARCHAR, player VARCHAR) ### Question: WHAT IS THE TO PAR WITH T5 PLACE, AND PLAYER MARK MCCUMBER? ### Answer: SELECT to_par FROM table_name_68 WHERE place = "t5" AND player = "mark mccumber"
When was the microprocessor with 1.65–1.7 v, a mult of 4.5Γ—, and a slot 1 socket released?
CREATE TABLE table_name_43 (release_date VARCHAR, socket VARCHAR, voltage VARCHAR, mult VARCHAR)
SELECT release_date FROM table_name_43 WHERE voltage = "1.65–1.7 v" AND mult = "4.5Γ—" AND socket = "slot 1"
### Context: CREATE TABLE table_name_43 (release_date VARCHAR, socket VARCHAR, voltage VARCHAR, mult VARCHAR) ### Question: When was the microprocessor with 1.65–1.7 v, a mult of 4.5Γ—, and a slot 1 socket released? ### Answer: SELECT release_date FROM table_name_43 WHERE voltage = "1.65–1.7 v" AND mult = "4.5Γ—" AND socket = "slot 1"
What is the voltage of the Pentiumiii866 microprocessor with a socket 370?
CREATE TABLE table_name_8 (voltage VARCHAR, socket VARCHAR, model_number VARCHAR)
SELECT voltage FROM table_name_8 WHERE socket = "socket 370" AND model_number = "pentiumiii866"
### Context: CREATE TABLE table_name_8 (voltage VARCHAR, socket VARCHAR, model_number VARCHAR) ### Question: What is the voltage of the Pentiumiii866 microprocessor with a socket 370? ### Answer: SELECT voltage FROM table_name_8 WHERE socket = "socket 370" AND model_number = "pentiumiii866"
What kind of socket is on the microprocessor with a part number of 80526pz533256?
CREATE TABLE table_name_28 (socket VARCHAR, part_number_s_ VARCHAR)
SELECT socket FROM table_name_28 WHERE part_number_s_ = "80526pz533256"
### Context: CREATE TABLE table_name_28 (socket VARCHAR, part_number_s_ VARCHAR) ### Question: What kind of socket is on the microprocessor with a part number of 80526pz533256? ### Answer: SELECT socket FROM table_name_28 WHERE part_number_s_ = "80526pz533256"
What is the Date of the match with Opponent in the final Kenneth Carlsen?
CREATE TABLE table_name_41 (date VARCHAR, opponent_in_the_final VARCHAR)
SELECT date FROM table_name_41 WHERE opponent_in_the_final = "kenneth carlsen"
### Context: CREATE TABLE table_name_41 (date VARCHAR, opponent_in_the_final VARCHAR) ### Question: What is the Date of the match with Opponent in the final Kenneth Carlsen? ### Answer: SELECT date FROM table_name_41 WHERE opponent_in_the_final = "kenneth carlsen"
What is the Date of the match with a Score in the final of 6–3, 6–3, 2–6, 6–4?
CREATE TABLE table_name_9 (date VARCHAR, score_in_the_final VARCHAR)
SELECT date FROM table_name_9 WHERE score_in_the_final = "6–3, 6–3, 2–6, 6–4"
### Context: CREATE TABLE table_name_9 (date VARCHAR, score_in_the_final VARCHAR) ### Question: What is the Date of the match with a Score in the final of 6–3, 6–3, 2–6, 6–4? ### Answer: SELECT date FROM table_name_9 WHERE score_in_the_final = "6–3, 6–3, 2–6, 6–4"
How many games did they lose when they tied less than 2 games?
CREATE TABLE table_name_39 (lost VARCHAR, draw INTEGER)
SELECT lost FROM table_name_39 WHERE draw < 2
### Context: CREATE TABLE table_name_39 (lost VARCHAR, draw INTEGER) ### Question: How many games did they lose when they tied less than 2 games? ### Answer: SELECT lost FROM table_name_39 WHERE draw < 2
What is the least ties when they played less than 14 games, and a lost less than 8 of them?
CREATE TABLE table_name_7 (draw INTEGER, played VARCHAR, lost VARCHAR)
SELECT MIN(draw) FROM table_name_7 WHERE played < 14 AND lost < 8
### Context: CREATE TABLE table_name_7 (draw INTEGER, played VARCHAR, lost VARCHAR) ### Question: What is the least ties when they played less than 14 games, and a lost less than 8 of them? ### Answer: SELECT MIN(draw) FROM table_name_7 WHERE played < 14 AND lost < 8
What is the lowest number of games played where they tied more than 7 of them?
CREATE TABLE table_name_92 (played INTEGER, draw INTEGER)
SELECT MIN(played) FROM table_name_92 WHERE draw > 7
### Context: CREATE TABLE table_name_92 (played INTEGER, draw INTEGER) ### Question: What is the lowest number of games played where they tied more than 7 of them? ### Answer: SELECT MIN(played) FROM table_name_92 WHERE draw > 7
What is the highest Against where they lost less than 20 games, tied more than 2 of them, and they had Favour less than 11?
CREATE TABLE table_name_85 (against INTEGER, favour VARCHAR, lost VARCHAR, draw VARCHAR)
SELECT MAX(against) FROM table_name_85 WHERE lost < 20 AND draw > 2 AND favour < 11
### Context: CREATE TABLE table_name_85 (against INTEGER, favour VARCHAR, lost VARCHAR, draw VARCHAR) ### Question: What is the highest Against where they lost less than 20 games, tied more than 2 of them, and they had Favour less than 11? ### Answer: SELECT MAX(against) FROM table_name_85 WHERE lost < 20 AND draw > 2 AND favour < 11
WHAT IS THE SCORE FOR 2010 fifa world cup qualification?
CREATE TABLE table_name_28 (score VARCHAR, competition VARCHAR)
SELECT score FROM table_name_28 WHERE competition = "2010 fifa world cup qualification"
### Context: CREATE TABLE table_name_28 (score VARCHAR, competition VARCHAR) ### Question: WHAT IS THE SCORE FOR 2010 fifa world cup qualification? ### Answer: SELECT score FROM table_name_28 WHERE competition = "2010 fifa world cup qualification"
What is the latest year rafael nadal was in the French Open, Roger Federer was in Wimbledon, and Roger Federer was in the Australian Open?
CREATE TABLE table_name_71 (year INTEGER, australian_open VARCHAR, french_open VARCHAR, wimbledon VARCHAR)
SELECT MAX(year) FROM table_name_71 WHERE french_open = "rafael nadal" AND wimbledon = "roger federer" AND australian_open = "roger federer"
### Context: CREATE TABLE table_name_71 (year INTEGER, australian_open VARCHAR, french_open VARCHAR, wimbledon VARCHAR) ### Question: What is the latest year rafael nadal was in the French Open, Roger Federer was in Wimbledon, and Roger Federer was in the Australian Open? ### Answer: SELECT MAX(year) FROM table_name_71 WHERE french_open = "rafael nadal" AND wimbledon = "roger federer" AND australian_open = "roger federer"
What is the total number of years Andy Murray was at Wimbledon?
CREATE TABLE table_name_27 (year VARCHAR, wimbledon VARCHAR)
SELECT COUNT(year) FROM table_name_27 WHERE wimbledon = "andy murray"
### Context: CREATE TABLE table_name_27 (year VARCHAR, wimbledon VARCHAR) ### Question: What is the total number of years Andy Murray was at Wimbledon? ### Answer: SELECT COUNT(year) FROM table_name_27 WHERE wimbledon = "andy murray"
What is the Australian open in 2010?
CREATE TABLE table_name_71 (australian_open VARCHAR, year VARCHAR)
SELECT australian_open FROM table_name_71 WHERE year = 2010
### Context: CREATE TABLE table_name_71 (australian_open VARCHAR, year VARCHAR) ### Question: What is the Australian open in 2010? ### Answer: SELECT australian_open FROM table_name_71 WHERE year = 2010
What is the highest loss with a long more than 61?
CREATE TABLE table_name_1 (loss INTEGER, long INTEGER)
SELECT MAX(loss) FROM table_name_1 WHERE long > 61
### Context: CREATE TABLE table_name_1 (loss INTEGER, long INTEGER) ### Question: What is the highest loss with a long more than 61? ### Answer: SELECT MAX(loss) FROM table_name_1 WHERE long > 61
What is the long with a loss lower than 133 and more than 0 gain with an avg/G of 29.8?
CREATE TABLE table_name_10 (long INTEGER, avg_g VARCHAR, loss VARCHAR, gain VARCHAR)
SELECT AVG(long) FROM table_name_10 WHERE loss < 133 AND gain > 0 AND avg_g = 29.8
### Context: CREATE TABLE table_name_10 (long INTEGER, avg_g VARCHAR, loss VARCHAR, gain VARCHAR) ### Question: What is the long with a loss lower than 133 and more than 0 gain with an avg/G of 29.8? ### Answer: SELECT AVG(long) FROM table_name_10 WHERE loss < 133 AND gain > 0 AND avg_g = 29.8
What is the lowest long with an avg/G more than -2.2 and a total name and a gain of more than 2,488?
CREATE TABLE table_name_60 (long INTEGER, gain VARCHAR, avg_g VARCHAR, name VARCHAR)
SELECT MIN(long) FROM table_name_60 WHERE avg_g > -2.2 AND name = "total" AND gain > 2 OFFSET 488
### Context: CREATE TABLE table_name_60 (long INTEGER, gain VARCHAR, avg_g VARCHAR, name VARCHAR) ### Question: What is the lowest long with an avg/G more than -2.2 and a total name and a gain of more than 2,488? ### Answer: SELECT MIN(long) FROM table_name_60 WHERE avg_g > -2.2 AND name = "total" AND gain > 2 OFFSET 488
What is the network brand name of the company vodafone group in Germany?
CREATE TABLE table_name_45 (network_brand_name VARCHAR, company_name VARCHAR, country VARCHAR)
SELECT network_brand_name FROM table_name_45 WHERE company_name = "vodafone group" AND country = "germany"
### Context: CREATE TABLE table_name_45 (network_brand_name VARCHAR, company_name VARCHAR, country VARCHAR) ### Question: What is the network brand name of the company vodafone group in Germany? ### Answer: SELECT network_brand_name FROM table_name_45 WHERE company_name = "vodafone group" AND country = "germany"
What is the accreditation level of the network brand Movistar?
CREATE TABLE table_name_76 (accreditation_level VARCHAR, network_brand_name VARCHAR)
SELECT accreditation_level FROM table_name_76 WHERE network_brand_name = "movistar"
### Context: CREATE TABLE table_name_76 (accreditation_level VARCHAR, network_brand_name VARCHAR) ### Question: What is the accreditation level of the network brand Movistar? ### Answer: SELECT accreditation_level FROM table_name_76 WHERE network_brand_name = "movistar"
What date was Movistar accredited?
CREATE TABLE table_name_6 (date VARCHAR, network_brand_name VARCHAR)
SELECT date FROM table_name_6 WHERE network_brand_name = "movistar"
### Context: CREATE TABLE table_name_6 (date VARCHAR, network_brand_name VARCHAR) ### Question: What date was Movistar accredited? ### Answer: SELECT date FROM table_name_6 WHERE network_brand_name = "movistar"
What is the accreditation type of Vodacom Group PTY LTD (Vodafone group)?
CREATE TABLE table_name_22 (accreditation_type VARCHAR, company_name VARCHAR)
SELECT accreditation_type FROM table_name_22 WHERE company_name = "vodacom group pty ltd (vodafone group)"
### Context: CREATE TABLE table_name_22 (accreditation_type VARCHAR, company_name VARCHAR) ### Question: What is the accreditation type of Vodacom Group PTY LTD (Vodafone group)? ### Answer: SELECT accreditation_type FROM table_name_22 WHERE company_name = "vodacom group pty ltd (vodafone group)"
What is Deutsche Telekom's accreditation type?
CREATE TABLE table_name_88 (accreditation_type VARCHAR, network_brand_name VARCHAR)
SELECT accreditation_type FROM table_name_88 WHERE network_brand_name = "deutsche telekom"
### Context: CREATE TABLE table_name_88 (accreditation_type VARCHAR, network_brand_name VARCHAR) ### Question: What is Deutsche Telekom's accreditation type? ### Answer: SELECT accreditation_type FROM table_name_88 WHERE network_brand_name = "deutsche telekom"
What was the Location and Attendance of Game 6?
CREATE TABLE table_name_51 (location_attendance VARCHAR, game VARCHAR)
SELECT location_attendance FROM table_name_51 WHERE game = 6
### Context: CREATE TABLE table_name_51 (location_attendance VARCHAR, game VARCHAR) ### Question: What was the Location and Attendance of Game 6? ### Answer: SELECT location_attendance FROM table_name_51 WHERE game = 6
What inclination has a semimajor axis of 20 au?
CREATE TABLE table_name_16 (inclination VARCHAR, semimajor_axis___au__ VARCHAR)
SELECT inclination FROM table_name_16 WHERE semimajor_axis___au__ = "20 au"
### Context: CREATE TABLE table_name_16 (inclination VARCHAR, semimajor_axis___au__ VARCHAR) ### Question: What inclination has a semimajor axis of 20 au? ### Answer: SELECT inclination FROM table_name_16 WHERE semimajor_axis___au__ = "20 au"
What is the eccentricity when the semimajor axis is 20 au?
CREATE TABLE table_name_75 (eccentricity VARCHAR, semimajor_axis___au__ VARCHAR)
SELECT eccentricity FROM table_name_75 WHERE semimajor_axis___au__ = "20 au"
### Context: CREATE TABLE table_name_75 (eccentricity VARCHAR, semimajor_axis___au__ VARCHAR) ### Question: What is the eccentricity when the semimajor axis is 20 au? ### Answer: SELECT eccentricity FROM table_name_75 WHERE semimajor_axis___au__ = "20 au"
What is Score, when Team is "Indiana"?
CREATE TABLE table_name_7 (score VARCHAR, team VARCHAR)
SELECT score FROM table_name_7 WHERE team = "indiana"
### Context: CREATE TABLE table_name_7 (score VARCHAR, team VARCHAR) ### Question: What is Score, when Team is "Indiana"? ### Answer: SELECT score FROM table_name_7 WHERE team = "indiana"
What is Date, when Game is "8"?
CREATE TABLE table_name_48 (date VARCHAR, game VARCHAR)
SELECT date FROM table_name_48 WHERE game = 8
### Context: CREATE TABLE table_name_48 (date VARCHAR, game VARCHAR) ### Question: What is Date, when Game is "8"? ### Answer: SELECT date FROM table_name_48 WHERE game = 8
What is High Assists, when Date is "November 1"?
CREATE TABLE table_name_18 (high_assists VARCHAR, date VARCHAR)
SELECT high_assists FROM table_name_18 WHERE date = "november 1"
### Context: CREATE TABLE table_name_18 (high_assists VARCHAR, date VARCHAR) ### Question: What is High Assists, when Date is "November 1"? ### Answer: SELECT high_assists FROM table_name_18 WHERE date = "november 1"
Who was the winner on a hard surface on the week of November 13?
CREATE TABLE table_name_30 (winner VARCHAR, surface VARCHAR, week VARCHAR)
SELECT winner FROM table_name_30 WHERE surface = "hard" AND week = "november 13"
### Context: CREATE TABLE table_name_30 (winner VARCHAR, surface VARCHAR, week VARCHAR) ### Question: Who was the winner on a hard surface on the week of November 13? ### Answer: SELECT winner FROM table_name_30 WHERE surface = "hard" AND week = "november 13"
Which player had a conference of PAC-10 and position of G?
CREATE TABLE table_name_56 (player VARCHAR, conf VARCHAR, pos VARCHAR)
SELECT player FROM table_name_56 WHERE conf = "pac-10" AND pos = "g"
### Context: CREATE TABLE table_name_56 (player VARCHAR, conf VARCHAR, pos VARCHAR) ### Question: Which player had a conference of PAC-10 and position of G? ### Answer: SELECT player FROM table_name_56 WHERE conf = "pac-10" AND pos = "g"
Which player had a position of OL from Ohio State?
CREATE TABLE table_name_65 (player VARCHAR, pos VARCHAR, college VARCHAR)
SELECT player FROM table_name_65 WHERE pos = "ol" AND college = "ohio state"
### Context: CREATE TABLE table_name_65 (player VARCHAR, pos VARCHAR, college VARCHAR) ### Question: Which player had a position of OL from Ohio State? ### Answer: SELECT player FROM table_name_65 WHERE pos = "ol" AND college = "ohio state"
Which player had a position of QB for Texas Tech?
CREATE TABLE table_name_84 (player VARCHAR, pos VARCHAR, college VARCHAR)
SELECT player FROM table_name_84 WHERE pos = "qb" AND college = "texas tech"
### Context: CREATE TABLE table_name_84 (player VARCHAR, pos VARCHAR, college VARCHAR) ### Question: Which player had a position of QB for Texas Tech? ### Answer: SELECT player FROM table_name_84 WHERE pos = "qb" AND college = "texas tech"
Can you tell me the Opponent that has the Round of 3?
CREATE TABLE table_name_30 (opponent VARCHAR, round VARCHAR)
SELECT opponent FROM table_name_30 WHERE round = 3
### Context: CREATE TABLE table_name_30 (opponent VARCHAR, round VARCHAR) ### Question: Can you tell me the Opponent that has the Round of 3? ### Answer: SELECT opponent FROM table_name_30 WHERE round = 3
What is the main use for the structure listed in walker city, iowa?
CREATE TABLE table_name_25 (main_use VARCHAR, town VARCHAR)
SELECT main_use FROM table_name_25 WHERE town = "walker city, iowa"
### Context: CREATE TABLE table_name_25 (main_use VARCHAR, town VARCHAR) ### Question: What is the main use for the structure listed in walker city, iowa? ### Answer: SELECT main_use FROM table_name_25 WHERE town = "walker city, iowa"
What year was the structure in greensboro, north carolina considered tallest?
CREATE TABLE table_name_16 (year VARCHAR, town VARCHAR)
SELECT year FROM table_name_16 WHERE town = "greensboro, north carolina"
### Context: CREATE TABLE table_name_16 (year VARCHAR, town VARCHAR) ### Question: What year was the structure in greensboro, north carolina considered tallest? ### Answer: SELECT year FROM table_name_16 WHERE town = "greensboro, north carolina"
What was the earliest year that a structure was located in gray court, south carolina?
CREATE TABLE table_name_63 (year INTEGER, town VARCHAR)
SELECT MIN(year) FROM table_name_63 WHERE town = "gray court, south carolina"
### Context: CREATE TABLE table_name_63 (year INTEGER, town VARCHAR) ### Question: What was the earliest year that a structure was located in gray court, south carolina? ### Answer: SELECT MIN(year) FROM table_name_63 WHERE town = "gray court, south carolina"
What is the main use of the structure that was in redfield, arkansas before 2004?
CREATE TABLE table_name_77 (main_use VARCHAR, year VARCHAR, town VARCHAR)
SELECT main_use FROM table_name_77 WHERE year < 2004 AND town = "redfield, arkansas"
### Context: CREATE TABLE table_name_77 (main_use VARCHAR, year VARCHAR, town VARCHAR) ### Question: What is the main use of the structure that was in redfield, arkansas before 2004? ### Answer: SELECT main_use FROM table_name_77 WHERE year < 2004 AND town = "redfield, arkansas"
How far did the pilot go when averaging 124.1km/h?
CREATE TABLE table_name_44 (distance VARCHAR, speed VARCHAR)
SELECT distance FROM table_name_44 WHERE speed = "124.1km/h"
### Context: CREATE TABLE table_name_44 (distance VARCHAR, speed VARCHAR) ### Question: How far did the pilot go when averaging 124.1km/h? ### Answer: SELECT distance FROM table_name_44 WHERE speed = "124.1km/h"
What was sebastian kawa's average speed with Diana 2?
CREATE TABLE table_name_36 (speed VARCHAR, glider VARCHAR, pilot VARCHAR)
SELECT speed FROM table_name_36 WHERE glider = "diana 2" AND pilot = "sebastian kawa"
### Context: CREATE TABLE table_name_36 (speed VARCHAR, glider VARCHAR, pilot VARCHAR) ### Question: What was sebastian kawa's average speed with Diana 2? ### Answer: SELECT speed FROM table_name_36 WHERE glider = "diana 2" AND pilot = "sebastian kawa"
What glider did thomas gostner pilot?
CREATE TABLE table_name_84 (glider VARCHAR, pilot VARCHAR)
SELECT glider FROM table_name_84 WHERE pilot = "thomas gostner"
### Context: CREATE TABLE table_name_84 (glider VARCHAR, pilot VARCHAR) ### Question: What glider did thomas gostner pilot? ### Answer: SELECT glider FROM table_name_84 WHERE pilot = "thomas gostner"
Which Run 4 has a Final of 8:16.28?
CREATE TABLE table_name_22 (run_4 VARCHAR, final VARCHAR)
SELECT run_4 FROM table_name_22 WHERE final = "8:16.28"
### Context: CREATE TABLE table_name_22 (run_4 VARCHAR, final VARCHAR) ### Question: Which Run 4 has a Final of 8:16.28? ### Answer: SELECT run_4 FROM table_name_22 WHERE final = "8:16.28"
Which Run 4 has Athletes of hubert stevens & curtis stevens?
CREATE TABLE table_name_46 (run_4 VARCHAR, athletes VARCHAR)
SELECT run_4 FROM table_name_46 WHERE athletes = "hubert stevens & curtis stevens"
### Context: CREATE TABLE table_name_46 (run_4 VARCHAR, athletes VARCHAR) ### Question: Which Run 4 has Athletes of hubert stevens & curtis stevens? ### Answer: SELECT run_4 FROM table_name_46 WHERE athletes = "hubert stevens & curtis stevens"
Which Run 2 has a Rank of 4?
CREATE TABLE table_name_9 (run_2 VARCHAR, rank VARCHAR)
SELECT run_2 FROM table_name_9 WHERE rank = "4"
### Context: CREATE TABLE table_name_9 (run_2 VARCHAR, rank VARCHAR) ### Question: Which Run 2 has a Rank of 4? ### Answer: SELECT run_2 FROM table_name_9 WHERE rank = "4"
Which Athletes have a Rank of bronze?
CREATE TABLE table_name_44 (athletes VARCHAR, rank VARCHAR)
SELECT athletes FROM table_name_44 WHERE rank = "bronze"
### Context: CREATE TABLE table_name_44 (athletes VARCHAR, rank VARCHAR) ### Question: Which Athletes have a Rank of bronze? ### Answer: SELECT athletes FROM table_name_44 WHERE rank = "bronze"
Which Athletes have a Run 2 of 2:21.82?
CREATE TABLE table_name_39 (athletes VARCHAR, run_2 VARCHAR)
SELECT athletes FROM table_name_39 WHERE run_2 = "2:21.82"
### Context: CREATE TABLE table_name_39 (athletes VARCHAR, run_2 VARCHAR) ### Question: Which Athletes have a Run 2 of 2:21.82? ### Answer: SELECT athletes FROM table_name_39 WHERE run_2 = "2:21.82"
Which Run 3 has a Run 1 of 2:20.10?
CREATE TABLE table_name_13 (run_3 VARCHAR, run_1 VARCHAR)
SELECT run_3 FROM table_name_13 WHERE run_1 = "2:20.10"
### Context: CREATE TABLE table_name_13 (run_3 VARCHAR, run_1 VARCHAR) ### Question: Which Run 3 has a Run 1 of 2:20.10? ### Answer: SELECT run_3 FROM table_name_13 WHERE run_1 = "2:20.10"
What percentage did Republish Christopher Reed receive when the lead margin was smaller than 16?
CREATE TABLE table_name_25 (republican VARCHAR, lead_margin INTEGER)
SELECT republican AS :_christopher_reed FROM table_name_25 WHERE lead_margin < 16
### Context: CREATE TABLE table_name_25 (republican VARCHAR, lead_margin INTEGER) ### Question: What percentage did Republish Christopher Reed receive when the lead margin was smaller than 16? ### Answer: SELECT republican AS :_christopher_reed FROM table_name_25 WHERE lead_margin < 16
What was Democrat: Tom Harkin's percentage when the poll source was Rasmussen Reports and the lead margin was 14?
CREATE TABLE table_name_77 (democrat VARCHAR, poll_source VARCHAR, lead_margin VARCHAR)
SELECT democrat AS :_tom_harkin FROM table_name_77 WHERE poll_source = "rasmussen reports" AND lead_margin = 14
### Context: CREATE TABLE table_name_77 (democrat VARCHAR, poll_source VARCHAR, lead_margin VARCHAR) ### Question: What was Democrat: Tom Harkin's percentage when the poll source was Rasmussen Reports and the lead margin was 14? ### Answer: SELECT democrat AS :_tom_harkin FROM table_name_77 WHERE poll_source = "rasmussen reports" AND lead_margin = 14
What were the dates administered when the lead margin was larger than 14 and the poll source was Research 2000?
CREATE TABLE table_name_72 (dates_administered VARCHAR, lead_margin VARCHAR, poll_source VARCHAR)
SELECT dates_administered FROM table_name_72 WHERE lead_margin > 14 AND poll_source = "research 2000"
### Context: CREATE TABLE table_name_72 (dates_administered VARCHAR, lead_margin VARCHAR, poll_source VARCHAR) ### Question: What were the dates administered when the lead margin was larger than 14 and the poll source was Research 2000? ### Answer: SELECT dates_administered FROM table_name_72 WHERE lead_margin > 14 AND poll_source = "research 2000"
What is Olivier Jacque's Time/Retired?
CREATE TABLE table_name_43 (time_retired VARCHAR, rider VARCHAR)
SELECT time_retired FROM table_name_43 WHERE rider = "olivier jacque"
### Context: CREATE TABLE table_name_43 (time_retired VARCHAR, rider VARCHAR) ### Question: What is Olivier Jacque's Time/Retired? ### Answer: SELECT time_retired FROM table_name_43 WHERE rider = "olivier jacque"
Which manufacturer is grid 11?
CREATE TABLE table_name_93 (manufacturer VARCHAR, grid VARCHAR)
SELECT manufacturer FROM table_name_93 WHERE grid = "11"
### Context: CREATE TABLE table_name_93 (manufacturer VARCHAR, grid VARCHAR) ### Question: Which manufacturer is grid 11? ### Answer: SELECT manufacturer FROM table_name_93 WHERE grid = "11"
Which manufacturer does Loris Capirossi ride for?
CREATE TABLE table_name_13 (manufacturer VARCHAR, rider VARCHAR)
SELECT manufacturer FROM table_name_13 WHERE rider = "loris capirossi"
### Context: CREATE TABLE table_name_13 (manufacturer VARCHAR, rider VARCHAR) ### Question: Which manufacturer does Loris Capirossi ride for? ### Answer: SELECT manufacturer FROM table_name_13 WHERE rider = "loris capirossi"
Which manufacturer has 8 laps?
CREATE TABLE table_name_18 (manufacturer VARCHAR, laps VARCHAR)
SELECT manufacturer FROM table_name_18 WHERE laps = "8"
### Context: CREATE TABLE table_name_18 (manufacturer VARCHAR, laps VARCHAR) ### Question: Which manufacturer has 8 laps? ### Answer: SELECT manufacturer FROM table_name_18 WHERE laps = "8"
How many laps does grid 4 have?
CREATE TABLE table_name_74 (laps VARCHAR, grid VARCHAR)
SELECT laps FROM table_name_74 WHERE grid = "4"
### Context: CREATE TABLE table_name_74 (laps VARCHAR, grid VARCHAR) ### Question: How many laps does grid 4 have? ### Answer: SELECT laps FROM table_name_74 WHERE grid = "4"
Which rider's manufacturer is Honda and has 28 laps and a grid of 1?
CREATE TABLE table_name_35 (rider VARCHAR, grid VARCHAR, laps VARCHAR, manufacturer VARCHAR)
SELECT rider FROM table_name_35 WHERE laps = "28" AND manufacturer = "honda" AND grid = "1"
### Context: CREATE TABLE table_name_35 (rider VARCHAR, grid VARCHAR, laps VARCHAR, manufacturer VARCHAR) ### Question: Which rider's manufacturer is Honda and has 28 laps and a grid of 1? ### Answer: SELECT rider FROM table_name_35 WHERE laps = "28" AND manufacturer = "honda" AND grid = "1"
What is the 2006 sum with a rank 1 and more than 6758845 in 1996?
CREATE TABLE table_name_38 (rank VARCHAR)
SELECT SUM(2006) FROM table_name_38 WHERE rank = 1 AND 1996 > 6758845
### Context: CREATE TABLE table_name_38 (rank VARCHAR) ### Question: What is the 2006 sum with a rank 1 and more than 6758845 in 1996? ### Answer: SELECT SUM(2006) FROM table_name_38 WHERE rank = 1 AND 1996 > 6758845
What is the total number in 2006, which has an official foundation of municipality of 1918?
CREATE TABLE table_name_95 (date_of_official_foundation_of_municipality VARCHAR)
SELECT COUNT(2006) FROM table_name_95 WHERE date_of_official_foundation_of_municipality = 1918
### Context: CREATE TABLE table_name_95 (date_of_official_foundation_of_municipality VARCHAR) ### Question: What is the total number in 2006, which has an official foundation of municipality of 1918? ### Answer: SELECT COUNT(2006) FROM table_name_95 WHERE date_of_official_foundation_of_municipality = 1918
What is teh average rank of the city of mashhad, which had less than 667770 in 1976?
CREATE TABLE table_name_97 (rank INTEGER, city VARCHAR)
SELECT AVG(rank) FROM table_name_97 WHERE city = "mashhad" AND 1976 < 667770
### Context: CREATE TABLE table_name_97 (rank INTEGER, city VARCHAR) ### Question: What is teh average rank of the city of mashhad, which had less than 667770 in 1976? ### Answer: SELECT AVG(rank) FROM table_name_97 WHERE city = "mashhad" AND 1976 < 667770
What is the average rank of the province alborz, which had more than 14526 in 1956?
CREATE TABLE table_name_95 (rank INTEGER, province VARCHAR)
SELECT AVG(rank) FROM table_name_95 WHERE province = "alborz" AND 1956 > 14526
### Context: CREATE TABLE table_name_95 (rank INTEGER, province VARCHAR) ### Question: What is the average rank of the province alborz, which had more than 14526 in 1956? ### Answer: SELECT AVG(rank) FROM table_name_95 WHERE province = "alborz" AND 1956 > 14526