question stringlengths 12 244 | context stringlengths 27 489 | answer stringlengths 18 557 | text stringlengths 114 1.06k |
|---|---|---|---|
How many schools are listed for the player who played the years for Jazz in 2010-11? | CREATE TABLE table_11545282_5 (school_club_team VARCHAR, years_for_jazz VARCHAR) | SELECT COUNT(school_club_team) FROM table_11545282_5 WHERE years_for_jazz = "2010-11" | ### Context: CREATE TABLE table_11545282_5 (school_club_team VARCHAR, years_for_jazz VARCHAR) ### Question: How many schools are listed for the player who played the years for Jazz in 2010-11? ### Answer: SELECT COUNT(school_club_team) FROM table_11545282_5 WHERE years_for_jazz = "2010-11" |
How many players were names Howard Eisley? | CREATE TABLE table_11545282_5 (no VARCHAR, player VARCHAR) | SELECT COUNT(no) FROM table_11545282_5 WHERE player = "Howard Eisley" | ### Context: CREATE TABLE table_11545282_5 (no VARCHAR, player VARCHAR) ### Question: How many players were names Howard Eisley? ### Answer: SELECT COUNT(no) FROM table_11545282_5 WHERE player = "Howard Eisley" |
What is the position for player Blue Edwards? | CREATE TABLE table_11545282_5 (position VARCHAR, player VARCHAR) | SELECT position FROM table_11545282_5 WHERE player = "Blue Edwards" | ### Context: CREATE TABLE table_11545282_5 (position VARCHAR, player VARCHAR) ### Question: What is the position for player Blue Edwards? ### Answer: SELECT position FROM table_11545282_5 WHERE player = "Blue Edwards" |
Which player played the years for Jazz in 1995-2000, 2004-05 | CREATE TABLE table_11545282_5 (player VARCHAR, years_for_jazz VARCHAR) | SELECT player FROM table_11545282_5 WHERE years_for_jazz = "1995-2000, 2004-05" | ### Context: CREATE TABLE table_11545282_5 (player VARCHAR, years_for_jazz VARCHAR) ### Question: Which player played the years for Jazz in 1995-2000, 2004-05 ### Answer: SELECT player FROM table_11545282_5 WHERE years_for_jazz = "1995-2000, 2004-05" |
Which player is no. 53? | CREATE TABLE table_11545282_5 (player VARCHAR, no VARCHAR) | SELECT player FROM table_11545282_5 WHERE no = "53" | ### Context: CREATE TABLE table_11545282_5 (player VARCHAR, no VARCHAR) ### Question: Which player is no. 53? ### Answer: SELECT player FROM table_11545282_5 WHERE no = "53" |
During which years did Jim Farmer play for Jazz? | CREATE TABLE table_11545282_6 (years_for_jazz VARCHAR, player VARCHAR) | SELECT years_for_jazz FROM table_11545282_6 WHERE player = "Jim Farmer" | ### Context: CREATE TABLE table_11545282_6 (years_for_jazz VARCHAR, player VARCHAR) ### Question: During which years did Jim Farmer play for Jazz? ### Answer: SELECT years_for_jazz FROM table_11545282_6 WHERE player = "Jim Farmer" |
How many players have played for Jazz during 2006-2007? | CREATE TABLE table_11545282_6 (player VARCHAR, years_for_jazz VARCHAR) | SELECT COUNT(player) FROM table_11545282_6 WHERE years_for_jazz = "2006-2007" | ### Context: CREATE TABLE table_11545282_6 (player VARCHAR, years_for_jazz VARCHAR) ### Question: How many players have played for Jazz during 2006-2007? ### Answer: SELECT COUNT(player) FROM table_11545282_6 WHERE years_for_jazz = "2006-2007" |
What's Jim Farmer's nationality? | CREATE TABLE table_11545282_6 (nationality VARCHAR, player VARCHAR) | SELECT nationality FROM table_11545282_6 WHERE player = "Jim Farmer" | ### Context: CREATE TABLE table_11545282_6 (nationality VARCHAR, player VARCHAR) ### Question: What's Jim Farmer's nationality? ### Answer: SELECT nationality FROM table_11545282_6 WHERE player = "Jim Farmer" |
For how many players from UTEP can one calculate how many years they've played for Jazz? | CREATE TABLE table_11545282_6 (years_for_jazz VARCHAR, school_club_team VARCHAR) | SELECT COUNT(years_for_jazz) FROM table_11545282_6 WHERE school_club_team = "UTEP" | ### Context: CREATE TABLE table_11545282_6 (years_for_jazz VARCHAR, school_club_team VARCHAR) ### Question: For how many players from UTEP can one calculate how many years they've played for Jazz? ### Answer: SELECT COUNT(years_for_jazz) FROM table_11545282_6 WHERE school_club_team = "UTEP" |
How many position does Jim Farmer play in? | CREATE TABLE table_11545282_6 (position VARCHAR, player VARCHAR) | SELECT COUNT(position) FROM table_11545282_6 WHERE player = "Jim Farmer" | ### Context: CREATE TABLE table_11545282_6 (position VARCHAR, player VARCHAR) ### Question: How many position does Jim Farmer play in? ### Answer: SELECT COUNT(position) FROM table_11545282_6 WHERE player = "Jim Farmer" |
What school or club did number 35 play for? | CREATE TABLE table_11545282_7 (school_club_team VARCHAR, no VARCHAR) | SELECT school_club_team FROM table_11545282_7 WHERE no = 35 | ### Context: CREATE TABLE table_11545282_7 (school_club_team VARCHAR, no VARCHAR) ### Question: What school or club did number 35 play for? ### Answer: SELECT school_club_team FROM table_11545282_7 WHERE no = 35 |
How many years did number 25 play for the Jazz? | CREATE TABLE table_11545282_7 (years_for_jazz VARCHAR, no VARCHAR) | SELECT years_for_jazz FROM table_11545282_7 WHERE no = 25 | ### Context: CREATE TABLE table_11545282_7 (years_for_jazz VARCHAR, no VARCHAR) ### Question: How many years did number 25 play for the Jazz? ### Answer: SELECT years_for_jazz FROM table_11545282_7 WHERE no = 25 |
How many years did Paul Griffin play for the Jazz? | CREATE TABLE table_11545282_7 (years_for_jazz VARCHAR, player VARCHAR) | SELECT COUNT(years_for_jazz) FROM table_11545282_7 WHERE player = "Paul Griffin" | ### Context: CREATE TABLE table_11545282_7 (years_for_jazz VARCHAR, player VARCHAR) ### Question: How many years did Paul Griffin play for the Jazz? ### Answer: SELECT COUNT(years_for_jazz) FROM table_11545282_7 WHERE player = "Paul Griffin" |
What position did Lamar Green play? | CREATE TABLE table_11545282_7 (position VARCHAR, player VARCHAR) | SELECT position FROM table_11545282_7 WHERE player = "Lamar Green" | ### Context: CREATE TABLE table_11545282_7 (position VARCHAR, player VARCHAR) ### Question: What position did Lamar Green play? ### Answer: SELECT position FROM table_11545282_7 WHERE player = "Lamar Green" |
How many players only played for the Jazz in only 2010? | CREATE TABLE table_11545282_7 (no VARCHAR, years_for_jazz VARCHAR) | SELECT COUNT(no) FROM table_11545282_7 WHERE years_for_jazz = "2010" | ### Context: CREATE TABLE table_11545282_7 (no VARCHAR, years_for_jazz VARCHAR) ### Question: How many players only played for the Jazz in only 2010? ### Answer: SELECT COUNT(no) FROM table_11545282_7 WHERE years_for_jazz = "2010" |
What was the delivery date when s2 (lst) type, s2 (frigate) type, c1-m type was delivered? | CREATE TABLE table_11552751_2 (ship_types_delivered VARCHAR) | SELECT 1 AS st_ship_delivery_date FROM table_11552751_2 WHERE ship_types_delivered = "S2 (LST) type, S2 (frigate) type, C1-M type" | ### Context: CREATE TABLE table_11552751_2 (ship_types_delivered VARCHAR) ### Question: What was the delivery date when s2 (lst) type, s2 (frigate) type, c1-m type was delivered? ### Answer: SELECT 1 AS st_ship_delivery_date FROM table_11552751_2 WHERE ship_types_delivered = "S2 (LST) type, S2 (frigate) type, C1-M type... |
When was the delevery date when there were 12 ways of delivery? | CREATE TABLE table_11552751_2 (total_number_of_ways VARCHAR) | SELECT 1 AS st_ship_delivery_date FROM table_11552751_2 WHERE total_number_of_ways = "12 ways" | ### Context: CREATE TABLE table_11552751_2 (total_number_of_ways VARCHAR) ### Question: When was the delevery date when there were 12 ways of delivery? ### Answer: SELECT 1 AS st_ship_delivery_date FROM table_11552751_2 WHERE total_number_of_ways = "12 ways" |
What are the episode numbers where the episode features Jack & Locke? | CREATE TABLE table_11562149_1 (no_in_series VARCHAR, featured_character_s_ VARCHAR) | SELECT no_in_series FROM table_11562149_1 WHERE featured_character_s_ = "Jack & Locke" | ### Context: CREATE TABLE table_11562149_1 (no_in_series VARCHAR, featured_character_s_ VARCHAR) ### Question: What are the episode numbers where the episode features Jack & Locke? ### Answer: SELECT no_in_series FROM table_11562149_1 WHERE featured_character_s_ = "Jack & Locke" |
What are the episode numbers of episodes featuring Hurley? | CREATE TABLE table_11562149_1 (no_in_series VARCHAR, featured_character_s_ VARCHAR) | SELECT no_in_series FROM table_11562149_1 WHERE featured_character_s_ = "Hurley" | ### Context: CREATE TABLE table_11562149_1 (no_in_series VARCHAR, featured_character_s_ VARCHAR) ### Question: What are the episode numbers of episodes featuring Hurley? ### Answer: SELECT no_in_series FROM table_11562149_1 WHERE featured_character_s_ = "Hurley" |
List the episode whose number in the series is 111. | CREATE TABLE table_11562149_1 (no_in_season VARCHAR, no_in_series VARCHAR) | SELECT no_in_season FROM table_11562149_1 WHERE no_in_series = "111" | ### Context: CREATE TABLE table_11562149_1 (no_in_season VARCHAR, no_in_series VARCHAR) ### Question: List the episode whose number in the series is 111. ### Answer: SELECT no_in_season FROM table_11562149_1 WHERE no_in_series = "111" |
What date got 9.82 million viewers? | CREATE TABLE table_11562143_1 (original_air_date VARCHAR, us_viewers__million_ VARCHAR) | SELECT original_air_date FROM table_11562143_1 WHERE us_viewers__million_ = "9.82" | ### Context: CREATE TABLE table_11562143_1 (original_air_date VARCHAR, us_viewers__million_ VARCHAR) ### Question: What date got 9.82 million viewers? ### Answer: SELECT original_air_date FROM table_11562143_1 WHERE us_viewers__million_ = "9.82" |
What school took 3rd place in 2007? | CREATE TABLE table_11577996_1 (year VARCHAR) | SELECT 3 AS rd_place FROM table_11577996_1 WHERE year = 2007 | ### Context: CREATE TABLE table_11577996_1 (year VARCHAR) ### Question: What school took 3rd place in 2007? ### Answer: SELECT 3 AS rd_place FROM table_11577996_1 WHERE year = 2007 |
What school took 4th place in 2002? | CREATE TABLE table_11577996_1 (year VARCHAR) | SELECT 4 AS th_place FROM table_11577996_1 WHERE year = 2002 | ### Context: CREATE TABLE table_11577996_1 (year VARCHAR) ### Question: What school took 4th place in 2002? ### Answer: SELECT 4 AS th_place FROM table_11577996_1 WHERE year = 2002 |
What school took 4th place in 2001? | CREATE TABLE table_11577996_1 (year VARCHAR) | SELECT 4 AS th_place FROM table_11577996_1 WHERE year = 2001 | ### Context: CREATE TABLE table_11577996_1 (year VARCHAR) ### Question: What school took 4th place in 2001? ### Answer: SELECT 4 AS th_place FROM table_11577996_1 WHERE year = 2001 |
Who were the runner(s)-up when Tiger won by 11 strokes? | CREATE TABLE table_11570261_2 (runner_s__up VARCHAR, margin_of_victory VARCHAR) | SELECT runner_s__up FROM table_11570261_2 WHERE margin_of_victory = "11 strokes" | ### Context: CREATE TABLE table_11570261_2 (runner_s__up VARCHAR, margin_of_victory VARCHAR) ### Question: Who were the runner(s)-up when Tiger won by 11 strokes? ### Answer: SELECT runner_s__up FROM table_11570261_2 WHERE margin_of_victory = "11 strokes" |
What was the margin of victory over Justin Leonard, phillip price? | CREATE TABLE table_11570261_2 (margin_of_victory VARCHAR, runner_s__up VARCHAR) | SELECT COUNT(margin_of_victory) FROM table_11570261_2 WHERE runner_s__up = "Justin Leonard, Phillip Price" | ### Context: CREATE TABLE table_11570261_2 (margin_of_victory VARCHAR, runner_s__up VARCHAR) ### Question: What was the margin of victory over Justin Leonard, phillip price? ### Answer: SELECT COUNT(margin_of_victory) FROM table_11570261_2 WHERE runner_s__up = "Justin Leonard, Phillip Price" |
There were 68 worcs f-c matches played on Chester Road North Ground. | CREATE TABLE table_1156428_2 (worcs_f_c_matches VARCHAR, name_of_ground VARCHAR) | SELECT worcs_f_c_matches FROM table_1156428_2 WHERE name_of_ground = "Chester Road North Ground" | ### Context: CREATE TABLE table_1156428_2 (worcs_f_c_matches VARCHAR, name_of_ground VARCHAR) ### Question: There were 68 worcs f-c matches played on Chester Road North Ground. ### Answer: SELECT worcs_f_c_matches FROM table_1156428_2 WHERE name_of_ground = "Chester Road North Ground" |
How many times did Tiger get second in the year where there were 11 cuts? | CREATE TABLE table_11570261_6 (cuts_made VARCHAR) | SELECT MAX(2 AS nd) FROM table_11570261_6 WHERE cuts_made = "11" | ### Context: CREATE TABLE table_11570261_6 (cuts_made VARCHAR) ### Question: How many times did Tiger get second in the year where there were 11 cuts? ### Answer: SELECT MAX(2 AS nd) FROM table_11570261_6 WHERE cuts_made = "11" |
Which locomotives 12" x 17" are both ex-industrial and built by Manning Wardle? | CREATE TABLE table_1157867_2 (name VARCHAR, notes VARCHAR, builder VARCHAR) | SELECT name FROM table_1157867_2 WHERE notes = "Ex-industrial" AND builder = "Manning Wardle" | ### Context: CREATE TABLE table_1157867_2 (name VARCHAR, notes VARCHAR, builder VARCHAR) ### Question: Which locomotives 12" x 17" are both ex-industrial and built by Manning Wardle? ### Answer: SELECT name FROM table_1157867_2 WHERE notes = "Ex-industrial" AND builder = "Manning Wardle" |
What's the size of the cylinders built by Longbottom, Barnsley? | CREATE TABLE table_1157867_2 (cylinders VARCHAR, builder VARCHAR) | SELECT cylinders FROM table_1157867_2 WHERE builder = "Longbottom, Barnsley" | ### Context: CREATE TABLE table_1157867_2 (cylinders VARCHAR, builder VARCHAR) ### Question: What's the size of the cylinders built by Longbottom, Barnsley? ### Answer: SELECT cylinders FROM table_1157867_2 WHERE builder = "Longbottom, Barnsley" |
Who is the builder of the locomotives with wheel arrangement of 2-4-2 T? | CREATE TABLE table_1157867_2 (builder VARCHAR, wheel_arrangement VARCHAR) | SELECT builder FROM table_1157867_2 WHERE wheel_arrangement = "2-4-2 T" | ### Context: CREATE TABLE table_1157867_2 (builder VARCHAR, wheel_arrangement VARCHAR) ### Question: Who is the builder of the locomotives with wheel arrangement of 2-4-2 T? ### Answer: SELECT builder FROM table_1157867_2 WHERE wheel_arrangement = "2-4-2 T" |
On what date did Hudswell Clarke build the locomotive with 0-6-0 ST wheel arrangements? | CREATE TABLE table_1157867_2 (date_built VARCHAR, wheel_arrangement VARCHAR, builder VARCHAR) | SELECT date_built FROM table_1157867_2 WHERE wheel_arrangement = "0-6-0 ST" AND builder = "Hudswell Clarke" | ### Context: CREATE TABLE table_1157867_2 (date_built VARCHAR, wheel_arrangement VARCHAR, builder VARCHAR) ### Question: On what date did Hudswell Clarke build the locomotive with 0-6-0 ST wheel arrangements? ### Answer: SELECT date_built FROM table_1157867_2 WHERE wheel_arrangement = "0-6-0 ST" AND builder = "Hudswell... |
What amount of times is the name, Bok De Korver listed? | CREATE TABLE table_11585313_1 (number INTEGER, name VARCHAR) | SELECT MAX(number) FROM table_11585313_1 WHERE name = "Bok de Korver" | ### Context: CREATE TABLE table_11585313_1 (number INTEGER, name VARCHAR) ### Question: What amount of times is the name, Bok De Korver listed? ### Answer: SELECT MAX(number) FROM table_11585313_1 WHERE name = "Bok de Korver" |
What is the total number of goals on the debut date of 14-04-1907? | CREATE TABLE table_11585313_1 (number_of_goals VARCHAR, date_of_debut VARCHAR) | SELECT COUNT(number_of_goals) FROM table_11585313_1 WHERE date_of_debut = "14-04-1907" | ### Context: CREATE TABLE table_11585313_1 (number_of_goals VARCHAR, date_of_debut VARCHAR) ### Question: What is the total number of goals on the debut date of 14-04-1907? ### Answer: SELECT COUNT(number_of_goals) FROM table_11585313_1 WHERE date_of_debut = "14-04-1907" |
What is the date of debut that has a date of birth listed at 24-10-1887? | CREATE TABLE table_11585313_1 (date_of_debut VARCHAR, date_of_birth VARCHAR) | SELECT date_of_debut FROM table_11585313_1 WHERE date_of_birth = "24-10-1887" | ### Context: CREATE TABLE table_11585313_1 (date_of_debut VARCHAR, date_of_birth VARCHAR) ### Question: What is the date of debut that has a date of birth listed at 24-10-1887? ### Answer: SELECT date_of_debut FROM table_11585313_1 WHERE date_of_birth = "24-10-1887" |
What is the name of person that scored 10 goals? | CREATE TABLE table_11585313_1 (name VARCHAR, number_of_goals VARCHAR) | SELECT name FROM table_11585313_1 WHERE number_of_goals = 10 | ### Context: CREATE TABLE table_11585313_1 (name VARCHAR, number_of_goals VARCHAR) ### Question: What is the name of person that scored 10 goals? ### Answer: SELECT name FROM table_11585313_1 WHERE number_of_goals = 10 |
What is the name of the person whose date of death is 01-04-1954? | CREATE TABLE table_11585313_1 (name VARCHAR, date_of_death† VARCHAR) | SELECT name FROM table_11585313_1 WHERE date_of_death† = "01-04-1954" | ### Context: CREATE TABLE table_11585313_1 (name VARCHAR, date_of_death† VARCHAR) ### Question: What is the name of the person whose date of death is 01-04-1954? ### Answer: SELECT name FROM table_11585313_1 WHERE date_of_death† = "01-04-1954" |
What is the toatl number of caps where the name is Hans Blume? | CREATE TABLE table_11585313_1 (number_of_caps VARCHAR, name VARCHAR) | SELECT COUNT(number_of_caps) FROM table_11585313_1 WHERE name = "Hans Blume" | ### Context: CREATE TABLE table_11585313_1 (number_of_caps VARCHAR, name VARCHAR) ### Question: What is the toatl number of caps where the name is Hans Blume? ### Answer: SELECT COUNT(number_of_caps) FROM table_11585313_1 WHERE name = "Hans Blume" |
What was the date of Henk Hordijk's death? | CREATE TABLE table_11585313_2 (date_of_death† VARCHAR, name VARCHAR) | SELECT date_of_death† FROM table_11585313_2 WHERE name = "Henk Hordijk" | ### Context: CREATE TABLE table_11585313_2 (date_of_death† VARCHAR, name VARCHAR) ### Question: What was the date of Henk Hordijk's death? ### Answer: SELECT date_of_death† FROM table_11585313_2 WHERE name = "Henk Hordijk" |
What frequency is the pentium dual-core t3200? | CREATE TABLE table_11602313_4 (frequency VARCHAR, model_number VARCHAR) | SELECT frequency FROM table_11602313_4 WHERE model_number = "Pentium Dual-Core T3200" | ### Context: CREATE TABLE table_11602313_4 (frequency VARCHAR, model_number VARCHAR) ### Question: What frequency is the pentium dual-core t3200? ### Answer: SELECT frequency FROM table_11602313_4 WHERE model_number = "Pentium Dual-Core T3200" |
What is the frequency of the model with part number lf80537gf0411m? | CREATE TABLE table_11602313_4 (frequency VARCHAR, part_number_s_ VARCHAR) | SELECT frequency FROM table_11602313_4 WHERE part_number_s_ = "LF80537GF0411M" | ### Context: CREATE TABLE table_11602313_4 (frequency VARCHAR, part_number_s_ VARCHAR) ### Question: What is the frequency of the model with part number lf80537gf0411m? ### Answer: SELECT frequency FROM table_11602313_4 WHERE part_number_s_ = "LF80537GF0411M" |
What is the FSB of the model with part number lf80537gf0411m? | CREATE TABLE table_11602313_4 (fsb VARCHAR, part_number_s_ VARCHAR) | SELECT fsb FROM table_11602313_4 WHERE part_number_s_ = "LF80537GF0411M" | ### Context: CREATE TABLE table_11602313_4 (fsb VARCHAR, part_number_s_ VARCHAR) ### Question: What is the FSB of the model with part number lf80537gf0411m? ### Answer: SELECT fsb FROM table_11602313_4 WHERE part_number_s_ = "LF80537GF0411M" |
What is the FSB of the model with part number lf80537ge0251mn? | CREATE TABLE table_11602313_4 (fsb VARCHAR, part_number_s_ VARCHAR) | SELECT fsb FROM table_11602313_4 WHERE part_number_s_ = "LF80537GE0251MN" | ### Context: CREATE TABLE table_11602313_4 (fsb VARCHAR, part_number_s_ VARCHAR) ### Question: What is the FSB of the model with part number lf80537ge0251mn? ### Answer: SELECT fsb FROM table_11602313_4 WHERE part_number_s_ = "LF80537GE0251MN" |
What is the socket for the pentium dual-core t2410? | CREATE TABLE table_11602313_4 (socket VARCHAR, model_number VARCHAR) | SELECT socket FROM table_11602313_4 WHERE model_number = "Pentium Dual-Core T2410" | ### Context: CREATE TABLE table_11602313_4 (socket VARCHAR, model_number VARCHAR) ### Question: What is the socket for the pentium dual-core t2410? ### Answer: SELECT socket FROM table_11602313_4 WHERE model_number = "Pentium Dual-Core T2410" |
What is the release date for the model with sspec number sla4h(m0)? | CREATE TABLE table_11602313_4 (release_date VARCHAR, sspec_number VARCHAR) | SELECT release_date FROM table_11602313_4 WHERE sspec_number = "SLA4H(M0)" | ### Context: CREATE TABLE table_11602313_4 (release_date VARCHAR, sspec_number VARCHAR) ### Question: What is the release date for the model with sspec number sla4h(m0)? ### Answer: SELECT release_date FROM table_11602313_4 WHERE sspec_number = "SLA4H(M0)" |
How many different scores are there for the Verizon Classic? | CREATE TABLE table_11603006_1 (score VARCHAR, tournament VARCHAR) | SELECT COUNT(score) FROM table_11603006_1 WHERE tournament = "Verizon Classic" | ### Context: CREATE TABLE table_11603006_1 (score VARCHAR, tournament VARCHAR) ### Question: How many different scores are there for the Verizon Classic? ### Answer: SELECT COUNT(score) FROM table_11603006_1 WHERE tournament = "Verizon Classic" |
What was the score for the tournament in Michigan where the purse was smaller than 1813335.221493934? | CREATE TABLE table_11603006_1 (score VARCHAR, location VARCHAR, purse__$__ VARCHAR) | SELECT score FROM table_11603006_1 WHERE location = "Michigan" AND purse__$__ < 1813335.221493934 | ### Context: CREATE TABLE table_11603006_1 (score VARCHAR, location VARCHAR, purse__$__ VARCHAR) ### Question: What was the score for the tournament in Michigan where the purse was smaller than 1813335.221493934? ### Answer: SELECT score FROM table_11603006_1 WHERE location = "Michigan" AND purse__$__ < 1813335.2214939... |
How many tournaments were held in Maryland? | CREATE TABLE table_11603006_1 (tournament VARCHAR, location VARCHAR) | SELECT COUNT(tournament) FROM table_11603006_1 WHERE location = "Maryland" | ### Context: CREATE TABLE table_11603006_1 (tournament VARCHAR, location VARCHAR) ### Question: How many tournaments were held in Maryland? ### Answer: SELECT COUNT(tournament) FROM table_11603006_1 WHERE location = "Maryland" |
How many different locations have the score 207 (-10)? | CREATE TABLE table_11603006_1 (location VARCHAR, score VARCHAR) | SELECT COUNT(location) FROM table_11603006_1 WHERE score = "207 (-10)" | ### Context: CREATE TABLE table_11603006_1 (location VARCHAR, score VARCHAR) ### Question: How many different locations have the score 207 (-10)? ### Answer: SELECT COUNT(location) FROM table_11603006_1 WHERE score = "207 (-10)" |
What is the founding of parsu cimmarons? | CREATE TABLE table_11604804_5 (founded INTEGER, nickname VARCHAR) | SELECT MIN(founded) FROM table_11604804_5 WHERE nickname = "ParSU Cimmarons" | ### Context: CREATE TABLE table_11604804_5 (founded INTEGER, nickname VARCHAR) ### Question: What is the founding of parsu cimmarons? ### Answer: SELECT MIN(founded) FROM table_11604804_5 WHERE nickname = "ParSU Cimmarons" |
What was the founding of navy blue? | CREATE TABLE table_11604804_5 (founded VARCHAR, color VARCHAR) | SELECT founded FROM table_11604804_5 WHERE color = "Navy Blue" | ### Context: CREATE TABLE table_11604804_5 (founded VARCHAR, color VARCHAR) ### Question: What was the founding of navy blue? ### Answer: SELECT founded FROM table_11604804_5 WHERE color = "Navy Blue" |
What was the number of nickname founded 1918? | CREATE TABLE table_11604804_5 (nickname VARCHAR, founded VARCHAR) | SELECT COUNT(nickname) FROM table_11604804_5 WHERE founded = 1918 | ### Context: CREATE TABLE table_11604804_5 (nickname VARCHAR, founded VARCHAR) ### Question: What was the number of nickname founded 1918? ### Answer: SELECT COUNT(nickname) FROM table_11604804_5 WHERE founded = 1918 |
What was the number of location of nickname cbsua formerly known cssac? | CREATE TABLE table_11604804_5 (location VARCHAR, nickname VARCHAR) | SELECT COUNT(location) FROM table_11604804_5 WHERE nickname = "CBSUA formerly known CSSAC" | ### Context: CREATE TABLE table_11604804_5 (location VARCHAR, nickname VARCHAR) ### Question: What was the number of location of nickname cbsua formerly known cssac? ### Answer: SELECT COUNT(location) FROM table_11604804_5 WHERE nickname = "CBSUA formerly known CSSAC" |
Name the tournament for arizona | CREATE TABLE table_11603267_1 (tournament VARCHAR, location VARCHAR) | SELECT tournament FROM table_11603267_1 WHERE location = "Arizona" | ### Context: CREATE TABLE table_11603267_1 (tournament VARCHAR, location VARCHAR) ### Question: Name the tournament for arizona ### Answer: SELECT tournament FROM table_11603267_1 WHERE location = "Arizona" |
Name the state and federal when property taxes is 17,199,210 | CREATE TABLE table_11608735_3 (state_ VARCHAR, _federal VARCHAR, property_taxes VARCHAR) | SELECT state_ & _federal FROM table_11608735_3 WHERE property_taxes = "17,199,210" | ### Context: CREATE TABLE table_11608735_3 (state_ VARCHAR, _federal VARCHAR, property_taxes VARCHAR) ### Question: Name the state and federal when property taxes is 17,199,210 ### Answer: SELECT state_ & _federal FROM table_11608735_3 WHERE property_taxes = "17,199,210" |
What is the local sources for property taxes of 11,631,227? | CREATE TABLE table_11608735_3 (other_local_sources VARCHAR, property_taxes VARCHAR) | SELECT other_local_sources FROM table_11608735_3 WHERE property_taxes = "11,631,227" | ### Context: CREATE TABLE table_11608735_3 (other_local_sources VARCHAR, property_taxes VARCHAR) ### Question: What is the local sources for property taxes of 11,631,227? ### Answer: SELECT other_local_sources FROM table_11608735_3 WHERE property_taxes = "11,631,227" |
What is the number of local sources for state and federal 12,929,489 | CREATE TABLE table_11608735_3 (other_local_sources VARCHAR, state_ VARCHAR, _federal VARCHAR) | SELECT other_local_sources FROM table_11608735_3 WHERE state_ & _federal = "12,929,489" | ### Context: CREATE TABLE table_11608735_3 (other_local_sources VARCHAR, state_ VARCHAR, _federal VARCHAR) ### Question: What is the number of local sources for state and federal 12,929,489 ### Answer: SELECT other_local_sources FROM table_11608735_3 WHERE state_ & _federal = "12,929,489" |
What seat does плоцкая губерния hold? | CREATE TABLE table_11614581_3 (seat VARCHAR, name_in_russian VARCHAR) | SELECT seat FROM table_11614581_3 WHERE name_in_russian = "Плоцкая губерния" | ### Context: CREATE TABLE table_11614581_3 (seat VARCHAR, name_in_russian VARCHAR) ### Question: What seat does плоцкая губерния hold? ### Answer: SELECT seat FROM table_11614581_3 WHERE name_in_russian = "Плоцкая губерния" |
Whose name in Polish holds the Lublin seat? | CREATE TABLE table_11614581_3 (name_in_polish VARCHAR, seat VARCHAR) | SELECT name_in_polish FROM table_11614581_3 WHERE seat = "Lublin" | ### Context: CREATE TABLE table_11614581_3 (name_in_polish VARCHAR, seat VARCHAR) ### Question: Whose name in Polish holds the Lublin seat? ### Answer: SELECT name_in_polish FROM table_11614581_3 WHERE seat = "Lublin" |
What seat does Gubernia Warszawska hold? | CREATE TABLE table_11614581_3 (seat VARCHAR, name_in_polish VARCHAR) | SELECT seat FROM table_11614581_3 WHERE name_in_polish = "Gubernia warszawska" | ### Context: CREATE TABLE table_11614581_3 (seat VARCHAR, name_in_polish VARCHAR) ### Question: What seat does Gubernia Warszawska hold? ### Answer: SELECT seat FROM table_11614581_3 WHERE name_in_polish = "Gubernia warszawska" |
What population (in thousands) is Lublin's seat? | CREATE TABLE table_11614581_3 (population VARCHAR, _in_thousands VARCHAR, __1905__ VARCHAR, seat VARCHAR) | SELECT population, _in_thousands, __1905__ FROM table_11614581_3 WHERE seat = "Lublin" | ### Context: CREATE TABLE table_11614581_3 (population VARCHAR, _in_thousands VARCHAR, __1905__ VARCHAR, seat VARCHAR) ### Question: What population (in thousands) is Lublin's seat? ### Answer: SELECT population, _in_thousands, __1905__ FROM table_11614581_3 WHERE seat = "Lublin" |
плоцкая губерния governs an area with what area (in thousand km 2)? | CREATE TABLE table_11614581_3 (area VARCHAR, _in_thousands_of_km_2 VARCHAR, name_in_russian VARCHAR) | SELECT area, _in_thousands_of_km_2 FROM table_11614581_3 WHERE name_in_russian = "Плоцкая губерния" | ### Context: CREATE TABLE table_11614581_3 (area VARCHAR, _in_thousands_of_km_2 VARCHAR, name_in_russian VARCHAR) ### Question: плоцкая губерния governs an area with what area (in thousand km 2)? ### Answer: SELECT area, _in_thousands_of_km_2 FROM table_11614581_3 WHERE name_in_russian = "Плоцкая губерния" |
What is the up/down at the venue that hosted 7 games? | CREATE TABLE table_1161065_28 (up_down VARCHAR, hosted VARCHAR) | SELECT up_down FROM table_1161065_28 WHERE hosted = 7 | ### Context: CREATE TABLE table_1161065_28 (up_down VARCHAR, hosted VARCHAR) ### Question: What is the up/down at the venue that hosted 7 games? ### Answer: SELECT up_down FROM table_1161065_28 WHERE hosted = 7 |
What was the attendance last year at Manuka Oval? | CREATE TABLE table_1161065_28 (last_year VARCHAR, venue VARCHAR) | SELECT last_year FROM table_1161065_28 WHERE venue = "Manuka Oval" | ### Context: CREATE TABLE table_1161065_28 (last_year VARCHAR, venue VARCHAR) ### Question: What was the attendance last year at Manuka Oval? ### Answer: SELECT last_year FROM table_1161065_28 WHERE venue = "Manuka Oval" |
What was the lowest attendance figure at Football Park? | CREATE TABLE table_1161065_28 (lowest VARCHAR, venue VARCHAR) | SELECT lowest FROM table_1161065_28 WHERE venue = "Football Park" | ### Context: CREATE TABLE table_1161065_28 (lowest VARCHAR, venue VARCHAR) ### Question: What was the lowest attendance figure at Football Park? ### Answer: SELECT lowest FROM table_1161065_28 WHERE venue = "Football Park" |
What is the total of port adelaide | CREATE TABLE table_1161065_27 (total INTEGER, team VARCHAR) | SELECT MAX(total) FROM table_1161065_27 WHERE team = "Port Adelaide" | ### Context: CREATE TABLE table_1161065_27 (total INTEGER, team VARCHAR) ### Question: What is the total of port adelaide ### Answer: SELECT MAX(total) FROM table_1161065_27 WHERE team = "Port Adelaide" |
what's the maximum purse( $ ) with score value of 204 (-9) | CREATE TABLE table_11621915_1 (purse__ INTEGER, score VARCHAR) | SELECT MAX(purse__) AS $__ FROM table_11621915_1 WHERE score = "204 (-9)" | ### Context: CREATE TABLE table_11621915_1 (purse__ INTEGER, score VARCHAR) ### Question: what's the maximum purse( $ ) with score value of 204 (-9) ### Answer: SELECT MAX(purse__) AS $__ FROM table_11621915_1 WHERE score = "204 (-9)" |
what's the winner with purse( $ ) value of bigger than 964017.2297960471 and date value of may 28 | CREATE TABLE table_11621915_1 (winner VARCHAR, purse__$__ VARCHAR, date VARCHAR) | SELECT winner FROM table_11621915_1 WHERE purse__$__ > 964017.2297960471 AND date = "May 28" | ### Context: CREATE TABLE table_11621915_1 (winner VARCHAR, purse__$__ VARCHAR, date VARCHAR) ### Question: what's the winner with purse( $ ) value of bigger than 964017.2297960471 and date value of may 28 ### Answer: SELECT winner FROM table_11621915_1 WHERE purse__$__ > 964017.2297960471 AND date = "May 28" |
what's the winner with tournament value of kroger senior classic | CREATE TABLE table_11621915_1 (winner VARCHAR, tournament VARCHAR) | SELECT winner FROM table_11621915_1 WHERE tournament = "Kroger Senior Classic" | ### Context: CREATE TABLE table_11621915_1 (winner VARCHAR, tournament VARCHAR) ### Question: what's the winner with tournament value of kroger senior classic ### Answer: SELECT winner FROM table_11621915_1 WHERE tournament = "Kroger Senior Classic" |
what's the date with tournament value of ford senior players championship | CREATE TABLE table_11621915_1 (date VARCHAR, tournament VARCHAR) | SELECT date FROM table_11621915_1 WHERE tournament = "Ford Senior Players Championship" | ### Context: CREATE TABLE table_11621915_1 (date VARCHAR, tournament VARCHAR) ### Question: what's the date with tournament value of ford senior players championship ### Answer: SELECT date FROM table_11621915_1 WHERE tournament = "Ford Senior Players Championship" |
what's the location with tournament value of quicksilver classic | CREATE TABLE table_11621915_1 (location VARCHAR, tournament VARCHAR) | SELECT location FROM table_11621915_1 WHERE tournament = "Quicksilver Classic" | ### Context: CREATE TABLE table_11621915_1 (location VARCHAR, tournament VARCHAR) ### Question: what's the location with tournament value of quicksilver classic ### Answer: SELECT location FROM table_11621915_1 WHERE tournament = "Quicksilver Classic" |
what's the score with date oct 1 | CREATE TABLE table_11621915_1 (score VARCHAR, date VARCHAR) | SELECT score FROM table_11621915_1 WHERE date = "Oct 1" | ### Context: CREATE TABLE table_11621915_1 (score VARCHAR, date VARCHAR) ### Question: what's the score with date oct 1 ### Answer: SELECT score FROM table_11621915_1 WHERE date = "Oct 1" |
What was the score for the Toshiba Senior Classic? | CREATE TABLE table_11621799_1 (score VARCHAR, tournament VARCHAR) | SELECT score FROM table_11621799_1 WHERE tournament = "Toshiba Senior Classic" | ### Context: CREATE TABLE table_11621799_1 (score VARCHAR, tournament VARCHAR) ### Question: What was the score for the Toshiba Senior Classic? ### Answer: SELECT score FROM table_11621799_1 WHERE tournament = "Toshiba Senior Classic" |
Who was the winner when the score was 281 (-6)? | CREATE TABLE table_11621799_1 (winner VARCHAR, score VARCHAR) | SELECT winner FROM table_11621799_1 WHERE score = "281 (-6)" | ### Context: CREATE TABLE table_11621799_1 (winner VARCHAR, score VARCHAR) ### Question: Who was the winner when the score was 281 (-6)? ### Answer: SELECT winner FROM table_11621799_1 WHERE score = "281 (-6)" |
How many scores were at the Northville Long Island Classic? | CREATE TABLE table_11621873_1 (score VARCHAR, tournament VARCHAR) | SELECT COUNT(score) FROM table_11621873_1 WHERE tournament = "Northville Long Island Classic" | ### Context: CREATE TABLE table_11621873_1 (score VARCHAR, tournament VARCHAR) ### Question: How many scores were at the Northville Long Island Classic? ### Answer: SELECT COUNT(score) FROM table_11621873_1 WHERE tournament = "Northville Long Island Classic" |
what's the tournament where winner is raymond floyd (1) | CREATE TABLE table_11622255_1 (tournament VARCHAR, winner VARCHAR) | SELECT tournament FROM table_11622255_1 WHERE winner = "Raymond Floyd (1)" | ### Context: CREATE TABLE table_11622255_1 (tournament VARCHAR, winner VARCHAR) ### Question: what's the tournament where winner is raymond floyd (1) ### Answer: SELECT tournament FROM table_11622255_1 WHERE winner = "Raymond Floyd (1)" |
what is the total number of purse( $ ) where winner is jimmy powell (2) | CREATE TABLE table_11622255_1 (purse__ VARCHAR, winner VARCHAR) | SELECT COUNT(purse__) AS $__ FROM table_11622255_1 WHERE winner = "Jimmy Powell (2)" | ### Context: CREATE TABLE table_11622255_1 (purse__ VARCHAR, winner VARCHAR) ### Question: what is the total number of purse( $ ) where winner is jimmy powell (2) ### Answer: SELECT COUNT(purse__) AS $__ FROM table_11622255_1 WHERE winner = "Jimmy Powell (2)" |
what's the date where location is illinois | CREATE TABLE table_11622255_1 (date VARCHAR, location VARCHAR) | SELECT date FROM table_11622255_1 WHERE location = "Illinois" | ### Context: CREATE TABLE table_11622255_1 (date VARCHAR, location VARCHAR) ### Question: what's the date where location is illinois ### Answer: SELECT date FROM table_11622255_1 WHERE location = "Illinois" |
what is the minimum purse( $ ) where tournament is ko olina senior invitational | CREATE TABLE table_11622255_1 (purse__ INTEGER, tournament VARCHAR) | SELECT MIN(purse__) AS $__ FROM table_11622255_1 WHERE tournament = "Ko Olina Senior Invitational" | ### Context: CREATE TABLE table_11622255_1 (purse__ INTEGER, tournament VARCHAR) ### Question: what is the minimum purse( $ ) where tournament is ko olina senior invitational ### Answer: SELECT MIN(purse__) AS $__ FROM table_11622255_1 WHERE tournament = "Ko Olina Senior Invitational" |
what's the location where tournament is raley's senior gold rush | CREATE TABLE table_11622255_1 (location VARCHAR, tournament VARCHAR) | SELECT location FROM table_11622255_1 WHERE tournament = "Raley's Senior Gold Rush" | ### Context: CREATE TABLE table_11622255_1 (location VARCHAR, tournament VARCHAR) ### Question: what's the location where tournament is raley's senior gold rush ### Answer: SELECT location FROM table_11622255_1 WHERE tournament = "Raley's Senior Gold Rush" |
what is the maximum 1st prize( $ ) where score is 193 (-17) | CREATE TABLE table_11622255_1 (score VARCHAR) | SELECT MAX(1 AS st_prize__) AS $__ FROM table_11622255_1 WHERE score = "193 (-17)" | ### Context: CREATE TABLE table_11622255_1 (score VARCHAR) ### Question: what is the maximum 1st prize( $ ) where score is 193 (-17) ### Answer: SELECT MAX(1 AS st_prize__) AS $__ FROM table_11622255_1 WHERE score = "193 (-17)" |
How much was the prize money for the 275000 purse? | CREATE TABLE table_11622496_1 (purse__$__ VARCHAR) | SELECT 1 AS st_prize__$__ FROM table_11622496_1 WHERE purse__$__ = 275000 | ### Context: CREATE TABLE table_11622496_1 (purse__$__ VARCHAR) ### Question: How much was the prize money for the 275000 purse? ### Answer: SELECT 1 AS st_prize__$__ FROM table_11622496_1 WHERE purse__$__ = 275000 |
What is the prize money for Virginia? | CREATE TABLE table_11622496_1 (location VARCHAR) | SELECT 1 AS st_prize__$__ FROM table_11622496_1 WHERE location = "Virginia" | ### Context: CREATE TABLE table_11622496_1 (location VARCHAR) ### Question: What is the prize money for Virginia? ### Answer: SELECT 1 AS st_prize__$__ FROM table_11622496_1 WHERE location = "Virginia" |
How many tournaments ended with a score of 204 (-12)? | CREATE TABLE table_11622562_1 (tournament VARCHAR, score VARCHAR) | SELECT COUNT(tournament) FROM table_11622562_1 WHERE score = "204 (-12)" | ### Context: CREATE TABLE table_11622562_1 (tournament VARCHAR, score VARCHAR) ### Question: How many tournaments ended with a score of 204 (-12)? ### Answer: SELECT COUNT(tournament) FROM table_11622562_1 WHERE score = "204 (-12)" |
What's the winner of the Painewebber Invitational tournament? | CREATE TABLE table_11622562_1 (winner VARCHAR, tournament VARCHAR) | SELECT winner FROM table_11622562_1 WHERE tournament = "PaineWebber Invitational" | ### Context: CREATE TABLE table_11622562_1 (winner VARCHAR, tournament VARCHAR) ### Question: What's the winner of the Painewebber Invitational tournament? ### Answer: SELECT winner FROM table_11622562_1 WHERE tournament = "PaineWebber Invitational" |
Where was the GTE Suncoast Classic tournament held? | CREATE TABLE table_11622562_1 (location VARCHAR, tournament VARCHAR) | SELECT location FROM table_11622562_1 WHERE tournament = "GTE Suncoast Classic" | ### Context: CREATE TABLE table_11622562_1 (location VARCHAR, tournament VARCHAR) ### Question: Where was the GTE Suncoast Classic tournament held? ### Answer: SELECT location FROM table_11622562_1 WHERE tournament = "GTE Suncoast Classic" |
What was the minimal amount ($) of the 1st prize in the tournaments in New Mexico? | CREATE TABLE table_11622562_1 (location VARCHAR) | SELECT MIN(1 AS st_prize__) AS $__ FROM table_11622562_1 WHERE location = "New Mexico" | ### Context: CREATE TABLE table_11622562_1 (location VARCHAR) ### Question: What was the minimal amount ($) of the 1st prize in the tournaments in New Mexico? ### Answer: SELECT MIN(1 AS st_prize__) AS $__ FROM table_11622562_1 WHERE location = "New Mexico" |
What are all the dates with a score of 203 (-13)? | CREATE TABLE table_11622829_1 (date VARCHAR, score VARCHAR) | SELECT date FROM table_11622829_1 WHERE score = "203 (-13)" | ### Context: CREATE TABLE table_11622829_1 (date VARCHAR, score VARCHAR) ### Question: What are all the dates with a score of 203 (-13)? ### Answer: SELECT date FROM table_11622829_1 WHERE score = "203 (-13)" |
For which tournaments was the score 135 (-7)? | CREATE TABLE table_11622829_1 (tournament VARCHAR, score VARCHAR) | SELECT tournament FROM table_11622829_1 WHERE score = "135 (-7)" | ### Context: CREATE TABLE table_11622829_1 (tournament VARCHAR, score VARCHAR) ### Question: For which tournaments was the score 135 (-7)? ### Answer: SELECT tournament FROM table_11622829_1 WHERE score = "135 (-7)" |
How many locations logged a score of 206 (-7)? | CREATE TABLE table_11622840_1 (location VARCHAR, score VARCHAR) | SELECT COUNT(location) FROM table_11622840_1 WHERE score = "206 (-7)" | ### Context: CREATE TABLE table_11622840_1 (location VARCHAR, score VARCHAR) ### Question: How many locations logged a score of 206 (-7)? ### Answer: SELECT COUNT(location) FROM table_11622840_1 WHERE score = "206 (-7)" |
How many tournaments recorded a score of 206 (-7)? | CREATE TABLE table_11622840_1 (tournament VARCHAR, score VARCHAR) | SELECT COUNT(tournament) FROM table_11622840_1 WHERE score = "206 (-7)" | ### Context: CREATE TABLE table_11622840_1 (tournament VARCHAR, score VARCHAR) ### Question: How many tournaments recorded a score of 206 (-7)? ### Answer: SELECT COUNT(tournament) FROM table_11622840_1 WHERE score = "206 (-7)" |
Name all the tournaments that took place in Rhode Island. | CREATE TABLE table_11622840_1 (tournament VARCHAR, location VARCHAR) | SELECT tournament FROM table_11622840_1 WHERE location = "Rhode Island" | ### Context: CREATE TABLE table_11622840_1 (tournament VARCHAR, location VARCHAR) ### Question: Name all the tournaments that took place in Rhode Island. ### Answer: SELECT tournament FROM table_11622840_1 WHERE location = "Rhode Island" |
What is the state that hosted a tournament with the score of 208 (-8)? | CREATE TABLE table_11622840_1 (location VARCHAR, score VARCHAR) | SELECT location FROM table_11622840_1 WHERE score = "208 (-8)" | ### Context: CREATE TABLE table_11622840_1 (location VARCHAR, score VARCHAR) ### Question: What is the state that hosted a tournament with the score of 208 (-8)? ### Answer: SELECT location FROM table_11622840_1 WHERE score = "208 (-8)" |
Where was the Fairfield Barnett classic tournament held? | CREATE TABLE table_11622771_1 (location VARCHAR, tournament VARCHAR) | SELECT location FROM table_11622771_1 WHERE tournament = "Fairfield Barnett Classic" | ### Context: CREATE TABLE table_11622771_1 (location VARCHAR, tournament VARCHAR) ### Question: Where was the Fairfield Barnett classic tournament held? ### Answer: SELECT location FROM table_11622771_1 WHERE tournament = "Fairfield Barnett Classic" |
How many purses were there for the mar 16? | CREATE TABLE table_11622771_1 (purse__ VARCHAR, date VARCHAR) | SELECT COUNT(purse__) AS $__ FROM table_11622771_1 WHERE date = "Mar 16" | ### Context: CREATE TABLE table_11622771_1 (purse__ VARCHAR, date VARCHAR) ### Question: How many purses were there for the mar 16? ### Answer: SELECT COUNT(purse__) AS $__ FROM table_11622771_1 WHERE date = "Mar 16" |
When did the series number 23 air? | CREATE TABLE table_11630008_3 (original_air_date VARCHAR, series_no VARCHAR) | SELECT original_air_date FROM table_11630008_3 WHERE series_no = 23 | ### Context: CREATE TABLE table_11630008_3 (original_air_date VARCHAR, series_no VARCHAR) ### Question: When did the series number 23 air? ### Answer: SELECT original_air_date FROM table_11630008_3 WHERE series_no = 23 |
What was the airdate of 21 series number? | CREATE TABLE table_11630008_3 (original_air_date VARCHAR, series_no VARCHAR) | SELECT original_air_date FROM table_11630008_3 WHERE series_no = 21 | ### Context: CREATE TABLE table_11630008_3 (original_air_date VARCHAR, series_no VARCHAR) ### Question: What was the airdate of 21 series number? ### Answer: SELECT original_air_date FROM table_11630008_3 WHERE series_no = 21 |
Who won the Suntree Seniors Classic? | CREATE TABLE table_11622924_1 (winner VARCHAR, tournament VARCHAR) | SELECT winner FROM table_11622924_1 WHERE tournament = "Suntree Seniors Classic" | ### Context: CREATE TABLE table_11622924_1 (winner VARCHAR, tournament VARCHAR) ### Question: Who won the Suntree Seniors Classic? ### Answer: SELECT winner FROM table_11622924_1 WHERE tournament = "Suntree Seniors Classic" |
How much was the prize in the tournament where the winning score was 289 (9)? | CREATE TABLE table_11622924_1 (purse__$__ VARCHAR, score VARCHAR) | SELECT purse__$__ FROM table_11622924_1 WHERE score = "289 (9)" | ### Context: CREATE TABLE table_11622924_1 (purse__$__ VARCHAR, score VARCHAR) ### Question: How much was the prize in the tournament where the winning score was 289 (9)? ### Answer: SELECT purse__$__ FROM table_11622924_1 WHERE score = "289 (9)" |
When was the tournament that was won with a score of 204 (-6) played? | CREATE TABLE table_11622924_1 (date VARCHAR, score VARCHAR) | SELECT date FROM table_11622924_1 WHERE score = "204 (-6)" | ### Context: CREATE TABLE table_11622924_1 (date VARCHAR, score VARCHAR) ### Question: When was the tournament that was won with a score of 204 (-6) played? ### Answer: SELECT date FROM table_11622924_1 WHERE score = "204 (-6)" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.