combined_text
stringlengths
106
1.05k
###question:What was the date of week 3?###answer:SELECT date FROM table_name_25 WHERE week = 3###context:CREATE TABLE table_name_25 (date VARCHAR, week VARCHAR)
###question:On what date was the opponent the Miami Dolphins?###answer:SELECT date FROM table_name_30 WHERE opponent = "miami dolphins"###context:CREATE TABLE table_name_30 (date VARCHAR, opponent VARCHAR)
###question:Which week was the team's bye week?###answer:SELECT MAX(week) FROM table_name_78 WHERE attendance = "bye"###context:CREATE TABLE table_name_78 (week INTEGER, attendance VARCHAR)
###question:What was the result of the week 13 game?###answer:SELECT result FROM table_name_66 WHERE week = 13###context:CREATE TABLE table_name_66 (result VARCHAR, week VARCHAR)
###question:What is the range (varies by payload weight) for Shahab-4?###answer:SELECT range__varies_with_payload_weight_ FROM table_name_71 WHERE name_designation = "shahab-4"###context:CREATE TABLE table_name_71 (range__varies_with_payload_weight_ VARCHAR, name_designation VARCHAR)
###question:What is the range (varies by payload weight) for the unknown player?###answer:SELECT range__varies_with_payload_weight_ FROM table_name_34 WHERE payload = "unknown"###context:CREATE TABLE table_name_34 (range__varies_with_payload_weight_ VARCHAR, payload VARCHAR)
###question:What is the payload for Class MRBM, and a range of 1,930km?###answer:SELECT payload FROM table_name_12 WHERE class = "mrbm" AND range__varies_with_payload_weight_ = "1,930km"###context:CREATE TABLE table_name_12 (payload VARCHAR, class VARCHAR, range__varies_with_payload_weight_ VARCHAR)
###question:What is the name/designation for Operational Status and a range of 1,930km?###answer:SELECT name_designation FROM table_name_85 WHERE status = "operational" AND range__varies_with_payload_weight_ = "1,930km"###context:CREATE TABLE table_name_85 (name_designation VARCHAR, status VARCHAR, range__varies_with_p...
###question:What is the name/designation for the under development status?###answer:SELECT name_designation FROM table_name_79 WHERE status = "under development"###context:CREATE TABLE table_name_79 (name_designation VARCHAR, status VARCHAR)
###question:What is the name/designation for the 1200kg payload?###answer:SELECT name_designation FROM table_name_81 WHERE payload = "1200kg"###context:CREATE TABLE table_name_81 (name_designation VARCHAR, payload VARCHAR)
###question:Which Venue has an Event of marathon, and a Year larger than 1995, and a Position of 4th?###answer:SELECT venue FROM table_name_94 WHERE event = "marathon" AND year > 1995 AND position = "4th"###context:CREATE TABLE table_name_94 (venue VARCHAR, position VARCHAR, event VARCHAR, year VARCHAR)
###question:Which Position has an Event of 10,000 m, and a Competition of world championships, and a Year larger than 1993?###answer:SELECT position FROM table_name_8 WHERE event = "10,000 m" AND competition = "world championships" AND year > 1993###context:CREATE TABLE table_name_8 (position VARCHAR, year VARCHAR, eve...
###question:WHAT TEAM HAD A 28 PICK?###answer:SELECT school_club_team FROM table_name_23 WHERE pick = "28"###context:CREATE TABLE table_name_23 (school_club_team VARCHAR, pick VARCHAR)
###question:HOW MANY ROUNDS HAD A PICK OF 7?###answer:SELECT COUNT(round) FROM table_name_11 WHERE pick = "7"###context:CREATE TABLE table_name_11 (round VARCHAR, pick VARCHAR)
###question:Which Grid has Laps smaller than 22, and a Bike of honda cbr1000rr, and a Rider of luca morelli?###answer:SELECT MIN(grid) FROM table_name_88 WHERE laps < 22 AND bike = "honda cbr1000rr" AND rider = "luca morelli"###context:CREATE TABLE table_name_88 (grid INTEGER, rider VARCHAR, laps VARCHAR, bike VARCHAR)
###question:Which Grid has a Time of +13.999?###answer:SELECT MIN(grid) FROM table_name_65 WHERE time = "+13.999"###context:CREATE TABLE table_name_65 (grid INTEGER, time VARCHAR)
###question:Which Grid has a Rider of loic napoleone?###answer:SELECT AVG(grid) FROM table_name_14 WHERE rider = "loic napoleone"###context:CREATE TABLE table_name_14 (grid INTEGER, rider VARCHAR)
###question:What is 4zr's callsign?###answer:SELECT callsign FROM table_name_67 WHERE on_air_id = "4zr"###context:CREATE TABLE table_name_67 (callsign VARCHAR, on_air_id VARCHAR)
###question:What is the On-air ID of the broadcaster at frequency 0 801?###answer:SELECT on_air_id FROM table_name_13 WHERE frequency = "0 801"###context:CREATE TABLE table_name_13 (on_air_id VARCHAR, frequency VARCHAR)
###question:4tab of commercial broadcaster Radio Tab broadcasts at what frequency?###answer:SELECT frequency FROM table_name_75 WHERE purpose = "commercial" AND on_air_id = "radio tab" AND callsign = "4tab"###context:CREATE TABLE table_name_75 (frequency VARCHAR, callsign VARCHAR, purpose VARCHAR, on_air_id VARCHAR)
###question:What band does 4cca use?###answer:SELECT band FROM table_name_52 WHERE callsign = "4cca"###context:CREATE TABLE table_name_52 (band VARCHAR, callsign VARCHAR)
###question:What is the On-air ID of FM broadcaster 4nsa?###answer:SELECT on_air_id FROM table_name_54 WHERE band = "fm" AND callsign = "4nsa"###context:CREATE TABLE table_name_54 (on_air_id VARCHAR, band VARCHAR, callsign VARCHAR)
###question:The community station broadcasting at frequency 0 96.9 is in what band?###answer:SELECT band FROM table_name_87 WHERE purpose = "community" AND frequency = "0 96.9"###context:CREATE TABLE table_name_87 (band VARCHAR, purpose VARCHAR, frequency VARCHAR)
###question:What was the original name for the song performed by Brad Kavanagh?###answer:SELECT original_name FROM table_name_42 WHERE singer_s_ = "brad kavanagh"###context:CREATE TABLE table_name_42 (original_name VARCHAR, singer_s_ VARCHAR)
###question:What is the original name of the song performed in Swedish?###answer:SELECT original_name FROM table_name_70 WHERE language = "swedish"###context:CREATE TABLE table_name_70 (original_name VARCHAR, language VARCHAR)
###question:What was the original name of the Spanish song in Spain?###answer:SELECT original_name FROM table_name_71 WHERE language = "spanish" AND country = "spain"###context:CREATE TABLE table_name_71 (original_name VARCHAR, language VARCHAR, country VARCHAR)
###question:What is the result for 1989 that has a 1992 result of 0 / 1?###answer:SELECT 1989 FROM table_name_35 WHERE 1992 = "0 / 1"###context:CREATE TABLE table_name_35 (Id VARCHAR)
###question:For what tournament is the 1990 0 / 4?###answer:SELECT tournament FROM table_name_83 WHERE 1990 = "0 / 4"###context:CREATE TABLE table_name_83 (tournament VARCHAR)
###question:What is the 1988 result that has a 1994 result of A, and 3r as the 1987 result?###answer:SELECT 1988 FROM table_name_19 WHERE 1994 = "a" AND 1987 = "3r"###context:CREATE TABLE table_name_19 (Id VARCHAR)
###question:With a 1992 result of A, and at the U.S. Open Tournament, what is the 1989 result?###answer:SELECT 1989 FROM table_name_88 WHERE 1992 = "a" AND tournament = "u.s. open"###context:CREATE TABLE table_name_88 (tournament VARCHAR)
###question:What are the 1994 results with a career SR of 0 / 3?###answer:SELECT 1994 FROM table_name_98 WHERE career_sr = "0 / 3"###context:CREATE TABLE table_name_98 (career_sr VARCHAR)
###question:What result in 1994 has a SR as the tournament?###answer:SELECT 1994 FROM table_name_45 WHERE tournament = "sr"###context:CREATE TABLE table_name_45 (tournament VARCHAR)
###question:What is the most recent year with a position of 3rd?###answer:SELECT MAX(year) FROM table_name_68 WHERE position = "3rd"###context:CREATE TABLE table_name_68 (year INTEGER, position VARCHAR)
###question:What is the venue when the result was position of 17th?###answer:SELECT venue FROM table_name_27 WHERE position = "17th"###context:CREATE TABLE table_name_27 (venue VARCHAR, position VARCHAR)
###question:What is the lowest total that has 1977 as the year (s) won?###answer:SELECT MIN(total) FROM table_name_32 WHERE year_s__won = "1977"###context:CREATE TABLE table_name_32 (total INTEGER, year_s__won VARCHAR)
###question:How many totals have andy north as the player?###answer:SELECT SUM(total) FROM table_name_96 WHERE player = "andy north"###context:CREATE TABLE table_name_96 (total INTEGER, player VARCHAR)
###question:What country has 302 as the total?###answer:SELECT country FROM table_name_29 WHERE total = 302###context:CREATE TABLE table_name_29 (country VARCHAR, total VARCHAR)
###question:How much money does player ben crenshaw, who has a t4 place, have?###answer:SELECT money___$__ FROM table_name_36 WHERE place = "t4" AND player = "ben crenshaw"###context:CREATE TABLE table_name_36 (money___$__ VARCHAR, place VARCHAR, player VARCHAR)
###question:What is the country of player curtis strange?###answer:SELECT country FROM table_name_33 WHERE player = "curtis strange"###context:CREATE TABLE table_name_33 (country VARCHAR, player VARCHAR)
###question:What is the score of the United States, which has more than $24,542?###answer:SELECT score FROM table_name_21 WHERE country = "united states" AND money___$__ > 24 OFFSET 542###context:CREATE TABLE table_name_21 (score VARCHAR, country VARCHAR, money___$__ VARCHAR)
###question:What is the Margin, when Date is 19 July 2008 (Round 19)?###answer:SELECT margin FROM table_name_27 WHERE date = "19 july 2008 (round 19)"###context:CREATE TABLE table_name_27 (margin VARCHAR, date VARCHAR)
###question:What is the Winning Team, when Losing Team is South Sydney Rabbitohs?###answer:SELECT winning_team FROM table_name_50 WHERE losing_team = "south sydney rabbitohs"###context:CREATE TABLE table_name_50 (winning_team VARCHAR, losing_team VARCHAR)
###question:What is the Venue, when the Score is 56-4?###answer:SELECT venue FROM table_name_68 WHERE score = "56-4"###context:CREATE TABLE table_name_68 (venue VARCHAR, score VARCHAR)
###question:What is Busan's rank?###answer:SELECT SUM(rank) FROM table_name_15 WHERE city = "busan"###context:CREATE TABLE table_name_15 (rank INTEGER, city VARCHAR)
###question:What is the total population for the 3,616km area?###answer:SELECT COUNT(population) FROM table_name_45 WHERE area__km²_ = 3 OFFSET 616###context:CREATE TABLE table_name_45 (population VARCHAR, area__km²_ VARCHAR)
###question:What was the order of succession for the department of education?###answer:SELECT order_of_succession FROM table_name_87 WHERE department = "education"###context:CREATE TABLE table_name_87 (order_of_succession VARCHAR, department VARCHAR)
###question:What was the highest 2007 budget when the order of succession was 3?###answer:SELECT MAX(2007 AS _budget_in_billions_of_dollars) FROM table_name_35 WHERE order_of_succession = "3"###context:CREATE TABLE table_name_35 (order_of_succession VARCHAR)
###question:During what wicket were Mahela Jayawardene and Thilan Samaraweera batting partners?###answer:SELECT wicket FROM table_name_56 WHERE batting_partners = "mahela jayawardene and thilan samaraweera"###context:CREATE TABLE table_name_56 (wicket VARCHAR, batting_partners VARCHAR)
###question:What batting team played in Karachi?###answer:SELECT batting_team FROM table_name_55 WHERE venue = "karachi"###context:CREATE TABLE table_name_55 (batting_team VARCHAR, venue VARCHAR)
###question:Which batting team had 624 runs?###answer:SELECT batting_team FROM table_name_84 WHERE runs = "624"###context:CREATE TABLE table_name_84 (batting_team VARCHAR, runs VARCHAR)
###question:What batting team played in Chittagong in 2003?###answer:SELECT batting_team FROM table_name_63 WHERE venue = "chittagong" AND season = "2003"###context:CREATE TABLE table_name_63 (batting_team VARCHAR, venue VARCHAR, season VARCHAR)
###question:Which fielding team had 1st wicket?###answer:SELECT fielding_team FROM table_name_61 WHERE wicket = "1st"###context:CREATE TABLE table_name_61 (fielding_team VARCHAR, wicket VARCHAR)
###question:Where did the west indies batting team play at?###answer:SELECT venue FROM table_name_23 WHERE batting_team = "west indies"###context:CREATE TABLE table_name_23 (venue VARCHAR, batting_team VARCHAR)
###question:What is the highest November date that has a game under 19 and opponents of the Minnesota North Stars?###answer:SELECT MAX(november) FROM table_name_11 WHERE game < 19 AND opponent = "minnesota north stars"###context:CREATE TABLE table_name_11 (november INTEGER, game VARCHAR, opponent VARCHAR)
###question:What is the total number of games that led to a record of 12-4-2 after November 22?###answer:SELECT COUNT(game) FROM table_name_48 WHERE record = "12-4-2" AND november > 22###context:CREATE TABLE table_name_48 (game VARCHAR, record VARCHAR, november VARCHAR)
###question:What manufacturer made 6 and preserved 1?###answer:SELECT manufacturer FROM table_name_82 WHERE quantity_made = "6" AND quantity_preserved = "1"###context:CREATE TABLE table_name_82 (manufacturer VARCHAR, quantity_made VARCHAR, quantity_preserved VARCHAR)
###question:How many did alco -schenectady preserve of class b-3?###answer:SELECT quantity_preserved FROM table_name_68 WHERE manufacturer = "alco -schenectady" AND class = "b-3"###context:CREATE TABLE table_name_68 (quantity_preserved VARCHAR, manufacturer VARCHAR, class VARCHAR)
###question:What manufacturer made class b-2?###answer:SELECT manufacturer FROM table_name_47 WHERE class = "b-2"###context:CREATE TABLE table_name_47 (manufacturer VARCHAR, class VARCHAR)
###question:What is the time (GMT) for the 4A Serial?###answer:SELECT time___gmt__ FROM table_name_66 WHERE serial = "4a"###context:CREATE TABLE table_name_66 (time___gmt__ VARCHAR, serial VARCHAR)
###question:What is the time (GMT) for the 12A Serial?###answer:SELECT time___gmt__ FROM table_name_9 WHERE serial = "12a"###context:CREATE TABLE table_name_9 (time___gmt__ VARCHAR, serial VARCHAR)
###question:What is the sum of the round of Fred Smoot, who has a pick number greater than 14?###answer:SELECT SUM(round) FROM table_name_39 WHERE name = "fred smoot" AND pick > 14###context:CREATE TABLE table_name_39 (round INTEGER, name VARCHAR, pick VARCHAR)
###question:What position does the player from Mississippi state play?###answer:SELECT position FROM table_name_82 WHERE college = "mississippi state"###context:CREATE TABLE table_name_82 (position VARCHAR, college VARCHAR)
###question:What is the highest pick of the wr player with an overall less than 15?###answer:SELECT MAX(pick) FROM table_name_62 WHERE position = "wr" AND overall < 15###context:CREATE TABLE table_name_62 (pick INTEGER, position VARCHAR, overall VARCHAR)
###question:What Country scored 72-65-73=210?###answer:SELECT country FROM table_name_2 WHERE score = 72 - 65 - 73 = 210###context:CREATE TABLE table_name_2 (country VARCHAR, score VARCHAR)
###question:What country has Dave Barr as a player?###answer:SELECT country FROM table_name_45 WHERE player = "dave barr"###context:CREATE TABLE table_name_45 (country VARCHAR, player VARCHAR)
###question:In what place did Dave Barr score?###answer:SELECT place FROM table_name_7 WHERE player = "dave barr"###context:CREATE TABLE table_name_7 (place VARCHAR, player VARCHAR)
###question:What was Raymond Floyd's score?###answer:SELECT score FROM table_name_58 WHERE player = "raymond floyd"###context:CREATE TABLE table_name_58 (score VARCHAR, player VARCHAR)
###question:What Country scored 70-68-70=208?###answer:SELECT country FROM table_name_67 WHERE score = 70 - 68 - 70 = 208###context:CREATE TABLE table_name_67 (country VARCHAR, score VARCHAR)
###question:What was the record when the TKO (elbows) method was used?###answer:SELECT record FROM table_name_12 WHERE method = "tko (elbows)"###context:CREATE TABLE table_name_12 (record VARCHAR, method VARCHAR)
###question:What is IATA, when City is "Alexandria"?###answer:SELECT iata FROM table_name_62 WHERE city = "alexandria"###context:CREATE TABLE table_name_62 (iata VARCHAR, city VARCHAR)
###question:What is Airport, when Country is "Egypt", and when ICAO is "Heba"?###answer:SELECT airport FROM table_name_35 WHERE country = "egypt" AND icao = "heba"###context:CREATE TABLE table_name_35 (airport VARCHAR, country VARCHAR, icao VARCHAR)
###question:What is City, when Country is "Kuwait"?###answer:SELECT city FROM table_name_58 WHERE country = "kuwait"###context:CREATE TABLE table_name_58 (city VARCHAR, country VARCHAR)
###question:What is IATA, when ICAO is "Hesh"?###answer:SELECT iata FROM table_name_35 WHERE icao = "hesh"###context:CREATE TABLE table_name_35 (iata VARCHAR, icao VARCHAR)
###question:What is Country, when ICAO is "Hesh"?###answer:SELECT country FROM table_name_89 WHERE icao = "hesh"###context:CREATE TABLE table_name_89 (country VARCHAR, icao VARCHAR)
###question:What is City, when IATA is "amm"?###answer:SELECT city FROM table_name_67 WHERE iata = "amm"###context:CREATE TABLE table_name_67 (city VARCHAR, iata VARCHAR)
###question:If Notre Dame had a pick larger than 5, what's the overall pick?###answer:SELECT MAX(overall) FROM table_name_26 WHERE college = "notre dame" AND pick > 5###context:CREATE TABLE table_name_26 (overall INTEGER, college VARCHAR, pick VARCHAR)
###question:Which college had a pick of under 5?###answer:SELECT college FROM table_name_92 WHERE pick < 5###context:CREATE TABLE table_name_92 (college VARCHAR, pick INTEGER)
###question:What was Ralph Shoaf's pick number?###answer:SELECT pick FROM table_name_39 WHERE name = "ralph shoaf"###context:CREATE TABLE table_name_39 (pick VARCHAR, name VARCHAR)
###question:What is Score, when Place is "T9", and when Player is "Jeff Sluman"?###answer:SELECT score FROM table_name_39 WHERE place = "t9" AND player = "jeff sluman"###context:CREATE TABLE table_name_39 (score VARCHAR, place VARCHAR, player VARCHAR)
###question:What is Country, when Player is "Scott Dunlap"?###answer:SELECT country FROM table_name_70 WHERE player = "scott dunlap"###context:CREATE TABLE table_name_70 (country VARCHAR, player VARCHAR)
###question:What is To Par, when Country is "United States", when Place is "T4", and when Score is "71-68=139"?###answer:SELECT to_par FROM table_name_75 WHERE country = "united states" AND place = "t4" AND score = 71 - 68 = 139###context:CREATE TABLE table_name_75 (to_par VARCHAR, country VARCHAR, place VARCHAR, score...
###question:What is Score, when Player is "Jeff Maggert"?###answer:SELECT score FROM table_name_76 WHERE player = "jeff maggert"###context:CREATE TABLE table_name_76 (score VARCHAR, player VARCHAR)
###question:What is Place, when Player is "Justin Leonard"?###answer:SELECT place FROM table_name_46 WHERE player = "justin leonard"###context:CREATE TABLE table_name_46 (place VARCHAR, player VARCHAR)
###question:What is Score, when Place is "T4", and when Player is "Scott Hoch"?###answer:SELECT score FROM table_name_1 WHERE place = "t4" AND player = "scott hoch"###context:CREATE TABLE table_name_1 (score VARCHAR, place VARCHAR, player VARCHAR)
###question:Which Multiplier has a Front Side Bus of 200 mhz, and a Frequency of 1200 mhz?###answer:SELECT multiplier FROM table_name_98 WHERE front_side_bus = "200 mhz" AND frequency = "1200 mhz"###context:CREATE TABLE table_name_98 (multiplier VARCHAR, front_side_bus VARCHAR, frequency VARCHAR)
###question:Which Frequency has a Socket of socket 370, and a Model Number of c3 1.4a?###answer:SELECT frequency FROM table_name_15 WHERE socket = "socket 370" AND model_number = "c3 1.4a"###context:CREATE TABLE table_name_15 (frequency VARCHAR, socket VARCHAR, model_number VARCHAR)
###question:Which Frequency has a Model Number of c3 1.4a?###answer:SELECT frequency FROM table_name_5 WHERE model_number = "c3 1.4a"###context:CREATE TABLE table_name_5 (frequency VARCHAR, model_number VARCHAR)
###question:Which L2-Cache has a Frequency of 1333 mhz, and a Model Number of c3 1.3a?###answer:SELECT l2_cache FROM table_name_42 WHERE frequency = "1333 mhz" AND model_number = "c3 1.3a"###context:CREATE TABLE table_name_42 (l2_cache VARCHAR, frequency VARCHAR, model_number VARCHAR)
###question:Which Front Side Bus has a Voltage of 1.4 v, and a Frequency of 1333 mhz?###answer:SELECT front_side_bus FROM table_name_58 WHERE voltage = "1.4 v" AND frequency = "1333 mhz"###context:CREATE TABLE table_name_58 (front_side_bus VARCHAR, voltage VARCHAR, frequency VARCHAR)
###question:Which Frequency has a Multiplier of 6×?###answer:SELECT frequency FROM table_name_7 WHERE multiplier = "6×"###context:CREATE TABLE table_name_7 (frequency VARCHAR, multiplier VARCHAR)
###question:Which Year has a Returned On of march 10, 2013?###answer:SELECT AVG(year) FROM table_name_92 WHERE returned_on = "march 10, 2013"###context:CREATE TABLE table_name_92 (year INTEGER, returned_on VARCHAR)
###question:Which Ship has a Year larger than 2013?###answer:SELECT ship FROM table_name_54 WHERE year > 2013###context:CREATE TABLE table_name_54 (ship VARCHAR, year INTEGER)
###question:When did TDB depart?###answer:SELECT MAX(year) FROM table_name_16 WHERE departed_from = "tdb"###context:CREATE TABLE table_name_16 (year INTEGER, departed_from VARCHAR)
###question:Which Returned On has a Year of 2011?###answer:SELECT returned_on FROM table_name_87 WHERE year = 2011###context:CREATE TABLE table_name_87 (returned_on VARCHAR, year VARCHAR)
###question:From how many years did tampa, FL depart?###answer:SELECT SUM(year) FROM table_name_76 WHERE departed_from = "tampa, fl"###context:CREATE TABLE table_name_76 (year INTEGER, departed_from VARCHAR)
###question:Can you tell me the sum of Laps that has the Manufacturer of kawasaki, and the Grid smaller than 7?###answer:SELECT SUM(laps) FROM table_name_88 WHERE manufacturer = "kawasaki" AND grid < 7###context:CREATE TABLE table_name_88 (laps INTEGER, manufacturer VARCHAR, grid VARCHAR)
###question:Can you tell me the sum of Grid that has the Laps of 30, and the Rider of toni elias?###answer:SELECT SUM(grid) FROM table_name_54 WHERE laps = 30 AND rider = "toni elias"###context:CREATE TABLE table_name_54 (grid INTEGER, laps VARCHAR, rider VARCHAR)
###question:When was the opponent Bye?###answer:SELECT date FROM table_name_52 WHERE opponent = "bye"###context:CREATE TABLE table_name_52 (date VARCHAR, opponent VARCHAR)
###question:Which opponent was on week 2?###answer:SELECT opponent FROM table_name_55 WHERE week < 2###context:CREATE TABLE table_name_55 (opponent VARCHAR, week INTEGER)
###question:Which Former Team has a Pick larger than 20?###answer:SELECT former_team FROM table_name_72 WHERE pick > 20###context:CREATE TABLE table_name_72 (former_team VARCHAR, pick INTEGER)