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