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