Unnamed: 0
int64
0
60k
input
stringlengths
76
562
answer
stringlengths
18
557
28,700
<question>: HOW MANY GAMES WERE LOST BY 12 POINTS? <context>: CREATE TABLE table_12807904_3 (points_for VARCHAR, lost VARCHAR)
SELECT COUNT(points_for) FROM table_12807904_3 WHERE lost = "12"
28,701
<question>: What was the number of earnings were cuts made are 19 and money list rank is 3? <context>: CREATE TABLE table_12821159_14 (earnings__€_ VARCHAR, cuts_made VARCHAR, money_list_rank VARCHAR)
SELECT earnings__€_ FROM table_12821159_14 WHERE cuts_made = 19 AND money_list_rank = 3
28,702
<question>: what are all the barrel lengths whith the name ar-15a3 competition hbar <context>: CREATE TABLE table_12834315_2 (barrel_length VARCHAR, name VARCHAR)
SELECT barrel_length FROM table_12834315_2 WHERE name = "AR-15A3 Competition HBAR"
28,703
<question>: What is the fire control for the sporter target <context>: CREATE TABLE table_12834315_2 (fire_control VARCHAR, name VARCHAR)
SELECT fire_control FROM table_12834315_2 WHERE name = "Sporter Target"
28,704
<question>: What is the days with rain figure for the city of Santiago de Compostela? <context>: CREATE TABLE table_12837_1 (days_with_rain__year_summer_ VARCHAR, city_town VARCHAR)
SELECT days_with_rain__year_summer_ FROM table_12837_1 WHERE city_town = "Santiago de Compostela"
28,705
<question>: How many rain figures are provided for sunlight hours in 1966? <context>: CREATE TABLE table_12837_1 (rain VARCHAR, sunlight_hours VARCHAR)
SELECT COUNT(rain) FROM table_12837_1 WHERE sunlight_hours = 1966
28,706
<question>: What is the value of barrel twist when the barrel profile is SFW? <context>: CREATE TABLE table_12834315_8 (barrel_twist VARCHAR, barrel_profile VARCHAR)
SELECT barrel_twist FROM table_12834315_8 WHERE barrel_profile = "SFW"
28,707
<question>: What kind of hand guards are associated with a rear sight of A1 and stock of A2? <context>: CREATE TABLE table_12834315_8 (hand_guards VARCHAR, rear_sight VARCHAR, stock VARCHAR)
SELECT hand_guards FROM table_12834315_8 WHERE rear_sight = "A1" AND stock = "A2"
28,708
<question>: How many inches is the barrel length when the rear sight is weaver and the barrel profile is A2? <context>: CREATE TABLE table_12834315_8 (barrel_length VARCHAR, rear_sight VARCHAR, barrel_profile VARCHAR)
SELECT barrel_length FROM table_12834315_8 WHERE rear_sight = "Weaver" AND barrel_profile = "A2"
28,709
<question>: What is the muzzle device on the colt model le1020? <context>: CREATE TABLE table_12834315_5 (muzzle_device VARCHAR, colt_model_no VARCHAR)
SELECT muzzle_device FROM table_12834315_5 WHERE colt_model_no = "LE1020"
28,710
<question>: What is the barrell profile that goes with the gas piston carbine? <context>: CREATE TABLE table_12834315_5 (barrel_profile VARCHAR, name VARCHAR)
SELECT barrel_profile FROM table_12834315_5 WHERE name = "Gas Piston Carbine"
28,711
<question>: What models have an a2 barrel profile? <context>: CREATE TABLE table_12834315_5 (name VARCHAR, barrel_profile VARCHAR)
SELECT name FROM table_12834315_5 WHERE barrel_profile = "A2"
28,712
<question>: What hand guard system is used with a gas piston commando? <context>: CREATE TABLE table_12834315_5 (hand_guards VARCHAR, name VARCHAR)
SELECT hand_guards FROM table_12834315_5 WHERE name = "Gas Piston Commando"
28,713
<question>: What is the bayonet lug status for a m4 hbar and m4le carbine equipped? <context>: CREATE TABLE table_12834315_5 (bayonet_lug VARCHAR, barrel_profile VARCHAR, name VARCHAR)
SELECT bayonet_lug FROM table_12834315_5 WHERE barrel_profile = "M4 HBAR" AND name = "M4LE Carbine"
28,714
<question>: What is the barrel length for a cold model le6921sp? <context>: CREATE TABLE table_12834315_5 (barrel_length VARCHAR, colt_model_no VARCHAR)
SELECT barrel_length FROM table_12834315_5 WHERE colt_model_no = "LE6921SP"
28,715
<question>: Name the barrel length for rear sight a2 for factory compensator <context>: CREATE TABLE table_12834315_4 (barrel_length VARCHAR, rear_sight VARCHAR, muzzle_device VARCHAR)
SELECT barrel_length FROM table_12834315_4 WHERE rear_sight = "A2" AND muzzle_device = "Factory compensator"
28,716
<question>: Name the barrel twist for colt model mt6400 <context>: CREATE TABLE table_12834315_4 (barrel_twist VARCHAR, colt_model_no VARCHAR)
SELECT barrel_twist FROM table_12834315_4 WHERE colt_model_no = "MT6400"
28,717
<question>: Name the forward assist for a2 barrel profile <context>: CREATE TABLE table_12834315_4 (forward_assist VARCHAR, barrel_profile VARCHAR)
SELECT forward_assist FROM table_12834315_4 WHERE barrel_profile = "A2"
28,718
<question>: Name the stock for colt model mt6601 <context>: CREATE TABLE table_12834315_4 (stock VARCHAR, colt_model_no VARCHAR)
SELECT stock FROM table_12834315_4 WHERE colt_model_no = "MT6601"
28,719
<question>: How many races is different distances does Rosehill Guineas compete in? <context>: CREATE TABLE table_1284347_2 (distance VARCHAR, race VARCHAR)
SELECT COUNT(distance) FROM table_1284347_2 WHERE race = "Rosehill Guineas"
28,720
<question>: How many games ended up with 16 points? <context>: CREATE TABLE table_12886178_4 (played VARCHAR, points VARCHAR)
SELECT played FROM table_12886178_4 WHERE points = "16"
28,721
<question>: What was the tries against count for the club whose tries for count was 29? <context>: CREATE TABLE table_12886178_4 (tries_against VARCHAR, tries_for VARCHAR)
SELECT tries_against FROM table_12886178_4 WHERE tries_for = "29"
28,722
<question>: How many points does Croesyceiliog RFC have? <context>: CREATE TABLE table_12886178_4 (points VARCHAR, club VARCHAR)
SELECT points FROM table_12886178_4 WHERE club = "Croesyceiliog RFC"
28,723
<question>: What's the points for count for the club with 41 points and 8 won games? <context>: CREATE TABLE table_12886178_4 (points_for VARCHAR, points VARCHAR, won VARCHAR)
SELECT points_for FROM table_12886178_4 WHERE points = "41" AND won = "8"
28,724
<question>: What's the points for count for the club with tries for count of 29? <context>: CREATE TABLE table_12886178_4 (points_for VARCHAR, tries_for VARCHAR)
SELECT points_for FROM table_12886178_4 WHERE tries_for = "29"
28,725
<question>: What's the try bonus count for the club whose tries against count is 83? <context>: CREATE TABLE table_12886178_4 (try_bonus VARCHAR, tries_against VARCHAR)
SELECT try_bonus FROM table_12886178_4 WHERE tries_against = "83"
28,726
<question>: Where is the real estate agent from? <context>: CREATE TABLE table_1289860_2 (hometown VARCHAR, background VARCHAR)
SELECT hometown FROM table_1289860_2 WHERE background = "Real Estate agent"
28,727
<question>: What background does the person from New york, New york, have? <context>: CREATE TABLE table_1289860_2 (background VARCHAR, hometown VARCHAR)
SELECT background FROM table_1289860_2 WHERE hometown = "New York, New York"
28,728
<question>: How many backgrounds are there represented from Memphis, Tennessee? <context>: CREATE TABLE table_1289860_2 (background VARCHAR, hometown VARCHAR)
SELECT COUNT(background) FROM table_1289860_2 WHERE hometown = "Memphis, Tennessee"
28,729
<question>: How many people had a prosecutor background? <context>: CREATE TABLE table_1289860_2 (result VARCHAR, background VARCHAR)
SELECT COUNT(result) FROM table_1289860_2 WHERE background = "Prosecutor"
28,730
<question>: Where was Kristen Kirchner from? <context>: CREATE TABLE table_1289860_2 (hometown VARCHAR, candidate VARCHAR)
SELECT hometown FROM table_1289860_2 WHERE candidate = "Kristen Kirchner"
28,731
<question>: How many clubs have a tries against count of 41? <context>: CREATE TABLE table_12886178_5 (try_bonus VARCHAR, tries_against VARCHAR)
SELECT COUNT(try_bonus) FROM table_12886178_5 WHERE tries_against = "41"
28,732
<question>: How many clubs have won 6 games? <context>: CREATE TABLE table_12886178_5 (club VARCHAR, won VARCHAR)
SELECT COUNT(club) FROM table_12886178_5 WHERE won = "6"
28,733
<question>: How many clubs have a tries against count of 45 and a losing bonus of 4? <context>: CREATE TABLE table_12886178_5 (tries_for VARCHAR, tries_against VARCHAR, losing_bonus VARCHAR)
SELECT COUNT(tries_for) FROM table_12886178_5 WHERE tries_against = "45" AND losing_bonus = "4"
28,734
<question>: What club has a tries for count of 19? <context>: CREATE TABLE table_12886178_5 (club VARCHAR, tries_for VARCHAR)
SELECT club FROM table_12886178_5 WHERE tries_for = "19"
28,735
<question>: How many clubs have tries for count of 50? <context>: CREATE TABLE table_12886178_5 (played VARCHAR, tries_for VARCHAR)
SELECT COUNT(played) FROM table_12886178_5 WHERE tries_for = "50"
28,736
<question>: What's the number of drawn games for the club with a tries for count of 76? <context>: CREATE TABLE table_12886178_5 (drawn VARCHAR, tries_for VARCHAR)
SELECT drawn FROM table_12886178_5 WHERE tries_for = "76"
28,737
<question>: What is the against percentage in the Vest-Agder constituency? <context>: CREATE TABLE table_1289762_1 (against___percentage_ VARCHAR, constituency VARCHAR)
SELECT against___percentage_ FROM table_1289762_1 WHERE constituency = "Vest-Agder"
28,738
<question>: How many electorates are there with Hedmark as a constituency? <context>: CREATE TABLE table_1289762_1 (electorate VARCHAR, constituency VARCHAR)
SELECT COUNT(electorate) FROM table_1289762_1 WHERE constituency = "Hedmark"
28,739
<question>: How many for percentages are there when the against percentage is 35,782 (69)? <context>: CREATE TABLE table_1289762_1 (for___percentage_ VARCHAR, against___percentage_ VARCHAR)
SELECT for___percentage_ FROM table_1289762_1 WHERE against___percentage_ = "35,782 (69)"
28,740
<question>: List the smallest possible spoilt vote with the sør-trøndelag constituency. <context>: CREATE TABLE table_1289762_1 (s_spoilt_vote INTEGER, constituency VARCHAR)
SELECT MIN(s_spoilt_vote) FROM table_1289762_1 WHERE constituency = "Sør-Trøndelag"
28,741
<question>: List all total poll percentages when the for percentage is 59,532 (54). <context>: CREATE TABLE table_1289762_1 (total_poll___percentage_ VARCHAR, for___percentage_ VARCHAR)
SELECT total_poll___percentage_ FROM table_1289762_1 WHERE for___percentage_ = "59,532 (54)"
28,742
<question>: What's the writer of Episode 1? <context>: CREATE TABLE table_12919003_3 (writer VARCHAR, episode VARCHAR)
SELECT writer FROM table_12919003_3 WHERE episode = "episode 1"
28,743
<question>: What's the total number of episodes both directed by Tom Hooper and viewed by 8.08 million viewers? <context>: CREATE TABLE table_12919003_3 (_number VARCHAR, director VARCHAR, viewers_millions_ VARCHAR)
SELECT COUNT(_number) FROM table_12919003_3 WHERE director = "Tom Hooper" AND viewers_millions_ = "8.08"
28,744
<question>: What's the original airdate of the episode directed by Pete Travis? <context>: CREATE TABLE table_12919003_3 (original_airdate VARCHAR, director VARCHAR)
SELECT original_airdate FROM table_12919003_3 WHERE director = "Pete Travis"
28,745
<question>: How many millions of viewers did watch Episode 5? <context>: CREATE TABLE table_12919003_3 (viewers_millions_ VARCHAR, episode VARCHAR)
SELECT viewers_millions_ FROM table_12919003_3 WHERE episode = "episode 5"
28,746
<question>: What's the total number of directors whose episodes have been seen by 9.14 million viewers? <context>: CREATE TABLE table_12919003_3 (director VARCHAR, viewers_millions_ VARCHAR)
SELECT COUNT(director) FROM table_12919003_3 WHERE viewers_millions_ = "9.14"
28,747
<question>: Who directed Episode 5? <context>: CREATE TABLE table_12919003_2 (director VARCHAR, episode VARCHAR)
SELECT director FROM table_12919003_2 WHERE episode = "episode 5"
28,748
<question>: How many viewers did Episode 5 have? <context>: CREATE TABLE table_12919003_2 (viewers_millions_ VARCHAR, episode VARCHAR)
SELECT viewers_millions_ FROM table_12919003_2 WHERE episode = "episode 5"
28,749
<question>: what's the no with current club being panathinaikos and position being forward <context>: CREATE TABLE table_12962773_1 (no VARCHAR, current_club VARCHAR, position VARCHAR)
SELECT COUNT(no) FROM table_12962773_1 WHERE current_club = "Panathinaikos" AND position = "Forward"
28,750
<question>: what's height with position being center and year born being bigger than 1980.0 <context>: CREATE TABLE table_12962773_1 (height VARCHAR, position VARCHAR, year_born VARCHAR)
SELECT height FROM table_12962773_1 WHERE position = "Center" AND year_born > 1980.0
28,751
<question>: what's player with position being forward and current club being real madrid <context>: CREATE TABLE table_12962773_1 (player VARCHAR, position VARCHAR, current_club VARCHAR)
SELECT player FROM table_12962773_1 WHERE position = "Forward" AND current_club = "Real Madrid"
28,752
<question>: what's current club with player being nikolaos chatzivrettas <context>: CREATE TABLE table_12962773_1 (current_club VARCHAR, player VARCHAR)
SELECT current_club FROM table_12962773_1 WHERE player = "Nikolaos Chatzivrettas"
28,753
<question>: what's current club with height being 2.09 <context>: CREATE TABLE table_12962773_1 (current_club VARCHAR, height VARCHAR)
SELECT current_club FROM table_12962773_1 WHERE height = "2.09"
28,754
<question>: what's current club with position being center and no being bigger than 12.0 <context>: CREATE TABLE table_12962773_1 (current_club VARCHAR, position VARCHAR, no VARCHAR)
SELECT current_club FROM table_12962773_1 WHERE position = "Center" AND no > 12.0
28,755
<question>: What is the opponent of the veterans stadium <context>: CREATE TABLE table_12944805_15 (opponent VARCHAR, game_site VARCHAR)
SELECT opponent FROM table_12944805_15 WHERE game_site = "Veterans Stadium"
28,756
<question>: What year was the player born who is 2.02m tall? <context>: CREATE TABLE table_12962773_14 (year_born INTEGER, height VARCHAR)
SELECT MAX(year_born) FROM table_12962773_14 WHERE height = "2.02"
28,757
<question>: What number does aleksandar ćapin wear? <context>: CREATE TABLE table_12962773_14 (no INTEGER, player VARCHAR)
SELECT MAX(no) FROM table_12962773_14 WHERE player = "Aleksandar Ćapin"
28,758
<question>: Name the total number of grupo capitol valladolid <context>: CREATE TABLE table_12962773_13 (no VARCHAR, current_club VARCHAR)
SELECT COUNT(no) FROM table_12962773_13 WHERE current_club = "Grupo Capitol Valladolid"
28,759
<question>: Name the height for the player born in 1980 and center? <context>: CREATE TABLE table_12962773_13 (height VARCHAR, year_born VARCHAR, position VARCHAR)
SELECT height FROM table_12962773_13 WHERE year_born = 1980 AND position = "Center"
28,760
<question>: What is the total number that has a height of 2.06? <context>: CREATE TABLE table_12962773_13 (no VARCHAR, height VARCHAR)
SELECT COUNT(no) FROM table_12962773_13 WHERE height = "2.06"
28,761
<question>: Name the current club for number 6 <context>: CREATE TABLE table_12962773_13 (current_club VARCHAR, no VARCHAR)
SELECT current_club FROM table_12962773_13 WHERE no = 6
28,762
<question>: Name the current club for player sacha giffa <context>: CREATE TABLE table_12962773_13 (current_club VARCHAR, player VARCHAR)
SELECT current_club FROM table_12962773_13 WHERE player = "Sacha Giffa"
28,763
<question>: What is the minimum year born for strasbourg? <context>: CREATE TABLE table_12962773_13 (year_born INTEGER, current_club VARCHAR)
SELECT MIN(year_born) FROM table_12962773_13 WHERE current_club = "Strasbourg"
28,764
<question>: Which club had a player born in 1983? <context>: CREATE TABLE table_12962773_15 (current_club VARCHAR, year_born VARCHAR)
SELECT current_club FROM table_12962773_15 WHERE year_born = 1983
28,765
<question>: How tall is Marco Belinelli? <context>: CREATE TABLE table_12962773_15 (height VARCHAR, player VARCHAR)
SELECT height FROM table_12962773_15 WHERE player = "Marco Belinelli"
28,766
<question>: What number is Andrea Bargnani? <context>: CREATE TABLE table_12962773_15 (no INTEGER, player VARCHAR)
SELECT MAX(no) FROM table_12962773_15 WHERE player = "Andrea Bargnani"
28,767
<question>: What player is number 6? <context>: CREATE TABLE table_12962773_15 (player VARCHAR, no VARCHAR)
SELECT player FROM table_12962773_15 WHERE no = 6
28,768
<question>: How many clubs does number 6 play for? <context>: CREATE TABLE table_12962773_15 (current_club VARCHAR, no VARCHAR)
SELECT COUNT(current_club) FROM table_12962773_15 WHERE no = 6
28,769
<question>: how many player with no being 12 <context>: CREATE TABLE table_12962773_5 (player VARCHAR, no VARCHAR)
SELECT COUNT(player) FROM table_12962773_5 WHERE no = 12
28,770
<question>: what's the height with position being forward and current club being real madrid <context>: CREATE TABLE table_12962773_5 (height VARCHAR, position VARCHAR, current_club VARCHAR)
SELECT height FROM table_12962773_5 WHERE position = "Forward" AND current_club = "Real Madrid"
28,771
<question>: what's the height with current club being dkv joventut <context>: CREATE TABLE table_12962773_5 (height VARCHAR, current_club VARCHAR)
SELECT height FROM table_12962773_5 WHERE current_club = "DKV Joventut"
28,772
<question>: what's the current club with player being felipe reyes <context>: CREATE TABLE table_12962773_5 (current_club VARCHAR, player VARCHAR)
SELECT current_club FROM table_12962773_5 WHERE player = "Felipe Reyes"
28,773
<question>: Who directed the episode that had 6.04 million viewers? <context>: CREATE TABLE table_12976038_1 (director VARCHAR, viewers__in_millions_ VARCHAR)
SELECT director FROM table_12976038_1 WHERE viewers__in_millions_ = "6.04"
28,774
<question>: What number episode had 5.74 million viewers? <context>: CREATE TABLE table_12976038_1 (episode__number VARCHAR, viewers__in_millions_ VARCHAR)
SELECT episode__number FROM table_12976038_1 WHERE viewers__in_millions_ = "5.74"
28,775
<question>: When did the construction of the unit Chinon B1 with net power of 905 MW start? <context>: CREATE TABLE table_12983929_1 (construction_start VARCHAR, net_power VARCHAR, unit VARCHAR)
SELECT construction_start FROM table_12983929_1 WHERE net_power = "905 MW" AND unit = "Chinon B1"
28,776
<question>: What's the total power of the unit whose construction finished on 14.06.1963? <context>: CREATE TABLE table_12983929_1 (total_power VARCHAR, construction_finish VARCHAR)
SELECT total_power FROM table_12983929_1 WHERE construction_finish = "14.06.1963"
28,777
<question>: How many different values of total power are there for the unit whose construction started on 01.03.1977 and whose commercial operation started on 01.02.1984? <context>: CREATE TABLE table_12983929_1 (total_power VARCHAR, construction_start VARCHAR, commercial_operation VARCHAR)
SELECT COUNT(total_power) FROM table_12983929_1 WHERE construction_start = "01.03.1977" AND commercial_operation = "01.02.1984"
28,778
<question>: What's the shut down state of the unit that's been in commercial operation since 01.02.1984? <context>: CREATE TABLE table_12983929_1 (shut_down VARCHAR, commercial_operation VARCHAR)
SELECT shut_down FROM table_12983929_1 WHERE commercial_operation = "01.02.1984"
28,779
<question>: When was the start of the construction of the unit that's been in commercial operation since 04.03.1987? <context>: CREATE TABLE table_12983929_1 (construction_start VARCHAR, commercial_operation VARCHAR)
SELECT construction_start FROM table_12983929_1 WHERE commercial_operation = "04.03.1987"
28,780
<question>: what is the total viewers where the date of first broadcast is 28 january 2010 and the episode number is 1? <context>: CREATE TABLE table_12995531_3 (total_viewers INTEGER, date_of_first_broadcast VARCHAR, episode_number VARCHAR)
SELECT MIN(total_viewers) FROM table_12995531_3 WHERE date_of_first_broadcast = "28 January 2010" AND episode_number = 1
28,781
<question>: what is the episode number where the total viewers is 614000? <context>: CREATE TABLE table_12995531_3 (episode_number INTEGER, total_viewers VARCHAR)
SELECT MIN(episode_number) FROM table_12995531_3 WHERE total_viewers = 614000
28,782
<question>: what is the series number where the date of first broadcast is 16 october 2008? <context>: CREATE TABLE table_12995531_3 (series_number VARCHAR, date_of_first_broadcast VARCHAR)
SELECT series_number FROM table_12995531_3 WHERE date_of_first_broadcast = "16 October 2008"
28,783
<question>: In what year did Easton LL Easton play in Maryland? <context>: CREATE TABLE table_13012165_1 (year VARCHAR, maryland VARCHAR)
SELECT COUNT(year) FROM table_13012165_1 WHERE maryland = "Easton LL Easton"
28,784
<question>: What teams played in Washington, DC the year that Ramapo LL Ramapo was the game in New York? <context>: CREATE TABLE table_13012165_1 (washington VARCHAR, _dc VARCHAR, new_york VARCHAR)
SELECT washington, _dc FROM table_13012165_1 WHERE new_york = "Ramapo LL Ramapo"
28,785
<question>: Which year did Maryland hold the title with Railroaders LL Brunswick? <context>: CREATE TABLE table_13012165_1 (year VARCHAR, maryland VARCHAR)
SELECT year FROM table_13012165_1 WHERE maryland = "Railroaders LL Brunswick"
28,786
<question>: Who played in Maryland the same year that New Jersey hosted Somerset Hills LL Bernardsville? <context>: CREATE TABLE table_13012165_1 (maryland VARCHAR, new_jersey VARCHAR)
SELECT maryland FROM table_13012165_1 WHERE new_jersey = "Somerset Hills LL Bernardsville"
28,787
<question>: After the year 2008.0, who played for Maryland the same year M.O.T. LL Middletown played in Delaware? <context>: CREATE TABLE table_13012165_1 (maryland VARCHAR, delaware VARCHAR, year VARCHAR)
SELECT maryland FROM table_13012165_1 WHERE delaware = "M.O.T. LL Middletown" AND year > 2008.0
28,788
<question>: Who played in Maryland the same year that Deep Run Valley LL Hilltown played in Pennsylvania? <context>: CREATE TABLE table_13012165_1 (maryland VARCHAR, pennsylvania VARCHAR)
SELECT maryland FROM table_13012165_1 WHERE pennsylvania = "Deep Run Valley LL Hilltown"
28,789
<question>: Where is Bluetongue Stadium located? <context>: CREATE TABLE table_1301373_1 (location VARCHAR, stadium VARCHAR)
SELECT location FROM table_1301373_1 WHERE stadium = "Bluetongue stadium"
28,790
<question>: When was the team, whose captain is Matt Smith, founded? <context>: CREATE TABLE table_1301373_1 (founded VARCHAR, captain VARCHAR)
SELECT founded FROM table_1301373_1 WHERE captain = "Matt Smith"
28,791
<question>: Who's the captain of the team whose head coach is Alistair Edwards? <context>: CREATE TABLE table_1301373_1 (captain VARCHAR, head_coach VARCHAR)
SELECT captain FROM table_1301373_1 WHERE head_coach = "Alistair Edwards"
28,792
<question>: How many locations does the team Newcastle Jets come from? <context>: CREATE TABLE table_1301373_1 (location VARCHAR, team VARCHAR)
SELECT COUNT(location) FROM table_1301373_1 WHERE team = "Newcastle Jets"
28,793
<question>: Where is Westpac Stadium located? <context>: CREATE TABLE table_1301373_1 (location VARCHAR, stadium VARCHAR)
SELECT location FROM table_1301373_1 WHERE stadium = "Westpac stadium"
28,794
<question>: What is the new hampshire in 2009? <context>: CREATE TABLE table_13011547_1 (new_hampshire VARCHAR, year VARCHAR)
SELECT new_hampshire FROM table_13011547_1 WHERE year = 2009
28,795
<question>: What is the most points when the won is 9? <context>: CREATE TABLE table_13018116_1 (pts_for INTEGER, won VARCHAR)
SELECT MAX(pts_for) FROM table_13018116_1 WHERE won = 9
28,796
<question>: What is the number of played when points against 645? <context>: CREATE TABLE table_13018116_1 (played VARCHAR, pts_agst VARCHAR)
SELECT COUNT(played) FROM table_13018116_1 WHERE pts_agst = 645
28,797
<question>: Name the most points for <context>: CREATE TABLE table_13018116_1 (pts_for INTEGER)
SELECT MIN(pts_for) FROM table_13018116_1
28,798
<question>: Name the most points against when points for is 860 <context>: CREATE TABLE table_13018116_1 (pts_agst INTEGER, pts_for VARCHAR)
SELECT MAX(pts_agst) FROM table_13018116_1 WHERE pts_for = 860
28,799
<question>: How many teams scored 616 points? <context>: CREATE TABLE table_13018091_1 (won VARCHAR, pts_for VARCHAR)
SELECT COUNT(won) FROM table_13018091_1 WHERE pts_for = 616