question
stringlengths
12
244
context
stringlengths
27
489
answer
stringlengths
18
557
What traditional Chinese name would the Rock Records release Grown up Overnight be given?
CREATE TABLE table_name_54 (chinese__traditional_ VARCHAR, label VARCHAR, english_title VARCHAR)
SELECT chinese__traditional_ FROM table_name_54 WHERE label = "rock records" AND english_title = "grown up overnight"
Who set the record in the 500 metres event?
CREATE TABLE table_name_14 (name VARCHAR, event VARCHAR)
SELECT name FROM table_name_14 WHERE event = "500 metres"
Who was Mountains Classification in the race with Nick Frey as Youth Classification and Tom Zirbel as Points Classification?
CREATE TABLE table_23157997_13 (mountains_classification VARCHAR, youth_classification VARCHAR, points_classification VARCHAR)
SELECT mountains_classification FROM table_23157997_13 WHERE youth_classification = "Nick Frey" AND points_classification = "Tom Zirbel"
Which Runner-up played in the Season of 2000–01?
CREATE TABLE table_name_72 (runner_up VARCHAR, season VARCHAR)
SELECT runner_up FROM table_name_72 WHERE season = "2000–01"
for the rank of 8 and lane less than 3 what is the name?
CREATE TABLE table_name_99 (name VARCHAR, lane VARCHAR, rank VARCHAR)
SELECT name FROM table_name_99 WHERE lane < 3 AND rank = 8
What is the total number of titles for the episode numbered 29 in the series?
CREATE TABLE table_234886_3 (title VARCHAR, no_in_series VARCHAR)
SELECT COUNT(title) FROM table_234886_3 WHERE no_in_series = 29
What is the total when the Yugoslavia number of silver won is more than 1?
CREATE TABLE table_name_32 (total INTEGER, silver VARCHAR, nation VARCHAR)
SELECT MAX(total) FROM table_name_32 WHERE silver > 1 AND nation = "yugoslavia"
What was the score for a match before 13, and a home game on April 21, 2008?
CREATE TABLE table_name_11 (score VARCHAR, date VARCHAR, match VARCHAR, home_away VARCHAR)
SELECT score FROM table_name_11 WHERE match < 13 AND home_away = "home" AND date = "april 21, 2008"
What place is Corey Pavin in?
CREATE TABLE table_name_31 (place VARCHAR, player VARCHAR)
SELECT place FROM table_name_31 WHERE player = "corey pavin"
What is the result of the game against Ayr United?
CREATE TABLE table_name_73 (result VARCHAR, opponent VARCHAR)
SELECT result FROM table_name_73 WHERE opponent = "ayr united"
What is the name of the minister from the party of minister for community safety and legal affairs?
CREATE TABLE table_name_45 (name VARCHAR, party VARCHAR)
SELECT name FROM table_name_45 WHERE party = "minister for community safety and legal affairs"
Which place is payne stewart, the player in?
CREATE TABLE table_name_40 (place VARCHAR, player VARCHAR)
SELECT place FROM table_name_40 WHERE player = "payne stewart"
Which Series has a Date of may 2?
CREATE TABLE table_name_7 (series VARCHAR, date VARCHAR)
SELECT series FROM table_name_7 WHERE date = "may 2"
What mechanical has lpm regulation?
CREATE TABLE table_1348246_3 (mechanical VARCHAR, regulating VARCHAR)
SELECT mechanical FROM table_1348246_3 WHERE regulating = "LPM"
What was the home team's score at the game held at Junction Oval?
CREATE TABLE table_name_13 (home_team VARCHAR, venue VARCHAR)
SELECT home_team AS score FROM table_name_13 WHERE venue = "junction oval"
Which Manufacturer has a Time of accident and a Grid greater than 15?
CREATE TABLE table_name_61 (manufacturer VARCHAR, time VARCHAR, grid VARCHAR)
SELECT manufacturer FROM table_name_61 WHERE time = "accident" AND grid > 15
When 5a06 is the production code what is the highest episode?
CREATE TABLE table_20967430_3 (ep INTEGER, prod_code VARCHAR)
SELECT MAX(ep) FROM table_20967430_3 WHERE prod_code = "5A06"
Who were the opponents in the Tokyo championships?
CREATE TABLE table_2259502_2 (opponents VARCHAR, championship VARCHAR)
SELECT opponents FROM table_2259502_2 WHERE championship = "Tokyo"
How many episodes were written by Ross brown?
CREATE TABLE table_2468961_2 (no_in_series VARCHAR, written_by VARCHAR)
SELECT COUNT(no_in_series) FROM table_2468961_2 WHERE written_by = "Ross Brown"
Who was the director of the Series 1 episode?
CREATE TABLE table_11951237_1 (directed_by VARCHAR, series__number VARCHAR)
SELECT directed_by FROM table_11951237_1 WHERE series__number = 1
What's the total when the position was more than 6 and had an A Score of less than 7.6?
CREATE TABLE table_name_83 (total INTEGER, position VARCHAR, a_score VARCHAR)
SELECT MAX(total) FROM table_name_83 WHERE position > 6 AND a_score < 7.6
Tell me the fossil record for name of 1994/2003
CREATE TABLE table_name_33 (fossil_record VARCHAR, discovery___publication_of_name VARCHAR)
SELECT fossil_record FROM table_name_33 WHERE discovery___publication_of_name = "1994/2003"
Name the torque for 1986
CREATE TABLE table_20007413_3 (torque VARCHAR, year VARCHAR)
SELECT torque FROM table_20007413_3 WHERE year = "1986"
What is Party, when Took Office is 1998?
CREATE TABLE table_name_14 (party VARCHAR, took_office VARCHAR)
SELECT party FROM table_name_14 WHERE took_office = "1998"
What are the years in the ACC of an institution that was founded before 1885 and is located in College Park, Maryland?
CREATE TABLE table_name_24 (years_in_the_acc VARCHAR, founded VARCHAR, location VARCHAR)
SELECT years_in_the_acc FROM table_name_24 WHERE founded < 1885 AND location = "college park, maryland"
What city is Kara Ali Acar Sport Hall located in?
CREATE TABLE table_name_4 (city VARCHAR, arena VARCHAR)
SELECT city FROM table_name_4 WHERE arena = "kara ali acar sport hall"
Name the most number of believers for ܓܘܝܠܢ
CREATE TABLE table_24613895_1 (number_of_believers INTEGER, name_in_syriac VARCHAR)
SELECT MAX(number_of_believers) FROM table_24613895_1 WHERE name_in_syriac = "ܓܘܝܠܢ"
Which highest period's element is platinum?
CREATE TABLE table_name_19 (period INTEGER, element VARCHAR)
SELECT MAX(period) FROM table_name_19 WHERE element = "platinum"
Name the type with cancelable of no and attribute of ondragend
CREATE TABLE table_name_79 (type VARCHAR, cancelable VARCHAR, attribute VARCHAR)
SELECT type FROM table_name_79 WHERE cancelable = "no" AND attribute = "ondragend"
What is Upstream, when Price is "14 EUR"?
CREATE TABLE table_name_25 (upstream VARCHAR, price VARCHAR)
SELECT upstream FROM table_name_25 WHERE price = "14 eur"
How many points are there later than 1992?
CREATE TABLE table_name_12 (points VARCHAR, year INTEGER)
SELECT COUNT(points) FROM table_name_12 WHERE year > 1992
What number game happened on November 19?
CREATE TABLE table_name_44 (game INTEGER, date VARCHAR)
SELECT MAX(game) FROM table_name_44 WHERE date = "november 19"
What is the highest Points, when Played is greater than 5?
CREATE TABLE table_name_30 (points INTEGER, played INTEGER)
SELECT MAX(points) FROM table_name_30 WHERE played > 5
How many timeslots had viewers of 0.238 million?
CREATE TABLE table_27987623_3 (timeslot VARCHAR, viewers__millions_ VARCHAR)
SELECT COUNT(timeslot) FROM table_27987623_3 WHERE viewers__millions_ = "0.238"
Which Red Cards has a Season of 1998/1999, and a Games larger than 41?
CREATE TABLE table_name_55 (red_cards INTEGER, season VARCHAR, games VARCHAR)
SELECT MIN(red_cards) FROM table_name_55 WHERE season = "1998/1999" AND games > 41
When Bubbles of no, and a Category of miscellaneous, and a Type of propertychange, what was the Cancelable?
CREATE TABLE table_name_97 (cancelable VARCHAR, type VARCHAR, bubbles VARCHAR, category VARCHAR)
SELECT cancelable FROM table_name_97 WHERE bubbles = "no" AND category = "miscellaneous" AND type = "propertychange"
What class is Rob Collard in?
CREATE TABLE table_name_28 (class VARCHAR, drivers VARCHAR)
SELECT class FROM table_name_28 WHERE drivers = "rob collard"
Name the eliminated 7th voted out day 21
CREATE TABLE table_24233848_2 (eliminated VARCHAR, finish VARCHAR)
SELECT eliminated FROM table_24233848_2 WHERE finish = "7th voted Out Day 21"
Who was the opponent that played at Launceston Cricket Club Ground, launceston during the season of 1853/54?
CREATE TABLE table_name_47 (opponent VARCHAR, venue VARCHAR, season VARCHAR)
SELECT opponent FROM table_name_47 WHERE venue = "launceston cricket club ground, launceston" AND season = "1853/54"
What is the Score of the Rangers' Runner-ups and Hibernian Winners in Hampden Park?
CREATE TABLE table_name_17 (score VARCHAR, winners VARCHAR, venue VARCHAR, runners_up VARCHAR)
SELECT score FROM table_name_17 WHERE venue = "hampden park" AND runners_up = "rangers" AND winners = "hibernian"
What is the location of a1 women's - handball?
CREATE TABLE table_name_61 (location VARCHAR, leagues VARCHAR)
SELECT location FROM table_name_61 WHERE leagues = "a1 women's - handball"
What is the total capacity for the Leicester Tigers?
CREATE TABLE table_name_61 (capacity VARCHAR, club VARCHAR)
SELECT COUNT(capacity) FROM table_name_61 WHERE club = "leicester tigers"
What round did they face fc st. gallen?
CREATE TABLE table_2214582_3 (round VARCHAR, opponents VARCHAR)
SELECT COUNT(round) FROM table_2214582_3 WHERE opponents = "FC St. Gallen"
What's the name of Constituency number 108?
CREATE TABLE table_name_65 (name VARCHAR, constituency_number VARCHAR)
SELECT name FROM table_name_65 WHERE constituency_number = "108"
What year was the venue in Barcelona, Spain?
CREATE TABLE table_name_57 (year INTEGER, venue VARCHAR)
SELECT MIN(year) FROM table_name_57 WHERE venue = "barcelona, spain"
Who was the away team when the attendance was 7,891?
CREATE TABLE table_name_28 (away_team VARCHAR, attendance VARCHAR)
SELECT away_team FROM table_name_28 WHERE attendance = "7,891"
What is the program where the focus is general management?
CREATE TABLE table_12591022_2 (program VARCHAR, focus VARCHAR)
SELECT program FROM table_12591022_2 WHERE focus = "General Management"
What is the value in 2006 when Career Statistics is in Career W-L?
CREATE TABLE table_name_70 (career_w_l VARCHAR)
SELECT 2006 FROM table_name_70 WHERE career_w_l = "career statistics"
What is the length of retirement for president Sharma, Shankar Shankar Dayal Sharma?
CREATE TABLE table_name_49 (length_of_retirement VARCHAR, president VARCHAR)
SELECT length_of_retirement FROM table_name_49 WHERE president = "sharma, shankar shankar dayal sharma"
Show the account name and other account detail for all accounts by the customer with first name Meaghan and last name Keeling.
CREATE TABLE Customers (customer_id VARCHAR, customer_first_name VARCHAR, customer_last_name VARCHAR); CREATE TABLE Accounts (account_name VARCHAR, other_account_details VARCHAR, customer_id VARCHAR)
SELECT T1.account_name, T1.other_account_details FROM Accounts AS T1 JOIN Customers AS T2 ON T1.customer_id = T2.customer_id WHERE T2.customer_first_name = "Meaghan" AND T2.customer_last_name = "Keeling"
Tell me the constructor for clay regazzoni
CREATE TABLE table_name_24 (constructor VARCHAR, driver VARCHAR)
SELECT constructor FROM table_name_24 WHERE driver = "clay regazzoni"
List the id of students who never attends courses?
CREATE TABLE student_course_attendance (student_id VARCHAR); CREATE TABLE students (student_id VARCHAR)
SELECT student_id FROM students WHERE NOT student_id IN (SELECT student_id FROM student_course_attendance)
Who is the player that has scored more than 0 league cup goals, but has than 13 total goals, and 4 league cup appearances total?
CREATE TABLE table_name_74 (name VARCHAR, league_cup_apps VARCHAR, league_cup_goals VARCHAR, total_goals VARCHAR)
SELECT name FROM table_name_74 WHERE league_cup_goals > 0 AND total_goals < 13 AND league_cup_apps = "4"
What's the Score with the Visitor of Montreal Maroons and has a Date of December 28?
CREATE TABLE table_name_45 (score VARCHAR, visitor VARCHAR, date VARCHAR)
SELECT score FROM table_name_45 WHERE visitor = "montreal maroons" AND date = "december 28"
What is the part number of athlon x2 4850e?
CREATE TABLE table_name_89 (part_number_s_ VARCHAR, model_number VARCHAR)
SELECT part_number_s_ FROM table_name_89 WHERE model_number = "athlon x2 4850e"
What party has more than 241,310 inhabitants after 2012?
CREATE TABLE table_name_20 (party VARCHAR, election VARCHAR, inhabitants VARCHAR)
SELECT party FROM table_name_20 WHERE election > 2012 AND inhabitants > 241 OFFSET 310
What is listed for Vistor that has a Game # that is smaller than 67 and has a Home listed as Buffalo?
CREATE TABLE table_name_20 (visitor VARCHAR, game__number VARCHAR, home VARCHAR)
SELECT visitor FROM table_name_20 WHERE game__number < 67 AND home = "buffalo"
What is Venue, when Date is 23,24,26,27,28,29 Feb, 1 Mar 1912?
CREATE TABLE table_name_82 (venue VARCHAR, date VARCHAR)
SELECT venue FROM table_name_82 WHERE date = "23,24,26,27,28,29 feb, 1 mar 1912"
For what cause is Touring Car Racing the discipline?
CREATE TABLE table_name_91 (cause VARCHAR, discipline VARCHAR)
SELECT cause FROM table_name_91 WHERE discipline = "touring car racing"
What is the Finalists that has 2008, 2012, 2013 as Not winning editions
CREATE TABLE table_name_88 (finalists VARCHAR, not_winning_editions VARCHAR)
SELECT finalists FROM table_name_88 WHERE not_winning_editions = "2008, 2012, 2013"
What city did Yugoslavia play against Poland in?
CREATE TABLE table_name_58 (city VARCHAR, opponent VARCHAR)
SELECT city FROM table_name_58 WHERE opponent = "poland"
When middle assyrian empire is the ubaid period in mesopotamia what is the copper age?
CREATE TABLE table_23537091_1 (copper_age VARCHAR, ubaid_period_in_mesopotamia VARCHAR)
SELECT copper_age FROM table_23537091_1 WHERE ubaid_period_in_mesopotamia = "Middle Assyrian Empire"
Name the high rebounds for 81 game
CREATE TABLE table_27723228_12 (high_rebounds VARCHAR, game VARCHAR)
SELECT high_rebounds FROM table_27723228_12 WHERE game = 81
What is the largest bronze with a Rank of 2, and a Gold smaller than 8?
CREATE TABLE table_name_86 (bronze INTEGER, rank VARCHAR, gold VARCHAR)
SELECT MAX(bronze) FROM table_name_86 WHERE rank = 2 AND gold < 8
What was the result when there were 6 matches?
CREATE TABLE table_name_13 (result VARCHAR, matches VARCHAR)
SELECT result FROM table_name_13 WHERE matches = "6"
Which Team wins has an Individual winner smaller than 1 and Total win larger than 1?
CREATE TABLE table_name_60 (team_wins INTEGER, individual_winners VARCHAR, total_wins VARCHAR)
SELECT SUM(team_wins) FROM table_name_60 WHERE individual_winners < 1 AND total_wins > 1
What away team score has carlton home team?
CREATE TABLE table_name_85 (away_team VARCHAR, home_team VARCHAR)
SELECT away_team AS score FROM table_name_85 WHERE home_team = "carlton"
What is the to par for Jiyai Shin in place t1?
CREATE TABLE table_name_49 (to_par VARCHAR, place VARCHAR, player VARCHAR)
SELECT to_par FROM table_name_49 WHERE place = "t1" AND player = "jiyai shin"
Name the school/club team for kevin ollie
CREATE TABLE table_15621965_14 (school_club_team VARCHAR, player VARCHAR)
SELECT school_club_team FROM table_15621965_14 WHERE player = "Kevin Ollie"
What are the scores for games played on september 9?
CREATE TABLE table_17104539_12 (score VARCHAR, date VARCHAR)
SELECT score FROM table_17104539_12 WHERE date = "September 9"
What is the nation of citizenship for athletes later than 2011 year of award?
CREATE TABLE table_name_12 (nation_of_citizenship VARCHAR, year_of_award INTEGER)
SELECT nation_of_citizenship FROM table_name_12 WHERE year_of_award > 2011
What was the streak when the opponent was @ new jersey nets?
CREATE TABLE table_name_26 (streak VARCHAR, opponent VARCHAR)
SELECT streak FROM table_name_26 WHERE opponent = "@ new jersey nets"
On what Date were the Results¹ 4:0?
CREATE TABLE table_name_56 (date VARCHAR, results¹ VARCHAR)
SELECT date FROM table_name_56 WHERE results¹ = "4:0"
How many new entries this round have clubs 2 → 1?
CREATE TABLE table_name_58 (new_entries_this_round VARCHAR, clubs VARCHAR)
SELECT new_entries_this_round FROM table_name_58 WHERE clubs = "2 → 1"
What is the College/Junior/Club Team (League) when the position is rw, and the player is Don Murdoch?
CREATE TABLE table_name_31 (college_junior_club_team__league_ VARCHAR, position VARCHAR, player VARCHAR)
SELECT college_junior_club_team__league_ FROM table_name_31 WHERE position = "rw" AND player = "don murdoch"
What is KK -5 if KK - 3 is 310?
CREATE TABLE table_name_38 (kk___5 VARCHAR, kk___3 VARCHAR)
SELECT kk___5 FROM table_name_38 WHERE kk___3 = "310"
What was the manner of departure for the manager of Cercle Brugge?
CREATE TABLE table_27374004_3 (manner_of_departure VARCHAR, team VARCHAR)
SELECT manner_of_departure FROM table_27374004_3 WHERE team = "Cercle Brugge"
Who has 0 points in 1974?
CREATE TABLE table_name_3 (entrant VARCHAR, points VARCHAR, year VARCHAR)
SELECT entrant FROM table_name_3 WHERE points = 0 AND year = 1974
When playing at the Kardinia Park; what was the home teams score?
CREATE TABLE table_name_39 (home_team VARCHAR, venue VARCHAR)
SELECT home_team AS score FROM table_name_39 WHERE venue = "kardinia park"
What is the time of the Essendon home team game?
CREATE TABLE table_name_81 (time VARCHAR, home_team VARCHAR)
SELECT time FROM table_name_81 WHERE home_team = "essendon"
Name the old bulgarian names for yuni
CREATE TABLE table_15275060_1 (old_bulgarian_names VARCHAR, Yuni VARCHAR, Transliteration VARCHAR)
SELECT old_bulgarian_names FROM table_15275060_1 WHERE BULGARIAN_NAME(Transliteration) = Yuni
In what location was the tail number ZS-SPF?
CREATE TABLE table_name_83 (location VARCHAR, tail_number VARCHAR)
SELECT location FROM table_name_83 WHERE tail_number = "zs-spf"
Can you tell me the Country that has the To par larger than 9, and the Year(s) won of 1984?
CREATE TABLE table_name_67 (country VARCHAR, to_par VARCHAR, year_s__won VARCHAR)
SELECT country FROM table_name_67 WHERE to_par > 9 AND year_s__won = "1984"
What is the Team in Game 38?
CREATE TABLE table_name_46 (team VARCHAR, game VARCHAR)
SELECT team FROM table_name_46 WHERE game = 38
How many type of governments are in Africa?
CREATE TABLE country (GovernmentForm VARCHAR, Continent VARCHAR)
SELECT COUNT(DISTINCT GovernmentForm) FROM country WHERE Continent = "Africa"
What was the record on December 3?
CREATE TABLE table_name_40 (record VARCHAR, december VARCHAR)
SELECT record FROM table_name_40 WHERE december = 3
What is the 1999 answer when 1998 is Grand Slam Tournaments?
CREATE TABLE table_name_80 (Id VARCHAR)
SELECT 1999 FROM table_name_80 WHERE 1998 = "grand slam tournaments"
What was the attendance at the game where the opponent was the denver broncos?
CREATE TABLE table_name_85 (attendance VARCHAR, opponent VARCHAR)
SELECT attendance FROM table_name_85 WHERE opponent = "denver broncos"
When gniazdo is polish what is proto-slavic?
CREATE TABLE table_26757_4 (proto_slavic VARCHAR, polish VARCHAR)
SELECT proto_slavic FROM table_26757_4 WHERE polish = "gniazdo"
Who took the loss on the April 6 game?
CREATE TABLE table_name_84 (loss VARCHAR, date VARCHAR)
SELECT loss FROM table_name_84 WHERE date = "april 6"
Name the IATA for jessore
CREATE TABLE table_name_80 (iata VARCHAR, city VARCHAR)
SELECT iata FROM table_name_80 WHERE city = "jessore"
What lengths did Phoenix International Raceway host?
CREATE TABLE table_22669816_1 (length VARCHAR, track VARCHAR)
SELECT length FROM table_22669816_1 WHERE track = "Phoenix International Raceway"
What is the day in December of the game against the Boston Bruins?
CREATE TABLE table_name_11 (december VARCHAR, opponent VARCHAR)
SELECT COUNT(december) FROM table_name_11 WHERE opponent = "boston bruins"
Which Opponent has a Record of 43-56?
CREATE TABLE table_name_75 (opponent VARCHAR, record VARCHAR)
SELECT opponent FROM table_name_75 WHERE record = "43-56"
Name the transfer fee for damia
CREATE TABLE table_name_27 (transfer_fee VARCHAR, name VARCHAR)
SELECT transfer_fee FROM table_name_27 WHERE name = "damia"
Who's the incumbent of Indiana 4 district?
CREATE TABLE table_1341843_15 (incumbent VARCHAR, district VARCHAR)
SELECT incumbent FROM table_1341843_15 WHERE district = "Indiana 4"
Name the BUSHI that has kaz hayashi of kai (14:01)
CREATE TABLE table_name_50 (bushi VARCHAR, kaz_hayashi VARCHAR)
SELECT bushi FROM table_name_50 WHERE kaz_hayashi = "kai (14:01)"
Name the broadcast date of run time being 24:14
CREATE TABLE table_2114308_1 (broadcast_date VARCHAR, run_time VARCHAR)
SELECT broadcast_date FROM table_2114308_1 WHERE run_time = "24:14"
What is Final, when Run 3 is 1:57.41?
CREATE TABLE table_name_60 (final VARCHAR, run_3 VARCHAR)
SELECT final FROM table_name_60 WHERE run_3 = "1:57.41"
What is the status of the Cub/John locomotive?
CREATE TABLE table_name_34 (status VARCHAR, name VARCHAR)
SELECT status FROM table_name_34 WHERE name = "the cub/john"