answer
stringlengths
32
484
context
stringlengths
27
489
question
stringlengths
12
244
SELECT date_performed FROM table_name_58 WHERE main_contestant = "karanvir bohra"
CREATE TABLE table_name_58 (date_performed VARCHAR, main_contestant VARCHAR)
Which Date performed has a Main contestant of karanvir bohra?
SELECT date_performed FROM table_name_12 WHERE position = "bottom 3" AND scores_by_each_individual_judge = 5 + 5 + 4 = 14
CREATE TABLE table_name_12 (date_performed VARCHAR, position VARCHAR, scores_by_each_individual_judge VARCHAR)
Which Date performed has a Position of bottom 3, and Scores by each individual judge of 5 + 5 + 4 = 14?
SELECT status FROM table_name_52 WHERE co_contestant__yaar_vs_pyaar_ = "tina sachdev"
CREATE TABLE table_name_52 (status VARCHAR, co_contestant__yaar_vs_pyaar_ VARCHAR)
Which Status has a Co-contestant (Yaar vs. Pyaar) of tina sachdev?
SELECT status FROM table_name_29 WHERE co_contestant__yaar_vs_pyaar_ = "tina parekh"
CREATE TABLE table_name_29 (status VARCHAR, co_contestant__yaar_vs_pyaar_ VARCHAR)
Which Status has a Co-contestant (Yaar vs. Pyaar) of tina parekh?
SELECT total_score_week FROM table_name_38 WHERE status = "eliminated" AND scores_by_each_individual_judge = 5 + 5 + 4 = 14
CREATE TABLE table_name_38 (total_score_week VARCHAR, status VARCHAR, scores_by_each_individual_judge VARCHAR)
Which Total score/week has a Status of eliminated, and Scores by each individual judge of 5 + 5 + 4 = 14?
SELECT scores_by_each_individual_judge FROM table_name_87 WHERE date_performed = "august 7" AND main_contestant = "karanvir bohra"
CREATE TABLE table_name_87 (scores_by_each_individual_judge VARCHAR, date_performed VARCHAR, main_contestant VARCHAR)
Which Scores by each individual judge has a Date performed of august 7, and a Main contestant of karanvir bohra?
SELECT name FROM table_name_21 WHERE moving_to = "triestina"
CREATE TABLE table_name_21 (name VARCHAR, moving_to VARCHAR)
Who is moving to Triestina?
SELECT transfer_window FROM table_name_97 WHERE moving_to = "panionios"
CREATE TABLE table_name_97 (transfer_window VARCHAR, moving_to VARCHAR)
What is the transfer window of the player moving to Panionios?
SELECT type FROM table_name_91 WHERE moving_to = "panionios"
CREATE TABLE table_name_91 (type VARCHAR, moving_to VARCHAR)
What is the type for the Panionios moving to?
SELECT moving_to FROM table_name_15 WHERE nat = "arg esp"
CREATE TABLE table_name_15 (moving_to VARCHAR, nat VARCHAR)
Where is the nationality of Arg Esp moving to?
SELECT name FROM table_name_84 WHERE type = "loan" AND moving_to = "chelsea"
CREATE TABLE table_name_84 (name VARCHAR, type VARCHAR, moving_to VARCHAR)
Who is moving to Chelsea on loan?
SELECT digital FROM table_name_24 WHERE provider = "virgin [analogue]"
CREATE TABLE table_name_24 (digital VARCHAR, provider VARCHAR)
What is the digital of Virgin [analogue]?
SELECT provider FROM table_name_83 WHERE free_or_pay = "pay" AND transmission = "analogue cable"
CREATE TABLE table_name_83 (provider VARCHAR, free_or_pay VARCHAR, transmission VARCHAR)
Which provider is pay with analogue cable?
SELECT no_of_channels FROM table_name_87 WHERE transmission = "analogue satellite" AND provider = "sky [analogue]"
CREATE TABLE table_name_87 (no_of_channels VARCHAR, transmission VARCHAR, provider VARCHAR)
How many analogue satellite channels does Sky [Analogue] have?
SELECT years FROM table_name_27 WHERE transmission = "analogue cable" AND no_of_channels = "35"
CREATE TABLE table_name_27 (years VARCHAR, transmission VARCHAR, no_of_channels VARCHAR)
What years are listed for analogue cable with 35 channels?
SELECT week_14_nov_27 FROM table_name_37 WHERE week_13_nov_20 = "nebraska (8-2)"
CREATE TABLE table_name_37 (week_14_nov_27 VARCHAR, week_13_nov_20 VARCHAR)
What was Week 14 when Week 13 was Nebraska (8-2)?
SELECT week_15__final__dec_3 FROM table_name_50 WHERE week_12_nov_13 = "notre dame (7-2)"
CREATE TABLE table_name_50 (week_15__final__dec_3 VARCHAR, week_12_nov_13 VARCHAR)
What was Week 15 when Week 12 was Notre Dame (7-2)?
SELECT week_11_nov_6 FROM table_name_99 WHERE week_10_oct_30 = "nebraska (7-1)"
CREATE TABLE table_name_99 (week_11_nov_6 VARCHAR, week_10_oct_30 VARCHAR)
What was Week 11 when Week 10 had Nebraska (7-1)?
SELECT week_15__final__dec_3 FROM table_name_69 WHERE week_12_nov_13 = "washington (9-1)"
CREATE TABLE table_name_69 (week_15__final__dec_3 VARCHAR, week_12_nov_13 VARCHAR)
What was Week 15 when Week 12 was Washington (9-1)?
SELECT surface FROM table_name_64 WHERE date = "15 february 1988"
CREATE TABLE table_name_64 (surface VARCHAR, date VARCHAR)
What Surface has a Date of 15 february 1988?
SELECT date FROM table_name_4 WHERE score_in_the_final = "3–6, 2–6, 4–6"
CREATE TABLE table_name_4 (date VARCHAR, score_in_the_final VARCHAR)
What Date has a Score in the final of 3–6, 2–6, 4–6?
SELECT opponent_in_the_final FROM table_name_57 WHERE date = "19 september 1988"
CREATE TABLE table_name_57 (opponent_in_the_final VARCHAR, date VARCHAR)
What Opponent in the final has a Date of 19 september 1988?
SELECT championship FROM table_name_66 WHERE date = "26 may 1986"
CREATE TABLE table_name_66 (championship VARCHAR, date VARCHAR)
What Championship has a Date of 26 may 1986?
SELECT championship FROM table_name_16 WHERE score_in_the_final = "2–6, 6–2, 7–5"
CREATE TABLE table_name_16 (championship VARCHAR, score_in_the_final VARCHAR)
What Championship has a Score in the final of 2–6, 6–2, 7–5?
SELECT MIN(pick__number) FROM table_name_77 WHERE overall = 86
CREATE TABLE table_name_77 (pick__number INTEGER, overall VARCHAR)
What was the lowest pick number with an overall 86?
SELECT name FROM table_name_45 WHERE pick__number > 5 AND college = "washington"
CREATE TABLE table_name_45 (name VARCHAR, pick__number VARCHAR, college VARCHAR)
What is the name of a pick more than 5 at Washington College?
SELECT SUM(pick__number) FROM table_name_27 WHERE name = "anthony maddox"
CREATE TABLE table_name_27 (pick__number INTEGER, name VARCHAR)
What is the sum of the Pick # Anthony Maddox?
SELECT standard_order FROM table_name_69 WHERE traditional_chinese = "國殤"
CREATE TABLE table_name_69 (standard_order VARCHAR, traditional_chinese VARCHAR)
Which number is 國殤?
SELECT traditional_chinese FROM table_name_14 WHERE standard_order > 9 AND simplified_chinese = "国殇"
CREATE TABLE table_name_14 (traditional_chinese VARCHAR, standard_order VARCHAR, simplified_chinese VARCHAR)
What is the Traditional Chinese of 国殇 which is over 9?
SELECT english_translation FROM table_name_93 WHERE simplified_chinese = "山鬼"
CREATE TABLE table_name_93 (english_translation VARCHAR, simplified_chinese VARCHAR)
What is the English translation of 山鬼?
SELECT COUNT(total) FROM table_name_43 WHERE mls_cup = 4 AND us_open_cup > 1
CREATE TABLE table_name_43 (total VARCHAR, mls_cup VARCHAR, us_open_cup VARCHAR)
What is the total where there are 4 MLS Cups and more US Open Cups than 1?
SELECT race_3 FROM table_name_93 WHERE points > 36 AND race_1 = 2
CREATE TABLE table_name_93 (race_3 VARCHAR, points VARCHAR, race_1 VARCHAR)
Which race 3 has points greater than 36, and 2 as the race 1?
SELECT SUM(race_1) FROM table_name_45 WHERE race_3 = "5" AND points < 59
CREATE TABLE table_name_45 (race_1 INTEGER, race_3 VARCHAR, points VARCHAR)
How many race 1's have 5 as the race 3, with points less than 59?
SELECT driver FROM table_name_94 WHERE points < 17
CREATE TABLE table_name_94 (driver VARCHAR, points INTEGER)
What driver has points less than 17?
SELECT player FROM table_name_25 WHERE country = "south africa" AND score = 76 - 75 - 73 - 71 = 295
CREATE TABLE table_name_25 (player VARCHAR, country VARCHAR, score VARCHAR)
Who is from south africa and has a score of 76-75-73-71=295?
SELECT MIN(to_par) FROM table_name_96 WHERE country = "australia" AND score = 76 - 70 - 75 - 72 = 293
CREATE TABLE table_name_96 (to_par INTEGER, country VARCHAR, score VARCHAR)
What is the lowest to par of a player from australia with a score of 76-70-75-72=293?
SELECT money___£__ FROM table_name_68 WHERE score = 76 - 70 - 75 - 72 = 293
CREATE TABLE table_name_68 (money___£__ VARCHAR, score VARCHAR)
What is the money with a Score of 76-70-75-72=293?
SELECT title FROM table_name_91 WHERE developer = "2play mobile" AND genre = "action"
CREATE TABLE table_name_91 (title VARCHAR, developer VARCHAR, genre VARCHAR)
What is Title, when Developer is "2Play Mobile", and when Genre is "Action"?
SELECT MAX(version) FROM table_name_38 WHERE release_date = "2011-04-01"
CREATE TABLE table_name_38 (version INTEGER, release_date VARCHAR)
What is the highest Version, when Release Date is "2011-04-01"?
SELECT version FROM table_name_39 WHERE genre = "action" AND title = "hairball"
CREATE TABLE table_name_39 (version VARCHAR, genre VARCHAR, title VARCHAR)
What is Version, when Genre is "Action", and when Title is "Hairball"?
SELECT set_1 FROM table_name_73 WHERE total = "45:40"
CREATE TABLE table_name_73 (set_1 VARCHAR, total VARCHAR)
What is the Set 1 of the 45:40 Total?
SELECT total FROM table_name_41 WHERE set_1 = "24:26"
CREATE TABLE table_name_41 (total VARCHAR, set_1 VARCHAR)
What is the Total of the 24:26 Set 1?
SELECT total FROM table_name_58 WHERE set_2 = "21:12"
CREATE TABLE table_name_58 (total VARCHAR, set_2 VARCHAR)
What is the Total of Set 2 of 21:12?
SELECT total FROM table_name_86 WHERE set_2 = "24:22"
CREATE TABLE table_name_86 (total VARCHAR, set_2 VARCHAR)
What is the Total of Set 2 of 24:22?
SELECT date FROM table_name_17 WHERE set_2 = "21:12"
CREATE TABLE table_name_17 (date VARCHAR, set_2 VARCHAR)
What is the date of the 21:12 Set 2?
SELECT torque FROM table_name_15 WHERE engine = "5.8l v12"
CREATE TABLE table_name_15 (torque VARCHAR, engine VARCHAR)
What is the torque of the 5.8l v12 engine?
SELECT torque FROM table_name_72 WHERE engine = "6.3l v12"
CREATE TABLE table_name_72 (torque VARCHAR, engine VARCHAR)
What is the torque of the 6.3l v12 engine?
SELECT 0 AS _100km_h__62mph_ FROM table_name_20 WHERE engine = "supercharged 5.4l v8"
CREATE TABLE table_name_20 (engine VARCHAR)
What is the 0-100km/h (62mph) of the supercharged 5.4l v8 engine?
SELECT SUM(population) FROM table_name_98 WHERE per_capita_income = "$18,884" AND number_of_households < 14 OFFSET 485
CREATE TABLE table_name_98 (population INTEGER, per_capita_income VARCHAR, number_of_households VARCHAR)
What is the population when the Per capita income of $18,884, and a Number of households smaller than 14,485?
SELECT place FROM table_name_99 WHERE player = "ben crenshaw"
CREATE TABLE table_name_99 (place VARCHAR, player VARCHAR)
What is Place, when Player is "Ben Crenshaw"?
SELECT MAX(kneel) FROM table_name_59 WHERE stand < 187 AND prone = 197 AND qual > 576
CREATE TABLE table_name_59 (kneel INTEGER, qual VARCHAR, stand VARCHAR, prone VARCHAR)
What is the highest kneel with a stand less than 187, and a 197 prone, and a qual more than 576?
SELECT SUM(stand) FROM table_name_31 WHERE qual > 589
CREATE TABLE table_name_31 (stand INTEGER, qual INTEGER)
What is the sum of the stand with a qual more than 589?
SELECT 1 AS st_leg FROM table_name_26 WHERE team_1 = "remo (pa)"
CREATE TABLE table_name_26 (team_1 VARCHAR)
What is the 1st leg in the match where Remo (PA) is team 1?
SELECT team_1 FROM table_name_17 WHERE team_2 = "fluminense (rj)"
CREATE TABLE table_name_17 (team_1 VARCHAR, team_2 VARCHAR)
Who is team 1 where team 2 is Fluminense (RJ)?
SELECT score FROM table_name_52 WHERE competition = "friendly" AND venue = "dreisamstadion, freiburg"
CREATE TABLE table_name_52 (score VARCHAR, competition VARCHAR, venue VARCHAR)
What is the venue for the friendly competition at Dreisamstadion, Freiburg?
SELECT result FROM table_name_96 WHERE venue = "dreisamstadion, freiburg"
CREATE TABLE table_name_96 (result VARCHAR, venue VARCHAR)
What is the result at Dreisamstadion, Freiburg?
SELECT team FROM table_name_16 WHERE position = "lhp" AND pick = 23
CREATE TABLE table_name_16 (team VARCHAR, position VARCHAR, pick VARCHAR)
What is Team, when Position is "LHP", and when Pick is "23"?
SELECT MAX(pick) FROM table_name_86 WHERE player = "todd van poppel"
CREATE TABLE table_name_86 (pick INTEGER, player VARCHAR)
What is the highest Pick, when Player is "Todd Van Poppel"?
SELECT player FROM table_name_48 WHERE pick = 26
CREATE TABLE table_name_48 (player VARCHAR, pick VARCHAR)
What is Player, when Pick is "26"?
SELECT position FROM table_name_15 WHERE hometown_school = "westlake, california"
CREATE TABLE table_name_15 (position VARCHAR, hometown_school VARCHAR)
What is Posititon, when Hometown/School is "Westlake, California"?
SELECT player FROM table_name_61 WHERE position = "ss" AND pick = 11
CREATE TABLE table_name_61 (player VARCHAR, position VARCHAR, pick VARCHAR)
What is Player, when Position is "SS", and when Pick is "11"?
SELECT population FROM table_name_38 WHERE county = "sargent"
CREATE TABLE table_name_38 (population VARCHAR, county VARCHAR)
What is the Population of Sargent County?
SELECT SUM(rank) FROM table_name_86 WHERE silver = 0 AND total > 2
CREATE TABLE table_name_86 (rank INTEGER, silver VARCHAR, total VARCHAR)
What is the rank for the nation with 0 silver medals and a total larger than 2?
SELECT MIN(silver) FROM table_name_55 WHERE bronze = 39 AND total < 120
CREATE TABLE table_name_55 (silver INTEGER, bronze VARCHAR, total VARCHAR)
What is the least silvers where there are 39 bronzes and the total is less than 120?
SELECT general_classification FROM table_name_74 WHERE mountains_classification = "david loosli" AND stage = "3"
CREATE TABLE table_name_74 (general_classification VARCHAR, mountains_classification VARCHAR, stage VARCHAR)
What's the general classification of stage 3 with David Loosli as the mountains classification?
SELECT points_classification FROM table_name_42 WHERE stage = "final"
CREATE TABLE table_name_42 (points_classification VARCHAR, stage VARCHAR)
What's the points classification when the stage was final?
SELECT stage FROM table_name_29 WHERE team_classification = "gerolsteiner"
CREATE TABLE table_name_29 (stage VARCHAR, team_classification VARCHAR)
What is the stage of Gerolsteiner?
SELECT mountains_classification FROM table_name_82 WHERE general_classification = "kim kirchen" AND stage = "7"
CREATE TABLE table_name_82 (mountains_classification VARCHAR, general_classification VARCHAR, stage VARCHAR)
What's the mountains classification of Stage 7 when Kim Kirchen was the general classification?
SELECT team_classification FROM table_name_21 WHERE general_classification = "kim kirchen"
CREATE TABLE table_name_21 (team_classification VARCHAR, general_classification VARCHAR)
What was Kim Kirchen's team classification?
SELECT player FROM table_name_24 WHERE to_par = "+1" AND score = 73 - 71 - 71 = 217
CREATE TABLE table_name_24 (player VARCHAR, to_par VARCHAR, score VARCHAR)
What Player has a To par of +1 and a Score of 73-71-71=217?
SELECT player FROM table_name_12 WHERE to_par = "+1" AND score = 73 - 71 - 73 = 217
CREATE TABLE table_name_12 (player VARCHAR, to_par VARCHAR, score VARCHAR)
What Player's had a To par of +1 and a Score of 73-71-73=217?
SELECT score FROM table_name_56 WHERE player = "fuzzy zoeller"
CREATE TABLE table_name_56 (score VARCHAR, player VARCHAR)
What is Fuzzy Zoeller's Score?
SELECT country FROM table_name_85 WHERE score = 71 - 73 - 71 = 215
CREATE TABLE table_name_85 (country VARCHAR, score VARCHAR)
What is the Country of the Player with a Score of 71-73-71=215?
SELECT country FROM table_name_72 WHERE to_par = "–4"
CREATE TABLE table_name_72 (country VARCHAR, to_par VARCHAR)
What is the Country of the Player with a To par of –4?
SELECT country FROM table_name_38 WHERE to_par = "+1" AND score = 75 - 69 - 73 = 217
CREATE TABLE table_name_38 (country VARCHAR, to_par VARCHAR, score VARCHAR)
What is the Country of the Player with a To par of +1 and a Score of 75-69-73=217?
SELECT MAX(position) FROM table_name_97 WHERE goals_against = 24 AND played < 30
CREATE TABLE table_name_97 (position INTEGER, goals_against VARCHAR, played VARCHAR)
Which Position has 24 Goals against, and a Played smaller than 30?
SELECT MAX(points) FROM table_name_9 WHERE club = "cf calvo sotelo" AND goal_difference > -3
CREATE TABLE table_name_9 (points INTEGER, club VARCHAR, goal_difference VARCHAR)
Which Points have a Club of cf calvo sotelo, and a Goal Difference larger than -3?
SELECT MIN(draws) FROM table_name_63 WHERE position = 16 AND goals_against < 58
CREATE TABLE table_name_63 (draws INTEGER, position VARCHAR, goals_against VARCHAR)
Which Draws have a Position of 16, and less than 58 Goals against?
SELECT MIN(losses) FROM table_name_75 WHERE draws > 6 AND club = "cd mestalla" AND goals_against > 44
CREATE TABLE table_name_75 (losses INTEGER, goals_against VARCHAR, draws VARCHAR, club VARCHAR)
Which Losses have Draws larger than 6, and a Club of cd mestalla, and Goals against larger than 44?
SELECT SUM(goals_against) FROM table_name_54 WHERE goals_for < 33 AND points < 16
CREATE TABLE table_name_54 (goals_against INTEGER, goals_for VARCHAR, points VARCHAR)
How many Goals against have Goals for smaller than 33, and Points smaller than 16?
SELECT date FROM table_name_9 WHERE game_site = "griffith stadium"
CREATE TABLE table_name_9 (date VARCHAR, game_site VARCHAR)
What Date was the Game at Griffith Stadium?
SELECT attendance FROM table_name_4 WHERE date = "bye"
CREATE TABLE table_name_4 (attendance VARCHAR, date VARCHAR)
What attendance is listed against the date of bye?
SELECT date FROM table_name_77 WHERE week = 3
CREATE TABLE table_name_77 (date VARCHAR, week VARCHAR)
What date is week 3?
SELECT floors FROM table_name_89 WHERE location = "tower hill"
CREATE TABLE table_name_89 (floors VARCHAR, location VARCHAR)
Which Floors has a Location of tower hill?
SELECT location FROM table_name_18 WHERE floors = "03.0 n/a"
CREATE TABLE table_name_18 (location VARCHAR, floors VARCHAR)
Which Location has a Floors of 03.0 n/a?
SELECT height_metres___ft FROM table_name_89 WHERE floors = "05.0 n/a"
CREATE TABLE table_name_89 (height_metres___ft VARCHAR, floors VARCHAR)
Name the Height metres / ft of Floors of 05.0 n/a?
SELECT years_as_tallest FROM table_name_14 WHERE height_metres___ft = "01.0 27 / 90"
CREATE TABLE table_name_14 (years_as_tallest VARCHAR, height_metres___ft VARCHAR)
Name the Years as tallest that has Height metres / ft of 01.0 27 / 90?
SELECT years_as_tallest FROM table_name_95 WHERE height_metres___ft = "07.0 150 / 493 [b ]"
CREATE TABLE table_name_95 (years_as_tallest VARCHAR, height_metres___ft VARCHAR)
Name the Years as tallest has a Height metres / ft of 07.0 150 / 493 [b ]?
SELECT height_metres___ft FROM table_name_68 WHERE years_as_tallest = "1098–1310"
CREATE TABLE table_name_68 (height_metres___ft VARCHAR, years_as_tallest VARCHAR)
Name the Height metres / ft of Years with tallest of 1098–1310?
SELECT COUNT(score) FROM table_name_2 WHERE place = "t5"
CREATE TABLE table_name_2 (score VARCHAR, place VARCHAR)
How many scores have a Place of t5?
SELECT to_par FROM table_name_33 WHERE score < 70 AND player = "matt kowal"
CREATE TABLE table_name_33 (to_par VARCHAR, score VARCHAR, player VARCHAR)
Which To Par has a Score smaller than 70, and a Player of matt kowal?
SELECT MIN(score) FROM table_name_59 WHERE to_par = "–1"
CREATE TABLE table_name_59 (score INTEGER, to_par VARCHAR)
Which Score has a To Par of –1?
SELECT date FROM table_name_9 WHERE catalog = 88697185162 AND region = "canada"
CREATE TABLE table_name_9 (date VARCHAR, catalog VARCHAR, region VARCHAR)
what is the date for catolog 88697185162 when the region is canada?
SELECT parish__prestegjeld_ FROM table_name_44 WHERE church_name = "vangsnes kyrkje"
CREATE TABLE table_name_44 (parish__prestegjeld_ VARCHAR, church_name VARCHAR)
Which parish has a church named Vangsnes Kyrkje?
SELECT sub_parish__sokn_ FROM table_name_19 WHERE year_built = "1866"
CREATE TABLE table_name_19 (sub_parish__sokn_ VARCHAR, year_built VARCHAR)
Which Sub-Parish has a church built in 1866?
SELECT year_built FROM table_name_83 WHERE church_name = "hopperstad stavkyrkje"
CREATE TABLE table_name_83 (year_built VARCHAR, church_name VARCHAR)
When was the Hopperstad Stavkyrkje built?
SELECT year_built FROM table_name_43 WHERE location_of_the_church = "arnafjord"
CREATE TABLE table_name_43 (year_built VARCHAR, location_of_the_church VARCHAR)
When was the church in Arnafjord built?
SELECT sub_parish__sokn_ FROM table_name_39 WHERE location_of_the_church = "fresvik"
CREATE TABLE table_name_39 (sub_parish__sokn_ VARCHAR, location_of_the_church VARCHAR)
What is the Sub-Parish called that has a church located in Fresvik?
SELECT church_name FROM table_name_94 WHERE sub_parish__sokn_ = "fresvik"
CREATE TABLE table_name_94 (church_name VARCHAR, sub_parish__sokn_ VARCHAR)
What is the church in the Sub-Parish of Fresvik called?
SELECT time FROM table_name_15 WHERE city = "sheffield"
CREATE TABLE table_name_15 (time VARCHAR, city VARCHAR)
What is the time for Sheffield?