Unnamed: 0 int64 0 60k | input stringlengths 76 562 | answer stringlengths 18 557 |
|---|---|---|
27,800 | <question>: How many schools are listed for the player who played the years for Jazz in 2010-11? <context>: 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" |
27,801 | <question>: How many players were names Howard Eisley? <context>: CREATE TABLE table_11545282_5 (no VARCHAR, player VARCHAR) | SELECT COUNT(no) FROM table_11545282_5 WHERE player = "Howard Eisley" |
27,802 | <question>: What is the position for player Blue Edwards? <context>: CREATE TABLE table_11545282_5 (position VARCHAR, player VARCHAR) | SELECT position FROM table_11545282_5 WHERE player = "Blue Edwards" |
27,803 | <question>: Which player played the years for Jazz in 1995-2000, 2004-05 <context>: 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" |
27,804 | <question>: Which player is no. 53? <context>: CREATE TABLE table_11545282_5 (player VARCHAR, no VARCHAR) | SELECT player FROM table_11545282_5 WHERE no = "53" |
27,805 | <question>: During which years did Jim Farmer play for Jazz? <context>: CREATE TABLE table_11545282_6 (years_for_jazz VARCHAR, player VARCHAR) | SELECT years_for_jazz FROM table_11545282_6 WHERE player = "Jim Farmer" |
27,806 | <question>: How many players have played for Jazz during 2006-2007? <context>: CREATE TABLE table_11545282_6 (player VARCHAR, years_for_jazz VARCHAR) | SELECT COUNT(player) FROM table_11545282_6 WHERE years_for_jazz = "2006-2007" |
27,807 | <question>: What's Jim Farmer's nationality? <context>: CREATE TABLE table_11545282_6 (nationality VARCHAR, player VARCHAR) | SELECT nationality FROM table_11545282_6 WHERE player = "Jim Farmer" |
27,808 | <question>: For how many players from UTEP can one calculate how many years they've played for Jazz? <context>: 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" |
27,809 | <question>: How many position does Jim Farmer play in? <context>: CREATE TABLE table_11545282_6 (position VARCHAR, player VARCHAR) | SELECT COUNT(position) FROM table_11545282_6 WHERE player = "Jim Farmer" |
27,810 | <question>: What school or club did number 35 play for? <context>: CREATE TABLE table_11545282_7 (school_club_team VARCHAR, no VARCHAR) | SELECT school_club_team FROM table_11545282_7 WHERE no = 35 |
27,811 | <question>: How many years did number 25 play for the Jazz? <context>: CREATE TABLE table_11545282_7 (years_for_jazz VARCHAR, no VARCHAR) | SELECT years_for_jazz FROM table_11545282_7 WHERE no = 25 |
27,812 | <question>: How many years did Paul Griffin play for the Jazz? <context>: CREATE TABLE table_11545282_7 (years_for_jazz VARCHAR, player VARCHAR) | SELECT COUNT(years_for_jazz) FROM table_11545282_7 WHERE player = "Paul Griffin" |
27,813 | <question>: What position did Lamar Green play? <context>: CREATE TABLE table_11545282_7 (position VARCHAR, player VARCHAR) | SELECT position FROM table_11545282_7 WHERE player = "Lamar Green" |
27,814 | <question>: How many players only played for the Jazz in only 2010? <context>: CREATE TABLE table_11545282_7 (no VARCHAR, years_for_jazz VARCHAR) | SELECT COUNT(no) FROM table_11545282_7 WHERE years_for_jazz = "2010" |
27,815 | <question>: What was the delivery date when s2 (lst) type, s2 (frigate) type, c1-m type was delivered? <context>: 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" |
27,816 | <question>: When was the delevery date when there were 12 ways of delivery? <context>: 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" |
27,817 | <question>: What are the episode numbers where the episode features Jack & Locke? <context>: 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" |
27,818 | <question>: What are the episode numbers of episodes featuring Hurley? <context>: 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" |
27,819 | <question>: List the episode whose number in the series is 111. <context>: 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" |
27,820 | <question>: What date got 9.82 million viewers? <context>: 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" |
27,821 | <question>: What school took 3rd place in 2007? <context>: CREATE TABLE table_11577996_1 (year VARCHAR) | SELECT 3 AS rd_place FROM table_11577996_1 WHERE year = 2007 |
27,822 | <question>: What school took 4th place in 2002? <context>: CREATE TABLE table_11577996_1 (year VARCHAR) | SELECT 4 AS th_place FROM table_11577996_1 WHERE year = 2002 |
27,823 | <question>: What school took 4th place in 2001? <context>: CREATE TABLE table_11577996_1 (year VARCHAR) | SELECT 4 AS th_place FROM table_11577996_1 WHERE year = 2001 |
27,824 | <question>: Who were the runner(s)-up when Tiger won by 11 strokes? <context>: 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" |
27,825 | <question>: What was the margin of victory over Justin Leonard, phillip price? <context>: 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" |
27,826 | <question>: There were 68 worcs f-c matches played on Chester Road North Ground. <context>: 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" |
27,827 | <question>: How many times did Tiger get second in the year where there were 11 cuts? <context>: CREATE TABLE table_11570261_6 (cuts_made VARCHAR) | SELECT MAX(2 AS nd) FROM table_11570261_6 WHERE cuts_made = "11" |
27,828 | <question>: Which locomotives 12" x 17" are both ex-industrial and built by Manning Wardle? <context>: 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" |
27,829 | <question>: What's the size of the cylinders built by Longbottom, Barnsley? <context>: CREATE TABLE table_1157867_2 (cylinders VARCHAR, builder VARCHAR) | SELECT cylinders FROM table_1157867_2 WHERE builder = "Longbottom, Barnsley" |
27,830 | <question>: Who is the builder of the locomotives with wheel arrangement of 2-4-2 T? <context>: CREATE TABLE table_1157867_2 (builder VARCHAR, wheel_arrangement VARCHAR) | SELECT builder FROM table_1157867_2 WHERE wheel_arrangement = "2-4-2 T" |
27,831 | <question>: On what date did Hudswell Clarke build the locomotive with 0-6-0 ST wheel arrangements? <context>: 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" |
27,832 | <question>: What amount of times is the name, Bok De Korver listed? <context>: CREATE TABLE table_11585313_1 (number INTEGER, name VARCHAR) | SELECT MAX(number) FROM table_11585313_1 WHERE name = "Bok de Korver" |
27,833 | <question>: What is the total number of goals on the debut date of 14-04-1907? <context>: 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" |
27,834 | <question>: What is the date of debut that has a date of birth listed at 24-10-1887? <context>: 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" |
27,835 | <question>: What is the name of person that scored 10 goals? <context>: CREATE TABLE table_11585313_1 (name VARCHAR, number_of_goals VARCHAR) | SELECT name FROM table_11585313_1 WHERE number_of_goals = 10 |
27,836 | <question>: What is the name of the person whose date of death is 01-04-1954? <context>: CREATE TABLE table_11585313_1 (name VARCHAR, date_of_death† VARCHAR) | SELECT name FROM table_11585313_1 WHERE date_of_death† = "01-04-1954" |
27,837 | <question>: What is the toatl number of caps where the name is Hans Blume? <context>: CREATE TABLE table_11585313_1 (number_of_caps VARCHAR, name VARCHAR) | SELECT COUNT(number_of_caps) FROM table_11585313_1 WHERE name = "Hans Blume" |
27,838 | <question>: What was the date of Henk Hordijk's death? <context>: CREATE TABLE table_11585313_2 (date_of_death† VARCHAR, name VARCHAR) | SELECT date_of_death† FROM table_11585313_2 WHERE name = "Henk Hordijk" |
27,839 | <question>: What frequency is the pentium dual-core t3200? <context>: CREATE TABLE table_11602313_4 (frequency VARCHAR, model_number VARCHAR) | SELECT frequency FROM table_11602313_4 WHERE model_number = "Pentium Dual-Core T3200" |
27,840 | <question>: What is the frequency of the model with part number lf80537gf0411m? <context>: CREATE TABLE table_11602313_4 (frequency VARCHAR, part_number_s_ VARCHAR) | SELECT frequency FROM table_11602313_4 WHERE part_number_s_ = "LF80537GF0411M" |
27,841 | <question>: What is the FSB of the model with part number lf80537gf0411m? <context>: CREATE TABLE table_11602313_4 (fsb VARCHAR, part_number_s_ VARCHAR) | SELECT fsb FROM table_11602313_4 WHERE part_number_s_ = "LF80537GF0411M" |
27,842 | <question>: What is the FSB of the model with part number lf80537ge0251mn? <context>: CREATE TABLE table_11602313_4 (fsb VARCHAR, part_number_s_ VARCHAR) | SELECT fsb FROM table_11602313_4 WHERE part_number_s_ = "LF80537GE0251MN" |
27,843 | <question>: What is the socket for the pentium dual-core t2410? <context>: CREATE TABLE table_11602313_4 (socket VARCHAR, model_number VARCHAR) | SELECT socket FROM table_11602313_4 WHERE model_number = "Pentium Dual-Core T2410" |
27,844 | <question>: What is the release date for the model with sspec number sla4h(m0)? <context>: CREATE TABLE table_11602313_4 (release_date VARCHAR, sspec_number VARCHAR) | SELECT release_date FROM table_11602313_4 WHERE sspec_number = "SLA4H(M0)" |
27,845 | <question>: How many different scores are there for the Verizon Classic? <context>: CREATE TABLE table_11603006_1 (score VARCHAR, tournament VARCHAR) | SELECT COUNT(score) FROM table_11603006_1 WHERE tournament = "Verizon Classic" |
27,846 | <question>: What was the score for the tournament in Michigan where the purse was smaller than 1813335.221493934? <context>: CREATE TABLE table_11603006_1 (score VARCHAR, location VARCHAR, purse__$__ VARCHAR) | SELECT score FROM table_11603006_1 WHERE location = "Michigan" AND purse__$__ < 1813335.221493934 |
27,847 | <question>: How many tournaments were held in Maryland? <context>: CREATE TABLE table_11603006_1 (tournament VARCHAR, location VARCHAR) | SELECT COUNT(tournament) FROM table_11603006_1 WHERE location = "Maryland" |
27,848 | <question>: How many different locations have the score 207 (-10)? <context>: CREATE TABLE table_11603006_1 (location VARCHAR, score VARCHAR) | SELECT COUNT(location) FROM table_11603006_1 WHERE score = "207 (-10)" |
27,849 | <question>: What is the founding of parsu cimmarons? <context>: CREATE TABLE table_11604804_5 (founded INTEGER, nickname VARCHAR) | SELECT MIN(founded) FROM table_11604804_5 WHERE nickname = "ParSU Cimmarons" |
27,850 | <question>: What was the founding of navy blue? <context>: CREATE TABLE table_11604804_5 (founded VARCHAR, color VARCHAR) | SELECT founded FROM table_11604804_5 WHERE color = "Navy Blue" |
27,851 | <question>: What was the number of nickname founded 1918? <context>: CREATE TABLE table_11604804_5 (nickname VARCHAR, founded VARCHAR) | SELECT COUNT(nickname) FROM table_11604804_5 WHERE founded = 1918 |
27,852 | <question>: What was the number of location of nickname cbsua formerly known cssac? <context>: CREATE TABLE table_11604804_5 (location VARCHAR, nickname VARCHAR) | SELECT COUNT(location) FROM table_11604804_5 WHERE nickname = "CBSUA formerly known CSSAC" |
27,853 | <question>: Name the tournament for arizona <context>: CREATE TABLE table_11603267_1 (tournament VARCHAR, location VARCHAR) | SELECT tournament FROM table_11603267_1 WHERE location = "Arizona" |
27,854 | <question>: Name the state and federal when property taxes is 17,199,210 <context>: 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" |
27,855 | <question>: What is the local sources for property taxes of 11,631,227? <context>: 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" |
27,856 | <question>: What is the number of local sources for state and federal 12,929,489 <context>: 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" |
27,857 | <question>: What seat does плоцкая губерния hold? <context>: CREATE TABLE table_11614581_3 (seat VARCHAR, name_in_russian VARCHAR) | SELECT seat FROM table_11614581_3 WHERE name_in_russian = "Плоцкая губерния" |
27,858 | <question>: Whose name in Polish holds the Lublin seat? <context>: CREATE TABLE table_11614581_3 (name_in_polish VARCHAR, seat VARCHAR) | SELECT name_in_polish FROM table_11614581_3 WHERE seat = "Lublin" |
27,859 | <question>: What seat does Gubernia Warszawska hold? <context>: CREATE TABLE table_11614581_3 (seat VARCHAR, name_in_polish VARCHAR) | SELECT seat FROM table_11614581_3 WHERE name_in_polish = "Gubernia warszawska" |
27,860 | <question>: What population (in thousands) is Lublin's seat? <context>: 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" |
27,861 | <question>: плоцкая губерния governs an area with what area (in thousand km 2)? <context>: 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 = "Плоцкая губерния" |
27,862 | <question>: What is the up/down at the venue that hosted 7 games? <context>: CREATE TABLE table_1161065_28 (up_down VARCHAR, hosted VARCHAR) | SELECT up_down FROM table_1161065_28 WHERE hosted = 7 |
27,863 | <question>: What was the attendance last year at Manuka Oval? <context>: CREATE TABLE table_1161065_28 (last_year VARCHAR, venue VARCHAR) | SELECT last_year FROM table_1161065_28 WHERE venue = "Manuka Oval" |
27,864 | <question>: What was the lowest attendance figure at Football Park? <context>: CREATE TABLE table_1161065_28 (lowest VARCHAR, venue VARCHAR) | SELECT lowest FROM table_1161065_28 WHERE venue = "Football Park" |
27,865 | <question>: What is the total of port adelaide <context>: CREATE TABLE table_1161065_27 (total INTEGER, team VARCHAR) | SELECT MAX(total) FROM table_1161065_27 WHERE team = "Port Adelaide" |
27,866 | <question>: what's the maximum purse( $ ) with score value of 204 (-9) <context>: CREATE TABLE table_11621915_1 (purse__ INTEGER, score VARCHAR) | SELECT MAX(purse__) AS $__ FROM table_11621915_1 WHERE score = "204 (-9)" |
27,867 | <question>: what's the winner with purse( $ ) value of bigger than 964017.2297960471 and date value of may 28 <context>: 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" |
27,868 | <question>: what's the winner with tournament value of kroger senior classic <context>: CREATE TABLE table_11621915_1 (winner VARCHAR, tournament VARCHAR) | SELECT winner FROM table_11621915_1 WHERE tournament = "Kroger Senior Classic" |
27,869 | <question>: what's the date with tournament value of ford senior players championship <context>: CREATE TABLE table_11621915_1 (date VARCHAR, tournament VARCHAR) | SELECT date FROM table_11621915_1 WHERE tournament = "Ford Senior Players Championship" |
27,870 | <question>: what's the location with tournament value of quicksilver classic <context>: CREATE TABLE table_11621915_1 (location VARCHAR, tournament VARCHAR) | SELECT location FROM table_11621915_1 WHERE tournament = "Quicksilver Classic" |
27,871 | <question>: what's the score with date oct 1 <context>: CREATE TABLE table_11621915_1 (score VARCHAR, date VARCHAR) | SELECT score FROM table_11621915_1 WHERE date = "Oct 1" |
27,872 | <question>: What was the score for the Toshiba Senior Classic? <context>: CREATE TABLE table_11621799_1 (score VARCHAR, tournament VARCHAR) | SELECT score FROM table_11621799_1 WHERE tournament = "Toshiba Senior Classic" |
27,873 | <question>: Who was the winner when the score was 281 (-6)? <context>: CREATE TABLE table_11621799_1 (winner VARCHAR, score VARCHAR) | SELECT winner FROM table_11621799_1 WHERE score = "281 (-6)" |
27,874 | <question>: How many scores were at the Northville Long Island Classic? <context>: CREATE TABLE table_11621873_1 (score VARCHAR, tournament VARCHAR) | SELECT COUNT(score) FROM table_11621873_1 WHERE tournament = "Northville Long Island Classic" |
27,875 | <question>: what's the tournament where winner is raymond floyd (1) <context>: CREATE TABLE table_11622255_1 (tournament VARCHAR, winner VARCHAR) | SELECT tournament FROM table_11622255_1 WHERE winner = "Raymond Floyd (1)" |
27,876 | <question>: what is the total number of purse( $ ) where winner is jimmy powell (2) <context>: CREATE TABLE table_11622255_1 (purse__ VARCHAR, winner VARCHAR) | SELECT COUNT(purse__) AS $__ FROM table_11622255_1 WHERE winner = "Jimmy Powell (2)" |
27,877 | <question>: what's the date where location is illinois <context>: CREATE TABLE table_11622255_1 (date VARCHAR, location VARCHAR) | SELECT date FROM table_11622255_1 WHERE location = "Illinois" |
27,878 | <question>: what is the minimum purse( $ ) where tournament is ko olina senior invitational <context>: CREATE TABLE table_11622255_1 (purse__ INTEGER, tournament VARCHAR) | SELECT MIN(purse__) AS $__ FROM table_11622255_1 WHERE tournament = "Ko Olina Senior Invitational" |
27,879 | <question>: what's the location where tournament is raley's senior gold rush <context>: CREATE TABLE table_11622255_1 (location VARCHAR, tournament VARCHAR) | SELECT location FROM table_11622255_1 WHERE tournament = "Raley's Senior Gold Rush" |
27,880 | <question>: what is the maximum 1st prize( $ ) where score is 193 (-17) <context>: CREATE TABLE table_11622255_1 (score VARCHAR) | SELECT MAX(1 AS st_prize__) AS $__ FROM table_11622255_1 WHERE score = "193 (-17)" |
27,881 | <question>: How much was the prize money for the 275000 purse? <context>: CREATE TABLE table_11622496_1 (purse__$__ VARCHAR) | SELECT 1 AS st_prize__$__ FROM table_11622496_1 WHERE purse__$__ = 275000 |
27,882 | <question>: What is the prize money for Virginia? <context>: CREATE TABLE table_11622496_1 (location VARCHAR) | SELECT 1 AS st_prize__$__ FROM table_11622496_1 WHERE location = "Virginia" |
27,883 | <question>: How many tournaments ended with a score of 204 (-12)? <context>: CREATE TABLE table_11622562_1 (tournament VARCHAR, score VARCHAR) | SELECT COUNT(tournament) FROM table_11622562_1 WHERE score = "204 (-12)" |
27,884 | <question>: What's the winner of the Painewebber Invitational tournament? <context>: CREATE TABLE table_11622562_1 (winner VARCHAR, tournament VARCHAR) | SELECT winner FROM table_11622562_1 WHERE tournament = "PaineWebber Invitational" |
27,885 | <question>: Where was the GTE Suncoast Classic tournament held? <context>: CREATE TABLE table_11622562_1 (location VARCHAR, tournament VARCHAR) | SELECT location FROM table_11622562_1 WHERE tournament = "GTE Suncoast Classic" |
27,886 | <question>: What was the minimal amount ($) of the 1st prize in the tournaments in New Mexico? <context>: CREATE TABLE table_11622562_1 (location VARCHAR) | SELECT MIN(1 AS st_prize__) AS $__ FROM table_11622562_1 WHERE location = "New Mexico" |
27,887 | <question>: What are all the dates with a score of 203 (-13)? <context>: CREATE TABLE table_11622829_1 (date VARCHAR, score VARCHAR) | SELECT date FROM table_11622829_1 WHERE score = "203 (-13)" |
27,888 | <question>: For which tournaments was the score 135 (-7)? <context>: CREATE TABLE table_11622829_1 (tournament VARCHAR, score VARCHAR) | SELECT tournament FROM table_11622829_1 WHERE score = "135 (-7)" |
27,889 | <question>: How many locations logged a score of 206 (-7)? <context>: CREATE TABLE table_11622840_1 (location VARCHAR, score VARCHAR) | SELECT COUNT(location) FROM table_11622840_1 WHERE score = "206 (-7)" |
27,890 | <question>: How many tournaments recorded a score of 206 (-7)? <context>: CREATE TABLE table_11622840_1 (tournament VARCHAR, score VARCHAR) | SELECT COUNT(tournament) FROM table_11622840_1 WHERE score = "206 (-7)" |
27,891 | <question>: Name all the tournaments that took place in Rhode Island. <context>: CREATE TABLE table_11622840_1 (tournament VARCHAR, location VARCHAR) | SELECT tournament FROM table_11622840_1 WHERE location = "Rhode Island" |
27,892 | <question>: What is the state that hosted a tournament with the score of 208 (-8)? <context>: CREATE TABLE table_11622840_1 (location VARCHAR, score VARCHAR) | SELECT location FROM table_11622840_1 WHERE score = "208 (-8)" |
27,893 | <question>: Where was the Fairfield Barnett classic tournament held? <context>: CREATE TABLE table_11622771_1 (location VARCHAR, tournament VARCHAR) | SELECT location FROM table_11622771_1 WHERE tournament = "Fairfield Barnett Classic" |
27,894 | <question>: How many purses were there for the mar 16? <context>: CREATE TABLE table_11622771_1 (purse__ VARCHAR, date VARCHAR) | SELECT COUNT(purse__) AS $__ FROM table_11622771_1 WHERE date = "Mar 16" |
27,895 | <question>: When did the series number 23 air? <context>: CREATE TABLE table_11630008_3 (original_air_date VARCHAR, series_no VARCHAR) | SELECT original_air_date FROM table_11630008_3 WHERE series_no = 23 |
27,896 | <question>: What was the airdate of 21 series number? <context>: CREATE TABLE table_11630008_3 (original_air_date VARCHAR, series_no VARCHAR) | SELECT original_air_date FROM table_11630008_3 WHERE series_no = 21 |
27,897 | <question>: Who won the Suntree Seniors Classic? <context>: CREATE TABLE table_11622924_1 (winner VARCHAR, tournament VARCHAR) | SELECT winner FROM table_11622924_1 WHERE tournament = "Suntree Seniors Classic" |
27,898 | <question>: How much was the prize in the tournament where the winning score was 289 (9)? <context>: CREATE TABLE table_11622924_1 (purse__$__ VARCHAR, score VARCHAR) | SELECT purse__$__ FROM table_11622924_1 WHERE score = "289 (9)" |
27,899 | <question>: When was the tournament that was won with a score of 204 (-6) played? <context>: CREATE TABLE table_11622924_1 (date VARCHAR, score VARCHAR) | 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.