question
stringlengths
12
244
context
stringlengths
27
489
answer
dict
Which Sport had an Event of men's 400 m hurdles?
CREATE TABLE table_name_21 (sport VARCHAR, event VARCHAR)
{ "SQL_Query": "SELECT sport FROM table_name_21 WHERE event = \"men's 400 m hurdles\"" }
What Medal had a Name of manuel felix diaz?
CREATE TABLE table_name_1 (medal VARCHAR, name VARCHAR)
{ "SQL_Query": "SELECT medal FROM table_name_1 WHERE name = \"manuel felix diaz\"" }
Which Name had a Games of 2008 beijing, and a Medal of gold?
CREATE TABLE table_name_37 (name VARCHAR, games VARCHAR, medal VARCHAR)
{ "SQL_Query": "SELECT name FROM table_name_37 WHERE games = \"2008 beijing\" AND medal = \"gold\"" }
What is bedford's mascot?
CREATE TABLE table_name_20 (mascot VARCHAR, location VARCHAR)
{ "SQL_Query": "SELECT mascot FROM table_name_20 WHERE location = \"bedford\"" }
Segment A of heather gems is what netflix episode?
CREATE TABLE table_name_97 (netflix VARCHAR, segment_a VARCHAR)
{ "SQL_Query": "SELECT netflix FROM table_name_97 WHERE segment_a = \"heather gems\"" }
Segment B of aerospace fuel lines is what netflix episode?
CREATE TABLE table_name_99 (netflix VARCHAR, segment_b VARCHAR)
{ "SQL_Query": "SELECT netflix FROM table_name_99 WHERE segment_b = \"aerospace fuel lines\"" }
Segment B of aerospace fuel lines has what segment A?
CREATE TABLE table_name_5 (segment_a VARCHAR, segment_b VARCHAR)
{ "SQL_Query": "SELECT segment_a FROM table_name_5 WHERE segment_b = \"aerospace fuel lines\"" }
Episode smaller than 210 had what segment c?
CREATE TABLE table_name_67 (segment_c VARCHAR, episode INTEGER)
{ "SQL_Query": "SELECT segment_c FROM table_name_67 WHERE episode < 210" }
What's the Material collected for the 978-1401209674 ISBN?
CREATE TABLE table_name_75 (material_collected VARCHAR, isbn VARCHAR)
{ "SQL_Query": "SELECT material_collected FROM table_name_75 WHERE isbn = \"978-1401209674\"" }
How many Volume Numbers have the title of Darkness Falls?
CREATE TABLE table_name_64 (vol__number INTEGER, title VARCHAR)
{ "SQL_Query": "SELECT SUM(vol__number) FROM table_name_64 WHERE title = \"darkness falls\"" }
What's the Lowest Volume Number that was published November 2004?
CREATE TABLE table_name_5 (vol__number INTEGER, publication_date VARCHAR)
{ "SQL_Query": "SELECT MIN(vol__number) FROM table_name_5 WHERE publication_date = \"november 2004\"" }
What Type of game has a Results¹ of 10:1?
CREATE TABLE table_name_33 (type_of_game VARCHAR, results¹ VARCHAR)
{ "SQL_Query": "SELECT type_of_game FROM table_name_33 WHERE results¹ = \"10:1\"" }
With the Type is game of friendly and the City Belgrade and November 2 as the Date what were the Results¹?
CREATE TABLE table_name_82 (results¹ VARCHAR, date VARCHAR, type_of_game VARCHAR, city VARCHAR)
{ "SQL_Query": "SELECT results¹ FROM table_name_82 WHERE type_of_game = \"friendly\" AND city = \"belgrade\" AND date = \"november 2\"" }
What is the name of the City with December 21 as a Date?
CREATE TABLE table_name_94 (city VARCHAR, date VARCHAR)
{ "SQL_Query": "SELECT city FROM table_name_94 WHERE date = \"december 21\"" }
What Type of game was played on Date of July 29?
CREATE TABLE table_name_28 (type_of_game VARCHAR, date VARCHAR)
{ "SQL_Query": "SELECT type_of_game FROM table_name_28 WHERE date = \"july 29\"" }
What is the Results¹ that was a friendly game and played on June 25?
CREATE TABLE table_name_12 (results¹ VARCHAR, type_of_game VARCHAR, date VARCHAR)
{ "SQL_Query": "SELECT results¹ FROM table_name_12 WHERE type_of_game = \"friendly\" AND date = \"june 25\"" }
What is the version shown for the Length of 4:58?
CREATE TABLE table_name_1 (version VARCHAR, length VARCHAR)
{ "SQL_Query": "SELECT version FROM table_name_1 WHERE length = \"4:58\"" }
What is the version shown for the Length of 5:20, and shows Remixed by —?
CREATE TABLE table_name_48 (version VARCHAR, length VARCHAR, remixed_by VARCHAR)
{ "SQL_Query": "SELECT version FROM table_name_48 WHERE length = \"5:20\" AND remixed_by = \"—\"" }
Record of 19–16 occurred on what date?
CREATE TABLE table_name_78 (date VARCHAR, record VARCHAR)
{ "SQL_Query": "SELECT date FROM table_name_78 WHERE record = \"19–16\"" }
Loss of postponed (rain) rescheduled for may 10 had what record?
CREATE TABLE table_name_60 (record VARCHAR, loss VARCHAR)
{ "SQL_Query": "SELECT record FROM table_name_60 WHERE loss = \"postponed (rain) rescheduled for may 10\"" }
Opponent of @ braves, and a Loss of pelfrey (2–5) had what score?
CREATE TABLE table_name_88 (score VARCHAR, opponent VARCHAR, loss VARCHAR)
{ "SQL_Query": "SELECT score FROM table_name_88 WHERE opponent = \"@ braves\" AND loss = \"pelfrey (2–5)\"" }
Attendance of 30,335 had what record?
CREATE TABLE table_name_74 (record VARCHAR, attendance VARCHAR)
{ "SQL_Query": "SELECT record FROM table_name_74 WHERE attendance = \"30,335\"" }
Record of 22–20 involved what score?
CREATE TABLE table_name_46 (score VARCHAR, record VARCHAR)
{ "SQL_Query": "SELECT score FROM table_name_46 WHERE record = \"22–20\"" }
Score of postponed (rain) rescheduled for June 27 had what loss?
CREATE TABLE table_name_32 (loss VARCHAR, score VARCHAR)
{ "SQL_Query": "SELECT loss FROM table_name_32 WHERE score = \"postponed (rain) rescheduled for june 27\"" }
Station Ownership of eicb tv, and a Call sign of ktcj-ld is what virtual network?
CREATE TABLE table_name_25 (virtual_channel VARCHAR, station_ownership VARCHAR, call_sign VARCHAR)
{ "SQL_Query": "SELECT virtual_channel FROM table_name_25 WHERE station_ownership = \"eicb tv\" AND call_sign = \"ktcj-ld\"" }
Call sign of k33ln-ld, and a Virtual channel of 33.5 is what network?
CREATE TABLE table_name_52 (network VARCHAR, call_sign VARCHAR, virtual_channel VARCHAR)
{ "SQL_Query": "SELECT network FROM table_name_52 WHERE call_sign = \"k33ln-ld\" AND virtual_channel = \"33.5\"" }
Digital channel of 32 belongs to what analog channel?
CREATE TABLE table_name_3 (analog_channel VARCHAR, digital_channel VARCHAR)
{ "SQL_Query": "SELECT analog_channel FROM table_name_3 WHERE digital_channel = \"32\"" }
Call sign of k43hb-ld is what virtual channel?
CREATE TABLE table_name_13 (virtual_channel VARCHAR, call_sign VARCHAR)
{ "SQL_Query": "SELECT virtual_channel FROM table_name_13 WHERE call_sign = \"k43hb-ld\"" }
Virtual channel of 16.5 has what call sign?
CREATE TABLE table_name_23 (call_sign VARCHAR, virtual_channel VARCHAR)
{ "SQL_Query": "SELECT call_sign FROM table_name_23 WHERE virtual_channel = \"16.5\"" }
Network of nbc is what digital channel?
CREATE TABLE table_name_31 (digital_channel VARCHAR, network VARCHAR)
{ "SQL_Query": "SELECT digital_channel FROM table_name_31 WHERE network = \"nbc\"" }
What is the latest first year with 0 total medals and over 0 golds?
CREATE TABLE table_name_5 (first INTEGER, total VARCHAR, gold VARCHAR)
{ "SQL_Query": "SELECT MAX(first) FROM table_name_5 WHERE total > 0 AND gold > 0" }
How many bronzes associated with over 0 total medals, 3 golds, and over 6 games?
CREATE TABLE table_name_9 (bronze INTEGER, games VARCHAR, total VARCHAR, gold VARCHAR)
{ "SQL_Query": "SELECT AVG(bronze) FROM table_name_9 WHERE total > 0 AND gold = 3 AND games > 6" }
What is the fewest number of medals associated with under 6 games and over 0 golds?
CREATE TABLE table_name_44 (total INTEGER, games VARCHAR, gold VARCHAR)
{ "SQL_Query": "SELECT MIN(total) FROM table_name_44 WHERE games < 6 AND gold > 0" }
How many games are associated with over 0 golds and a first year before 2008?
CREATE TABLE table_name_61 (games INTEGER, gold VARCHAR, first VARCHAR)
{ "SQL_Query": "SELECT SUM(games) FROM table_name_61 WHERE gold > 0 AND first < 2008" }
What is the largest value for goals in rank over 3 with goal ration of 0.54?
CREATE TABLE table_name_53 (goals INTEGER, rank VARCHAR, goal_ratio VARCHAR)
{ "SQL_Query": "SELECT MAX(goals) FROM table_name_53 WHERE rank > 3 AND goal_ratio = 0.54" }
How many goal ratios have rank of 2 with more than 44 games?
CREATE TABLE table_name_46 (goal_ratio VARCHAR, rank VARCHAR, games VARCHAR)
{ "SQL_Query": "SELECT COUNT(goal_ratio) FROM table_name_46 WHERE rank = 2 AND games > 44" }
How many games have 23 goals with a rank greater than 9?
CREATE TABLE table_name_62 (games VARCHAR, goals VARCHAR, rank VARCHAR)
{ "SQL_Query": "SELECT COUNT(games) FROM table_name_62 WHERE goals = 23 AND rank > 9" }
How many goals have a goal ration less than 0.8 with 56 games?
CREATE TABLE table_name_49 (goals VARCHAR, goal_ratio VARCHAR, games VARCHAR)
{ "SQL_Query": "SELECT COUNT(goals) FROM table_name_49 WHERE goal_ratio < 0.8 AND games = 56" }
What Event has an Outcome of other open tournaments?
CREATE TABLE table_name_34 (event VARCHAR, outcome VARCHAR)
{ "SQL_Query": "SELECT event FROM table_name_34 WHERE outcome = \"other open tournaments\"" }
What is the Outcome of the Singles Event in London, England?
CREATE TABLE table_name_12 (outcome VARCHAR, event VARCHAR, venue VARCHAR)
{ "SQL_Query": "SELECT outcome FROM table_name_12 WHERE event = \"singles\" AND venue = \"london, england\"" }
What is the Opponent in final with an All England Open Outcome?
CREATE TABLE table_name_58 (opponent_in_the_final VARCHAR, outcome VARCHAR)
{ "SQL_Query": "SELECT opponent_in_the_final FROM table_name_58 WHERE outcome = \"all england open\"" }
Who was the Opponent in London, England with an Outcome of 1?
CREATE TABLE table_name_8 (opponent_in_the_final VARCHAR, outcome VARCHAR, venue VARCHAR)
{ "SQL_Query": "SELECT opponent_in_the_final FROM table_name_8 WHERE outcome = \"1\" AND venue = \"london, england\"" }
What is the Outcome when All England Open is the Opponent in the final?
CREATE TABLE table_name_67 (outcome VARCHAR, opponent_in_the_final VARCHAR)
{ "SQL_Query": "SELECT outcome FROM table_name_67 WHERE opponent_in_the_final = \"all england open\"" }
What is the Name of the stage with a Length of 16.62km and Time of 15:10?
CREATE TABLE table_name_11 (name VARCHAR, length VARCHAR, time VARCHAR)
{ "SQL_Query": "SELECT name FROM table_name_11 WHERE length = \"16.62km\" AND time = \"15:10\"" }
What is the Name of the stage with S. Loeb as the Winner with a Length of 13.04km and a Stage of SS12?
CREATE TABLE table_name_8 (name VARCHAR, stage VARCHAR, winner VARCHAR, length VARCHAR)
{ "SQL_Query": "SELECT name FROM table_name_8 WHERE winner = \"s. loeb\" AND length = \"13.04km\" AND stage = \"ss12\"" }
What is the Name of the SS5 Stage?
CREATE TABLE table_name_90 (name VARCHAR, stage VARCHAR)
{ "SQL_Query": "SELECT name FROM table_name_90 WHERE stage = \"ss5\"" }
What is the Name of the SS11 Stage?
CREATE TABLE table_name_3 (name VARCHAR, stage VARCHAR)
{ "SQL_Query": "SELECT name FROM table_name_3 WHERE stage = \"ss11\"" }
How many games ended in a record of 30-28-4, with a March more than 1?
CREATE TABLE table_name_42 (game VARCHAR, record VARCHAR, march VARCHAR)
{ "SQL_Query": "SELECT COUNT(game) FROM table_name_42 WHERE record = \"30-28-4\" AND march > 1" }
What competition has a result of W on June 30, 1966?
CREATE TABLE table_name_31 (competition VARCHAR, result VARCHAR, date VARCHAR)
{ "SQL_Query": "SELECT competition FROM table_name_31 WHERE result = \"w\" AND date = \"june 30, 1966\"" }
What is the result of the International Friendly competition on May 15, 1966?
CREATE TABLE table_name_89 (result VARCHAR, competition VARCHAR, date VARCHAR)
{ "SQL_Query": "SELECT result FROM table_name_89 WHERE competition = \"international friendly\" AND date = \"may 15, 1966\"" }
What is the result when the score is 4-0?
CREATE TABLE table_name_82 (result VARCHAR, score VARCHAR)
{ "SQL_Query": "SELECT result FROM table_name_82 WHERE score = \"4-0\"" }
What is the code for rank 10?
CREATE TABLE table_name_18 (code__iata_icao_ VARCHAR, rank VARCHAR)
{ "SQL_Query": "SELECT code__iata_icao_ FROM table_name_18 WHERE rank = 10" }
Name the week 6 when week 3 is 25 and week 7 is eliminated
CREATE TABLE table_name_85 (week_6 VARCHAR, week_3 VARCHAR, week_7 VARCHAR)
{ "SQL_Query": "SELECT week_6 FROM table_name_85 WHERE week_3 = \"25\" AND week_7 = \"eliminated\"" }
Name the week 3 for team of mark/jennifer
CREATE TABLE table_name_99 (week_3 VARCHAR, team VARCHAR)
{ "SQL_Query": "SELECT week_3 FROM table_name_99 WHERE team = \"mark/jennifer\"" }
Name the team for week 1 of 33
CREATE TABLE table_name_66 (team VARCHAR, week_1 VARCHAR)
{ "SQL_Query": "SELECT team FROM table_name_66 WHERE week_1 = \"33\"" }
Name the week 3 with week 6 of 31+40=71
CREATE TABLE table_name_94 (week_3 VARCHAR, week_6 VARCHAR)
{ "SQL_Query": "SELECT week_3 FROM table_name_94 WHERE week_6 = 31 + 40 = 71" }
Name the week 3 of 36
CREATE TABLE table_name_67 (week_1 VARCHAR, week_3 VARCHAR)
{ "SQL_Query": "SELECT week_1 FROM table_name_67 WHERE week_3 = \"36\"" }
Name the team for week 1 of 28
CREATE TABLE table_name_88 (team VARCHAR, week_1 VARCHAR)
{ "SQL_Query": "SELECT team FROM table_name_88 WHERE week_1 = \"28\"" }
Who was the home team in the game having a visitor of Chicago?
CREATE TABLE table_name_21 (home VARCHAR, visitor VARCHAR)
{ "SQL_Query": "SELECT home FROM table_name_21 WHERE visitor = \"chicago\"" }
What is the date of the game that had a visitor of Chicago?
CREATE TABLE table_name_22 (date VARCHAR, visitor VARCHAR)
{ "SQL_Query": "SELECT date FROM table_name_22 WHERE visitor = \"chicago\"" }
what album is 5:15 long
CREATE TABLE table_name_60 (version VARCHAR, length VARCHAR)
{ "SQL_Query": "SELECT version FROM table_name_60 WHERE length = \"5:15\"" }
How many total show when silver is 0, bronze is 1, and the rank is less than 3?
CREATE TABLE table_name_73 (total VARCHAR, rank VARCHAR, silver VARCHAR, bronze VARCHAR)
{ "SQL_Query": "SELECT COUNT(total) FROM table_name_73 WHERE silver = 0 AND bronze = 1 AND rank < 3" }
What is the number for rank when gold is less than 0?
CREATE TABLE table_name_91 (rank INTEGER, gold INTEGER)
{ "SQL_Query": "SELECT SUM(rank) FROM table_name_91 WHERE gold < 0" }
What is the average for silver when bronze is less than 1, and gold is more than 0?
CREATE TABLE table_name_57 (silver INTEGER, bronze VARCHAR, gold VARCHAR)
{ "SQL_Query": "SELECT AVG(silver) FROM table_name_57 WHERE bronze < 1 AND gold > 0" }
What is the average Gold when the rank is less than 3 and the bronze is less than 1?
CREATE TABLE table_name_79 (gold INTEGER, rank VARCHAR, bronze VARCHAR)
{ "SQL_Query": "SELECT AVG(gold) FROM table_name_79 WHERE rank < 3 AND bronze < 1" }
What is the average Rank when there are 2 bronze, the total is 2 and gold is less than 0?
CREATE TABLE table_name_19 (rank INTEGER, gold VARCHAR, bronze VARCHAR, total VARCHAR)
{ "SQL_Query": "SELECT AVG(rank) FROM table_name_19 WHERE bronze = 2 AND total = 2 AND gold < 0" }
what player is playing on round 1
CREATE TABLE table_name_53 (player VARCHAR, round VARCHAR)
{ "SQL_Query": "SELECT player FROM table_name_53 WHERE round = \"1\"" }
what is the school that hosts mikael renberg
CREATE TABLE table_name_91 (college_junior_club_team__league_ VARCHAR, player VARCHAR)
{ "SQL_Query": "SELECT college_junior_club_team__league_ FROM table_name_91 WHERE player = \"mikael renberg\"" }
Which area served has a Callsign of 5ddn?
CREATE TABLE table_name_99 (area_served VARCHAR, callsign VARCHAR)
{ "SQL_Query": "SELECT area_served FROM table_name_99 WHERE callsign = \"5ddn\"" }
What is the purpose for Frequency of 102.3?
CREATE TABLE table_name_65 (purpose VARCHAR, frequency VARCHAR)
{ "SQL_Query": "SELECT purpose FROM table_name_65 WHERE frequency = \"102.3\"" }
What is the current freq for Frequency of 104.7?
CREATE TABLE table_name_67 (freq_currently VARCHAR, frequency VARCHAR)
{ "SQL_Query": "SELECT freq_currently FROM table_name_67 WHERE frequency = \"104.7\"" }
What was the score for the game with FK Bratstvo as home team?
CREATE TABLE table_name_7 (score VARCHAR, home VARCHAR)
{ "SQL_Query": "SELECT score FROM table_name_7 WHERE home = \"fk bratstvo\"" }
What was the attendance of the game that had an away team of FK Mogren?
CREATE TABLE table_name_89 (attendance VARCHAR, guest VARCHAR)
{ "SQL_Query": "SELECT attendance FROM table_name_89 WHERE guest = \"fk mogren\"" }
What was the final score for the match with a partnering of Tessa Price?
CREATE TABLE table_name_48 (score_in_the_final VARCHAR, partnering VARCHAR)
{ "SQL_Query": "SELECT score_in_the_final FROM table_name_48 WHERE partnering = \"tessa price\"" }
What is the earliest round that Donald Mason had a pick larger than 114?
CREATE TABLE table_name_18 (round INTEGER, player VARCHAR, pick VARCHAR)
{ "SQL_Query": "SELECT MIN(round) FROM table_name_18 WHERE player = \"donald mason\" AND pick > 114" }
What is the nationality of the player from Drexel who had a pick larger than 183?
CREATE TABLE table_name_9 (nationality VARCHAR, pick VARCHAR, school_club_team VARCHAR)
{ "SQL_Query": "SELECT nationality FROM table_name_9 WHERE pick > 183 AND school_club_team = \"drexel\"" }
What country has grandstand stadium as the stadium?
CREATE TABLE table_name_71 (country VARCHAR, stadium VARCHAR)
{ "SQL_Query": "SELECT country FROM table_name_71 WHERE stadium = \"grandstand stadium\"" }
What is the average capacity that has switzerland as the country?
CREATE TABLE table_name_19 (capacity INTEGER, country VARCHAR)
{ "SQL_Query": "SELECT AVG(capacity) FROM table_name_19 WHERE country = \"switzerland\"" }
What is the average capacity that has rod laver arena as the stadium?
CREATE TABLE table_name_97 (capacity INTEGER, stadium VARCHAR)
{ "SQL_Query": "SELECT AVG(capacity) FROM table_name_97 WHERE stadium = \"rod laver arena\"" }
How much January has a Record of 26–12–6, and Points smaller than 58?
CREATE TABLE table_name_37 (january INTEGER, record VARCHAR, points VARCHAR)
{ "SQL_Query": "SELECT SUM(january) FROM table_name_37 WHERE record = \"26–12–6\" AND points < 58" }
Which Points have a Score of 4–1?
CREATE TABLE table_name_35 (points INTEGER, score VARCHAR)
{ "SQL_Query": "SELECT MAX(points) FROM table_name_35 WHERE score = \"4–1\"" }
How many Games have a Score of 2–6, and Points larger than 62?
CREATE TABLE table_name_38 (game VARCHAR, score VARCHAR, points VARCHAR)
{ "SQL_Query": "SELECT COUNT(game) FROM table_name_38 WHERE score = \"2–6\" AND points > 62" }
Tell me the region for catalog of 576 096-2
CREATE TABLE table_name_61 (region VARCHAR, catalog VARCHAR)
{ "SQL_Query": "SELECT region FROM table_name_61 WHERE catalog = \"576 096-2\"" }
Name the catalog for 26 march 1996
CREATE TABLE table_name_2 (catalog VARCHAR, date VARCHAR)
{ "SQL_Query": "SELECT catalog FROM table_name_2 WHERE date = \"26 march 1996\"" }
Name the region with catalog of 576 097-2
CREATE TABLE table_name_47 (region VARCHAR, catalog VARCHAR)
{ "SQL_Query": "SELECT region FROM table_name_47 WHERE catalog = \"576 097-2\"" }
The game that has a save of lynch (4) ended with what score?
CREATE TABLE table_name_41 (score VARCHAR, save VARCHAR)
{ "SQL_Query": "SELECT score FROM table_name_41 WHERE save = \"lynch (4)\"" }
On which day did the Chicago Cubs have a loss of trout (4-2)?
CREATE TABLE table_name_23 (date VARCHAR, loss VARCHAR)
{ "SQL_Query": "SELECT date FROM table_name_23 WHERE loss = \"trout (4-2)\"" }
What is the loss for the game against @ expos, with a save of parrett (2)?
CREATE TABLE table_name_28 (loss VARCHAR, opponent VARCHAR, save VARCHAR)
{ "SQL_Query": "SELECT loss FROM table_name_28 WHERE opponent = \"@ expos\" AND save = \"parrett (2)\"" }
The game with a loss of smith (2-4) ended with what score?
CREATE TABLE table_name_6 (score VARCHAR, loss VARCHAR)
{ "SQL_Query": "SELECT score FROM table_name_6 WHERE loss = \"smith (2-4)\"" }
What is the date for the game that included a loss of sutcliffe (10-4)?
CREATE TABLE table_name_45 (date VARCHAR, loss VARCHAR)
{ "SQL_Query": "SELECT date FROM table_name_45 WHERE loss = \"sutcliffe (10-4)\"" }
What is the date of the Greater Greensboro Chrysler Classic?
CREATE TABLE table_name_88 (date VARCHAR, tournament VARCHAR)
{ "SQL_Query": "SELECT date FROM table_name_88 WHERE tournament = \"greater greensboro chrysler classic\"" }
What is the score of the B.C. Open in New York?
CREATE TABLE table_name_65 (score VARCHAR, location VARCHAR, tournament VARCHAR)
{ "SQL_Query": "SELECT score FROM table_name_65 WHERE location = \"new york\" AND tournament = \"b.c. open\"" }
Who is the winner of the tournament in Georgia on Oct 3?
CREATE TABLE table_name_90 (winner VARCHAR, location VARCHAR, date VARCHAR)
{ "SQL_Query": "SELECT winner FROM table_name_90 WHERE location = \"georgia\" AND date = \"oct 3\"" }
What's the largest shirt number when the cap number is 5?
CREATE TABLE table_name_22 (shirt_number INTEGER, cap_number VARCHAR)
{ "SQL_Query": "SELECT MAX(shirt_number) FROM table_name_22 WHERE cap_number = 5" }
Which team is in the Southeast with a home at Philips Arena?
CREATE TABLE table_name_29 (team VARCHAR, division VARCHAR, home_arena VARCHAR)
{ "SQL_Query": "SELECT team FROM table_name_29 WHERE division = \"southeast\" AND home_arena = \"philips arena\"" }
Which division do the Toronto Raptors belong in?
CREATE TABLE table_name_87 (division VARCHAR, team VARCHAR)
{ "SQL_Query": "SELECT division FROM table_name_87 WHERE team = \"toronto raptors\"" }
Which city includes the Target Center arena?
CREATE TABLE table_name_62 (city VARCHAR, home_arena VARCHAR)
{ "SQL_Query": "SELECT city FROM table_name_62 WHERE home_arena = \"target center\"" }
Which conference is in Portland, Oregon?
CREATE TABLE table_name_80 (conference VARCHAR, city VARCHAR)
{ "SQL_Query": "SELECT conference FROM table_name_80 WHERE city = \"portland, oregon\"" }
Which city includes Barclays Center?
CREATE TABLE table_name_55 (city VARCHAR, home_arena VARCHAR)
{ "SQL_Query": "SELECT city FROM table_name_55 WHERE home_arena = \"barclays center\"" }
Which WYSIWYG Editor has a User-selectable themes of yes, and an Unread message tracking of session, and an Image attachment of plugin?
CREATE TABLE table_name_79 (wysiwyg_editor VARCHAR, image_attachment VARCHAR, user_selectable_themes VARCHAR, unread_message_tracking VARCHAR)
{ "SQL_Query": "SELECT wysiwyg_editor FROM table_name_79 WHERE user_selectable_themes = \"yes\" AND unread_message_tracking = \"session\" AND image_attachment = \"plugin\"" }