question
stringlengths
17
201
answer
stringlengths
21
400
context
stringlengths
32
286
Who was the celebrity who exited on day 13?
SELECT celebrity FROM table_name_35 WHERE exited = "day 13"
CREATE TABLE table_name_35 (celebrity VARCHAR, exited VARCHAR)
who is the opponent when the method is tko (punches) at 4:26 of round 1?
SELECT opponent FROM table_name_82 WHERE method = "tko (punches) at 4:26 of round 1"
CREATE TABLE table_name_82 (opponent VARCHAR, method VARCHAR)
Which years did the Tampa Bay Storm win the Championships?
SELECT championships__years_ FROM table_name_71 WHERE club = "tampa bay storm"
CREATE TABLE table_name_71 (championships__years_ VARCHAR, club VARCHAR)
What date had a kickoff of 1:00 and a result of l 27-14?
SELECT date FROM table_name_81 WHERE kickoff_[a_] = "1:00" AND result = "l 27-14"
CREATE TABLE table_name_81 (date VARCHAR, result VARCHAR, kickoff_ VARCHAR, a_ VARCHAR)
What is Aberdeen team's date of vacancy?
SELECT date_of_vacancy FROM table_name_37 WHERE team = "aberdeen"
CREATE TABLE table_name_37 (date_of_vacancy VARCHAR, team VARCHAR)
What is the production when engine is 2.7l, and acceleration 0–100km/h (0–62mph) is 8.5 s?
SELECT production FROM table_name_5 WHERE engine = "2.7l" AND acceleration_0_100km_h__0_62mph_ = "8.5 s"
CREATE TABLE table_name_5 (production VARCHAR, engine VARCHAR, acceleration_0_100km_h__0_62mph_ VARCHAR)
Which Pos has a Dutch Cup of winner, and a Tier larger than 1?
SELECT AVG(pos) FROM table_name_1 WHERE dutch_cup = "winner" AND tier > 1
CREATE TABLE table_name_1 (pos INTEGER, dutch_cup VARCHAR, tier VARCHAR)
Who had the placekicker position with a round above 10?
SELECT name FROM table_name_64 WHERE round > 10 AND position = "placekicker"
CREATE TABLE table_name_64 (name VARCHAR, round VARCHAR, position VARCHAR)
What Date is Week 1?
SELECT date FROM table_name_54 WHERE week = 1
CREATE TABLE table_name_54 (date VARCHAR, week VARCHAR)
On what date did the New York Giants host a game?
SELECT date FROM table_name_42 WHERE host_team = "new york giants"
CREATE TABLE table_name_42 (date VARCHAR, host_team VARCHAR)
Who is the co-presenter of the series Seven (2007)?
SELECT co_presenter FROM table_14345690_15 WHERE series = "Seven (2007)"
CREATE TABLE table_14345690_15 (co_presenter VARCHAR, series VARCHAR)
What is the team's record on may 12 when they play the giants?
SELECT record FROM table_name_58 WHERE opponent = "giants" AND date = "may 12"
CREATE TABLE table_name_58 (record VARCHAR, opponent VARCHAR, date VARCHAR)
Which young classification has an aggressive rider of Tim Johnson?
SELECT young_classification FROM table_name_89 WHERE aggressive_rider = "tim johnson"
CREATE TABLE table_name_89 (young_classification VARCHAR, aggressive_rider VARCHAR)
What years does Our Lady Sacred Heart School, which is state integrated, have?
SELECT years FROM table_name_47 WHERE authority = "state integrated" AND name = "our lady sacred heart school"
CREATE TABLE table_name_47 (years VARCHAR, authority VARCHAR, name VARCHAR)
What was the surface on march 2, 1997?
SELECT surface FROM table_name_91 WHERE date = "march 2, 1997"
CREATE TABLE table_name_91 (surface VARCHAR, date VARCHAR)
The entrepreneur Layla Bennett was featured in which episode?
SELECT episode FROM table_name_60 WHERE entrepreneur_s_ = "layla bennett"
CREATE TABLE table_name_60 (episode VARCHAR, entrepreneur_s_ VARCHAR)
Post University has what nickname?
SELECT nickname FROM table_name_4 WHERE institution = "post university"
CREATE TABLE table_name_4 (nickname VARCHAR, institution VARCHAR)
What is the lowest attendance for week 2?
SELECT MIN(attendance) FROM table_name_50 WHERE week = 2
CREATE TABLE table_name_50 (attendance INTEGER, week VARCHAR)
Who were the co-drivers in 2008?
SELECT co_drivers FROM table_name_81 WHERE year = 2008
CREATE TABLE table_name_81 (co_drivers VARCHAR, year VARCHAR)
What is the Year(s) won of the Player with a To par of 5?
SELECT year_s__won FROM table_name_4 WHERE to_par = 5
CREATE TABLE table_name_4 (year_s__won VARCHAR, to_par VARCHAR)
What is the stage with a point classification of Silvio Martinello and Davide Rebellin as the general classification?
SELECT stage FROM table_name_56 WHERE points_classification = "silvio martinello" AND general_classification = "davide rebellin"
CREATE TABLE table_name_56 (stage VARCHAR, points_classification VARCHAR, general_classification VARCHAR)
What is the ID of marshall landfill on 09/08/1983?
SELECT cerclis_id FROM table_name_98 WHERE listed = "09/08/1983" AND name = "marshall landfill"
CREATE TABLE table_name_98 (cerclis_id VARCHAR, listed VARCHAR, name VARCHAR)
What is the club had 431 points against them?
SELECT club FROM table_name_63 WHERE points_against = "431"
CREATE TABLE table_name_63 (club VARCHAR, points_against VARCHAR)
What was the pole position for jerez?
SELECT pole_position FROM table_name_39 WHERE location = "jerez"
CREATE TABLE table_name_39 (pole_position VARCHAR, location VARCHAR)
what is the team website when the institution is indiana university of pennsylvania?
SELECT team_website FROM table_name_93 WHERE institution = "indiana university of pennsylvania"
CREATE TABLE table_name_93 (team_website VARCHAR, institution VARCHAR)
What body styles have devaux-hall inline 6 as the engine?
SELECT body_styles FROM table_name_9 WHERE engine = "devaux-hall inline 6"
CREATE TABLE table_name_9 (body_styles VARCHAR, engine VARCHAR)
The qual of totals took place during what year?
SELECT year FROM table_name_61 WHERE qual = "totals"
CREATE TABLE table_name_61 (year VARCHAR, qual VARCHAR)
What is the highest place of a swimmer from the Netherlands?
SELECT MAX(rank) FROM table_name_75 WHERE nationality = "netherlands"
CREATE TABLE table_name_75 (rank INTEGER, nationality VARCHAR)
How many laps recorded in 2001?
SELECT laps FROM table_17802778_1 WHERE year = 2001
CREATE TABLE table_17802778_1 (laps VARCHAR, year VARCHAR)
Which opponent has a result of 2-0 l?
SELECT opponent FROM table_name_10 WHERE result = "2-0 l"
CREATE TABLE table_name_10 (opponent VARCHAR, result VARCHAR)
What is the grid of driver tomas scheckter from vision racing team?
SELECT grid FROM table_name_22 WHERE team = "vision racing" AND driver = "tomas scheckter"
CREATE TABLE table_name_22 (grid VARCHAR, team VARCHAR, driver VARCHAR)
What is the score when parkgate is at home?
SELECT score FROM table_name_38 WHERE home_team = "parkgate"
CREATE TABLE table_name_38 (score VARCHAR, home_team VARCHAR)
In the game in which the Jacksonville Jaguars were hosts, what was the name of the visiting team?
SELECT visiting_team FROM table_name_92 WHERE host_team = "jacksonville jaguars"
CREATE TABLE table_name_92 (visiting_team VARCHAR, host_team VARCHAR)
Which party was first elected in 1898?
SELECT party FROM table_name_19 WHERE first_elected = "1898"
CREATE TABLE table_name_19 (party VARCHAR, first_elected VARCHAR)
Who had the most rebounds and how many did he have during the game on June 11?
SELECT high_rebounds FROM table_name_41 WHERE date = "june 11"
CREATE TABLE table_name_41 (high_rebounds VARCHAR, date VARCHAR)
What country is the film hi no tsugi ha rekishi from?
SELECT country FROM table_name_21 WHERE film = "hi no tsugi ha rekishi"
CREATE TABLE table_name_21 (country VARCHAR, film VARCHAR)
Name the total number of results for octubre
SELECT COUNT(result) FROM table_20963074_1 WHERE original_title = "Octubre"
CREATE TABLE table_20963074_1 (result VARCHAR, original_title VARCHAR)
What is the pick number for the College of Central Missouri State?
SELECT pick__number FROM table_name_45 WHERE college = "central missouri state"
CREATE TABLE table_name_45 (pick__number VARCHAR, college VARCHAR)
Who manufactured the car that won with an average speed of 126.259 mph?
SELECT manufacturer FROM table_22298383_1 WHERE average_speed__mph_ = "126.259"
CREATE TABLE table_22298383_1 (manufacturer VARCHAR, average_speed__mph_ VARCHAR)
What were the Points on December 13?
SELECT MAX(points) FROM table_name_63 WHERE date = "december 13"
CREATE TABLE table_name_63 (points INTEGER, date VARCHAR)
Which Selection has a College of texas a&m?
SELECT SUM(selection) FROM table_name_71 WHERE college = "texas a&m"
CREATE TABLE table_name_71 (selection INTEGER, college VARCHAR)
What is the type of glycosylase that has an E. coli of Muty?
SELECT type FROM table_name_11 WHERE e_coli = "muty"
CREATE TABLE table_name_11 (type VARCHAR, e_coli VARCHAR)
When 1546 is inns of court and chancery what is the finsbury division?
SELECT finsbury_division FROM table_16677738_1 WHERE inns_of_court_and_chancery = 1546
CREATE TABLE table_16677738_1 (finsbury_division VARCHAR, inns_of_court_and_chancery VARCHAR)
What is the placement date of the order whose invoice number is 10?
SELECT T1.date_order_placed FROM orders AS T1 JOIN shipments AS T2 ON T1.order_id = T2.order_id WHERE T2.invoice_number = 10
CREATE TABLE orders (date_order_placed VARCHAR, order_id VARCHAR); CREATE TABLE shipments (order_id VARCHAR, invoice_number VARCHAR)
When south Melbourne was the home team, what was the away team?
SELECT away_team FROM table_name_53 WHERE home_team = "south melbourne"
CREATE TABLE table_name_53 (away_team VARCHAR, home_team VARCHAR)
How many rankings are associated with giuseppe meazza holding over 3 titles?
SELECT COUNT(rank) FROM table_name_35 WHERE player = "giuseppe meazza" AND titles > 3
CREATE TABLE table_name_35 (rank VARCHAR, player VARCHAR, titles VARCHAR)
Who directed the film that received an award of £6,245?
SELECT director_s_ FROM table_name_10 WHERE award = "£6,245"
CREATE TABLE table_name_10 (director_s_ VARCHAR, award VARCHAR)
Name the stadium with final score of 20-10
SELECT stadium FROM table_name_35 WHERE final_score = "20-10"
CREATE TABLE table_name_35 (stadium VARCHAR, final_score VARCHAR)
For the game in which P. Pierce (31) scored the most points, what was the final score?
SELECT score FROM table_name_93 WHERE high_points = "p. pierce (31)"
CREATE TABLE table_name_93 (score VARCHAR, high_points VARCHAR)
What is the pick of Charley Taylor, who has an overall greater than 3?
SELECT SUM(pick) FROM table_name_58 WHERE name = "charley taylor" AND overall > 3
CREATE TABLE table_name_58 (pick INTEGER, name VARCHAR, overall VARCHAR)
Which venue has more than 9 against and a status of second test?
SELECT venue FROM table_name_90 WHERE against > 9 AND status = "second test"
CREATE TABLE table_name_90 (venue VARCHAR, against VARCHAR, status VARCHAR)
I want the constellation for declination for °45′ and right ascension of 07h58m
SELECT constellation FROM table_name_56 WHERE declination___j2000__ = "°45′" AND right_ascension___j2000__ = "07h58m"
CREATE TABLE table_name_56 (constellation VARCHAR, declination___j2000__ VARCHAR, right_ascension___j2000__ VARCHAR)
Which frequency has voltage of 1.6v and part number kp80524kx300256kc80524kx300256pmg30002002aa?
SELECT frequency FROM table_name_64 WHERE voltage = "1.6v" AND part_number_s_ = "kp80524kx300256kc80524kx300256pmg30002002aa"
CREATE TABLE table_name_64 (frequency VARCHAR, voltage VARCHAR, part_number_s_ VARCHAR)
How many pairs of numbers are under record on April 12?
SELECT COUNT(record) FROM table_13557843_8 WHERE date = "April 12"
CREATE TABLE table_13557843_8 (record VARCHAR, date VARCHAR)
What name has 8 as the number?
SELECT name FROM table_name_5 WHERE number = "8"
CREATE TABLE table_name_5 (name VARCHAR, number VARCHAR)
What is the lowest Year, when Rank is greater than 85?
SELECT MIN(year) FROM table_name_28 WHERE rank > 85
CREATE TABLE table_name_28 (year INTEGER, rank INTEGER)
When 9386 is the undergraduate enrollment what is the nickname?
SELECT nickname FROM table_262495_1 WHERE undergraduate_enrollment = 9386
CREATE TABLE table_262495_1 (nickname VARCHAR, undergraduate_enrollment VARCHAR)
What is the away team that plays at Punt Road Oval?
SELECT away_team AS score FROM table_name_43 WHERE venue = "punt road oval"
CREATE TABLE table_name_43 (away_team VARCHAR, venue VARCHAR)
What is every value for Croats if the value of Roma is 3.1%?
SELECT croats FROM table_2374338_2 WHERE roma = "3.1%"
CREATE TABLE table_2374338_2 (croats VARCHAR, roma VARCHAR)
what are all the uu-usu score with winner is #5 brigham young (2–0)
SELECT uu_usu_score FROM table_13665809_2 WHERE winner = "#5 Brigham Young (2–0)"
CREATE TABLE table_13665809_2 (uu_usu_score VARCHAR, winner VARCHAR)
What was the margin of victory for Olazabal in the German Masters?
SELECT margin_of_victory FROM table_name_78 WHERE tournament = "german masters"
CREATE TABLE table_name_78 (margin_of_victory VARCHAR, tournament VARCHAR)
Which round was the winning constructor was Benetton - Ford and in the Pole Position was Damon Hill?
SELECT round FROM table_1137702_3 WHERE winning_constructor = "Benetton - Ford" AND pole_position = "Damon Hill"
CREATE TABLE table_1137702_3 (round VARCHAR, winning_constructor VARCHAR, pole_position VARCHAR)
Which 2010 has a 2009 of 0 / 4?
SELECT 2010 FROM table_name_86 WHERE 2009 = "0 / 4"
CREATE TABLE table_name_86 (Id VARCHAR)
Which claimant's rank is 200?
SELECT claimant FROM table_name_7 WHERE rank = 200
CREATE TABLE table_name_7 (claimant VARCHAR, rank VARCHAR)
What is the second party that has a conservative first party and second member John Cotes?
SELECT second_party FROM table_name_95 WHERE first_party = "conservative" AND second_member = "john cotes"
CREATE TABLE table_name_95 (second_party VARCHAR, first_party VARCHAR, second_member VARCHAR)
What is the highest Number of Households, when Per Capita Income is "$25,557", and when Population is less than "22,330"?
SELECT MAX(number_of_households) FROM table_name_57 WHERE per_capita_income = "$25,557" AND population < 22 OFFSET 330
CREATE TABLE table_name_57 (number_of_households INTEGER, per_capita_income VARCHAR, population VARCHAR)
What is Darrius Heyward-Bey's average with more than 20 yards and less than 80 long?
SELECT COUNT(avg) FROM table_name_89 WHERE yards > 20 AND player = "darrius heyward-bey" AND long < 80
CREATE TABLE table_name_89 (avg VARCHAR, long VARCHAR, yards VARCHAR, player VARCHAR)
What is the total number of heat for Chinyere Pigot?
SELECT COUNT(heat) FROM table_name_94 WHERE name = "chinyere pigot"
CREATE TABLE table_name_94 (heat VARCHAR, name VARCHAR)
What alumni were in rw: cancun as their original season?
SELECT alumni FROM table_26419467_1 WHERE original_season = "RW: Cancun"
CREATE TABLE table_26419467_1 (alumni VARCHAR, original_season VARCHAR)
What is the Nation - athlete(s), when the Sport is luge - men's singles, and when the Record is, "track"?
SELECT nation___athlete_s_ FROM table_name_12 WHERE sport = "luge - men's singles" AND record = "track"
CREATE TABLE table_name_12 (nation___athlete_s_ VARCHAR, sport VARCHAR, record VARCHAR)
Which country mines 24.0% of the world demand of uranium?
SELECT indigenous_mining_production_2006 FROM table_15624586_2 WHERE _percentage_of_world_demand = "24.0%"
CREATE TABLE table_15624586_2 (indigenous_mining_production_2006 VARCHAR, _percentage_of_world_demand VARCHAR)
Name the period for michel prost
SELECT period FROM table_24565004_17 WHERE name = "Michel Prost"
CREATE TABLE table_24565004_17 (period VARCHAR, name VARCHAR)
What Club/province have caps less than 2 and Jonathan Sexton as player?
SELECT club_province FROM table_name_74 WHERE caps < 2 AND player = "jonathan sexton"
CREATE TABLE table_name_74 (club_province VARCHAR, caps VARCHAR, player VARCHAR)
Find the ids of the students who participate in Canoeing and Kayaking.
SELECT T1.stuid FROM participates_in AS T1 JOIN activity AS T2 ON T2.actid = T2.actid WHERE T2.activity_name = 'Canoeing' INTERSECT SELECT T1.stuid FROM participates_in AS T1 JOIN activity AS T2 ON T2.actid = T2.actid WHERE T2.activity_name = 'Kayaking'
CREATE TABLE activity (actid VARCHAR, activity_name VARCHAR); CREATE TABLE participates_in (stuid VARCHAR)
For 2006 what category has the Show of kasautii zindagii kay?
SELECT category FROM table_name_54 WHERE for_the_show = "kasautii zindagii kay" AND year = 2006
CREATE TABLE table_name_54 (category VARCHAR, for_the_show VARCHAR, year VARCHAR)
What is the name of the winner when Goran Ivanišević was in third place?
SELECT winner FROM table_name_65 WHERE third_place = "goran ivanišević"
CREATE TABLE table_name_65 (winner VARCHAR, third_place VARCHAR)
Who were the candidates in the Kentucky 5 district?
SELECT candidates FROM table_2668254_8 WHERE district = "Kentucky 5"
CREATE TABLE table_2668254_8 (candidates VARCHAR, district VARCHAR)
What is the latest date at Los Angeles with a game less than 62?
SELECT MAX(date) FROM table_name_88 WHERE location_attendance = "los angeles" AND game < 62
CREATE TABLE table_name_88 (date INTEGER, location_attendance VARCHAR, game VARCHAR)
Name the save for braves for may 15
SELECT save FROM table_name_86 WHERE opponent = "braves" AND date = "may 15"
CREATE TABLE table_name_86 (save VARCHAR, opponent VARCHAR, date VARCHAR)
What is the rank that shows 276 games?
SELECT rank FROM table_name_25 WHERE games = "276"
CREATE TABLE table_name_25 (rank VARCHAR, games VARCHAR)
How many high points were at the wachovia center 18,347?
SELECT COUNT(high_points) FROM table_11960196_3 WHERE location_attendance = "Wachovia Center 18,347"
CREATE TABLE table_11960196_3 (high_points VARCHAR, location_attendance VARCHAR)
How many top tens had an average start of 29.4?
SELECT COUNT(top_10) FROM table_1012730_1 WHERE avg_start = "29.4"
CREATE TABLE table_1012730_1 (top_10 VARCHAR, avg_start VARCHAR)
What geographical region is contestant laura jiménez ynoa from?
SELECT geographical_regions FROM table_24192031_2 WHERE contestant = "Laura Jiménez Ynoa"
CREATE TABLE table_24192031_2 (geographical_regions VARCHAR, contestant VARCHAR)
What kind of Week 4 has a Week 1 of sheila levell?
SELECT week_4 FROM table_name_10 WHERE week_1 = "sheila levell"
CREATE TABLE table_name_10 (week_4 VARCHAR, week_1 VARCHAR)
Which Japanese title has a Disc smaller than 12, and an Artist of kōzō murashita?
SELECT japanese_title FROM table_name_44 WHERE disc < 12 AND artist = "kōzō murashita"
CREATE TABLE table_name_44 (japanese_title VARCHAR, disc VARCHAR, artist VARCHAR)
At which games was a bronze medal won in the 94kg men's weightlifting event?
SELECT games FROM table_name_71 WHERE medal = "bronze" AND sport = "weightlifting" AND event = "94kg men's weightlifting"
CREATE TABLE table_name_71 (games VARCHAR, event VARCHAR, medal VARCHAR, sport VARCHAR)
Where was the game held that resulted in a score of 9-2?
SELECT venue FROM table_name_15 WHERE score = "9-2"
CREATE TABLE table_name_15 (venue VARCHAR, score VARCHAR)
Name the most season for old hoss radbourn
SELECT MAX(season) FROM table_242813_2 WHERE pitcher = "Old Hoss Radbourn"
CREATE TABLE table_242813_2 (season INTEGER, pitcher VARCHAR)
Name the average total for years won of 1975
SELECT AVG(total) FROM table_name_47 WHERE year_s__won = "1975"
CREATE TABLE table_name_47 (total INTEGER, year_s__won VARCHAR)
What purses had a winners share equal to $428650?
SELECT purse___$__ FROM table_1520559_1 WHERE winners_share__$_ = 428650
CREATE TABLE table_1520559_1 (purse___$__ VARCHAR, winners_share__$_ VARCHAR)
What is the final score of the tournament played in Clearwater, Florida?
SELECT score FROM table_name_47 WHERE tournament = "clearwater, florida"
CREATE TABLE table_name_47 (score VARCHAR, tournament VARCHAR)
How many goals against have 58 points?
SELECT goals_against FROM table_name_82 WHERE points = 58
CREATE TABLE table_name_82 (goals_against VARCHAR, points VARCHAR)
What country is Jack Nicklaus from?
SELECT country FROM table_name_17 WHERE player = "jack nicklaus"
CREATE TABLE table_name_17 (country VARCHAR, player VARCHAR)
How many times is player Stanislas Wawrinka on the list?
SELECT COUNT(points) AS defending FROM table_26218783_6 WHERE player = "Stanislas Wawrinka"
CREATE TABLE table_26218783_6 (points VARCHAR, player VARCHAR)
What CD was released in 2009?
SELECT title FROM table_name_64 WHERE released = 2009
CREATE TABLE table_name_64 (title VARCHAR, released VARCHAR)
Name the 2010 with tournament of grand slam tournaments
SELECT 2010 FROM table_name_33 WHERE tournament = "grand slam tournaments"
CREATE TABLE table_name_33 (tournament VARCHAR)
In games where st kilda was the away team, what was the smallest crowd?
SELECT MIN(crowd) FROM table_name_68 WHERE away_team = "st kilda"
CREATE TABLE table_name_68 (crowd INTEGER, away_team VARCHAR)
What is the venue on October 13, 2007?
SELECT venue FROM table_name_60 WHERE date = "october 13, 2007"
CREATE TABLE table_name_60 (venue VARCHAR, date VARCHAR)
find the name of the program that was launched most recently.
SELECT name FROM program ORDER BY launch DESC LIMIT 1
CREATE TABLE program (name VARCHAR, launch VARCHAR)
What is Anna Khlistunova's Nationality?
SELECT nationality FROM table_name_20 WHERE name = "anna khlistunova"
CREATE TABLE table_name_20 (nationality VARCHAR, name VARCHAR)