question
stringlengths
12
244
context
stringlengths
27
489
answer
stringlengths
18
557
Name the round for john van lottum martin verkerk
CREATE TABLE table_22825058_23 (round VARCHAR, opponents VARCHAR)
SELECT round FROM table_22825058_23 WHERE opponents = "John Van Lottum Martin Verkerk"
What round has Team #2 Gomel?
CREATE TABLE table_name_76 (round VARCHAR, team__number2 VARCHAR)
SELECT round FROM table_name_76 WHERE team__number2 = "gomel"
Which home team played on January 5, 2008?
CREATE TABLE table_name_79 (home_team VARCHAR, date VARCHAR)
SELECT home_team FROM table_name_79 WHERE date = "january 5, 2008"
WhatTranslation has a Composer of jacques brel, rod mckuen?
CREATE TABLE table_name_61 (translation VARCHAR, composer VARCHAR)
SELECT translation FROM table_name_61 WHERE composer = "jacques brel, rod mckuen"
Which City has a Lead of steve gould?
CREATE TABLE table_name_52 (city VARCHAR, lead VARCHAR)
SELECT city FROM table_name_52 WHERE lead = "steve gould"
how many seasons did he race in team Carlin?
CREATE TABLE table_26400438_1 (podiums VARCHAR, team VARCHAR)
SELECT COUNT(podiums) FROM table_26400438_1 WHERE team = "Carlin"
When was the outcome runner-up with a score of 4–6, 3–6?
CREATE TABLE table_name_49 (date VARCHAR, outcome VARCHAR, score VARCHAR)
SELECT date FROM table_name_49 WHERE outcome = "runner-up" AND score = "4–6, 3–6"
What opponent has a record of 86-62?
CREATE TABLE table_name_73 (opponent VARCHAR, record VARCHAR)
SELECT opponent FROM table_name_73 WHERE record = "86-62"
What happened in week 12 when week 13 resulted in Tennessee (9-1)?
CREATE TABLE table_name_20 (week_12_nov_19 VARCHAR, week_13_nov_26 VARCHAR)
SELECT week_12_nov_19 FROM table_name_20 WHERE week_13_nov_26 = "tennessee (9-1)"
What is the football Bronze with more than 1 Silver?
CREATE TABLE table_name_9 (bronze INTEGER, sport VARCHAR, silver VARCHAR)
SELECT AVG(bronze) FROM table_name_9 WHERE sport = "football" AND silver > 1
What is the country of the player with a 70-71-68=209 score?
CREATE TABLE table_name_98 (country VARCHAR, score VARCHAR)
SELECT country FROM table_name_98 WHERE score = 70 - 71 - 68 = 209
What are the notes in 1981?
CREATE TABLE table_name_99 (notes VARCHAR, year VARCHAR)
SELECT notes FROM table_name_99 WHERE year = "1981"
What was the polling firm with others of 1%?
CREATE TABLE table_name_25 (polling_firm VARCHAR, others VARCHAR)
SELECT polling_firm FROM table_name_25 WHERE others = "1%"
What is the least number of wins when the top 10 is more than 8?
CREATE TABLE table_name_41 (wins INTEGER, top_10 INTEGER)
SELECT MIN(wins) FROM table_name_41 WHERE top_10 > 8
What is Team, when Position is "LHP", and when Pick is "23"?
CREATE TABLE table_name_16 (team VARCHAR, position VARCHAR, pick VARCHAR)
SELECT team FROM table_name_16 WHERE position = "lhp" AND pick = 23
Tell me the lowest prom for class of hewitt and peak of cushat law and height more than 615
CREATE TABLE table_name_62 (prom__m_ INTEGER, height__m_ VARCHAR, class VARCHAR, peak VARCHAR)
SELECT MIN(prom__m_) FROM table_name_62 WHERE class = "hewitt" AND peak = "cushat law" AND height__m_ > 615
In zip code 94107, on which day neither Fog nor Rain was not observed?
CREATE TABLE weather (date VARCHAR, EVENTS VARCHAR, zip_code VARCHAR)
SELECT date FROM weather WHERE zip_code = 94107 AND EVENTS <> "Fog" AND EVENTS <> "Rain"
What is Player, when Score is "66-74-76=216"?
CREATE TABLE table_name_48 (player VARCHAR, score VARCHAR)
SELECT player FROM table_name_48 WHERE score = 66 - 74 - 76 = 216
Who won third place in season four?
CREATE TABLE table_16331144_1 (third_place VARCHAR, season VARCHAR)
SELECT third_place FROM table_16331144_1 WHERE season = "Four"
What is the Nationality for alexandre jacques?
CREATE TABLE table_name_2 (nationality VARCHAR, player VARCHAR)
SELECT nationality FROM table_name_2 WHERE player = "alexandre jacques"
Name the venue that has conv of 5 players on 20 points
CREATE TABLE table_name_12 (venue VARCHAR, conv VARCHAR)
SELECT venue FROM table_name_12 WHERE conv = "5 players on 20 points"
What is the location where ed c. kingsley was the runner-up in 1939?
CREATE TABLE table_name_63 (location VARCHAR, runner_up VARCHAR, year VARCHAR)
SELECT location FROM table_name_63 WHERE runner_up = "ed c. kingsley" AND year = "1939"
What is the barony of the townland whose area is 150 acres?
CREATE TABLE table_30120619_1 (barony VARCHAR, area__acres__ VARCHAR)
SELECT barony FROM table_30120619_1 WHERE area__acres__ = 150
What chassis has a year of 1951?
CREATE TABLE table_name_7 (chassis VARCHAR, year VARCHAR)
SELECT chassis FROM table_name_7 WHERE year = 1951
What place has jack renner as the player?
CREATE TABLE table_name_48 (place VARCHAR, player VARCHAR)
SELECT place FROM table_name_48 WHERE player = "jack renner"
For the match that lasted 3:53 minutes, what was the final record?
CREATE TABLE table_name_99 (record VARCHAR, time VARCHAR)
SELECT record FROM table_name_99 WHERE time = "3:53"
what's the record with result being w 52–19
CREATE TABLE table_14951643_1 (record VARCHAR, result VARCHAR)
SELECT record FROM table_14951643_1 WHERE result = "W 52–19"
which Cover model has a Centerfold model of jennifer walcott?
CREATE TABLE table_name_77 (cover_model VARCHAR, centerfold_model VARCHAR)
SELECT cover_model FROM table_name_77 WHERE centerfold_model = "jennifer walcott"
Which Points have an Opponent of calgary flames, and a January larger than 22?
CREATE TABLE table_name_90 (points INTEGER, opponent VARCHAR, january VARCHAR)
SELECT AVG(points) FROM table_name_90 WHERE opponent = "calgary flames" AND january > 22
What was the victory margin for a finish of 1st with a rider of Kent Desormeaux, with a time of 1:35.66?
CREATE TABLE table_name_74 (victory_margin__in_lengths_ VARCHAR, time VARCHAR, finish VARCHAR, jockey VARCHAR)
SELECT victory_margin__in_lengths_ FROM table_name_74 WHERE finish = "1st" AND jockey = "kent desormeaux" AND time = "1:35.66"
What is the total number of all bills co-sponsored associated with all amendments sponsored under 15, all bills sponsored of 6, and 0 amendments cosponsored?
CREATE TABLE table_name_80 (all_bills_cosponsored VARCHAR, all_amendments_cosponsored VARCHAR, all_amendments_sponsored VARCHAR, all_bills_sponsored VARCHAR)
SELECT COUNT(all_bills_cosponsored) FROM table_name_80 WHERE all_amendments_sponsored < 15 AND all_bills_sponsored = 6 AND all_amendments_cosponsored < 0
how many callsigns are for the branding telemundo 47
CREATE TABLE table_1979203_1 (callsign VARCHAR, branding VARCHAR)
SELECT COUNT(callsign) FROM table_1979203_1 WHERE branding = "Telemundo 47"
What was the highest amount of episodes for the season with 5.74 million viewers?
CREATE TABLE table_22837363_1 (episodes INTEGER, viewers__in_millions_ VARCHAR)
SELECT MAX(episodes) FROM table_22837363_1 WHERE viewers__in_millions_ = "5.74"
What was the final score in week 3 ?
CREATE TABLE table_name_46 (final_score VARCHAR, week VARCHAR)
SELECT final_score FROM table_name_46 WHERE week = 3
Find the name of the organization that has published the largest number of papers.
CREATE TABLE inst (name VARCHAR, instid VARCHAR); CREATE TABLE authorship (instid VARCHAR, paperid VARCHAR); CREATE TABLE papers (paperid VARCHAR)
SELECT t1.name FROM inst AS t1 JOIN authorship AS t2 ON t1.instid = t2.instid JOIN papers AS t3 ON t2.paperid = t3.paperid GROUP BY t1.name ORDER BY COUNT(*) DESC LIMIT 1
Where is the Eastern Nazarene College located?
CREATE TABLE table_1973729_1 (location VARCHAR, institution VARCHAR)
SELECT location FROM table_1973729_1 WHERE institution = "Eastern Nazarene College"
What party won in the district Georgia7?
CREATE TABLE table_1341522_13 (party VARCHAR, district VARCHAR)
SELECT party FROM table_1341522_13 WHERE district = "Georgia7"
What is Pos., when From Club is "Chelsea", and when Date is "30 July 2008"?
CREATE TABLE table_name_66 (pos VARCHAR, from_club VARCHAR, date VARCHAR)
SELECT pos FROM table_name_66 WHERE from_club = "chelsea" AND date = "30 july 2008"
What is the location when the event was November reign?
CREATE TABLE table_name_84 (location VARCHAR, event VARCHAR)
SELECT location FROM table_name_84 WHERE event = "november reign"
What is Score, when Place is "T8", and when Player is "Orville Moody"?
CREATE TABLE table_name_40 (score VARCHAR, place VARCHAR, player VARCHAR)
SELECT score FROM table_name_40 WHERE place = "t8" AND player = "orville moody"
List the number of ramsan-720 hard drives?
CREATE TABLE table_27615520_1 (storage_medium VARCHAR, product_name VARCHAR)
SELECT COUNT(storage_medium) FROM table_27615520_1 WHERE product_name = "RamSan-720"
Name the starts when position is 16th
CREATE TABLE table_1708050_1 (starts VARCHAR, position VARCHAR)
SELECT starts FROM table_1708050_1 WHERE position = "16th"
What was the score on 10 November 2006?
CREATE TABLE table_name_79 (score VARCHAR, date VARCHAR)
SELECT score FROM table_name_79 WHERE date = "10 november 2006"
Give me the MHz Frequency of Allapattah, Florida.
CREATE TABLE table_name_28 (frequency_mhz VARCHAR, city_of_license VARCHAR)
SELECT frequency_mhz FROM table_name_28 WHERE city_of_license = "allapattah, florida"
How many nationalities does Alex Nikolic come from?
CREATE TABLE table_2897457_7 (nationality VARCHAR, player VARCHAR)
SELECT COUNT(nationality) FROM table_2897457_7 WHERE player = "Alex Nikolic"
Which Programming language used has a First public release of 1997?
CREATE TABLE table_name_52 (programming_language_used VARCHAR, first_public_release VARCHAR)
SELECT programming_language_used FROM table_name_52 WHERE first_public_release = "1997"
Name the year for victoria hristova neli nedialkova
CREATE TABLE table_14903491_1 (year VARCHAR, womens_doubles VARCHAR)
SELECT year FROM table_14903491_1 WHERE womens_doubles = "Victoria Hristova Neli Nedialkova"
How tall is the player from Nacogdoches High School?
CREATE TABLE table_name_28 (height VARCHAR, school VARCHAR)
SELECT height FROM table_name_28 WHERE school = "nacogdoches high school"
What is the plural if the meaning is python and the plural gender is n?
CREATE TABLE table_name_92 (plural VARCHAR, plural_gender VARCHAR, meaning VARCHAR)
SELECT plural FROM table_name_92 WHERE plural_gender = "n" AND meaning = "python"
What day was the opposing team Australia and the against 25?
CREATE TABLE table_name_77 (date VARCHAR, against VARCHAR, opposing_teams VARCHAR)
SELECT date FROM table_name_77 WHERE against = 25 AND opposing_teams = "australia"
Who has the lowest FA cup and has a total over 46?
CREATE TABLE table_name_69 (fa_cup INTEGER, total INTEGER)
SELECT MIN(fa_cup) FROM table_name_69 WHERE total > 46
Who played the home team during the game on January 6?
CREATE TABLE table_name_56 (home VARCHAR, date VARCHAR)
SELECT home FROM table_name_56 WHERE date = "january 6"
What was lost against 383 points?
CREATE TABLE table_name_59 (lost VARCHAR, points_against VARCHAR)
SELECT lost FROM table_name_59 WHERE points_against = "383"
Which season has the regionalliga süd (iii) league?
CREATE TABLE table_name_41 (season VARCHAR, league VARCHAR)
SELECT season FROM table_name_41 WHERE league = "regionalliga süd (iii)"
How many population figures are given for Glengallen for the year when the region's total is 30554?
CREATE TABLE table_12584173_1 (population__glengallan_ VARCHAR, population__region_total_ VARCHAR)
SELECT COUNT(population__glengallan_) FROM table_12584173_1 WHERE population__region_total_ = 30554
What is the sum of the rounds where the draft pick came from the college of tennessee and had an overall pick number bigger than 153 and a pick less than 14?
CREATE TABLE table_name_11 (round INTEGER, pick VARCHAR, college VARCHAR, overall VARCHAR)
SELECT SUM(round) FROM table_name_11 WHERE college = "tennessee" AND overall > 153 AND pick < 14
Which one has a rank bigger than 2, lane of 1, and is from Hong Kong?
CREATE TABLE table_name_55 (name VARCHAR, nationality VARCHAR, rank VARCHAR, lane VARCHAR)
SELECT name FROM table_name_55 WHERE rank > 2 AND lane = 1 AND nationality = "hong kong"
What are all approximate sales for the author Laura Ingalls Wilder?
CREATE TABLE table_2512935_8 (approximate_sales VARCHAR, author VARCHAR)
SELECT approximate_sales FROM table_2512935_8 WHERE author = "Laura Ingalls Wilder"
Who won the round in Europe?
CREATE TABLE table_name_1 (race_winner VARCHAR, round VARCHAR)
SELECT race_winner FROM table_name_1 WHERE round = "europe"
What are the players that attented long beach state?
CREATE TABLE table_11734041_16 (player VARCHAR, school_club_team_country VARCHAR)
SELECT player FROM table_11734041_16 WHERE school_club_team_country = "Long Beach State"
Find all the policy type codes associated with the customer "Dayana Robel"
CREATE TABLE customers (customer_id VARCHAR, customer_details VARCHAR); CREATE TABLE policies (customer_id VARCHAR)
SELECT policy_type_code FROM policies AS t1 JOIN customers AS t2 ON t1.customer_id = t2.customer_id WHERE t2.customer_details = "Dayana Robel"
What year did was the Inside Soap Awards won?
CREATE TABLE table_name_41 (year INTEGER, result VARCHAR, award VARCHAR)
SELECT AVG(year) FROM table_name_41 WHERE result = "won" AND award = "inside soap awards"
What team has 102 Points against?
CREATE TABLE table_name_61 (team VARCHAR, points_against VARCHAR)
SELECT team FROM table_name_61 WHERE points_against = "102"
How many people won the election in the Pennsylvania 11 district?
CREATE TABLE table_2668169_2 (candidates VARCHAR, district VARCHAR)
SELECT COUNT(candidates) FROM table_2668169_2 WHERE district = "Pennsylvania 11"
Name the most FA cup for championship of 18 and total of 19
CREATE TABLE table_name_74 (fa_cup INTEGER, championship VARCHAR, total VARCHAR)
SELECT MAX(fa_cup) FROM table_name_74 WHERE championship = 18 AND total = 19
Tell me the lowest goals for second row and points more than 12
CREATE TABLE table_name_63 (goals INTEGER, position VARCHAR, points VARCHAR)
SELECT MIN(goals) FROM table_name_63 WHERE position = "second row" AND points > 12
Where are all of Utah's games held and how many have attended?
CREATE TABLE table_17058226_8 (location_attendance VARCHAR, team VARCHAR)
SELECT location_attendance FROM table_17058226_8 WHERE team = "Utah"
What monarch(s) did Stanley Baldwin (1st ministry) serve?
CREATE TABLE table_name_18 (monarchs_served VARCHAR, name VARCHAR)
SELECT monarchs_served FROM table_name_18 WHERE name = "stanley baldwin (1st ministry)"
In which of North Melbourne's away games was there the lowest crowd?
CREATE TABLE table_name_71 (crowd INTEGER, away_team VARCHAR)
SELECT MIN(crowd) FROM table_name_71 WHERE away_team = "north melbourne"
Which label released on February 18, 2009?
CREATE TABLE table_name_77 (label VARCHAR, date VARCHAR)
SELECT label FROM table_name_77 WHERE date = "february 18, 2009"
What jockey is on hard spun?
CREATE TABLE table_name_50 (jockey VARCHAR, horse_name VARCHAR)
SELECT jockey FROM table_name_50 WHERE horse_name = "hard spun"
How many different L2 cache numbers are there for the 7130M model?
CREATE TABLE table_269920_3 (l2_cache__mb_ VARCHAR, model VARCHAR)
SELECT COUNT(l2_cache__mb_) FROM table_269920_3 WHERE model = "7130M"
When the venue was A and the date was 2 january 2008, what was the average attendance?
CREATE TABLE table_name_61 (attendance INTEGER, venue VARCHAR, date VARCHAR)
SELECT AVG(attendance) FROM table_name_61 WHERE venue = "a" AND date = "2 january 2008"
What is the comp for the year 1989?
CREATE TABLE table_name_42 (comp VARCHAR, year VARCHAR)
SELECT comp FROM table_name_42 WHERE year = "1989"
what is the series number where the date of first broadcast is 16 october 2008?
CREATE TABLE table_12995531_3 (series_number VARCHAR, date_of_first_broadcast VARCHAR)
SELECT series_number FROM table_12995531_3 WHERE date_of_first_broadcast = "16 October 2008"
Name the least attendance for may 6
CREATE TABLE table_name_1 (attendance INTEGER, date VARCHAR)
SELECT MIN(attendance) FROM table_name_1 WHERE date = "may 6"
What is the average pots of Alfa Romeo v12 after 1983?
CREATE TABLE table_name_44 (pts INTEGER, engine VARCHAR, year VARCHAR)
SELECT AVG(pts) FROM table_name_44 WHERE engine = "alfa romeo v12" AND year > 1983
In what Week was the Result W 24-17?
CREATE TABLE table_name_65 (week INTEGER, result VARCHAR)
SELECT MAX(week) FROM table_name_65 WHERE result = "w 24-17"
What is the lowest overall amount of rainfall totals (million m 3)?
CREATE TABLE table_26609958_1 (rainfall_totals__million_m_3__ INTEGER)
SELECT MIN(rainfall_totals__million_m_3__) FROM table_26609958_1
How many laps did antônio pizzonia do?
CREATE TABLE table_name_32 (laps VARCHAR, driver VARCHAR)
SELECT COUNT(laps) FROM table_name_32 WHERE driver = "antônio pizzonia"
How many vehicle thefts data were recorded if forcible rape is 1232?
CREATE TABLE table_26060884_2 (vehicle_theft VARCHAR, forcible_rape VARCHAR)
SELECT COUNT(vehicle_theft) FROM table_26060884_2 WHERE forcible_rape = 1232
What is the average Season, when First Broadcast is January 23, 1981?
CREATE TABLE table_name_14 (season INTEGER, first_broadcast VARCHAR)
SELECT AVG(season) FROM table_name_14 WHERE first_broadcast = "january 23, 1981"
What was the home team score at junction oval?
CREATE TABLE table_name_86 (home_team VARCHAR, venue VARCHAR)
SELECT home_team AS score FROM table_name_86 WHERE venue = "junction oval"
state the round that had a game score 50-10
CREATE TABLE table_21256068_3 (round VARCHAR, score VARCHAR)
SELECT round FROM table_21256068_3 WHERE score = "50-10"
Who was the runner-up for the mazda senior tournament players championship tournament when the margin of victory was 2 strokes?
CREATE TABLE table_name_86 (runner_s__up VARCHAR, margin_of_victory VARCHAR, tournament VARCHAR)
SELECT runner_s__up FROM table_name_86 WHERE margin_of_victory = "2 strokes" AND tournament = "mazda senior tournament players championship"
When Rocco Mediate has a To par of +2 and a 69-73=142 score, what is the country listed?
CREATE TABLE table_name_36 (country VARCHAR, player VARCHAR, to_par VARCHAR, score VARCHAR)
SELECT country FROM table_name_36 WHERE to_par = "+2" AND score = 69 - 73 = 142 AND player = "rocco mediate"
Name the district for mike rogers
CREATE TABLE table_25030512_4 (district VARCHAR, incumbent VARCHAR)
SELECT district FROM table_25030512_4 WHERE incumbent = "Mike Rogers"
Who is the shirt sponsor of the team with an average squad age of 25.46?
CREATE TABLE table_25527255_2 (shirt_sponsor VARCHAR, average_squad_age VARCHAR)
SELECT shirt_sponsor FROM table_25527255_2 WHERE average_squad_age = "25.46"
When was the game played against Southampton?
CREATE TABLE table_name_29 (date VARCHAR, opponent VARCHAR)
SELECT date FROM table_name_29 WHERE opponent = "southampton"
What Player's had a To par of +1 and a Score of 73-71-73=217?
CREATE TABLE table_name_12 (player VARCHAR, to_par VARCHAR, score VARCHAR)
SELECT player FROM table_name_12 WHERE to_par = "+1" AND score = 73 - 71 - 73 = 217
What city has a charter date of november 24, 1999?
CREATE TABLE table_name_9 (city VARCHAR, charter_date VARCHAR)
SELECT city FROM table_name_9 WHERE charter_date = "november 24, 1999"
What is the most bronze can be when silver is larger than 2, and the nation is germany, and gold is more than 8?
CREATE TABLE table_name_81 (bronze INTEGER, gold VARCHAR, silver VARCHAR, nation VARCHAR)
SELECT MAX(bronze) FROM table_name_81 WHERE silver > 2 AND nation = "germany" AND gold > 8
What was the engine of the Hoover Motor Express after 1955 with greater than 0 points?
CREATE TABLE table_name_42 (engine VARCHAR, entrant VARCHAR, year VARCHAR, points VARCHAR)
SELECT engine FROM table_name_42 WHERE year > 1955 AND points > 0 AND entrant = "hoover motor express"
How many different voivodenship have 747 900 citizes?
CREATE TABLE table_11656578_2 (voivodeship VARCHAR, population__1980_ VARCHAR)
SELECT COUNT(voivodeship) FROM table_11656578_2 WHERE population__1980_ = "747 900"
What is the title of the episode number 11 of the season?
CREATE TABLE table_27833469_1 (title VARCHAR, season__number VARCHAR)
SELECT title FROM table_27833469_1 WHERE season__number = "11"
List the names of people that are not perpetrators.
CREATE TABLE people (Name VARCHAR, People_ID VARCHAR); CREATE TABLE perpetrator (Name VARCHAR, People_ID VARCHAR)
SELECT Name FROM people WHERE NOT People_ID IN (SELECT People_ID FROM perpetrator)
What years did Lou Graham win in?
CREATE TABLE table_name_41 (year_s__won VARCHAR, player VARCHAR)
SELECT year_s__won FROM table_name_41 WHERE player = "lou graham"
Which school was Lawrence Roberts from ?
CREATE TABLE table_name_13 (school_club_team VARCHAR, player VARCHAR)
SELECT school_club_team FROM table_name_13 WHERE player = "lawrence roberts"
What is Premier Date, when Cycle is less than 2?
CREATE TABLE table_name_53 (premiere_date VARCHAR, cycle INTEGER)
SELECT premiere_date FROM table_name_53 WHERE cycle < 2
What is the fewest total when silver is 0, and gold is less than 1, and rank is less than 13?
CREATE TABLE table_name_16 (total INTEGER, rank VARCHAR, silver VARCHAR, gold VARCHAR)
SELECT MIN(total) FROM table_name_16 WHERE silver = 0 AND gold < 1 AND rank < 13