question stringlengths 12 244 | create_table_statement stringlengths 97 895 | sql_query stringlengths 27 479 | wiki_sql_table_id stringlengths 8 14 |
|---|---|---|---|
Which song is from Volume:Issue 64:11-12? | CREATE TABLE "see_also" (
"volume_issue" text,
"issue_date" text,
"weeks_on_numbe_one" text,
"song" text,
"artist_s" text
); | SELECT "song" FROM "see_also" WHERE "volume_issue"='64:11-12'; | 2-13541923-1 |
Which Artist's song is listed as " missing "? | CREATE TABLE "see_also" (
"volume_issue" text,
"issue_date" text,
"weeks_on_numbe_one" text,
"song" text,
"artist_s" text
); | SELECT "artist_s" FROM "see_also" WHERE "song"='\" missing \"'; | 2-13541923-1 |
Which song is from Volume:Issue 63:5? | CREATE TABLE "see_also" (
"volume_issue" text,
"issue_date" text,
"weeks_on_numbe_one" text,
"song" text,
"artist_s" text
); | SELECT "song" FROM "see_also" WHERE "volume_issue"='63:5'; | 2-13541923-1 |
Which song is linked to Volume:Issue 64:14-18? | CREATE TABLE "see_also" (
"volume_issue" text,
"issue_date" text,
"weeks_on_numbe_one" text,
"song" text,
"artist_s" text
); | SELECT "song" FROM "see_also" WHERE "volume_issue"='64:14-18'; | 2-13541923-1 |
What is the match report of the match on 20 August? | CREATE TABLE "national_team" (
"date" text,
"venue" text,
"score_1" text,
"comp" text,
"match_report" text
); | SELECT "match_report" FROM "national_team" WHERE "date"='20 august'; | 2-14850064-1 |
What is the origin for the launch taking place in 2010? | CREATE TABLE "animation_channels" (
"name" text,
"hanzi" text,
"origin" text,
"launch" real,
"owner" text
); | SELECT "origin" FROM "animation_channels" WHERE "launch"=2010; | 2-15147453-4 |
What is the origin for the item with an owner of Hunan Broadcasting System (HBS)? | CREATE TABLE "animation_channels" (
"name" text,
"hanzi" text,
"origin" text,
"launch" real,
"owner" text
); | SELECT "origin" FROM "animation_channels" WHERE "owner"='hunan broadcasting system (hbs)'; | 2-15147453-4 |
If the college is Trinity, what position is listed? | CREATE TABLE "nfl_draft" (
"pick_num" real,
"round" text,
"player" text,
"position" text,
"college" text
); | SELECT "position" FROM "nfl_draft" WHERE "college"='trinity'; | 2-14655657-1 |
How many picks did the College of USC wind up getting? | CREATE TABLE "nfl_draft" (
"pick_num" real,
"round" text,
"player" text,
"position" text,
"college" text
); | SELECT COUNT("pick_num") FROM "nfl_draft" WHERE "college"='usc'; | 2-14655657-1 |
For Pick #323, which round is it? | CREATE TABLE "nfl_draft" (
"pick_num" real,
"round" text,
"player" text,
"position" text,
"college" text
); | SELECT "round" FROM "nfl_draft" WHERE "pick_num"=323; | 2-14655657-1 |
What score has amblecote as the venue? | CREATE TABLE "largest_margin_of_runs_victory" (
"score" text,
"opposition" text,
"venue" text,
"city" text,
"year" real
); | SELECT "score" FROM "largest_margin_of_runs_victory" WHERE "venue"='amblecote'; | 2-14176339-7 |
What city has riverside ground as the venue, with a year prior to 1998? | CREATE TABLE "largest_margin_of_runs_victory" (
"score" text,
"opposition" text,
"venue" text,
"city" text,
"year" real
); | SELECT "city" FROM "largest_margin_of_runs_victory" WHERE "venue"='riverside ground' AND "year"<1998; | 2-14176339-7 |
What is the lowest year that has chester-le-street as the city, with 345 runs as the score? | CREATE TABLE "largest_margin_of_runs_victory" (
"score" text,
"opposition" text,
"venue" text,
"city" text,
"year" real
); | SELECT MIN("year") FROM "largest_margin_of_runs_victory" WHERE "city"='chester-le-street' AND "score"='345 runs'; | 2-14176339-7 |
What year has 385 runs as the score? | CREATE TABLE "largest_margin_of_runs_victory" (
"score" text,
"opposition" text,
"venue" text,
"city" text,
"year" real
); | SELECT "year" FROM "largest_margin_of_runs_victory" WHERE "score"='385 runs'; | 2-14176339-7 |
What score has 1998 as the year? | CREATE TABLE "largest_margin_of_runs_victory" (
"score" text,
"opposition" text,
"venue" text,
"city" text,
"year" real
); | SELECT "score" FROM "largest_margin_of_runs_victory" WHERE "year"=1998; | 2-14176339-7 |
What is the 2nd (m) value for Gregor Schlierenzauer? | CREATE TABLE "villach" (
"rank" real,
"name" text,
"nationality" text,
"1st_m" real,
"2nd_m" real,
"points" real,
"overall_wc_points_rank" text
); | SELECT MIN("2nd_m") FROM "villach" WHERE "name"='gregor schlierenzauer'; | 2-14407512-4 |
What is the Date of the tournament with a score of 199 (–17)? | CREATE TABLE "tournament_results" (
"date" text,
"tournament" text,
"location" text,
"winner" text,
"score" text,
"1st_prize" real
); | SELECT "date" FROM "tournament_results" WHERE "score"='199 (–17)'; | 2-14611644-1 |
What was the amount of the 1st prize when paul azinger (9) was the winner? | CREATE TABLE "tournament_results" (
"date" text,
"tournament" text,
"location" text,
"winner" text,
"score" text,
"1st_prize" real
); | SELECT AVG("1st_prize") FROM "tournament_results" WHERE "winner"='paul azinger (9)'; | 2-14611644-1 |
What is the name of the winner of the tour championship tournament? | CREATE TABLE "tournament_results" (
"date" text,
"tournament" text,
"location" text,
"winner" text,
"score" text,
"1st_prize" real
); | SELECT "winner" FROM "tournament_results" WHERE "tournament"='the tour championship'; | 2-14611644-1 |
What is the Date of the at&t pebble beach national pro-am Tournament? | CREATE TABLE "tournament_results" (
"date" text,
"tournament" text,
"location" text,
"winner" text,
"score" text,
"1st_prize" real
); | SELECT "date" FROM "tournament_results" WHERE "tournament"='at&t pebble beach national pro-am'; | 2-14611644-1 |
Which Site has a Sport of w swimming? | CREATE TABLE "2007_2008" (
"date" text,
"site" text,
"sport" text,
"winning_team" text,
"series" text
); | SELECT "site" FROM "2007_2008" WHERE "sport"='w swimming'; | 2-14175075-5 |
Which Series are on september 15, 2007? | CREATE TABLE "2007_2008" (
"date" text,
"site" text,
"sport" text,
"winning_team" text,
"series" text
); | SELECT "series" FROM "2007_2008" WHERE "date"='september 15, 2007'; | 2-14175075-5 |
What position did the 2010-11 USA ír player have? | CREATE TABLE "defensive_player_of_the_year" (
"season" text,
"player" text,
"position" text,
"nationality" text,
"team" text
); | SELECT "position" FROM "defensive_player_of_the_year" WHERE "nationality"='usa' AND "team"='ír' AND "season"='2010-11'; | 2-13566745-5 |
What position did the kr team player play? | CREATE TABLE "defensive_player_of_the_year" (
"season" text,
"player" text,
"position" text,
"nationality" text,
"team" text
); | SELECT "position" FROM "defensive_player_of_the_year" WHERE "team"='kr'; | 2-13566745-5 |
What team has Steinar Kaldal, a guard / forward? | CREATE TABLE "defensive_player_of_the_year" (
"season" text,
"player" text,
"position" text,
"nationality" text,
"team" text
); | SELECT "team" FROM "defensive_player_of_the_year" WHERE "position"='guard / forward' AND "player"='steinar kaldal'; | 2-13566745-5 |
What team did the 2003-04 winner play for? | CREATE TABLE "defensive_player_of_the_year" (
"season" text,
"player" text,
"position" text,
"nationality" text,
"team" text
); | SELECT "team" FROM "defensive_player_of_the_year" WHERE "season"='2003-04'; | 2-13566745-5 |
Which catalogue is on 12" vinyl? | CREATE TABLE "release_history" (
"region" text,
"date" text,
"label" text,
"format" text,
"catalogue" text
); | SELECT "catalogue" FROM "release_history" WHERE "format"='12\" vinyl'; | 2-1449587-4 |
Which region has and eyeball label and catalogue 7200222? | CREATE TABLE "release_history" (
"region" text,
"date" text,
"label" text,
"format" text,
"catalogue" text
); | SELECT "region" FROM "release_history" WHERE "label"='eyeball' AND "catalogue"='7200222'; | 2-1449587-4 |
Which catalogue is from Japan? | CREATE TABLE "release_history" (
"region" text,
"date" text,
"label" text,
"format" text,
"catalogue" text
); | SELECT "catalogue" FROM "release_history" WHERE "region"='japan'; | 2-1449587-4 |
What is the format for the United States dated July 23, 2002? | CREATE TABLE "release_history" (
"region" text,
"date" text,
"label" text,
"format" text,
"catalogue" text
); | SELECT "format" FROM "release_history" WHERE "region"='united states' AND "date"='july 23, 2002'; | 2-1449587-4 |
What is the label for catalogue 7200222? | CREATE TABLE "release_history" (
"region" text,
"date" text,
"label" text,
"format" text,
"catalogue" text
); | SELECT "label" FROM "release_history" WHERE "catalogue"='7200222'; | 2-1449587-4 |
What is Marc's Surname? | CREATE TABLE "player_roster" (
"surname" text,
"first" text,
"d_o_b" text,
"uninum" real,
"bats" text,
"throws" text,
"position" text
); | SELECT "surname" FROM "player_roster" WHERE "first"='marc'; | 2-14431362-8 |
What is the highest uni# of the person with the first name Todd? | CREATE TABLE "player_roster" (
"surname" text,
"first" text,
"d_o_b" text,
"uninum" real,
"bats" text,
"throws" text,
"position" text
); | SELECT MAX("uninum") FROM "player_roster" WHERE "first"='todd'; | 2-14431362-8 |
Which position does #14 play? | CREATE TABLE "player_roster" (
"surname" text,
"first" text,
"d_o_b" text,
"uninum" real,
"bats" text,
"throws" text,
"position" text
); | SELECT "position" FROM "player_roster" WHERE "uninum"=14; | 2-14431362-8 |
Which does the lhp player with the first name lachlan bat? | CREATE TABLE "player_roster" (
"surname" text,
"first" text,
"d_o_b" text,
"uninum" real,
"bats" text,
"throws" text,
"position" text
); | SELECT "bats" FROM "player_roster" WHERE "position"='lhp' AND "first"='lachlan'; | 2-14431362-8 |
How many were in Attendance on December 11, 1954? | CREATE TABLE "schedule" (
"week" real,
"date" text,
"opponent" text,
"result" text,
"record" text,
"game_site" text,
"attendance" real
); | SELECT COUNT("attendance") FROM "schedule" WHERE "date"='december 11, 1954'; | 2-14984019-1 |
In what Week were there more than 23,875 in Attendance at Memorial Stadium with Detroit Lions as the Opponent? | CREATE TABLE "schedule" (
"week" real,
"date" text,
"opponent" text,
"result" text,
"record" text,
"game_site" text,
"attendance" real
); | SELECT AVG("week") FROM "schedule" WHERE "attendance">'23,875' AND "game_site"='memorial stadium' AND "opponent"='detroit lions'; | 2-14984019-1 |
What was the Result on Week 3? | CREATE TABLE "schedule" (
"week" real,
"date" text,
"opponent" text,
"result" text,
"record" text,
"game_site" text,
"attendance" real
); | SELECT "result" FROM "schedule" WHERE "week"=3; | 2-14984019-1 |
On what Week was the Detroit Lions the Opponent? | CREATE TABLE "schedule" (
"week" real,
"date" text,
"opponent" text,
"result" text,
"record" text,
"game_site" text,
"attendance" real
); | SELECT "week" FROM "schedule" WHERE "opponent"='detroit lions'; | 2-14984019-1 |
What was the rangers' record on Game 14? | CREATE TABLE "schedule_and_results" (
"game" real,
"november" real,
"opponent" text,
"score" text,
"record" text
); | SELECT "record" FROM "schedule_and_results" WHERE "game"=14; | 2-14056076-3 |
What is the highest game number when the rangers had a record of 11-11-1 and the date was after November 29? | CREATE TABLE "schedule_and_results" (
"game" real,
"november" real,
"opponent" text,
"score" text,
"record" text
); | SELECT MAX("game") FROM "schedule_and_results" WHERE "record"='11-11-1' AND "november">29; | 2-14056076-3 |
What's Francis Harris' position? | CREATE TABLE "list" (
"name" text,
"nationality" text,
"position" text,
"years" text,
"appearances" real,
"goals" real
); | SELECT "position" FROM "list" WHERE "name"='francis harris'; | 2-14973587-1 |
Which place has more area (km 2) than 34.42? | CREATE TABLE "main_places" (
"place" text,
"code" real,
"area_km_2" real,
"population" real,
"most_spoken_language" text
); | SELECT "place" FROM "main_places" WHERE "area_km_2">34.42; | 2-14053297-1 |
What is the lowest 4 hoops, 2 clubs of the nation with a total of 38.25? | CREATE TABLE "groups_all_around" (
"place" real,
"nation" text,
"6_ropes" real,
"4_hoops_2_clubs" real,
"total" real
); | SELECT MIN("4_hoops_2_clubs") FROM "groups_all_around" WHERE "total"=38.25; | 2-14926204-6 |
What is the total of Greece, which is placed below 8? | CREATE TABLE "groups_all_around" (
"place" real,
"nation" text,
"6_ropes" real,
"4_hoops_2_clubs" real,
"total" real
); | SELECT COUNT("total") FROM "groups_all_around" WHERE "nation"='greece' AND "place">8; | 2-14926204-6 |
What is the palce number of Russia, which has 6 ropes of 19.425 and a total less than 38.925? | CREATE TABLE "groups_all_around" (
"place" real,
"nation" text,
"6_ropes" real,
"4_hoops_2_clubs" real,
"total" real
); | SELECT SUM("place") FROM "groups_all_around" WHERE "6_ropes"=19.425 AND "nation"='russia' AND "total"<38.925; | 2-14926204-6 |
What is the place of the nation with a total greater than 37.85 and 4 hoops, 2 clubs of 19.15? | CREATE TABLE "groups_all_around" (
"place" real,
"nation" text,
"6_ropes" real,
"4_hoops_2_clubs" real,
"total" real
); | SELECT SUM("place") FROM "groups_all_around" WHERE "total">37.85 AND "4_hoops_2_clubs"=19.15; | 2-14926204-6 |
What is the highest 4 hoops, 2 clubs of Belarus, which has a total less than 38.25? | CREATE TABLE "groups_all_around" (
"place" real,
"nation" text,
"6_ropes" real,
"4_hoops_2_clubs" real,
"total" real
); | SELECT MAX("4_hoops_2_clubs") FROM "groups_all_around" WHERE "nation"='belarus' AND "total"<38.25; | 2-14926204-6 |
What is the total of the nation with 19.025 4 hoops, 2 clubs? | CREATE TABLE "groups_all_around" (
"place" real,
"nation" text,
"6_ropes" real,
"4_hoops_2_clubs" real,
"total" real
); | SELECT "total" FROM "groups_all_around" WHERE "4_hoops_2_clubs"=19.025; | 2-14926204-6 |
Which Nationality has a Name of janne happonen? | CREATE TABLE "kuopio" (
"rank" real,
"name" text,
"nationality" text,
"1st_m" real,
"points" real,
"overall_nt_points" text,
"overall_wc_points_rank" text
); | SELECT "nationality" FROM "kuopio" WHERE "name"='janne happonen'; | 2-14407512-22 |
Which Nationality has a Rank larger than 3, and a Name of tom hilde? | CREATE TABLE "kuopio" (
"rank" real,
"name" text,
"nationality" text,
"1st_m" real,
"points" real,
"overall_nt_points" text,
"overall_wc_points_rank" text
); | SELECT "nationality" FROM "kuopio" WHERE "rank">3 AND "name"='tom hilde'; | 2-14407512-22 |
Which Name has a Nationality of nor, and Points of 136? | CREATE TABLE "kuopio" (
"rank" real,
"name" text,
"nationality" text,
"1st_m" real,
"points" real,
"overall_nt_points" text,
"overall_wc_points_rank" text
); | SELECT "name" FROM "kuopio" WHERE "nationality"='nor' AND "points"=136; | 2-14407512-22 |
Which Points have a 1st (m) smaller than 132.5, and a Nationality of aut, and a Rank larger than 2? | CREATE TABLE "kuopio" (
"rank" real,
"name" text,
"nationality" text,
"1st_m" real,
"points" real,
"overall_nt_points" text,
"overall_wc_points_rank" text
); | SELECT AVG("points") FROM "kuopio" WHERE "1st_m"<132.5 AND "nationality"='aut' AND "rank">2; | 2-14407512-22 |
Which Points have a Rank of 3, and a 1st (m) smaller than 132? | CREATE TABLE "kuopio" (
"rank" real,
"name" text,
"nationality" text,
"1st_m" real,
"points" real,
"overall_nt_points" text,
"overall_wc_points_rank" text
); | SELECT SUM("points") FROM "kuopio" WHERE "rank"=3 AND "1st_m"<132; | 2-14407512-22 |
What was the average rank of Wolfgang Schwarz with greater than 13 places? | CREATE TABLE "men" (
"rank" real,
"name" text,
"nation" text,
"points" real,
"places" real
); | SELECT AVG("rank") FROM "men" WHERE "name"='wolfgang schwarz' AND "places">13; | 2-1473124-2 |
What nation had 1399.3 points? | CREATE TABLE "men" (
"rank" real,
"name" text,
"nation" text,
"points" real,
"places" real
); | SELECT "nation" FROM "men" WHERE "points"=1399.3; | 2-1473124-2 |
What is the lowest round number for the fight that had a time of 1:09? | CREATE TABLE "mixed_martial_arts_record" (
"res" text,
"record" text,
"opponent" text,
"method" text,
"event" text,
"round" real,
"time" text,
"location" text
); | SELECT MIN("round") FROM "mixed_martial_arts_record" WHERE "time"='1:09'; | 2-1407968-2 |
How much Overall has a Pick # smaller than 20, and a Round smaller than 6? | CREATE TABLE "jacksonville_jaguars_draft_history" (
"round" real,
"pick_num" real,
"overall" real,
"name" text,
"position" text,
"college" text
); | SELECT SUM("overall") FROM "jacksonville_jaguars_draft_history" WHERE "pick_num"<20 AND "round"<6; | 2-15100419-11 |
Which average Round has a Pick # larger than 20, and a College of virginia, and an Overall larger than 127? | CREATE TABLE "jacksonville_jaguars_draft_history" (
"round" real,
"pick_num" real,
"overall" real,
"name" text,
"position" text,
"college" text
); | SELECT AVG("round") FROM "jacksonville_jaguars_draft_history" WHERE "pick_num">20 AND "college"='virginia' AND "overall">127; | 2-15100419-11 |
How many picks does chad owens have? | CREATE TABLE "jacksonville_jaguars_draft_history" (
"round" real,
"pick_num" real,
"overall" real,
"name" text,
"position" text,
"college" text
); | SELECT COUNT("pick_num") FROM "jacksonville_jaguars_draft_history" WHERE "name"='chad owens'; | 2-15100419-11 |
What is the lowest value in April with New York Rangers as opponent for a game less than 82? | CREATE TABLE "regular_season" (
"game" real,
"april" real,
"opponent" text,
"score" text,
"record" text,
"points" real
); | SELECT MIN("april") FROM "regular_season" WHERE "opponent"='new york rangers' AND "game"<82; | 2-13913666-8 |
What is the highest value in April with a record of 35–37–11 and more than 81 points? | CREATE TABLE "regular_season" (
"game" real,
"april" real,
"opponent" text,
"score" text,
"record" text,
"points" real
); | SELECT MAX("april") FROM "regular_season" WHERE "record"='35–37–11' AND "points">81; | 2-13913666-8 |
What is the record of the game played at home by the Blues where the attendance was larger than 4,719? | CREATE TABLE "game_log" (
"date" text,
"visitor" text,
"score" text,
"home" text,
"attendance" real,
"record" text,
"points" real
); | SELECT "record" FROM "game_log" WHERE "attendance">'4,719' AND "home"='blues'; | 2-13931419-3 |
What is the name of the winner when the Score was 274 (–14) in tennessee? | CREATE TABLE "tournament_results" (
"date" text,
"tournament" text,
"location" text,
"winner" text,
"score" text,
"1st_prize" text
); | SELECT "winner" FROM "tournament_results" WHERE "score"='274 (–14)' AND "location"='tennessee'; | 2-14640571-1 |
What is the Score when the 1st prize was 63,000, and a Winner of keith fergus (1)? | CREATE TABLE "tournament_results" (
"date" text,
"tournament" text,
"location" text,
"winner" text,
"score" text,
"1st_prize" text
); | SELECT "score" FROM "tournament_results" WHERE "1st_prize"='63,000' AND "winner"='keith fergus (1)'; | 2-14640571-1 |
What is the winners name at the western open? | CREATE TABLE "tournament_results" (
"date" text,
"tournament" text,
"location" text,
"winner" text,
"score" text,
"1st_prize" text
); | SELECT "winner" FROM "tournament_results" WHERE "tournament"='western open'; | 2-14640571-1 |
What is the score of the Tournament named danny thomas memphis classic? | CREATE TABLE "tournament_results" (
"date" text,
"tournament" text,
"location" text,
"winner" text,
"score" text,
"1st_prize" text
); | SELECT "score" FROM "tournament_results" WHERE "tournament"='danny thomas memphis classic'; | 2-14640571-1 |
What is the name of the Winner in north carolina at the greater greensboro open? | CREATE TABLE "tournament_results" (
"date" text,
"tournament" text,
"location" text,
"winner" text,
"score" text,
"1st_prize" text
); | SELECT "winner" FROM "tournament_results" WHERE "location"='north carolina' AND "tournament"='greater greensboro open'; | 2-14640571-1 |
What is the Location of the byron nelson golf classic? | CREATE TABLE "tournament_results" (
"date" text,
"tournament" text,
"location" text,
"winner" text,
"score" text,
"1st_prize" text
); | SELECT "location" FROM "tournament_results" WHERE "tournament"='byron nelson golf classic'; | 2-14640571-1 |
What is the position of player Tiffany Garofano (2)? | CREATE TABLE "players_of_the_week" (
"week" text,
"division" text,
"position" text,
"player" text,
"school" text
); | SELECT "position" FROM "players_of_the_week" WHERE "player"='tiffany garofano (2)'; | 2-13567607-33 |
What is the week with a school that is ball state? | CREATE TABLE "players_of_the_week" (
"week" text,
"division" text,
"position" text,
"player" text,
"school" text
); | SELECT "week" FROM "players_of_the_week" WHERE "school"='ball state'; | 2-13567607-33 |
What number last Runners-up where there when the Last win was 1999 and the Runners-up was bigger than 1? | CREATE TABLE "performance_of_indian_teams" (
"club" text,
"wins" real,
"last_win" text,
"runners_up" real,
"last_runners_up" real
); | SELECT COUNT("last_runners_up") FROM "performance_of_indian_teams" WHERE "last_win"='1999' AND "runners_up">1; | 2-14645146-1 |
What is the number of Last Runners-up that has the club name of dempo sc? | CREATE TABLE "performance_of_indian_teams" (
"club" text,
"wins" real,
"last_win" text,
"runners_up" real,
"last_runners_up" real
); | SELECT SUM("last_runners_up") FROM "performance_of_indian_teams" WHERE "club"='dempo sc'; | 2-14645146-1 |
Which Position has a Round larger than 6, and a Player of neil pilon? | CREATE TABLE "draft_picks" (
"round" real,
"player" text,
"position" text,
"nationality" text,
"college_junior_club_team_league" text
); | SELECT "position" FROM "draft_picks" WHERE "round">6 AND "player"='neil pilon'; | 2-14056076-13 |
Which Nationality has a Player of rudy poeschek? | CREATE TABLE "draft_picks" (
"round" real,
"player" text,
"position" text,
"nationality" text,
"college_junior_club_team_league" text
); | SELECT "nationality" FROM "draft_picks" WHERE "player"='rudy poeschek'; | 2-14056076-13 |
Which Position has a Player of steve nemeth? | CREATE TABLE "draft_picks" (
"round" real,
"player" text,
"position" text,
"nationality" text,
"college_junior_club_team_league" text
); | SELECT "position" FROM "draft_picks" WHERE "player"='steve nemeth'; | 2-14056076-13 |
Which Position has a Nationality of canada, and a Player of pat janostin? | CREATE TABLE "draft_picks" (
"round" real,
"player" text,
"position" text,
"nationality" text,
"college_junior_club_team_league" text
); | SELECT "position" FROM "draft_picks" WHERE "nationality"='canada' AND "player"='pat janostin'; | 2-14056076-13 |
What was the score of the match on April 23, 2007? | CREATE TABLE "doubles_runner_ups_6" (
"date" text,
"tournament" text,
"surface" text,
"partnering" text,
"opponents_in_the_final" text,
"score" text
); | SELECT "score" FROM "doubles_runner_ups_6" WHERE "date"='april 23, 2007'; | 2-14935689-2 |
Which Date has a Game site of shea stadium, and a Week of 5? | CREATE TABLE "schedule" (
"week" real,
"date" text,
"opponent" text,
"result" text,
"game_site" text,
"attendance" real
); | SELECT "date" FROM "schedule" WHERE "game_site"='shea stadium' AND "week"=5; | 2-13950852-1 |
Which Attendance is the highest one that has a Week smaller than 9, and a Result of l 24–23? | CREATE TABLE "schedule" (
"week" real,
"date" text,
"opponent" text,
"result" text,
"game_site" text,
"attendance" real
); | SELECT MAX("attendance") FROM "schedule" WHERE "week"<9 AND "result"='l 24–23'; | 2-13950852-1 |
Which Week has an Opponent of baltimore colts, and an Attendance smaller than 55,137? | CREATE TABLE "schedule" (
"week" real,
"date" text,
"opponent" text,
"result" text,
"game_site" text,
"attendance" real
); | SELECT AVG("week") FROM "schedule" WHERE "opponent"='baltimore colts' AND "attendance"<'55,137'; | 2-13950852-1 |
Which Game has Points of 53, and an Opponent of @ minnesota north stars, and a December larger than 30? | CREATE TABLE "regular_season" (
"game" real,
"december" real,
"opponent" text,
"score" text,
"record" text,
"points" real
); | SELECT AVG("game") FROM "regular_season" WHERE "points"=53 AND "opponent"='@ minnesota north stars' AND "december">30; | 2-14311305-4 |
Which December has a Record of 21–6–5? | CREATE TABLE "regular_season" (
"game" real,
"december" real,
"opponent" text,
"score" text,
"record" text,
"points" real
); | SELECT AVG("december") FROM "regular_season" WHERE "record"='21–6–5'; | 2-14311305-4 |
Which Points have an Opponent of @ pittsburgh penguins? | CREATE TABLE "regular_season" (
"game" real,
"december" real,
"opponent" text,
"score" text,
"record" text,
"points" real
); | SELECT MAX("points") FROM "regular_season" WHERE "opponent"='@ pittsburgh penguins'; | 2-14311305-4 |
What year was the startup for the Project Named of taq taq ph 2? | CREATE TABLE "detailed_list_of_projects_for_2010" (
"country" text,
"project_name" text,
"year_startup" text,
"operator" text,
"peak" text
); | SELECT "year_startup" FROM "detailed_list_of_projects_for_2010" WHERE "project_name"='taq taq ph 2'; | 2-14659610-2 |
What is the operator for peak 90, in startup year 2010 for the project named Aosp expansion 1 (jackpine ph 1a)? | CREATE TABLE "detailed_list_of_projects_for_2010" (
"country" text,
"project_name" text,
"year_startup" text,
"operator" text,
"peak" text
); | SELECT "operator" FROM "detailed_list_of_projects_for_2010" WHERE "peak"='90' AND "year_startup"='2010' AND "project_name"='aosp expansion 1 (jackpine ph 1a)'; | 2-14659610-2 |
What country has peak 20 and a project named jarn yabhour; ramhan? | CREATE TABLE "detailed_list_of_projects_for_2010" (
"country" text,
"project_name" text,
"year_startup" text,
"operator" text,
"peak" text
); | SELECT "country" FROM "detailed_list_of_projects_for_2010" WHERE "peak"='20' AND "project_name"='jarn yabhour; ramhan'; | 2-14659610-2 |
How much Attendance has an Opponent of swindon wildcats? | CREATE TABLE "january" (
"date" real,
"opponent" text,
"venue" text,
"result" text,
"attendance" real,
"competition" text
); | SELECT COUNT("attendance") FROM "january" WHERE "opponent"='swindon wildcats'; | 2-15213262-10 |
Which Attendance is the lowest one that has a Venue of away, and a Date of 19? | CREATE TABLE "january" (
"date" real,
"opponent" text,
"venue" text,
"result" text,
"attendance" real,
"competition" text
); | SELECT MIN("attendance") FROM "january" WHERE "venue"='away' AND "date"=19; | 2-15213262-10 |
Which Venue has a Result of won 5-4? | CREATE TABLE "january" (
"date" real,
"opponent" text,
"venue" text,
"result" text,
"attendance" real,
"competition" text
); | SELECT "venue" FROM "january" WHERE "result"='won 5-4'; | 2-15213262-10 |
what country has dubai | CREATE TABLE "structures_between_metres_ft_and_metres_" (
"planned_pinnacle_height" text,
"expected_year_of_completion" real,
"structural_type" text,
"country" text,
"town" text
); | SELECT "country" FROM "structures_between_metres_ft_and_metres_" WHERE "town"='dubai'; | 2-14500310-3 |
what country is dubai in | CREATE TABLE "structures_between_metres_ft_and_metres_" (
"planned_pinnacle_height" text,
"expected_year_of_completion" real,
"structural_type" text,
"country" text,
"town" text
); | SELECT "country" FROM "structures_between_metres_ft_and_metres_" WHERE "town"='dubai'; | 2-14500310-3 |
What home team has june 22 as the date? | CREATE TABLE "series_summary" (
"game" text,
"date" text,
"home_team" text,
"result" text,
"road_team" text
); | SELECT "home_team" FROM "series_summary" WHERE "date"='june 22'; | 2-13746919-5 |
What road team has 86-84 as the result? | CREATE TABLE "series_summary" (
"game" text,
"date" text,
"home_team" text,
"result" text,
"road_team" text
); | SELECT "road_team" FROM "series_summary" WHERE "result"='86-84'; | 2-13746919-5 |
What road team has 91-82 as the result? | CREATE TABLE "series_summary" (
"game" text,
"date" text,
"home_team" text,
"result" text,
"road_team" text
); | SELECT "road_team" FROM "series_summary" WHERE "result"='91-82'; | 2-13746919-5 |
Which game has houston as the road team, and june 15 as the date? | CREATE TABLE "series_summary" (
"game" text,
"date" text,
"home_team" text,
"result" text,
"road_team" text
); | SELECT "game" FROM "series_summary" WHERE "road_team"='houston' AND "date"='june 15'; | 2-13746919-5 |
What is listed under occupation for someone from Santa Monica, California? | CREATE TABLE "contestants" (
"player" text,
"hometown" text,
"occupation" text,
"education" text,
"game_status" text
); | SELECT "occupation" FROM "contestants" WHERE "hometown"='santa monica, california'; | 2-15149563-1 |
For natives of St. Louis, Missouri, what was listed under education? | CREATE TABLE "contestants" (
"player" text,
"hometown" text,
"occupation" text,
"education" text,
"game_status" text
); | SELECT "education" FROM "contestants" WHERE "hometown"='st. louis, missouri'; | 2-15149563-1 |
When the occupation was utility worker on-air talent, what was the game status? | CREATE TABLE "contestants" (
"player" text,
"hometown" text,
"occupation" text,
"education" text,
"game_status" text
); | SELECT "game_status" FROM "contestants" WHERE "occupation"='utility worker on-air talent'; | 2-15149563-1 |
Which 2005 has a 2004 of 3–2? | CREATE TABLE "grand_slam_tournament_performance_timeli" (
"tournament" text,
"2003" text,
"2004" text,
"2005" text,
"2006" text,
"2007" text,
"2008" text,
"2009" text,
"2010" text,
"2011" text,
"2012" text,
"2013" text,
"win_pct" real
); | SELECT "2005" FROM "grand_slam_tournament_performance_timeli" WHERE "2004"='3–2'; | 2-1439517-1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.