question stringlengths 12 244 | context stringlengths 27 489 | answer dict |
|---|---|---|
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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "SELECT date_built FROM table_1157867_2 WHERE wheel_arrangement = \"0-6-0 ST\" AND builder = \"Hudswell Clarke\""
} |
What amount of times is the name, Bok De Korver listed? | CREATE TABLE table_11585313_1 (number INTEGER, name VARCHAR) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "SELECT score FROM table_11603006_1 WHERE location = \"Michigan\" AND purse__$__ < 1813335.221493934"
} |
How many tournaments were held in Maryland? | CREATE TABLE table_11603006_1 (tournament VARCHAR, location VARCHAR) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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.