question stringlengths 12 244 | context stringlengths 27 489 | answer dict |
|---|---|---|
What was the highest Tie no when the home team was the Bolton Wanderers, and the date was Middlesbrough? | CREATE TABLE table_name_45 (tie_no INTEGER, home_team VARCHAR, date VARCHAR) | {
"SQL_Query": "SELECT MAX(tie_no) FROM table_name_45 WHERE home_team = \"bolton wanderers\" AND date = \"middlesbrough\""
} |
What is the average Tie no when the date is Birmingham City? | CREATE TABLE table_name_22 (tie_no INTEGER, date VARCHAR) | {
"SQL_Query": "SELECT AVG(tie_no) FROM table_name_22 WHERE date = \"birmingham city\""
} |
What was the Tie no when then home team was Stoke City for the game played on 9 February 1946? | CREATE TABLE table_name_19 (tie_no VARCHAR, home_team VARCHAR, date VARCHAR) | {
"SQL_Query": "SELECT tie_no FROM table_name_19 WHERE home_team = \"stoke city\" AND date = \"9 february 1946\""
} |
How many attended the game with an opponent of bye? | CREATE TABLE table_name_72 (attendance VARCHAR, opponent VARCHAR) | {
"SQL_Query": "SELECT attendance FROM table_name_72 WHERE opponent = \"bye\""
} |
Which opponent had 73,428 in attendance? | CREATE TABLE table_name_32 (opponent VARCHAR, attendance VARCHAR) | {
"SQL_Query": "SELECT opponent FROM table_name_32 WHERE attendance = \"73,428\""
} |
What was the attendance of the Oakland Raiders game? | CREATE TABLE table_name_34 (attendance VARCHAR, opponent VARCHAR) | {
"SQL_Query": "SELECT attendance FROM table_name_34 WHERE opponent = \"oakland raiders\""
} |
What is the streak for game 2? | CREATE TABLE table_name_6 (streak VARCHAR, game VARCHAR) | {
"SQL_Query": "SELECT streak FROM table_name_6 WHERE game = \"2\""
} |
Which Date has a Game of game 3? | CREATE TABLE table_name_90 (date VARCHAR, game VARCHAR) | {
"SQL_Query": "SELECT date FROM table_name_90 WHERE game = \"game 3\""
} |
Which Home Team has a Road Team of rochester, and a Result of 71-78? | CREATE TABLE table_name_97 (home_team VARCHAR, road_team VARCHAR, result VARCHAR) | {
"SQL_Query": "SELECT home_team FROM table_name_97 WHERE road_team = \"rochester\" AND result = \"71-78\""
} |
Which Result has a Home Team of rochester, and a Game of game 5? | CREATE TABLE table_name_99 (result VARCHAR, home_team VARCHAR, game VARCHAR) | {
"SQL_Query": "SELECT result FROM table_name_99 WHERE home_team = \"rochester\" AND game = \"game 5\""
} |
Which Road Team has a Home Team of rochester, and a Game of game 2? | CREATE TABLE table_name_61 (road_team VARCHAR, home_team VARCHAR, game VARCHAR) | {
"SQL_Query": "SELECT road_team FROM table_name_61 WHERE home_team = \"rochester\" AND game = \"game 2\""
} |
Which Road Team has a Home Team of rochester, and a Result of 89-92? | CREATE TABLE table_name_9 (road_team VARCHAR, home_team VARCHAR, result VARCHAR) | {
"SQL_Query": "SELECT road_team FROM table_name_9 WHERE home_team = \"rochester\" AND result = \"89-92\""
} |
Which Date has a Road Team of new york, and a Result of 79-75? | CREATE TABLE table_name_42 (date VARCHAR, road_team VARCHAR, result VARCHAR) | {
"SQL_Query": "SELECT date FROM table_name_42 WHERE road_team = \"new york\" AND result = \"79-75\""
} |
What was the highest assists for game 3? | CREATE TABLE table_name_7 (high_assists VARCHAR, game VARCHAR) | {
"SQL_Query": "SELECT high_assists FROM table_name_7 WHERE game = 3"
} |
What country is player ed sneed, who has a to par of +3, from? | CREATE TABLE table_name_70 (country VARCHAR, to_par VARCHAR, player VARCHAR) | {
"SQL_Query": "SELECT country FROM table_name_70 WHERE to_par = \"+3\" AND player = \"ed sneed\""
} |
What is the to par of player ed sneed, who has a t5 place? | CREATE TABLE table_name_45 (to_par VARCHAR, place VARCHAR, player VARCHAR) | {
"SQL_Query": "SELECT to_par FROM table_name_45 WHERE place = \"t5\" AND player = \"ed sneed\""
} |
Who is the player with a 70-75=145 score? | CREATE TABLE table_name_62 (player VARCHAR, score VARCHAR) | {
"SQL_Query": "SELECT player FROM table_name_62 WHERE score = 70 - 75 = 145"
} |
What is the to par of player tom weiskopf, who has a 71-74=145 score? | CREATE TABLE table_name_60 (to_par VARCHAR, player VARCHAR, score VARCHAR) | {
"SQL_Query": "SELECT to_par FROM table_name_60 WHERE score = 71 - 74 = 145 AND player = \"tom weiskopf\""
} |
Who is the player with a t5 place and a 75-70=145 score? | CREATE TABLE table_name_47 (player VARCHAR, place VARCHAR, score VARCHAR) | {
"SQL_Query": "SELECT player FROM table_name_47 WHERE place = \"t5\" AND score = 75 - 70 = 145"
} |
What is the country of player ed sneed with a to par of +3? | CREATE TABLE table_name_15 (country VARCHAR, to_par VARCHAR, player VARCHAR) | {
"SQL_Query": "SELECT country FROM table_name_15 WHERE to_par = \"+3\" AND player = \"ed sneed\""
} |
What is the Score of the game with a Record of 31–37–9? | CREATE TABLE table_name_3 (score VARCHAR, record VARCHAR) | {
"SQL_Query": "SELECT score FROM table_name_3 WHERE record = \"31–37–9\""
} |
What is the Score of the Pittsburgh Home game on March 3 with 61 Points? | CREATE TABLE table_name_18 (score VARCHAR, date VARCHAR, home VARCHAR, points VARCHAR) | {
"SQL_Query": "SELECT score FROM table_name_18 WHERE home = \"pittsburgh\" AND points = 61 AND date = \"march 3\""
} |
What is the Date of the game in Vancouver? | CREATE TABLE table_name_9 (date VARCHAR, home VARCHAR) | {
"SQL_Query": "SELECT date FROM table_name_9 WHERE home = \"vancouver\""
} |
Which Run 4 has Athletes of alexandru frimu & costel rădulescu? | CREATE TABLE table_name_37 (run_4 VARCHAR, athletes VARCHAR) | {
"SQL_Query": "SELECT run_4 FROM table_name_37 WHERE athletes = \"alexandru frimu & costel rădulescu\""
} |
Which Final has a Team of liechtenstein (lie) liechtenstein i? | CREATE TABLE table_name_55 (final VARCHAR, team VARCHAR) | {
"SQL_Query": "SELECT final FROM table_name_55 WHERE team = \"liechtenstein (lie) liechtenstein i\""
} |
Which Run 2 has a Run 1 of 1:30.03? | CREATE TABLE table_name_29 (run_2 VARCHAR, run_1 VARCHAR) | {
"SQL_Query": "SELECT run_2 FROM table_name_29 WHERE run_1 = \"1:30.03\""
} |
Which Run 4 has a Run 3 of 1:26.63? | CREATE TABLE table_name_53 (run_4 VARCHAR, run_3 VARCHAR) | {
"SQL_Query": "SELECT run_4 FROM table_name_53 WHERE run_3 = \"1:26.63\""
} |
Which Run 4 has a Run 1 of 1:25.82? | CREATE TABLE table_name_59 (run_4 VARCHAR, run_1 VARCHAR) | {
"SQL_Query": "SELECT run_4 FROM table_name_59 WHERE run_1 = \"1:25.82\""
} |
Which Final has a Run 2 of 1:27.58? | CREATE TABLE table_name_50 (final VARCHAR, run_2 VARCHAR) | {
"SQL_Query": "SELECT final FROM table_name_50 WHERE run_2 = \"1:27.58\""
} |
which opponents in the u.s. championships played after 1945 and had a score of 3–6, 6–4, 2–6, 6–3, 20–18? | CREATE TABLE table_name_5 (opponents_in_the_final VARCHAR, score VARCHAR, championship VARCHAR, year VARCHAR) | {
"SQL_Query": "SELECT opponents_in_the_final FROM table_name_5 WHERE championship = \"u.s. championships\" AND year > 1945 AND score = \"3–6, 6–4, 2–6, 6–3, 20–18\""
} |
what is the most recent year gardnar mulloy played as a partner and score was 12–10, 8–10, 12–10, 6–2? | CREATE TABLE table_name_29 (year INTEGER, partner VARCHAR, score VARCHAR) | {
"SQL_Query": "SELECT MAX(year) FROM table_name_29 WHERE partner = \"gardnar mulloy\" AND score = \"12–10, 8–10, 12–10, 6–2\""
} |
What Ship was Built by Cammell Laird? | CREATE TABLE table_name_70 (ship VARCHAR, builder VARCHAR) | {
"SQL_Query": "SELECT ship FROM table_name_70 WHERE builder = \"cammell laird\""
} |
What Country is the John S. McCain Ship from? | CREATE TABLE table_name_47 (country VARCHAR, ship VARCHAR) | {
"SQL_Query": "SELECT country FROM table_name_47 WHERE ship = \"john s. mccain\""
} |
What is the Cargo Ship located at Birkenhead? | CREATE TABLE table_name_66 (ship VARCHAR, class___type VARCHAR, location VARCHAR) | {
"SQL_Query": "SELECT ship FROM table_name_66 WHERE class___type = \"cargo ship\" AND location = \"birkenhead\""
} |
What is the highest Population, when % LDS is 0.54%, and when Total Congregations is greater than 2? | CREATE TABLE table_name_13 (population INTEGER, _percentage_lds VARCHAR, total_congregations VARCHAR) | {
"SQL_Query": "SELECT MAX(population) FROM table_name_13 WHERE _percentage_lds = \"0.54%\" AND total_congregations > 2"
} |
What is the total number of Total Congregations, when % LDS is 0.54%, and when Population is greater than 105,275? | CREATE TABLE table_name_85 (total_congregations VARCHAR, _percentage_lds VARCHAR, population VARCHAR) | {
"SQL_Query": "SELECT COUNT(total_congregations) FROM table_name_85 WHERE _percentage_lds = \"0.54%\" AND population > 105 OFFSET 275"
} |
What is the highest Population, when State is Puerto Rico, and when Total Congregations is greater than 41? | CREATE TABLE table_name_16 (population INTEGER, state VARCHAR, total_congregations VARCHAR) | {
"SQL_Query": "SELECT MAX(population) FROM table_name_16 WHERE state = \"puerto rico\" AND total_congregations > 41"
} |
What is Population, when Total Congregations is less than 4, and when % LDS is 0.54%? | CREATE TABLE table_name_83 (population VARCHAR, total_congregations VARCHAR, _percentage_lds VARCHAR) | {
"SQL_Query": "SELECT population FROM table_name_83 WHERE total_congregations < 4 AND _percentage_lds = \"0.54%\""
} |
Who was the actor in London in 2002 with the shipwreck of Leonty Ibayev? | CREATE TABLE table_name_78 (actor_in_london VARCHAR, _2002 VARCHAR, shipwreck VARCHAR) | {
"SQL_Query": "SELECT actor_in_london, _2002 FROM table_name_78 WHERE shipwreck = \"leonty ibayev\""
} |
Who was the 2007 actor from Moscow for the voyage of Varenka Bakunin? | CREATE TABLE table_name_91 (actor_in_moscow VARCHAR, _2007 VARCHAR, voyage VARCHAR) | {
"SQL_Query": "SELECT actor_in_moscow, _2007 FROM table_name_91 WHERE voyage = \"varenka bakunin\""
} |
Who was the 2007 actor from Moscow for the shipwreck of Leonty Ibayev? | CREATE TABLE table_name_44 (actor_in_moscow VARCHAR, _2007 VARCHAR, shipwreck VARCHAR) | {
"SQL_Query": "SELECT actor_in_moscow, _2007 FROM table_name_44 WHERE shipwreck = \"leonty ibayev\""
} |
Which institution is private/catholic? | CREATE TABLE table_name_55 (institution VARCHAR, affiliation VARCHAR) | {
"SQL_Query": "SELECT institution FROM table_name_55 WHERE affiliation = \"private/catholic\""
} |
What is the average enrollment of the Redbirds' school? | CREATE TABLE table_name_47 (enrollment INTEGER, nickname VARCHAR) | {
"SQL_Query": "SELECT AVG(enrollment) FROM table_name_47 WHERE nickname = \"redbirds\""
} |
What is Southern Illinois University Edwardsville's affiliation? | CREATE TABLE table_name_48 (affiliation VARCHAR, institution VARCHAR) | {
"SQL_Query": "SELECT affiliation FROM table_name_48 WHERE institution = \"southern illinois university edwardsville\""
} |
With a 0-2 series, what is the high points? | CREATE TABLE table_name_23 (high_points VARCHAR, series VARCHAR) | {
"SQL_Query": "SELECT high_points FROM table_name_23 WHERE series = \"0-2\""
} |
What is the an-stem for the word which has an ö-stems of siangar and an u-stem ending of syni? | CREATE TABLE table_name_18 (masculine_an_stems VARCHAR, feminine_ō_stems VARCHAR, masculine_u_stems VARCHAR) | {
"SQL_Query": "SELECT masculine_an_stems FROM table_name_18 WHERE feminine_ō_stems = \"siangar\" AND masculine_u_stems = \"syni\""
} |
What ending does siangu get for ön? | CREATE TABLE table_name_82 (feminine_ōn_stems VARCHAR, feminine_ō_stems VARCHAR) | {
"SQL_Query": "SELECT feminine_ōn_stems FROM table_name_82 WHERE feminine_ō_stems = \"siangu\""
} |
What is the u form of the word with a neuter form of skip and a masculine a-ending of fisker? | CREATE TABLE table_name_18 (masculine_u_stems VARCHAR, neuter_a_stems VARCHAR, masculine_a_stems VARCHAR) | {
"SQL_Query": "SELECT masculine_u_stems FROM table_name_18 WHERE neuter_a_stems = \"skip\" AND masculine_a_stems = \"fisker\""
} |
What is the masculine an form for the word with a feminine ö ending of siangar and a masculine u ending of sunar? | CREATE TABLE table_name_49 (masculine_an_stems VARCHAR, feminine_ō_stems VARCHAR, masculine_u_stems VARCHAR) | {
"SQL_Query": "SELECT masculine_an_stems FROM table_name_49 WHERE feminine_ō_stems = \"siangar\" AND masculine_u_stems = \"sunar\""
} |
What is the masculine u form for the old Swedish word with a neuter a form of skipum? | CREATE TABLE table_name_68 (masculine_u_stems VARCHAR, neuter_a_stems VARCHAR) | {
"SQL_Query": "SELECT masculine_u_stems FROM table_name_68 WHERE neuter_a_stems = \"skipum\""
} |
A tournament on which date has a margin of victory of 2 strokes and a par of −16? | CREATE TABLE table_name_8 (date VARCHAR, margin_of_victory VARCHAR, to_par VARCHAR) | {
"SQL_Query": "SELECT date FROM table_name_8 WHERE margin_of_victory = \"2 strokes\" AND to_par = \"−16\""
} |
Who was the runner-up in the tournament that has a margin of victory of 2 strokes, and a To par of −16? | CREATE TABLE table_name_62 (runner_up VARCHAR, margin_of_victory VARCHAR, to_par VARCHAR) | {
"SQL_Query": "SELECT runner_up FROM table_name_62 WHERE margin_of_victory = \"2 strokes\" AND to_par = \"−16\""
} |
What was the to par of the tournament that had Ken Duke as a runner-up? | CREATE TABLE table_name_56 (to_par VARCHAR, runner_up VARCHAR) | {
"SQL_Query": "SELECT to_par FROM table_name_56 WHERE runner_up = \"ken duke\""
} |
What was the margin of victory when Brandt Snedeker was runner-up? | CREATE TABLE table_name_38 (margin_of_victory VARCHAR, runner_up VARCHAR) | {
"SQL_Query": "SELECT margin_of_victory FROM table_name_38 WHERE runner_up = \"brandt snedeker\""
} |
What is the date that has a winning score of 67-70-68-67=272? | CREATE TABLE table_name_84 (date VARCHAR, winning_score VARCHAR) | {
"SQL_Query": "SELECT date FROM table_name_84 WHERE winning_score = 67 - 70 - 68 - 67 = 272"
} |
What year has a Schwante smaller than 2.043, an Eichstädt smaller than 848, and a Bärenklau smaller than 1.262? | CREATE TABLE table_name_30 (year VARCHAR, bärenklau VARCHAR, schwante VARCHAR, eichstädt VARCHAR) | {
"SQL_Query": "SELECT COUNT(year) FROM table_name_30 WHERE schwante < 2.043 AND eichstädt < 848 AND bärenklau < 1.262"
} |
What's the score for a game over 56 with a record of 29-24-7 with a lundqvist decision? | CREATE TABLE table_name_18 (score VARCHAR, record VARCHAR, game VARCHAR, decision VARCHAR) | {
"SQL_Query": "SELECT score FROM table_name_18 WHERE game > 56 AND decision = \"lundqvist\" AND record = \"29-24-7\""
} |
What is the High rebounds with a Series with 4–2? | CREATE TABLE table_name_13 (high_rebounds VARCHAR, series VARCHAR) | {
"SQL_Query": "SELECT high_rebounds FROM table_name_13 WHERE series = \"4–2\""
} |
What is the High rebounds with a High assists with bryant (7), and a Team of @ utah? | CREATE TABLE table_name_9 (high_rebounds VARCHAR, high_assists VARCHAR, team VARCHAR) | {
"SQL_Query": "SELECT high_rebounds FROM table_name_9 WHERE high_assists = \"bryant (7)\" AND team = \"@ utah\""
} |
What is the Series with a High rebounds with gasol (10)? | CREATE TABLE table_name_54 (series VARCHAR, high_rebounds VARCHAR) | {
"SQL_Query": "SELECT series FROM table_name_54 WHERE high_rebounds = \"gasol (10)\""
} |
Tell me the D 49 and D 46 of r 13 | CREATE TABLE table_name_64 (d_49 VARCHAR, d_46 VARCHAR) | {
"SQL_Query": "SELECT d_49 FROM table_name_64 WHERE d_46 = \"r 13\""
} |
I want the D 40 with D 44 of d 15 | CREATE TABLE table_name_17 (d_40 VARCHAR, d_44 VARCHAR) | {
"SQL_Query": "SELECT d_40 FROM table_name_17 WHERE d_44 = \"d 15\""
} |
I want the D 45 and D 42 of r 22 | CREATE TABLE table_name_58 (d_45 VARCHAR, d_42 VARCHAR) | {
"SQL_Query": "SELECT d_45 FROM table_name_58 WHERE d_42 = \"r 22\""
} |
I want the D 46 for D 45 of r 5 | CREATE TABLE table_name_54 (d_46 VARCHAR, d_45 VARCHAR) | {
"SQL_Query": "SELECT d_46 FROM table_name_54 WHERE d_45 = \"r 5\""
} |
I want the D 47 for D 41 being r 21 | CREATE TABLE table_name_78 (d_47 VARCHAR, d_41 VARCHAR) | {
"SQL_Query": "SELECT d_47 FROM table_name_78 WHERE d_41 = \"r 21\""
} |
What is the Name with a Year of junior, and a High School with wheatley? | CREATE TABLE table_name_54 (name VARCHAR, year VARCHAR, high_school VARCHAR) | {
"SQL_Query": "SELECT name FROM table_name_54 WHERE year = \"junior\" AND high_school = \"wheatley\""
} |
What is the Home Town with a Name with rob cunningham? | CREATE TABLE table_name_40 (home_town VARCHAR, name VARCHAR) | {
"SQL_Query": "SELECT home_town FROM table_name_40 WHERE name = \"rob cunningham\""
} |
What is the Position with a Year with freshman, and a Weight larger than 210? | CREATE TABLE table_name_79 (position VARCHAR, year VARCHAR, weight VARCHAR) | {
"SQL_Query": "SELECT position FROM table_name_79 WHERE year = \"freshman\" AND weight > 210"
} |
What is the Home Town with a Year of freshman, and a Height with 6–6? | CREATE TABLE table_name_81 (home_town VARCHAR, year VARCHAR, height VARCHAR) | {
"SQL_Query": "SELECT home_town FROM table_name_81 WHERE year = \"freshman\" AND height = \"6–6\""
} |
What is the Name with a Year with freshman, and a Home Town with los angeles, ca, and a Height of 6–4? | CREATE TABLE table_name_90 (name VARCHAR, height VARCHAR, year VARCHAR, home_town VARCHAR) | {
"SQL_Query": "SELECT name FROM table_name_90 WHERE year = \"freshman\" AND home_town = \"los angeles, ca\" AND height = \"6–4\""
} |
What is the Result for Goal 3? | CREATE TABLE table_name_30 (result VARCHAR, goal VARCHAR) | {
"SQL_Query": "SELECT result FROM table_name_30 WHERE goal = 3"
} |
What is the average ties when the team is montreal victorias and the games played is more than 8? | CREATE TABLE table_name_73 (ties INTEGER, team VARCHAR, games_played VARCHAR) | {
"SQL_Query": "SELECT AVG(ties) FROM table_name_73 WHERE team = \"montreal victorias\" AND games_played > 8"
} |
what is the average losses when the wins is 3? | CREATE TABLE table_name_24 (losses INTEGER, wins VARCHAR) | {
"SQL_Query": "SELECT AVG(losses) FROM table_name_24 WHERE wins = 3"
} |
what is the highest goals against when the wins is less than 1? | CREATE TABLE table_name_54 (goals_against INTEGER, wins INTEGER) | {
"SQL_Query": "SELECT MAX(goals_against) FROM table_name_54 WHERE wins < 1"
} |
what is the total number of goals for when the ties is more than 0, the goals against is more than 35 and the wins is less than 2? | CREATE TABLE table_name_48 (goals_for VARCHAR, wins VARCHAR, ties VARCHAR, goals_against VARCHAR) | {
"SQL_Query": "SELECT COUNT(goals_for) FROM table_name_48 WHERE ties > 0 AND goals_against > 35 AND wins < 2"
} |
what is the sum of the losses when the goals against is less than 34 and the games played is less than 8? | CREATE TABLE table_name_80 (losses INTEGER, goals_against VARCHAR, games_played VARCHAR) | {
"SQL_Query": "SELECT SUM(losses) FROM table_name_80 WHERE goals_against < 34 AND games_played < 8"
} |
What is the name of the platform used for various computers and consoles? | CREATE TABLE table_name_11 (platform VARCHAR, system VARCHAR) | {
"SQL_Query": "SELECT platform FROM table_name_11 WHERE system = \"various computers and consoles\""
} |
Which system is named ELKJS? | CREATE TABLE table_name_66 (system VARCHAR, name VARCHAR) | {
"SQL_Query": "SELECT system FROM table_name_66 WHERE name = \"elkjs\""
} |
What is the system called that is named ELKJS? | CREATE TABLE table_name_56 (system VARCHAR, name VARCHAR) | {
"SQL_Query": "SELECT system FROM table_name_56 WHERE name = \"elkjs\""
} |
What are the numbers for the item completed earlier than 1904? | CREATE TABLE table_name_13 (numbers VARCHAR, completed INTEGER) | {
"SQL_Query": "SELECT numbers FROM table_name_13 WHERE completed < 1904"
} |
For the item with more than 10, and numbers of 53-58, 61-72, what is the lowest completed? | CREATE TABLE table_name_97 (completed INTEGER, quantity VARCHAR, numbers VARCHAR) | {
"SQL_Query": "SELECT MIN(completed) FROM table_name_97 WHERE quantity > 10 AND numbers = \"53-58, 61-72\""
} |
What is the quantity of the item with the numbers of 29-36? | CREATE TABLE table_name_91 (quantity INTEGER, numbers VARCHAR) | {
"SQL_Query": "SELECT AVG(quantity) FROM table_name_91 WHERE numbers = \"29-36\""
} |
How many reg GP for rick vaive in round 1? | CREATE TABLE table_name_40 (reg_gp INTEGER, player VARCHAR, rd__number VARCHAR) | {
"SQL_Query": "SELECT SUM(reg_gp) FROM table_name_40 WHERE player = \"rick vaive\" AND rd__number > 1"
} |
How many reg GP for rick vaive in round 1? | CREATE TABLE table_name_19 (reg_gp INTEGER, player VARCHAR, rd__number VARCHAR) | {
"SQL_Query": "SELECT SUM(reg_gp) FROM table_name_19 WHERE player = \"rick vaive\" AND rd__number < 1"
} |
How many rounds exist for picks under 5? | CREATE TABLE table_name_21 (rd__number VARCHAR, pick__number INTEGER) | {
"SQL_Query": "SELECT COUNT(rd__number) FROM table_name_21 WHERE pick__number < 5"
} |
Who did the Jets play in their post-week 15 game? | CREATE TABLE table_name_2 (opponent VARCHAR, week INTEGER) | {
"SQL_Query": "SELECT opponent FROM table_name_2 WHERE week > 15"
} |
Who did the Jets play in their pre-week 9 game at the Robert F. Kennedy memorial stadium? | CREATE TABLE table_name_32 (opponent VARCHAR, week VARCHAR, game_site VARCHAR) | {
"SQL_Query": "SELECT opponent FROM table_name_32 WHERE week < 9 AND game_site = \"robert f. kennedy memorial stadium\""
} |
What was the date of the game when the Canadiens had a record of 31–19–9? | CREATE TABLE table_name_40 (date VARCHAR, record VARCHAR) | {
"SQL_Query": "SELECT date FROM table_name_40 WHERE record = \"31–19–9\""
} |
Who was the visiting team at the game when the Canadiens had a record of 30–19–9? | CREATE TABLE table_name_29 (visitor VARCHAR, record VARCHAR) | {
"SQL_Query": "SELECT visitor FROM table_name_29 WHERE record = \"30–19–9\""
} |
What school did bo jackson attend? | CREATE TABLE table_name_96 (school VARCHAR, player VARCHAR) | {
"SQL_Query": "SELECT school FROM table_name_96 WHERE player = \"bo jackson\""
} |
What was the highest guard picked? | CREATE TABLE table_name_50 (pick INTEGER, position VARCHAR) | {
"SQL_Query": "SELECT MAX(pick) FROM table_name_50 WHERE position = \"guard\""
} |
What is the highest pick for a player from auburn? | CREATE TABLE table_name_60 (pick INTEGER, school VARCHAR) | {
"SQL_Query": "SELECT MAX(pick) FROM table_name_60 WHERE school = \"auburn\""
} |
Tell me the rider with 18.185 points round 1 | CREATE TABLE table_name_54 (rider VARCHAR, round_1_points VARCHAR) | {
"SQL_Query": "SELECT rider FROM table_name_54 WHERE round_1_points = \"18.185\""
} |
Tell me the most total for horse of carlson | CREATE TABLE table_name_10 (total INTEGER, horse VARCHAR) | {
"SQL_Query": "SELECT MAX(total) FROM table_name_10 WHERE horse = \"carlson\""
} |
Tell me the rider that had round 1 points of 7.465 and total more than 16.615 | CREATE TABLE table_name_65 (rider VARCHAR, total VARCHAR, round_1_points VARCHAR) | {
"SQL_Query": "SELECT rider FROM table_name_65 WHERE total > 16.615 AND round_1_points = \"7.465\""
} |
What were the assists on April 8 in game less than 78? | CREATE TABLE table_name_75 (high_assists VARCHAR, game VARCHAR, date VARCHAR) | {
"SQL_Query": "SELECT high_assists FROM table_name_75 WHERE game < 78 AND date = \"april 8\""
} |
What was the score of game 82? | CREATE TABLE table_name_91 (score VARCHAR, game VARCHAR) | {
"SQL_Query": "SELECT score FROM table_name_91 WHERE game = 82"
} |
When was there a game at Kardinia Park? | CREATE TABLE table_name_78 (date VARCHAR, venue VARCHAR) | {
"SQL_Query": "SELECT date FROM table_name_78 WHERE venue = \"kardinia park\""
} |
who had the high points when chris bosh (13) had the high rebounds? | CREATE TABLE table_name_97 (high_points VARCHAR, high_rebounds VARCHAR) | {
"SQL_Query": "SELECT high_points FROM table_name_97 WHERE high_rebounds = \"chris bosh (13)\""
} |
what is the score when the team is @ cleveland? | CREATE TABLE table_name_20 (score VARCHAR, team VARCHAR) | {
"SQL_Query": "SELECT score FROM table_name_20 WHERE team = \"@ cleveland\""
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.