question stringlengths 12 244 | context stringlengths 27 489 | answer dict |
|---|---|---|
Who had a total of 34? | CREATE TABLE table_name_90 (name VARCHAR, total VARCHAR) | {
"SQL_Query": "SELECT name FROM table_name_90 WHERE total = 34"
} |
What rank is Takatōriki having less than 30 total? | CREATE TABLE table_name_60 (highest_rank VARCHAR, total VARCHAR, name VARCHAR) | {
"SQL_Query": "SELECT highest_rank FROM table_name_60 WHERE total < 30 AND name = \"takatōriki\""
} |
What was the total when the first was November 1966? | CREATE TABLE table_name_42 (total INTEGER, first VARCHAR) | {
"SQL_Query": "SELECT SUM(total) FROM table_name_42 WHERE first = \"november 1966\""
} |
What is the last when the first was January 2001 and more than 26 total? | CREATE TABLE table_name_72 (last VARCHAR, total VARCHAR, first VARCHAR) | {
"SQL_Query": "SELECT last FROM table_name_72 WHERE total > 26 AND first = \"january 2001\""
} |
What is the greatest total when the last was September 1970? | CREATE TABLE table_name_87 (total INTEGER, last VARCHAR) | {
"SQL_Query": "SELECT MAX(total) FROM table_name_87 WHERE last = \"september 1970\""
} |
What rank is Takatōriki? | CREATE TABLE table_name_53 (highest_rank VARCHAR, name VARCHAR) | {
"SQL_Query": "SELECT highest_rank FROM table_name_53 WHERE name = \"takatōriki\""
} |
What year has 54 (73) points? | CREATE TABLE table_name_55 (year INTEGER, pts VARCHAR) | {
"SQL_Query": "SELECT SUM(year) FROM table_name_55 WHERE pts = \"54 (73)\""
} |
What is the chassis more recent than 1967? | CREATE TABLE table_name_90 (chassis VARCHAR, year INTEGER) | {
"SQL_Query": "SELECT chassis FROM table_name_90 WHERE year > 1967"
} |
What is the year of the Lotus 25 chassis? | CREATE TABLE table_name_19 (year INTEGER, chassis VARCHAR) | {
"SQL_Query": "SELECT AVG(year) FROM table_name_19 WHERE chassis = \"lotus 25\""
} |
What is the year of the Lotus 18 chassis? | CREATE TABLE table_name_97 (year VARCHAR, chassis VARCHAR) | {
"SQL_Query": "SELECT COUNT(year) FROM table_name_97 WHERE chassis = \"lotus 18\""
} |
What is First Elected, when District is "Minnesota 2"? | CREATE TABLE table_name_16 (first_elected VARCHAR, district VARCHAR) | {
"SQL_Query": "SELECT first_elected FROM table_name_16 WHERE district = \"minnesota 2\""
} |
What is the lowest First Elected, when Party is "Republican", and when District is "Minnesota 1"? | CREATE TABLE table_name_19 (first_elected INTEGER, party VARCHAR, district VARCHAR) | {
"SQL_Query": "SELECT MIN(first_elected) FROM table_name_19 WHERE party = \"republican\" AND district = \"minnesota 1\""
} |
What is Party, when Results is "Re-Elected", when First Elected is greater than 1990, and when District is "Minnesota 4"? | CREATE TABLE table_name_10 (party VARCHAR, district VARCHAR, results VARCHAR, first_elected VARCHAR) | {
"SQL_Query": "SELECT party FROM table_name_10 WHERE results = \"re-elected\" AND first_elected > 1990 AND district = \"minnesota 4\""
} |
What is Incumbent, when Results is "Re-Elected", when Party is "Democratic", and when District is "Minnesota 7"? | CREATE TABLE table_name_75 (incumbent VARCHAR, district VARCHAR, results VARCHAR, party VARCHAR) | {
"SQL_Query": "SELECT incumbent FROM table_name_75 WHERE results = \"re-elected\" AND party = \"democratic\" AND district = \"minnesota 7\""
} |
Which Score has a Place of t5, and a Country of united states? | CREATE TABLE table_name_30 (score VARCHAR, place VARCHAR, country VARCHAR) | {
"SQL_Query": "SELECT score FROM table_name_30 WHERE place = \"t5\" AND country = \"united states\""
} |
Name The Score of Player of seve ballesteros? | CREATE TABLE table_name_86 (score VARCHAR, player VARCHAR) | {
"SQL_Query": "SELECT score FROM table_name_86 WHERE player = \"seve ballesteros\""
} |
Which Country has a Place of 2? | CREATE TABLE table_name_60 (country VARCHAR, place VARCHAR) | {
"SQL_Query": "SELECT country FROM table_name_60 WHERE place = \"2\""
} |
How many wins did they have when they had 5 losses? | CREATE TABLE table_name_80 (wins VARCHAR, losses VARCHAR) | {
"SQL_Query": "SELECT wins FROM table_name_80 WHERE losses = 5"
} |
How many byes did they have against smaller than 1544, 13 wins, and draws larger than 0? | CREATE TABLE table_name_48 (byes VARCHAR, draws VARCHAR, against VARCHAR, wins VARCHAR) | {
"SQL_Query": "SELECT COUNT(byes) FROM table_name_48 WHERE against < 1544 AND wins = 13 AND draws > 0"
} |
How many byes has a draw larger than 0? | CREATE TABLE table_name_55 (byes VARCHAR, draws INTEGER) | {
"SQL_Query": "SELECT COUNT(byes) FROM table_name_55 WHERE draws > 0"
} |
What is the lowest against that has less than 9 wins, and draws smaller than 0? | CREATE TABLE table_name_84 (against INTEGER, wins VARCHAR, draws VARCHAR) | {
"SQL_Query": "SELECT MIN(against) FROM table_name_84 WHERE wins < 9 AND draws < 0"
} |
What is the total number of wins that has byes less than 0? | CREATE TABLE table_name_84 (wins VARCHAR, byes INTEGER) | {
"SQL_Query": "SELECT COUNT(wins) FROM table_name_84 WHERE byes < 0"
} |
What is the most money for the score 75-74-72-67=288? | CREATE TABLE table_name_16 (money___ INTEGER, score VARCHAR) | {
"SQL_Query": "SELECT MAX(money___) AS $__ FROM table_name_16 WHERE score = 75 - 74 - 72 - 67 = 288"
} |
What's the American pronunciation when the Australian is əʉ? | CREATE TABLE table_name_11 (american VARCHAR, australian VARCHAR) | {
"SQL_Query": "SELECT american FROM table_name_11 WHERE australian = \"əʉ\""
} |
What is the 17th c. pronunciation when the british is əʊ? | CREATE TABLE table_name_68 (british VARCHAR) | {
"SQL_Query": "SELECT 17 AS th_c FROM table_name_68 WHERE british = \"əʊ\""
} |
What's the British pronunciation when the American and Australian is i? | CREATE TABLE table_name_44 (british VARCHAR, american VARCHAR, australian VARCHAR) | {
"SQL_Query": "SELECT british FROM table_name_44 WHERE american = \"i\" AND australian = \"i\""
} |
What is the Height if the weight is kg (lb), the club is Sainte-foy and the pos is cf? | CREATE TABLE table_name_15 (height VARCHAR, pos VARCHAR, weight VARCHAR, club VARCHAR) | {
"SQL_Query": "SELECT height FROM table_name_15 WHERE weight = \"kg (lb)\" AND club = \"sainte-foy\" AND pos = \"cf\""
} |
What is the height of valérie dionne at Club Sainte-Foy? | CREATE TABLE table_name_48 (height VARCHAR, club VARCHAR, name VARCHAR) | {
"SQL_Query": "SELECT height FROM table_name_48 WHERE club = \"sainte-foy\" AND name = \"valérie dionne\""
} |
Who has a Date of Birth 1980-07-29? | CREATE TABLE table_name_64 (name VARCHAR, date_of_birth VARCHAR) | {
"SQL_Query": "SELECT name FROM table_name_64 WHERE date_of_birth = \"1980-07-29\""
} |
What is the name of the team from cisne fairfield school? | CREATE TABLE table_name_84 (team_name VARCHAR, schools VARCHAR) | {
"SQL_Query": "SELECT team_name FROM table_name_84 WHERE schools = \"cisne fairfield\""
} |
What is the name of the team from goreville vienna school? | CREATE TABLE table_name_80 (team_name VARCHAR, schools VARCHAR) | {
"SQL_Query": "SELECT team_name FROM table_name_80 WHERE schools = \"goreville vienna\""
} |
What are the colors of the team hosted by Christopher? | CREATE TABLE table_name_77 (colors VARCHAR, host VARCHAR) | {
"SQL_Query": "SELECT colors FROM table_name_77 WHERE host = \"christopher\""
} |
What is team 1 if Renova is team 2? | CREATE TABLE table_name_99 (team_1 VARCHAR, team_2 VARCHAR) | {
"SQL_Query": "SELECT team_1 FROM table_name_99 WHERE team_2 = \"renova\""
} |
What is the highest to par for the 76-70-76-76=298 score? | CREATE TABLE table_name_96 (to_par INTEGER, score VARCHAR) | {
"SQL_Query": "SELECT MAX(to_par) FROM table_name_96 WHERE score = 76 - 70 - 76 - 76 = 298"
} |
What score has a to par of 12 and is from Jersey? | CREATE TABLE table_name_25 (score VARCHAR, to_par VARCHAR, country VARCHAR) | {
"SQL_Query": "SELECT score FROM table_name_25 WHERE to_par = 12 AND country = \"jersey\""
} |
What is the average money for a to par of 15, and is from the United States? | CREATE TABLE table_name_55 (money___ INTEGER, to_par VARCHAR, country VARCHAR) | {
"SQL_Query": "SELECT AVG(money___) AS $__ FROM table_name_55 WHERE to_par = 15 AND country = \"united states\""
} |
What is the total amount of money that has a t2 place, is from the United States for player Leo Diegel? | CREATE TABLE table_name_49 (money___ VARCHAR, player VARCHAR, place VARCHAR, country VARCHAR) | {
"SQL_Query": "SELECT COUNT(money___) AS $__ FROM table_name_49 WHERE place = \"t2\" AND country = \"united states\" AND player = \"leo diegel\""
} |
What county has less than $188 and a score of 74-76-73-75=298? | CREATE TABLE table_name_3 (country VARCHAR, money___$__ VARCHAR, score VARCHAR) | {
"SQL_Query": "SELECT country FROM table_name_3 WHERE money___$__ < 188 AND score = 74 - 76 - 73 - 75 = 298"
} |
What is Opponent, when Location is "Winnipeg, Manitoba , Canada"? | CREATE TABLE table_name_27 (opponent VARCHAR, location VARCHAR) | {
"SQL_Query": "SELECT opponent FROM table_name_27 WHERE location = \"winnipeg, manitoba , canada\""
} |
What is Res., when Location is "Butte, Montana , United States", and when Opponent is "Jerome Smith"? | CREATE TABLE table_name_81 (res VARCHAR, location VARCHAR, opponent VARCHAR) | {
"SQL_Query": "SELECT res FROM table_name_81 WHERE location = \"butte, montana , united states\" AND opponent = \"jerome smith\""
} |
What is Method, when Time is "3:20"? | CREATE TABLE table_name_40 (method VARCHAR, time VARCHAR) | {
"SQL_Query": "SELECT method FROM table_name_40 WHERE time = \"3:20\""
} |
What is Location, when Opponent is "Mario Rinaldi"? | CREATE TABLE table_name_86 (location VARCHAR, opponent VARCHAR) | {
"SQL_Query": "SELECT location FROM table_name_86 WHERE opponent = \"mario rinaldi\""
} |
How much Grid has a Time/Retired of +0.785, and Laps larger than 29? | CREATE TABLE table_name_19 (grid INTEGER, time_retired VARCHAR, laps VARCHAR) | {
"SQL_Query": "SELECT SUM(grid) FROM table_name_19 WHERE time_retired = \"+0.785\" AND laps > 29"
} |
Which Grid has more than 8 Laps, and a Manufacturer of honda, and a Time/Retired of retirement? | CREATE TABLE table_name_61 (grid VARCHAR, time_retired VARCHAR, laps VARCHAR, manufacturer VARCHAR) | {
"SQL_Query": "SELECT grid FROM table_name_61 WHERE laps > 8 AND manufacturer = \"honda\" AND time_retired = \"retirement\""
} |
How many Laps have a Grid smaller than 5, and a Time/Retired of retirement? | CREATE TABLE table_name_97 (laps INTEGER, grid VARCHAR, time_retired VARCHAR) | {
"SQL_Query": "SELECT SUM(laps) FROM table_name_97 WHERE grid < 5 AND time_retired = \"retirement\""
} |
Which Time/Retired has Laps smaller than 14, and a Rider of darren barton? | CREATE TABLE table_name_78 (time_retired VARCHAR, laps VARCHAR, rider VARCHAR) | {
"SQL_Query": "SELECT time_retired FROM table_name_78 WHERE laps < 14 AND rider = \"darren barton\""
} |
What was the lowest lost entry for a team with fewer than 21 goals for? | CREATE TABLE table_name_39 (lost INTEGER, goals_for INTEGER) | {
"SQL_Query": "SELECT MIN(lost) FROM table_name_39 WHERE goals_for < 21"
} |
What was the position has a played entry of more than 24? | CREATE TABLE table_name_68 (position VARCHAR, played INTEGER) | {
"SQL_Query": "SELECT COUNT(position) FROM table_name_68 WHERE played > 24"
} |
What is the highest position for Nelson, with a played entry of more than 24? | CREATE TABLE table_name_10 (position INTEGER, team VARCHAR, played VARCHAR) | {
"SQL_Query": "SELECT MAX(position) FROM table_name_10 WHERE team = \"nelson\" AND played > 24"
} |
What was the average Lost entry for Newton, for games with a drawn less than 5? | CREATE TABLE table_name_78 (lost INTEGER, team VARCHAR, drawn VARCHAR) | {
"SQL_Query": "SELECT AVG(lost) FROM table_name_78 WHERE team = \"newton\" AND drawn < 5"
} |
What is the highest lost entry that has a drawn entry less than 6, goals against less than 44, and a points 1 entry of 27? | CREATE TABLE table_name_40 (lost INTEGER, points_1 VARCHAR, drawn VARCHAR, goals_against VARCHAR) | {
"SQL_Query": "SELECT MAX(lost) FROM table_name_40 WHERE drawn < 6 AND goals_against < 44 AND points_1 = \"27\""
} |
Who has a Snatch of 157.0? | CREATE TABLE table_name_78 (name VARCHAR, snatch VARCHAR) | {
"SQL_Query": "SELECT name FROM table_name_78 WHERE snatch = \"157.0\""
} |
What is the total bodyweight of everyone that has a Snatch of 153.0? | CREATE TABLE table_name_98 (bodyweight INTEGER, snatch VARCHAR) | {
"SQL_Query": "SELECT SUM(bodyweight) FROM table_name_98 WHERE snatch = \"153.0\""
} |
What ranking is the Battersea Power Station? | CREATE TABLE table_name_86 (rank VARCHAR, name VARCHAR) | {
"SQL_Query": "SELECT rank FROM table_name_86 WHERE name = \"battersea power station\""
} |
What ranking is the structure with 01.0 87 floors? | CREATE TABLE table_name_51 (rank VARCHAR, floors VARCHAR) | {
"SQL_Query": "SELECT rank FROM table_name_51 WHERE floors = \"01.0 87\""
} |
What is the highest Attendance, when Date is "Oct. 26"? | CREATE TABLE table_name_25 (attendance INTEGER, date VARCHAR) | {
"SQL_Query": "SELECT MAX(attendance) FROM table_name_25 WHERE date = \"oct. 26\""
} |
What is the lowest Opponents, when Raiders Poinsts is greater than 38, and when Attendance is greater than 51,267? | CREATE TABLE table_name_79 (opponents INTEGER, raiders_points VARCHAR, attendance VARCHAR) | {
"SQL_Query": "SELECT MIN(opponents) FROM table_name_79 WHERE raiders_points > 38 AND attendance > 51 OFFSET 267"
} |
What is the total number of Opponents, when Raiders Points is "42", when Attendance is less than 52,505? | CREATE TABLE table_name_16 (opponents VARCHAR, raiders_points VARCHAR, attendance VARCHAR) | {
"SQL_Query": "SELECT COUNT(opponents) FROM table_name_16 WHERE raiders_points = 42 AND attendance < 52 OFFSET 505"
} |
What is the total number of Raiders First Downs, when Date is "Nov. 2", and when Raiders Points is greater than 42? | CREATE TABLE table_name_21 (raiders_first_downs VARCHAR, date VARCHAR, raiders_points VARCHAR) | {
"SQL_Query": "SELECT COUNT(raiders_first_downs) FROM table_name_21 WHERE date = \"nov. 2\" AND raiders_points > 42"
} |
What is the average Tournaments, when Highest Rank is "Maegashira 1"? | CREATE TABLE table_name_90 (tournaments INTEGER, highest_rank VARCHAR) | {
"SQL_Query": "SELECT AVG(tournaments) FROM table_name_90 WHERE highest_rank = \"maegashira 1\""
} |
What is Top Division Debut, when Tournaments is "12", and when Name is "Yamamotoyama"? | CREATE TABLE table_name_67 (top_division_debut VARCHAR, tournaments VARCHAR, name VARCHAR) | {
"SQL_Query": "SELECT top_division_debut FROM table_name_67 WHERE tournaments = 12 AND name = \"yamamotoyama\""
} |
What is the lowest Tournaments, when Name is "Baruto"? | CREATE TABLE table_name_76 (tournaments INTEGER, name VARCHAR) | {
"SQL_Query": "SELECT MIN(tournaments) FROM table_name_76 WHERE name = \"baruto\""
} |
What is the highest Tournaments, when Pro Debut is "July 2002"? | CREATE TABLE table_name_13 (tournaments INTEGER, pro_debut VARCHAR) | {
"SQL_Query": "SELECT MAX(tournaments) FROM table_name_13 WHERE pro_debut = \"july 2002\""
} |
What is Pro Debut, when Tournament is greater than 11, and when Highest Rank is "Maegashira 1"? | CREATE TABLE table_name_68 (pro_debut VARCHAR, tournaments VARCHAR, highest_rank VARCHAR) | {
"SQL_Query": "SELECT pro_debut FROM table_name_68 WHERE tournaments > 11 AND highest_rank = \"maegashira 1\""
} |
How many League Cup Goals have 0 as the total goals, with delroy facey as the name? | CREATE TABLE table_name_90 (league_cup_goals VARCHAR, total_goals VARCHAR, name VARCHAR) | {
"SQL_Query": "SELECT COUNT(league_cup_goals) FROM table_name_90 WHERE total_goals = 0 AND name = \"delroy facey\""
} |
How many total goals have 0 (3) as total apps, with league goals less than 0? | CREATE TABLE table_name_80 (total_goals VARCHAR, total_apps VARCHAR, league_goals VARCHAR) | {
"SQL_Query": "SELECT COUNT(total_goals) FROM table_name_80 WHERE total_apps = \"0 (3)\" AND league_goals < 0"
} |
What is the lowest league goals that have 0 as the FA Cup Apps, with 1 (3) as totals apps? | CREATE TABLE table_name_46 (league_goals INTEGER, fa_cup_apps VARCHAR, total_apps VARCHAR) | {
"SQL_Query": "SELECT MIN(league_goals) FROM table_name_46 WHERE fa_cup_apps = \"0\" AND total_apps = \"1 (3)\""
} |
What was Stockholm's score when Malmo scored 2? | CREATE TABLE table_name_54 (stockholm VARCHAR, malmö VARCHAR) | {
"SQL_Query": "SELECT stockholm FROM table_name_54 WHERE malmö = \"2\""
} |
What did Vaxjo score when Karlstad scored 1? | CREATE TABLE table_name_53 (växjö VARCHAR, karlstad VARCHAR) | {
"SQL_Query": "SELECT växjö FROM table_name_53 WHERE karlstad = \"1\""
} |
What did Sundsvall score when Falun scored 2? | CREATE TABLE table_name_94 (sundsvall VARCHAR, falun VARCHAR) | {
"SQL_Query": "SELECT sundsvall FROM table_name_94 WHERE falun = \"2\""
} |
What was the highest total when Norrkoping scored 12? | CREATE TABLE table_name_21 (total INTEGER, norrköping VARCHAR) | {
"SQL_Query": "SELECT MAX(total) FROM table_name_21 WHERE norrköping = \"12\""
} |
What did Orebro score when Umea scored 2? | CREATE TABLE table_name_67 (örebro VARCHAR, umeå VARCHAR) | {
"SQL_Query": "SELECT örebro FROM table_name_67 WHERE umeå = \"2\""
} |
What was the result of the game that was attended by 80,886 people? | CREATE TABLE table_name_38 (result VARCHAR, attendance VARCHAR) | {
"SQL_Query": "SELECT result FROM table_name_38 WHERE attendance = \"80,886\""
} |
What was the result of the game that was attended by 72,703 people? | CREATE TABLE table_name_76 (result VARCHAR, attendance VARCHAR) | {
"SQL_Query": "SELECT result FROM table_name_76 WHERE attendance = \"72,703\""
} |
What was the result of the game that was attended by 41,650 people? | CREATE TABLE table_name_56 (result VARCHAR, attendance VARCHAR) | {
"SQL_Query": "SELECT result FROM table_name_56 WHERE attendance = \"41,650\""
} |
When was the game against Indiana? | CREATE TABLE table_name_78 (date VARCHAR, opponent_number VARCHAR) | {
"SQL_Query": "SELECT date FROM table_name_78 WHERE opponent_number = \"indiana\""
} |
Which country is Brian Henninger from, who had a score larger than 69? | CREATE TABLE table_name_98 (country VARCHAR, score VARCHAR, player VARCHAR) | {
"SQL_Query": "SELECT country FROM table_name_98 WHERE score > 69 AND player = \"brian henninger\""
} |
What is Darren Clarke's total score? | CREATE TABLE table_name_45 (score VARCHAR, player VARCHAR) | {
"SQL_Query": "SELECT COUNT(score) FROM table_name_45 WHERE player = \"darren clarke\""
} |
Who was the away team on 9 February 1988? | CREATE TABLE table_name_3 (away_team VARCHAR, date VARCHAR) | {
"SQL_Query": "SELECT away_team FROM table_name_3 WHERE date = \"9 february 1988\""
} |
Who was the away team on 30 January 1988, when the home team was Everton? | CREATE TABLE table_name_45 (away_team VARCHAR, home_team VARCHAR, date VARCHAR) | {
"SQL_Query": "SELECT away_team FROM table_name_45 WHERE home_team = \"everton\" AND date = \"30 january 1988\""
} |
On which date was the Tie no 2? | CREATE TABLE table_name_41 (date VARCHAR, tie_no VARCHAR) | {
"SQL_Query": "SELECT date FROM table_name_41 WHERE tie_no = \"2\""
} |
What was the Tie no when Manchester United was the home team? | CREATE TABLE table_name_51 (tie_no VARCHAR, home_team VARCHAR) | {
"SQL_Query": "SELECT tie_no FROM table_name_51 WHERE home_team = \"manchester united\""
} |
What was the score when the Tie no was 9? | CREATE TABLE table_name_56 (score VARCHAR, tie_no VARCHAR) | {
"SQL_Query": "SELECT score FROM table_name_56 WHERE tie_no = \"9\""
} |
Which away team goes against the home team Mauritius? | CREATE TABLE table_name_94 (away_team VARCHAR, home_team VARCHAR) | {
"SQL_Query": "SELECT away_team FROM table_name_94 WHERE home_team = \"mauritius\""
} |
Who is the away team that goes against Team Zambia? | CREATE TABLE table_name_13 (away_team VARCHAR, home_team VARCHAR) | {
"SQL_Query": "SELECT away_team FROM table_name_13 WHERE home_team = \"zambia\""
} |
Which away team has Tie no 3? | CREATE TABLE table_name_80 (away_team VARCHAR, tie_no VARCHAR) | {
"SQL_Query": "SELECT away_team FROM table_name_80 WHERE tie_no = \"3\""
} |
What is the away team playing at Everton? | CREATE TABLE table_name_88 (away_team VARCHAR, home_team VARCHAR) | {
"SQL_Query": "SELECT away_team FROM table_name_88 WHERE home_team = \"everton\""
} |
What is the home team that Bradford City is playing against? | CREATE TABLE table_name_72 (home_team VARCHAR, away_team VARCHAR) | {
"SQL_Query": "SELECT home_team FROM table_name_72 WHERE away_team = \"bradford city\""
} |
Which Location has a Method of decision (unanimous), and Res of win x? | CREATE TABLE table_name_99 (location VARCHAR, method VARCHAR, res VARCHAR) | {
"SQL_Query": "SELECT location FROM table_name_99 WHERE method = \"decision (unanimous)\" AND res = \"win x\""
} |
Which Round has a Time of 0:37? | CREATE TABLE table_name_26 (round VARCHAR, time VARCHAR) | {
"SQL_Query": "SELECT round FROM table_name_26 WHERE time = \"0:37\""
} |
Which result has a Record of 16-6? | CREATE TABLE table_name_20 (res VARCHAR, record VARCHAR) | {
"SQL_Query": "SELECT res FROM table_name_20 WHERE record = \"16-6\""
} |
What Champion had a Score of 9–1? | CREATE TABLE table_name_82 (champion VARCHAR, score VARCHAR) | {
"SQL_Query": "SELECT champion FROM table_name_82 WHERE score = \"9–1\""
} |
What score has 3 as the place? | CREATE TABLE table_name_87 (score VARCHAR, place VARCHAR) | {
"SQL_Query": "SELECT score FROM table_name_87 WHERE place = \"3\""
} |
What player has t7 as the place, with tje United States as the country? | CREATE TABLE table_name_12 (player VARCHAR, place VARCHAR, country VARCHAR) | {
"SQL_Query": "SELECT player FROM table_name_12 WHERE place = \"t7\" AND country = \"united states\""
} |
What score has hal sutton as the player? | CREATE TABLE table_name_17 (score VARCHAR, player VARCHAR) | {
"SQL_Query": "SELECT score FROM table_name_17 WHERE player = \"hal sutton\""
} |
Who was the artist after 2012 with CD, LP as the format? | CREATE TABLE table_name_64 (artist VARCHAR, year VARCHAR, format VARCHAR) | {
"SQL_Query": "SELECT artist FROM table_name_64 WHERE year > 2012 AND format = \"cd, lp\""
} |
What year had a title of Die Shaolin Affen EP and EP as the type? | CREATE TABLE table_name_50 (year INTEGER, type VARCHAR, title VARCHAR) | {
"SQL_Query": "SELECT AVG(year) FROM table_name_50 WHERE type = \"ep\" AND title = \"die shaolin affen ep\""
} |
What is the title of the Misfits with a CD format? | CREATE TABLE table_name_67 (title VARCHAR, format VARCHAR, artist VARCHAR) | {
"SQL_Query": "SELECT title FROM table_name_67 WHERE format = \"cd\" AND artist = \"misfits\""
} |
What was the highest number of bronze medals for the entry with rank 2 and fewer than 3 silver medals? | CREATE TABLE table_name_15 (bronze INTEGER, rank VARCHAR, silver VARCHAR) | {
"SQL_Query": "SELECT MAX(bronze) FROM table_name_15 WHERE rank = \"2\" AND silver < 3"
} |
What is the average number of gold medals won by Brazil for entries with more than 1 bronze medal but a total smaller than 4? | CREATE TABLE table_name_19 (gold INTEGER, bronze VARCHAR, total VARCHAR, nation VARCHAR) | {
"SQL_Query": "SELECT AVG(gold) FROM table_name_19 WHERE total < 4 AND nation = \"brazil\" AND bronze > 1"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.