answer
stringlengths
18
557
question
stringlengths
12
244
context
stringlengths
27
489
SELECT outcomes FROM table_name_93 WHERE rocket_launch = "rehnuma-11"
What Outcome has a Rocket launch of rehnuma-11?
CREATE TABLE table_name_93 (outcomes VARCHAR, rocket_launch VARCHAR)
SELECT opponents_in_final FROM table_23197088_4 WHERE championship = "Zürich"
what are every one of the rivals in conclusive where title is zürich
CREATE TABLE table_23197088_4 (opponents_in_final VARCHAR, championship VARCHAR)
SELECT name FROM airports WHERE city = 'Goroka'
Find the name of the airport in the city of Goroka.
CREATE TABLE airports (name VARCHAR, city VARCHAR)
SELECT MAX(reset_points) FROM table_28498999_6 WHERE player = "Luke Donald"
what is the most number where the person is luke donald
CREATE TABLE table_28498999_6 (reset_points INTEGER, player VARCHAR)
SELECT couple FROM table_23662272_4 WHERE number_of_dances = 6
What was the name of the couple if the number of dances is 6?
CREATE TABLE table_23662272_4 (couple VARCHAR, number_of_dances VARCHAR)
SELECT non__stop FROM table_name_92 WHERE plain_stop = "ㄷ"
If the Plain stop is ㄷ, what is the Non- stop?
CREATE TABLE table_name_92 (non__stop VARCHAR, plain_stop VARCHAR)
SELECT MIN(game) FROM table_15984957_2 WHERE opponent = "Los Angeles Rams"
How many games were against the los angeles rams?
CREATE TABLE table_15984957_2 (game INTEGER, opponent VARCHAR)
SELECT february FROM table_name_13 WHERE september = "kristine hanson"
Who is in February where has September is kristine hanson?
CREATE TABLE table_name_13 (february VARCHAR, september VARCHAR)
SELECT winningteam FROM table_12028543_3 WHERE season = "1989"
Who was the winning team in the 1989 season?
CREATE TABLE table_12028543_3 (winningteam VARCHAR, season VARCHAR)
SELECT home_team AS score FROM table_name_38 WHERE home_team = "richmond"
What was Richmond's score as the home team?
CREATE TABLE table_name_38 (home_team VARCHAR)
SELECT result FROM table_name_28 WHERE score = "21 (7, 6, 8)"
What was the result when the score was 21 (7, 6, 8)?
CREATE TABLE table_name_28 (result VARCHAR, score VARCHAR)
SELECT colors FROM table_name_61 WHERE school = "sesser high school"
What Colors has a School of sesser high school?
CREATE TABLE table_name_61 (colors VARCHAR, school VARCHAR)
SELECT title FROM table_2409041_4 WHERE production_code = 446913
Name the title for 446913
CREATE TABLE table_2409041_4 (title VARCHAR, production_code VARCHAR)
SELECT paper_type FROM table_name_30 WHERE denomination = "$0.50" AND date_of_issue = "4 february 2005"
Which Paper Type has a Denomination of $0.50 and Date of Issue 4 February 2005?
CREATE TABLE table_name_30 (paper_type VARCHAR, denomination VARCHAR, date_of_issue VARCHAR)
SELECT title FROM table_22904707_1 WHERE us_viewers__million_ = "14.52"
What was the name of the episode that had 14.52 viewers?
CREATE TABLE table_22904707_1 (title VARCHAR, us_viewers__million_ VARCHAR)
SELECT high_points FROM table_17190012_12 WHERE game = 4
Who had the most points in game 4?
CREATE TABLE table_17190012_12 (high_points VARCHAR, game VARCHAR)
SELECT MIN(total) FROM table_26980923_2 WHERE team = "Kilmarnock"
What is the total attended for kilmarnock?
CREATE TABLE table_26980923_2 (total INTEGER, team VARCHAR)
SELECT conv FROM table_name_19 WHERE span = "1992-2000"
on the span of 1992-2000, what was the conv ?
CREATE TABLE table_name_19 (conv VARCHAR, span VARCHAR)
SELECT captain FROM table_name_52 WHERE manager = "howard wilkinson"
Which captain has howard wilkinson as the manager?
CREATE TABLE table_name_52 (captain VARCHAR, manager VARCHAR)
SELECT college_junior_club_team FROM table_1965650_11 WHERE position = "Centre" AND player = "Russ Wiechnik"
What team did Russ Wiechnik, on the centre position, come from?
CREATE TABLE table_1965650_11 (college_junior_club_team VARCHAR, position VARCHAR, player VARCHAR)
SELECT location_attendance FROM table_17001658_8 WHERE game = 55
Name the location attendance for game 55
CREATE TABLE table_17001658_8 (location_attendance VARCHAR, game VARCHAR)
SELECT title FROM table_27987623_1 WHERE us_viewers__in_million_ = "5.03"
What was the title of the episode viewed by 5.03 million viewers?
CREATE TABLE table_27987623_1 (title VARCHAR, us_viewers__in_million_ VARCHAR)
SELECT nominee FROM table_name_96 WHERE category = "best lead actress"
Who is the nominee for Best Lead Actress?
CREATE TABLE table_name_96 (nominee VARCHAR, category VARCHAR)
SELECT total FROM table_name_91 WHERE gold = "5"
What is the total medal count for the nation that has 5 gold?
CREATE TABLE table_name_91 (total VARCHAR, gold VARCHAR)
SELECT title FROM table_19517621_3 WHERE written_by = "Michael Miller"
What is the title for the episode that written by Michael Miller?
CREATE TABLE table_19517621_3 (title VARCHAR, written_by VARCHAR)
SELECT date FROM table_name_27 WHERE class = "non-championship f2" AND driver = "josé froilán gonzález" AND position > 2
what date has the class of non-championship f2 as well as a driver name josé froilán gonzález that has a position larger than 2?
CREATE TABLE table_name_27 (date VARCHAR, position VARCHAR, class VARCHAR, driver VARCHAR)
SELECT title FROM table_name_65 WHERE original_airdate = "february 2, 2008"
What is the title of the episode originally aired on February 2, 2008?
CREATE TABLE table_name_65 (title VARCHAR, original_airdate VARCHAR)
SELECT AVG(points) FROM table_name_33 WHERE extra_points = 0 AND field_goals > 0
Who had a points average with 0 extra points and 0 field goals?
CREATE TABLE table_name_33 (points INTEGER, extra_points VARCHAR, field_goals VARCHAR)
SELECT upstream FROM table_17304621_14 WHERE price_tl = "89 TL"
What is the upstream speed that you get for 89 tl?
CREATE TABLE table_17304621_14 (upstream VARCHAR, price_tl VARCHAR)
SELECT report FROM table_name_67 WHERE circuit = "mosport park"
What's the report for the mosport park circuit?
CREATE TABLE table_name_67 (report VARCHAR, circuit VARCHAR)
SELECT skip FROM table_26912584_2 WHERE country = Sweden
When sweden is the country who is the skip?
CREATE TABLE table_26912584_2 (skip VARCHAR, country VARCHAR, Sweden VARCHAR)
SELECT SUM(game) FROM table_name_19 WHERE record = "4–2–1" AND points > 9
Which Game has a Record of 4–2–1, and Points larger than 9?
CREATE TABLE table_name_19 (game INTEGER, record VARCHAR, points VARCHAR)
SELECT backed_with FROM table_name_24 WHERE record_label = "wild world" AND date > 2008
What's the Backed after 2008 with a label of Wild World?
CREATE TABLE table_name_24 (backed_with VARCHAR, record_label VARCHAR, date VARCHAR)
SELECT playoffs FROM table_15056103_1 WHERE regular_season = "5th, North"
What was the playoff result when they finished 5th, north in the regular sesason?
CREATE TABLE table_15056103_1 (playoffs VARCHAR, regular_season VARCHAR)
SELECT score FROM table_name_46 WHERE opponent_in_the_final = "paul baccanello"
Name the score for opponent in the final being paul baccanello
CREATE TABLE table_name_46 (score VARCHAR, opponent_in_the_final VARCHAR)
SELECT month FROM table_name_73 WHERE sort_restore < 39 AND deaths = "2"
Which month had a sort value under 39 and 2 deaths?
CREATE TABLE table_name_73 (month VARCHAR, sort_restore VARCHAR, deaths VARCHAR)
SELECT asts FROM table_name_76 WHERE rebs > 1 OFFSET 189
What is the number of asts when rebs are larger than 1,189?
CREATE TABLE table_name_76 (asts VARCHAR, rebs INTEGER)
SELECT COUNT(ects_credit_points) FROM table_name_25 WHERE program = "master in management"
How many ECTS credit points occur with Master in Management?
CREATE TABLE table_name_25 (ects_credit_points VARCHAR, program VARCHAR)
SELECT score FROM table_name_84 WHERE surface = "clay" AND date = "26 may 2012"
What was Olga Govortsova's goal when she played on a clay surface on 26 May 2012?
CREATE TABLE table_name_84 (score VARCHAR, surface VARCHAR, date VARCHAR)
SELECT AVG(rank) FROM table_name_52 WHERE bronze > 1 AND silver < 0
What is the average rank when the bronze is larger than 1, and silver is less than 0?
CREATE TABLE table_name_52 (rank INTEGER, bronze VARCHAR, silver VARCHAR)
SELECT weight FROM table_name_95 WHERE name = "damir burić"
What is the weight of Damir Burić?
CREATE TABLE table_name_95 (weight VARCHAR, name VARCHAR)
SELECT name FROM channel WHERE OWNER <> 'CCTV'
Find the names of channels that are not owned by CCTV.
CREATE TABLE channel (name VARCHAR, OWNER VARCHAR)
SELECT Weekly_Rank FROM TV_series WHERE Episode = "A Love of a Lifetime"
What is Weekly Rank of TV series with Episode "A Love of a Lifetime"?
CREATE TABLE TV_series (Weekly_Rank VARCHAR, Episode VARCHAR)
SELECT transfer_window FROM table_name_1 WHERE name = "steven thompson"
What is the transfer window for Steven Thompson?
CREATE TABLE table_name_1 (transfer_window VARCHAR, name VARCHAR)
SELECT pick__number FROM table_10812938_3 WHERE position = "DE"
What is the pick # for the position de?
CREATE TABLE table_10812938_3 (pick__number VARCHAR, position VARCHAR)
SELECT in_production FROM table_name_66 WHERE codename = "jasper"
Is Jasper being producted?
CREATE TABLE table_name_66 (in_production VARCHAR, codename VARCHAR)
SELECT MAX(lost) FROM table_name_83 WHERE matches = 15 AND win__percentage < 20
Matches of 15, and a Win % smaller than 20 had what highest lost?
CREATE TABLE table_name_83 (lost INTEGER, matches VARCHAR, win__percentage VARCHAR)
SELECT MAX(injured) FROM table_name_14 WHERE place = "vaishali, bihar"
What was the highest number of people injured in incidents in Vaishali, Bihar?
CREATE TABLE table_name_14 (injured INTEGER, place VARCHAR)
SELECT MIN(sacks) FROM table_name_22 WHERE team = "new orleans saints" AND tackles = "132"
What is the value for lowest Sacks, when the Team is New Orleans Saints, and when the value for Tackles is 132?
CREATE TABLE table_name_22 (sacks INTEGER, team VARCHAR, tackles VARCHAR)
SELECT result FROM table_15277629_1 WHERE director = "Fernando Meirelles"
What was the result for director Fernando Meirelles
CREATE TABLE table_15277629_1 (result VARCHAR, director VARCHAR)
SELECT original_air_date FROM table_13183076_3 WHERE directed_by = "Tricia Brock"
What is the Original air date for the episode directed by Tricia Brock?
CREATE TABLE table_13183076_3 (original_air_date VARCHAR, directed_by VARCHAR)
SELECT college_junior_club_team FROM table_name_31 WHERE position = "centre" AND pick__number = "22"
What College/junior/club team has a Position of centre, and pick is #22?
CREATE TABLE table_name_31 (college_junior_club_team VARCHAR, position VARCHAR, pick__number VARCHAR)
SELECT driver FROM table_name_63 WHERE grid = 2
Which driver had a grid of 2?
CREATE TABLE table_name_63 (driver VARCHAR, grid VARCHAR)
SELECT song FROM table_name_8 WHERE artist = "liam reilly"
What's the song of artist liam reilly?
CREATE TABLE table_name_8 (song VARCHAR, artist VARCHAR)
SELECT AVG(crowd) FROM table_name_66 WHERE venue = "junction oval"
What was the size of the crowd at the game played at Junction Oval?
CREATE TABLE table_name_66 (crowd INTEGER, venue VARCHAR)
SELECT result FROM table_22032599_1 WHERE film_title_used_in_nomination = "City of the Sun"
What was the result for City of the Sun?
CREATE TABLE table_22032599_1 (result VARCHAR, film_title_used_in_nomination VARCHAR)
SELECT address FROM table_name_80 WHERE mascot = "scorpions"
What is the address for the Scorpions' mascot?
CREATE TABLE table_name_80 (address VARCHAR, mascot VARCHAR)
SELECT mountain_peak FROM table_name_67 WHERE rank = 49
Name the mountain peak of 49 rank
CREATE TABLE table_name_67 (mountain_peak VARCHAR, rank VARCHAR)
SELECT hometown FROM table_name_68 WHERE player = "tre madden"
What is the hometown for tre madden?
CREATE TABLE table_name_68 (hometown VARCHAR, player VARCHAR)
SELECT name FROM table_name_88 WHERE cerclis_id = "fld004092532"
Which site has the CERCLIS ID fld004092532?
CREATE TABLE table_name_88 (name VARCHAR, cerclis_id VARCHAR)
SELECT MAX(no_in_season) FROM table_name_72 WHERE written_by = "chris hawkshaw"
Which episode was the last written by chris hawkshaw this season?
CREATE TABLE table_name_72 (no_in_season INTEGER, written_by VARCHAR)
SELECT club FROM table_name_79 WHERE tries_for = "101"
Which club has 101 tries for?
CREATE TABLE table_name_79 (club VARCHAR, tries_for VARCHAR)
SELECT season FROM table_19061741_1 WHERE duration = "Day 8-36"
When day 8-36 is the duration what is the season?
CREATE TABLE table_19061741_1 (season VARCHAR, duration VARCHAR)
SELECT home_team AS score FROM table_name_40 WHERE venue = "windy hill"
What is the home team score at windy hill?
CREATE TABLE table_name_40 (home_team VARCHAR, venue VARCHAR)
SELECT record FROM table_22862203_2 WHERE opp_points = 50
What were the records when the opponents had 50 points?
CREATE TABLE table_22862203_2 (record VARCHAR, opp_points VARCHAR)
SELECT MIN(prod_code) FROM table_23937219_3 WHERE series__number = 31
What is the production code for episode 31 in the series?
CREATE TABLE table_23937219_3 (prod_code INTEGER, series__number VARCHAR)
SELECT COUNT(attendance) FROM table_name_25 WHERE home_team = "stourbridge"
What is the total attendance when Stourbridge is the home team?
CREATE TABLE table_name_25 (attendance VARCHAR, home_team VARCHAR)
SELECT part_2 FROM table_name_36 WHERE class = "3a"
What is the part 2 entry for class 3a?
CREATE TABLE table_name_36 (part_2 VARCHAR, class VARCHAR)
SELECT date FROM table_name_43 WHERE record = "11-8"
When was 11-8 the record?
CREATE TABLE table_name_43 (date VARCHAR, record VARCHAR)
SELECT district FROM table_name_43 WHERE position = "member" AND first_election = "1985"
What District has a Member with a First Election date of 1985?
CREATE TABLE table_name_43 (district VARCHAR, position VARCHAR, first_election VARCHAR)
SELECT AVG(fall_06) FROM table_name_97 WHERE fall_09 = 34
What number is Fall 06 from the state with 34 for Fall 09?
CREATE TABLE table_name_97 (fall_06 INTEGER, fall_09 VARCHAR)
SELECT category FROM table_name_52 WHERE work = "scream" AND award = "international horror guild"
What category was Scream nominated for at the International Horror Guild?
CREATE TABLE table_name_52 (category VARCHAR, work VARCHAR, award VARCHAR)
SELECT event FROM table_name_44 WHERE venue = "beijing"
Which event was held in Beijing?
CREATE TABLE table_name_44 (event VARCHAR, venue VARCHAR)
SELECT director FROM table_name_53 WHERE title = "an egg scramble"
Who directed An Egg Scramble?
CREATE TABLE table_name_53 (director VARCHAR, title VARCHAR)
SELECT hebrew_word FROM table_1242447_2 WHERE strongs_words_compounded = "'adown [# 113] & Yahu"
List the hebrew word for the strongs words compounded of 'adown [# 113] & yahu
CREATE TABLE table_1242447_2 (hebrew_word VARCHAR, strongs_words_compounded VARCHAR)
SELECT date FROM table_26267607_2 WHERE winning_team = "Abt Sportsline" AND pole_position = "Mattias Ekström" AND circuit = "circuit Ricardo Tormo , Valencia"
On what date is the winning team Abt Sportsline and pole position Mattias Ekström in the Circuit Ricardo Tormo , Valencia?
CREATE TABLE table_26267607_2 (date VARCHAR, circuit VARCHAR, winning_team VARCHAR, pole_position VARCHAR)
SELECT COUNT(position) FROM table_name_7 WHERE losses = 1 AND conceded > 9
What is the total number of positions having 1 loss and more than 9 conceded?
CREATE TABLE table_name_7 (position VARCHAR, losses VARCHAR, conceded VARCHAR)
SELECT air_force___navy_score FROM table_1850339_2 WHERE season = 1983
What was the Air Force - Navy score in the 1983 season?
CREATE TABLE table_1850339_2 (air_force___navy_score VARCHAR, season VARCHAR)
SELECT score FROM table_name_33 WHERE result = "5-0"
What is the Score of the Competition with a 5-0 Result?
CREATE TABLE table_name_33 (score VARCHAR, result VARCHAR)
SELECT b___bishop FROM table_2603017_2 WHERE bc___beast_cadet = "GR - Great Dove"
what is b - bishop where bc - beast cadet is gr - great dove?
CREATE TABLE table_2603017_2 (b___bishop VARCHAR, bc___beast_cadet VARCHAR)
SELECT COUNT(bronze) FROM table_name_12 WHERE silver > 2
What is the total when bronze has a silver larger than 2?
CREATE TABLE table_name_12 (bronze VARCHAR, silver INTEGER)
SELECT LOCATION FROM county_public_safety GROUP BY LOCATION ORDER BY COUNT(*) DESC LIMIT 1
What is the location shared by most counties?
CREATE TABLE county_public_safety (LOCATION VARCHAR)
SELECT date FROM table_name_27 WHERE decision = "ellis" AND visitor = "st. louis"
What is the date with Ellis as the decision and St. Louis as the visitor?
CREATE TABLE table_name_27 (date VARCHAR, decision VARCHAR, visitor VARCHAR)
SELECT high_points FROM table_11964263_13 WHERE location_attendance = "Toyota Center 18,269"
Name the high points for toyota center 18,269?
CREATE TABLE table_11964263_13 (high_points VARCHAR, location_attendance VARCHAR)
SELECT MAX(rank) FROM table_name_45 WHERE floors__stories_ > 15
Which is the highest ranked building with more than 15 floors?
CREATE TABLE table_name_45 (rank INTEGER, floors__stories_ INTEGER)
SELECT race_1 FROM table_11581984_2 WHERE driver = "Mark Skaife"
For driver Mark Skaife what is the result for race 1?
CREATE TABLE table_11581984_2 (race_1 VARCHAR, driver VARCHAR)
SELECT age_s_ FROM table_27529608_21 WHERE act = "Rapper"
What is the age of the act who is a rapper?
CREATE TABLE table_27529608_21 (age_s_ VARCHAR, act VARCHAR)
SELECT COUNT(*), role_code FROM users GROUP BY role_code
Find the number of users in each role.
CREATE TABLE users (role_code VARCHAR)
SELECT round FROM table_name_34 WHERE player = "jamie cooke"
What round did Jamie Cooke play in?
CREATE TABLE table_name_34 (round VARCHAR, player VARCHAR)
SELECT territory FROM table_name_37 WHERE acquired > 1899 AND capital = "saipan"
What is the territory that was acquired past 1899 and has a capital of saipan?
CREATE TABLE table_name_37 (territory VARCHAR, acquired VARCHAR, capital VARCHAR)
SELECT 1 AS st_round FROM table_name_90 WHERE team_1 = "angers sco (d1)"
Which first round has a first team of angers sco (d1)?
CREATE TABLE table_name_90 (team_1 VARCHAR)
SELECT visitor FROM table_name_93 WHERE record = "9–5–2"
What visiting team has a record of 9–5–2?
CREATE TABLE table_name_93 (visitor VARCHAR, record VARCHAR)
SELECT year_born__age_ FROM table_name_93 WHERE height > 2.04 AND current_club = "los angeles clippers"
What is the Year born (Age) for the player who is taller than 2.04 and currently plays for the Los Angeles Clippers?
CREATE TABLE table_name_93 (year_born__age_ VARCHAR, height VARCHAR, current_club VARCHAR)
SELECT week_14_nov_27 FROM table_name_37 WHERE week_13_nov_20 = "nebraska (8-2)"
What was Week 14 when Week 13 was Nebraska (8-2)?
CREATE TABLE table_name_37 (week_14_nov_27 VARCHAR, week_13_nov_20 VARCHAR)
SELECT MIN(against) FROM table_name_92 WHERE opposing_team = "queensland"
What is the lowest Against, when Opposing Team is Queensland?
CREATE TABLE table_name_92 (against INTEGER, opposing_team VARCHAR)
SELECT t_100 FROM table_name_51 WHERE is_3_m1945 = "150 (225)"
What's the T-100 when the IS-3 is 150 (225)?
CREATE TABLE table_name_51 (t_100 VARCHAR, is_3_m1945 VARCHAR)
SELECT conference_joined FROM table_name_95 WHERE previous_conference = "northwestern" AND mascot = "oilers"
Which Conference Joined has a Previous Conference of northwestern, and a Mascot of oilers?
CREATE TABLE table_name_95 (conference_joined VARCHAR, previous_conference VARCHAR, mascot VARCHAR)
SELECT MAX(lane) FROM table_name_99 WHERE athlete = "david payne" AND time > 13.17
What is the greatest lane that David Payne was in when he ran longer than 13.17?
CREATE TABLE table_name_99 (lane INTEGER, athlete VARCHAR, time VARCHAR)
SELECT directed_by FROM table_22181917_2 WHERE us_viewers__millions_ = "6.62"
Who directed the episode that was watched by 6.62 million U.S. viewers?
CREATE TABLE table_22181917_2 (directed_by VARCHAR, us_viewers__millions_ VARCHAR)
SELECT tournament FROM table_name_5 WHERE opponent = "yvonne vermaak"
What tournament has yvonne vermaak as the opponent?
CREATE TABLE table_name_5 (tournament VARCHAR, opponent VARCHAR)