combined_text stringlengths 106 1.05k |
|---|
###question:What is the name of the player with the High points when there was a Record of 31–48?###answer:SELECT high_points FROM table_name_66 WHERE record = "31–48"###context:CREATE TABLE table_name_66 (high_points VARCHAR, record VARCHAR) |
###question:What is the name of the player with the High rebounds when there was a Score of l 108–114 (ot)?###answer:SELECT high_rebounds FROM table_name_25 WHERE score = "l 108–114 (ot)"###context:CREATE TABLE table_name_25 (high_rebounds VARCHAR, score VARCHAR) |
###question:What is the Lead for the 1999–00 season?###answer:SELECT lead FROM table_name_87 WHERE season = "1999–00"###context:CREATE TABLE table_name_87 (lead VARCHAR, season VARCHAR) |
###question:What is the Second when the third is don walchuk?###answer:SELECT second FROM table_name_91 WHERE third = "don walchuk"###context:CREATE TABLE table_name_91 (second VARCHAR, third VARCHAR) |
###question:What is the Season when the Lead was don bartlett, and the third was don walchuk, and a Second of carter rycroft?###answer:SELECT season FROM table_name_63 WHERE lead = "don bartlett" AND third = "don walchuk" AND second = "carter rycroft"###context:CREATE TABLE table_name_63 (season VARCHAR, second VARCHAR... |
###question:What is the Skip when the Third was john morris?###answer:SELECT skip FROM table_name_61 WHERE third = "john morris"###context:CREATE TABLE table_name_61 (skip VARCHAR, third VARCHAR) |
###question:What is the Third when the Lead was don bartlett, the Second was carter rycroft, and a Season of 2003–04?###answer:SELECT third FROM table_name_23 WHERE lead = "don bartlett" AND second = "carter rycroft" AND season = "2003–04"###context:CREATE TABLE table_name_23 (third VARCHAR, season VARCHAR, lead VARCHA... |
###question:What is the Lead when the Second was marc kennedy, in the 2012–13 season?###answer:SELECT lead FROM table_name_66 WHERE second = "marc kennedy" AND season = "2012–13"###context:CREATE TABLE table_name_66 (lead VARCHAR, second VARCHAR, season VARCHAR) |
###question:What is the name of the city with a capacity of 41,311?###answer:SELECT city FROM table_name_97 WHERE capacity = "41,311"###context:CREATE TABLE table_name_97 (city VARCHAR, capacity VARCHAR) |
###question:What is the State with Suwon as the city###answer:SELECT state FROM table_name_37 WHERE city = "suwon"###context:CREATE TABLE table_name_37 (state VARCHAR, city VARCHAR) |
###question:What is the State with a home venue of suwon sports complex?###answer:SELECT state FROM table_name_43 WHERE home_venue = "suwon sports complex"###context:CREATE TABLE table_name_43 (state VARCHAR, home_venue VARCHAR) |
###question:What is the team name for Chungju?###answer:SELECT team FROM table_name_11 WHERE city = "chungju"###context:CREATE TABLE table_name_11 (team VARCHAR, city VARCHAR) |
###question:What is the Team with a venue of Anyang Stadium?###answer:SELECT team FROM table_name_96 WHERE home_venue = "anyang stadium"###context:CREATE TABLE table_name_96 (team VARCHAR, home_venue VARCHAR) |
###question:What is the State with Gwangju Fc as the team?###answer:SELECT state FROM table_name_10 WHERE team = "gwangju fc"###context:CREATE TABLE table_name_10 (state VARCHAR, team VARCHAR) |
###question:What is the To par, when the Player is Loren Roberts?###answer:SELECT to_par FROM table_name_72 WHERE player = "loren roberts"###context:CREATE TABLE table_name_72 (to_par VARCHAR, player VARCHAR) |
###question:What is the To par, when the Score is 68-71-69=208?###answer:SELECT to_par FROM table_name_1 WHERE score = 68 - 71 - 69 = 208###context:CREATE TABLE table_name_1 (to_par VARCHAR, score VARCHAR) |
###question:What is the Place, when the Score is 68-70-71=209?###answer:SELECT place FROM table_name_19 WHERE score = 68 - 70 - 71 = 209###context:CREATE TABLE table_name_19 (place VARCHAR, score VARCHAR) |
###question:What is the Place, when the Player is Chris Dimarco?###answer:SELECT place FROM table_name_8 WHERE player = "chris dimarco"###context:CREATE TABLE table_name_8 (place VARCHAR, player VARCHAR) |
###question:What is the Score, when the Country is United States, when the Place is T3, and when the Player is Chris Riley?###answer:SELECT score FROM table_name_38 WHERE country = "united states" AND place = "t3" AND player = "chris riley"###context:CREATE TABLE table_name_38 (score VARCHAR, player VARCHAR, country VA... |
###question:What is the score where the opponent was Mardy Fish?###answer:SELECT score FROM table_name_68 WHERE opponent = "mardy fish"###context:CREATE TABLE table_name_68 (score VARCHAR, opponent VARCHAR) |
###question:What surface was played on with a score of 6–4, 6–3 and on 4 May 1992?###answer:SELECT surface FROM table_name_36 WHERE score = "6–4, 6–3" AND date = "4 may 1992"###context:CREATE TABLE table_name_36 (surface VARCHAR, score VARCHAR, date VARCHAR) |
###question:What is the name of the tournament played 13 November 2000?###answer:SELECT tournament FROM table_name_35 WHERE date = "13 november 2000"###context:CREATE TABLE table_name_35 (tournament VARCHAR, date VARCHAR) |
###question:Which tournament was played on 12 February 2001?###answer:SELECT tournament FROM table_name_21 WHERE date = "12 february 2001"###context:CREATE TABLE table_name_21 (tournament VARCHAR, date VARCHAR) |
###question:What is the average round number with wide receiver as position and Clark University as the college and the pick number is bigger than 166?###answer:SELECT AVG(round__number) FROM table_name_18 WHERE position = "wide receiver" AND college = "clark university" AND pick__number > 166###context:CREATE TABLE ta... |
###question:Which team had a year entering the league under 2009, located in Bath?###answer:SELECT team FROM table_name_21 WHERE year_entered_league < 2009 AND location = "bath"###context:CREATE TABLE table_name_21 (team VARCHAR, year_entered_league VARCHAR, location VARCHAR) |
###question:What is the year of entry for the University of Essex?###answer:SELECT year_entered_league FROM table_name_70 WHERE university = "university of essex"###context:CREATE TABLE table_name_70 (year_entered_league VARCHAR, university VARCHAR) |
###question:What is the 2013-2014 division for the Wolverhampton Wildcats?###answer:SELECT 2013 AS _14_division FROM table_name_60 WHERE team = "wolverhampton wildcats"###context:CREATE TABLE table_name_60 (team VARCHAR) |
###question:What is the least amount of draws with an against of 1261?###answer:SELECT MIN(draws) FROM table_name_16 WHERE against = 1261###context:CREATE TABLE table_name_16 (draws INTEGER, against VARCHAR) |
###question:What label shows an Album of cover version v?###answer:SELECT label FROM table_name_24 WHERE album = "cover version v"###context:CREATE TABLE table_name_24 (label VARCHAR, album VARCHAR) |
###question:What is the Label when the album shows cover version vi?###answer:SELECT label FROM table_name_26 WHERE album = "cover version vi"###context:CREATE TABLE table_name_26 (label VARCHAR, album VARCHAR) |
###question:What is the name of the Covered Song when the Album shows cover version iii?###answer:SELECT covered_song FROM table_name_7 WHERE album = "cover version iii"###context:CREATE TABLE table_name_7 (covered_song VARCHAR, album VARCHAR) |
###question:What is the sum of Week when there were 67,968 people in attendance?###answer:SELECT SUM(week) FROM table_name_66 WHERE attendance = "67,968"###context:CREATE TABLE table_name_66 (week INTEGER, attendance VARCHAR) |
###question:What is the Week number with a result of l 31–28?###answer:SELECT COUNT(week) FROM table_name_77 WHERE result = "l 31–28"###context:CREATE TABLE table_name_77 (week VARCHAR, result VARCHAR) |
###question:What was the score at the Tie no. 1 game?###answer:SELECT score FROM table_name_37 WHERE tie_no = "1"###context:CREATE TABLE table_name_37 (score VARCHAR, tie_no VARCHAR) |
###question:What was the attendance at the West Ham United home game?###answer:SELECT attendance FROM table_name_69 WHERE home_team = "west ham united"###context:CREATE TABLE table_name_69 (attendance VARCHAR, home_team VARCHAR) |
###question:What is the Sport with a Name that is gustav larsson?###answer:SELECT sport FROM table_name_9 WHERE name = "gustav larsson"###context:CREATE TABLE table_name_9 (sport VARCHAR, name VARCHAR) |
###question:What is the Name with an Event that is men's time trial?###answer:SELECT name FROM table_name_15 WHERE event = "men's time trial"###context:CREATE TABLE table_name_15 (name VARCHAR, event VARCHAR) |
###question:At which venue did the event held on 15 November 2010 occur?###answer:SELECT venue FROM table_name_78 WHERE date = "15 november 2010"###context:CREATE TABLE table_name_78 (venue VARCHAR, date VARCHAR) |
###question:Which Points has a Performer of rob burke band and a Draw larger than 1?###answer:SELECT AVG(points) FROM table_name_32 WHERE performer = "rob burke band" AND draw > 1###context:CREATE TABLE table_name_32 (points INTEGER, performer VARCHAR, draw VARCHAR) |
###question:Which Points have a Performer of seán monaghan and a Draw smaller than 7?###answer:SELECT MIN(points) FROM table_name_87 WHERE performer = "seán monaghan" AND draw < 7###context:CREATE TABLE table_name_87 (points INTEGER, performer VARCHAR, draw VARCHAR) |
###question:Which Points has a Performer of rob burke band?###answer:SELECT COUNT(points) FROM table_name_7 WHERE performer = "rob burke band"###context:CREATE TABLE table_name_7 (points VARCHAR, performer VARCHAR) |
###question:What is the Finish of 28 Wins?###answer:SELECT finish FROM table_name_8 WHERE wins = "28"###context:CREATE TABLE table_name_8 (finish VARCHAR, wins VARCHAR) |
###question:What is the Finish of the Reno Bighorns Wins?###answer:SELECT finish FROM table_name_41 WHERE wins = "reno bighorns"###context:CREATE TABLE table_name_41 (finish VARCHAR, wins VARCHAR) |
###question:What is the Finish of 28 Wins?###answer:SELECT finish FROM table_name_49 WHERE wins = "28"###context:CREATE TABLE table_name_49 (finish VARCHAR, wins VARCHAR) |
###question:What is the Western Division of Wins with a 4th Finish?###answer:SELECT wins FROM table_name_95 WHERE division = "western" AND finish = "4th"###context:CREATE TABLE table_name_95 (wins VARCHAR, division VARCHAR, finish VARCHAR) |
###question:What are the losses of the playoffs season?###answer:SELECT losses FROM table_name_56 WHERE season = "playoffs"###context:CREATE TABLE table_name_56 (losses VARCHAR, season VARCHAR) |
###question:What is Team 1, when Team 2 is Saint Louis?###answer:SELECT team_1 FROM table_name_84 WHERE team_2 = "saint louis"###context:CREATE TABLE table_name_84 (team_1 VARCHAR, team_2 VARCHAR) |
###question:What is Agg., when Team 2 is Mukungwa?###answer:SELECT agg FROM table_name_42 WHERE team_2 = "mukungwa"###context:CREATE TABLE table_name_42 (agg VARCHAR, team_2 VARCHAR) |
###question:What is the Round with an Opponent that is torpedo moscow?###answer:SELECT round FROM table_name_35 WHERE opponent = "torpedo moscow"###context:CREATE TABLE table_name_35 (round VARCHAR, opponent VARCHAR) |
###question:Can you tell me the sum of Matches that has the Goals of 103, and the Rank larger than 9?###answer:SELECT SUM(matches) FROM table_name_7 WHERE goals = 103 AND rank > 9###context:CREATE TABLE table_name_7 (matches INTEGER, goals VARCHAR, rank VARCHAR) |
###question:Can you tell me the Name that has the Goals larger than 98, and the Rank of 7?###answer:SELECT name FROM table_name_24 WHERE goals > 98 AND rank = 7###context:CREATE TABLE table_name_24 (name VARCHAR, goals VARCHAR, rank VARCHAR) |
###question:How many laps had a time stat of accident for the rider carmelo morales when the grid was more than 25?###answer:SELECT SUM(laps) FROM table_name_84 WHERE time = "accident" AND rider = "carmelo morales" AND grid > 25###context:CREATE TABLE table_name_84 (laps INTEGER, grid VARCHAR, time VARCHAR, rider VARCH... |
###question:How many laps had a time of +2.987?###answer:SELECT COUNT(laps) FROM table_name_37 WHERE time = "+2.987"###context:CREATE TABLE table_name_37 (laps VARCHAR, time VARCHAR) |
###question:Which bike had fewer than 23 laps and a grid number of 4?###answer:SELECT bike FROM table_name_15 WHERE laps < 23 AND grid = 4###context:CREATE TABLE table_name_15 (bike VARCHAR, laps VARCHAR, grid VARCHAR) |
###question:What is the Record for week 14?###answer:SELECT record FROM table_name_88 WHERE week = 14###context:CREATE TABLE table_name_88 (record VARCHAR, week VARCHAR) |
###question:What is the Result with an NFL Recap, played at bank of america stadium?###answer:SELECT result FROM table_name_41 WHERE nfl_recap = "recap" AND game_site = "bank of america stadium"###context:CREATE TABLE table_name_41 (result VARCHAR, nfl_recap VARCHAR, game_site VARCHAR) |
###question:What is the Record for week 12?###answer:SELECT record FROM table_name_95 WHERE week = 12###context:CREATE TABLE table_name_95 (record VARCHAR, week VARCHAR) |
###question:What is the Opponent with a time of 2:05 p.m., and the results were w 26–20?###answer:SELECT opponent FROM table_name_62 WHERE time = "2:05 p.m." AND result = "w 26–20"###context:CREATE TABLE table_name_62 (opponent VARCHAR, time VARCHAR, result VARCHAR) |
###question:What is the highest Week for october 12, 2008?###answer:SELECT MAX(week) FROM table_name_67 WHERE date = "october 12, 2008"###context:CREATE TABLE table_name_67 (week INTEGER, date VARCHAR) |
###question:Which team has 1 as the drawn, with 2 as the lost?###answer:SELECT team FROM table_name_37 WHERE drawn = 1 AND lost = 2###context:CREATE TABLE table_name_37 (team VARCHAR, drawn VARCHAR, lost VARCHAR) |
###question:How many drawns have 7 for the lost?###answer:SELECT SUM(drawn) FROM table_name_83 WHERE lost = 7###context:CREATE TABLE table_name_83 (drawn INTEGER, lost VARCHAR) |
###question:What is the average played that has a drawn greater than 1, with an against greater than 16?###answer:SELECT AVG(played) FROM table_name_17 WHERE drawn > 1 AND against > 16###context:CREATE TABLE table_name_17 (played INTEGER, drawn VARCHAR, against VARCHAR) |
###question:What is the sum of Maidens with a number of Matches that is 2?###answer:SELECT SUM(maidens) FROM table_name_36 WHERE matches = 2###context:CREATE TABLE table_name_36 (maidens INTEGER, matches VARCHAR) |
###question:Ranking higher than 2, what Team has Player Paolo Maldini?###answer:SELECT team FROM table_name_52 WHERE rank > 2 AND name = "paolo maldini"###context:CREATE TABLE table_name_52 (team VARCHAR, rank VARCHAR, name VARCHAR) |
###question:What Country is in Rank 2?###answer:SELECT country FROM table_name_97 WHERE rank = 2###context:CREATE TABLE table_name_97 (country VARCHAR, rank VARCHAR) |
###question:What date was Leo Mainoldi (24) the leading scorer?###answer:SELECT date FROM table_name_72 WHERE leading_scorer = "leo mainoldi (24)"###context:CREATE TABLE table_name_72 (date VARCHAR, leading_scorer VARCHAR) |
###question:Who is the visitor with the 14-10 record?###answer:SELECT visitor FROM table_name_61 WHERE record = "14-10"###context:CREATE TABLE table_name_61 (visitor VARCHAR, record VARCHAR) |
###question:What is the record of the 73-82 score?###answer:SELECT record FROM table_name_32 WHERE score = "73-82"###context:CREATE TABLE table_name_32 (record VARCHAR, score VARCHAR) |
###question:Who is the leading scorer of the Villa De Los Barrios visitor?###answer:SELECT leading_scorer FROM table_name_56 WHERE visitor = "villa de los barrios"###context:CREATE TABLE table_name_56 (leading_scorer VARCHAR, visitor VARCHAR) |
###question:Who is the visitor with a 14-10 record?###answer:SELECT visitor FROM table_name_71 WHERE record = "14-10"###context:CREATE TABLE table_name_71 (visitor VARCHAR, record VARCHAR) |
###question:What is the score of the team with the 14-9 record?###answer:SELECT score FROM table_name_43 WHERE record = "14-9"###context:CREATE TABLE table_name_43 (score VARCHAR, record VARCHAR) |
###question:What was the date of the game with 6 goals?###answer:SELECT date FROM table_name_61 WHERE goal = 6###context:CREATE TABLE table_name_61 (date VARCHAR, goal VARCHAR) |
###question:What was the highest number of goals for a game held at Hannover?###answer:SELECT MAX(goal) FROM table_name_27 WHERE venue = "hannover"###context:CREATE TABLE table_name_27 (goal INTEGER, venue VARCHAR) |
###question:What was the result of the game with more than 12 goals at Pasadena?###answer:SELECT result FROM table_name_80 WHERE goal > 12 AND venue = "pasadena"###context:CREATE TABLE table_name_80 (result VARCHAR, goal VARCHAR, venue VARCHAR) |
###question:What round was Andre Fluellen drafted as a Defensive Tackle?###answer:SELECT COUNT(round) FROM table_name_54 WHERE position = "defensive tackle" AND player = "andre fluellen"###context:CREATE TABLE table_name_54 (round VARCHAR, position VARCHAR, player VARCHAR) |
###question:After Round 5, which player was drafted for Defensive Tackle?###answer:SELECT player FROM table_name_68 WHERE round > 5 AND position = "defensive tackle"###context:CREATE TABLE table_name_68 (player VARCHAR, round VARCHAR, position VARCHAR) |
###question:What was the earliest Round for Central Florida?###answer:SELECT MIN(round) FROM table_name_32 WHERE team = "central florida"###context:CREATE TABLE table_name_32 (round INTEGER, team VARCHAR) |
###question:What is the date of the label Dos or Die Recordings?###answer:SELECT date FROM table_name_9 WHERE label = "dos or die recordings"###context:CREATE TABLE table_name_9 (date VARCHAR, label VARCHAR) |
###question:What is the label for 2002, in Germany, Catalog Dos 195?###answer:SELECT label FROM table_name_23 WHERE date = "2002" AND region = "germany" AND catalog = "dos 195"###context:CREATE TABLE table_name_23 (label VARCHAR, catalog VARCHAR, date VARCHAR, region VARCHAR) |
###question:What region has a 2002 date, and a Catalog dos 195?###answer:SELECT region FROM table_name_70 WHERE date = "2002" AND catalog = "dos 195"###context:CREATE TABLE table_name_70 (region VARCHAR, date VARCHAR, catalog VARCHAR) |
###question:What is the Winners when the United States is the runner-up at st. germain golf club?###answer:SELECT winners FROM table_name_90 WHERE runners_up = "united states" AND venue = "st. germain golf club"###context:CREATE TABLE table_name_90 (winners VARCHAR, runners_up VARCHAR, venue VARCHAR) |
###question:What is the average Year when Australia was the runner-up at victoria golf club?###answer:SELECT AVG(year) FROM table_name_8 WHERE runners_up = "australia" AND venue = "victoria golf club"###context:CREATE TABLE table_name_8 (year INTEGER, runners_up VARCHAR, venue VARCHAR) |
###question:What is the Location when France was the runner-up at club de campo?###answer:SELECT location FROM table_name_41 WHERE runners_up = "france" AND venue = "club de campo"###context:CREATE TABLE table_name_41 (location VARCHAR, runners_up VARCHAR, venue VARCHAR) |
###question:What is the Location when Canada was the runner-up and Australia was the winner?###answer:SELECT location FROM table_name_77 WHERE runners_up = "canada" AND winners = "australia"###context:CREATE TABLE table_name_77 (location VARCHAR, runners_up VARCHAR, winners VARCHAR) |
###question:What is the Name of the Space Telescope Terminated on March 1993?###answer:SELECT name FROM table_name_31 WHERE terminated = "march 1993"###context:CREATE TABLE table_name_31 (name VARCHAR, terminated VARCHAR) |
###question:What is Party, when Opinion Research Centre (OPC) is 1.5%?###answer:SELECT party FROM table_name_33 WHERE opinion_research_centre__opc_ = "1.5%"###context:CREATE TABLE table_name_33 (party VARCHAR, opinion_research_centre__opc_ VARCHAR) |
###question:What is Marplan, when Gallup is 1.5%###answer:SELECT marplan FROM table_name_55 WHERE gallup = "1.5%"###context:CREATE TABLE table_name_55 (marplan VARCHAR, gallup VARCHAR) |
###question:What is Opinion Research Centre (OPC), when Party is Conservative?###answer:SELECT opinion_research_centre__opc_ FROM table_name_40 WHERE party = "conservative"###context:CREATE TABLE table_name_40 (opinion_research_centre__opc_ VARCHAR, party VARCHAR) |
###question:What is Harris, when Marplan is 1.3%###answer:SELECT harris FROM table_name_84 WHERE marplan = "1.3%"###context:CREATE TABLE table_name_84 (harris VARCHAR, marplan VARCHAR) |
###question:What are the fewest points that Roger Dutton/Tony Wright have received?###answer:SELECT MIN(points) FROM table_name_15 WHERE rider = "roger dutton/tony wright"###context:CREATE TABLE table_name_15 (points INTEGER, rider VARCHAR) |
###question:How fast does the BMW with 6 points go?###answer:SELECT speed FROM table_name_43 WHERE machine = "bmw" AND points = 6###context:CREATE TABLE table_name_43 (speed VARCHAR, machine VARCHAR, points VARCHAR) |
###question:What is the average draw for Desi Dobreva, was it less than 6?###answer:SELECT AVG(draw) FROM table_name_64 WHERE artist = "desi dobreva" AND place < 6###context:CREATE TABLE table_name_64 (draw INTEGER, artist VARCHAR, place VARCHAR) |
###question:What was the first leg score for the match that had AS Police as team 2?###answer:SELECT 1 AS st_leg FROM table_name_34 WHERE team_2 = "as police"###context:CREATE TABLE table_name_34 (team_2 VARCHAR) |
###question:What was the result for the Outstanding director of a musical category?###answer:SELECT result FROM table_name_67 WHERE category = "outstanding director of a musical"###context:CREATE TABLE table_name_67 (result VARCHAR, category VARCHAR) |
###question:What was the result of the Award of Drama desk award nominee Tom Hewitt.###answer:SELECT result FROM table_name_37 WHERE award = "drama desk award" AND nominee = "tom hewitt"###context:CREATE TABLE table_name_37 (result VARCHAR, award VARCHAR, nominee VARCHAR) |
###question:What year was best costume design the award category?###answer:SELECT year FROM table_name_97 WHERE category = "best costume design"###context:CREATE TABLE table_name_97 (year VARCHAR, category VARCHAR) |
###question:Which accolade has USA as the country, with a year less than 2009?###answer:SELECT accolade FROM table_name_61 WHERE country = "usa" AND year < 2009###context:CREATE TABLE table_name_61 (accolade VARCHAR, country VARCHAR, year VARCHAR) |
###question:How many years have an accolade of 50 best albums of the year, with #3 as the rank?###answer:SELECT SUM(year) FROM table_name_6 WHERE accolade = "50 best albums of the year" AND rank = "#3"###context:CREATE TABLE table_name_6 (year INTEGER, accolade VARCHAR, rank VARCHAR) |
###question:Which rank has canada as the country?###answer:SELECT rank FROM table_name_84 WHERE country = "canada"###context:CREATE TABLE table_name_84 (rank VARCHAR, country VARCHAR) |
###question:What is the name of the Guest Host for Episode Number of 5?###answer:SELECT guest_host FROM table_name_73 WHERE episode_number = 5###context:CREATE TABLE table_name_73 (guest_host VARCHAR, episode_number VARCHAR) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.