text
stringlengths
293
1.24k
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE WINE (Name VARCHAR, YEAR VARCHAR) ### Question: Find the names of all wines produced in 2008. ### Answer: SELECT Name FROM WINE WHERE YEAR = "2008"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_43 (proto_oceanic VARCHAR, verb VARCHAR) ### Question: What is the Proto-Oceanic verb for the verb to sew? ### Answer: SELECT proto_oceanic FROM table_name_43 WHERE verb = "to sew"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1013129_2 (college_junior_club_team VARCHAR, nhl_team VARCHAR) ### Question: How many different college/junior/club teams provided a player to the Washington Capitals NHL Team? ### Answer: SELECT COUNT(college_junior_club_team) FROM table_1013129_2 WHERE nhl_team = "Washington Capitals"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_63 (decile INTEGER, roll VARCHAR) ### Question: Name the lelast decile for roll of 428 ### Answer: SELECT MIN(decile) FROM table_name_63 WHERE roll = 428
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_25 (ects_credit_points VARCHAR, program VARCHAR) ### Question: How many ECTS credit points occur with Master in Management? ### Answer: SELECT COUNT(ects_credit_points) FROM table_name_25 WHERE program = "master in management"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_15796100_1 (order__number VARCHAR, theme VARCHAR) ### Question: What is the order number for the theme of Mariah Carey? ### Answer: SELECT order__number FROM table_15796100_1 WHERE theme = "Mariah Carey"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_20 (city VARCHAR, venue VARCHAR) ### Question: In what city is the United Spirit Arena located? ### Answer: SELECT city FROM table_name_20 WHERE venue = "united spirit arena"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_27755603_10 (high_points VARCHAR, date VARCHAR) ### Question: What were the high points on March 25? ### Answer: SELECT high_points FROM table_27755603_10 WHERE date = "March 25"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_72 (current_map VARCHAR, name VARCHAR) ### Question: What is the current map designation for Beethoven? ### Answer: SELECT current_map FROM table_name_72 WHERE name = "beethoven"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_82 (blackpool INTEGER, draw INTEGER) ### Question: Which Blackpool is the highest one that has a Draw larger than 18? ### Answer: SELECT MAX(blackpool) FROM table_name_82 WHERE draw > 18
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_90 (date VARCHAR, venue VARCHAR) ### Question: What date did the VFL play Punt Road Oval? ### Answer: SELECT date FROM table_name_90 WHERE venue = "punt road oval"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_96 (set_1 VARCHAR, score VARCHAR) ### Question: What is the Set 1 with a Score with 3–2? ### Answer: SELECT set_1 FROM table_name_96 WHERE score = "3–2"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_25923164_1 (original_air_date VARCHAR, directed_by VARCHAR) ### Question: What was the original air date of the episode directed by gloria muzio? ### Answer: SELECT original_air_date FROM table_25923164_1 WHERE directed_by = "Gloria Muzio"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_15346009_1 (score VARCHAR) ### Question: What was the value of 1st prize when the score was 271 (-9)? ### Answer: SELECT 1 AS st_prize__$__ FROM table_15346009_1 WHERE score = "271 (-9)"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_20 (opponent VARCHAR, date VARCHAR) ### Question: Which opponent has a Date of april 14? ### Answer: SELECT opponent FROM table_name_20 WHERE date = "april 14"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_10 (round VARCHAR, time VARCHAR, opponent VARCHAR) ### Question: What is the total number of rounds when Drew Fickett was the opponent and the time is 5:00? ### Answer: SELECT COUNT(round) FROM table_name_10 WHERE time = "5:00" AND opponent = "drew fickett"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_25730123_2 (field_goals INTEGER, player VARCHAR) ### Question: What were the least amount of field goals when Frederick L. Conklin played? ### Answer: SELECT MIN(field_goals) FROM table_25730123_2 WHERE player = "Frederick L. Conklin"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_11 (year INTEGER, finish VARCHAR, percentage VARCHAR) ### Question: What is the average Year for the Finish of lost 2001 alcs and the Percentage is over 0.716? ### Answer: SELECT AVG(year) FROM table_name_11 WHERE finish = "lost 2001 alcs" AND percentage > 0.716
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_93 (attendance VARCHAR, record VARCHAR) ### Question: Which attendance has the 25–17–5 record? ### Answer: SELECT attendance FROM table_name_93 WHERE record = "25–17–5"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_88 (points INTEGER, time_retired VARCHAR, grid VARCHAR) ### Question: What are the greatest points for a time/retired of +32.256 secs, and a a grid larger than 12? ### Answer: SELECT MAX(points) FROM table_name_88 WHERE time_retired = "+32.256 secs" AND grid > 12
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_13 (rank VARCHAR, nation VARCHAR, silver VARCHAR, gold VARCHAR) ### Question: Which Rank has a Silver of 1, and a Gold of 0, and a Nation of austria? ### Answer: SELECT rank FROM table_name_13 WHERE silver = 1 AND gold = 0 AND nation = "austria"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_30 (assembled VARCHAR, elected VARCHAR) ### Question: What Assembled has Elected of 1562/63? ### Answer: SELECT assembled FROM table_name_30 WHERE elected = "1562/63"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_99 (song_choice VARCHAR, original_artist VARCHAR) ### Question: What is the Song choice when Elaine Paige was the Original artist? ### Answer: SELECT song_choice FROM table_name_99 WHERE original_artist = "elaine paige"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_99 (total INTEGER, championship INTEGER) ### Question: Which Championship total is over 13? ### Answer: SELECT AVG(total) FROM table_name_99 WHERE championship > 13
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_49 (venue VARCHAR, competition VARCHAR) ### Question: What was the venue that had a friendly match competition? ### Answer: SELECT venue FROM table_name_49 WHERE competition = "friendly match"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_7 (year INTEGER, score VARCHAR) ### Question: What was the average year during which the score was 270? ### Answer: SELECT AVG(year) FROM table_name_7 WHERE score = 270
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_89 (original_airdate VARCHAR, written_by VARCHAR) ### Question: What was the original air date when ed horowitz wrote it? ### Answer: SELECT original_airdate FROM table_name_89 WHERE written_by = "ed horowitz"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_38 (to_par INTEGER, total VARCHAR, country VARCHAR, year_s__won VARCHAR) ### Question: What is the sum of the to par for the United States in the winning year of 1967, and has a total of more than 146? ### Answer: SELECT SUM(to_par) FROM table_name_38 WHERE country = "united states" AND year_s__won = "1967" AND total > 146
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_24319661_3 (no_in_season VARCHAR, us_viewers__million_ VARCHAR) ### Question: How many episodes in the season had 3.81 million US viewers? ### Answer: SELECT COUNT(no_in_season) FROM table_24319661_3 WHERE us_viewers__million_ = "3.81"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE bridge (length_feet INTEGER) ### Question: What is the average length in feet of the bridges? ### Answer: SELECT AVG(length_feet) FROM bridge
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_14608759_1 (attendance INTEGER, date VARCHAR) ### Question: On October 17, 1937 what was maximum number or attendants. ### Answer: SELECT MAX(attendance) FROM table_14608759_1 WHERE date = "October 17, 1937"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_32 (Id VARCHAR) ### Question: Who attended the school in 2006, that Whitney Powell attended in 2007? ### Answer: SELECT 2006 FROM table_name_32 WHERE 2007 = "whitney powell"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_26419467_1 (alumni VARCHAR, fresh_meat_partner VARCHAR) ### Question: What alumni had noor jehangir as their fresh meat partner? ### Answer: SELECT alumni FROM table_26419467_1 WHERE fresh_meat_partner = "Noor Jehangir"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_89 (attendance INTEGER, date VARCHAR) ### Question: What's greatest attendance on May 7? ### Answer: SELECT MAX(attendance) FROM table_name_89 WHERE date = "may 7"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_38 (score VARCHAR, location VARCHAR, winner VARCHAR) ### Question: What was the score of Tommy Aaron (2) when the tournament was in georgia? ### Answer: SELECT score FROM table_name_38 WHERE location = "georgia" AND winner = "tommy aaron (2)"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_24099476_8 (date VARCHAR, win_lose VARCHAR, round VARCHAR) ### Question: When was the win/lose lose and the round a play-off? ### Answer: SELECT date FROM table_24099476_8 WHERE win_lose = "Lose" AND round = "Play-off"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1193568_1 (province VARCHAR, member VARCHAR) ### Question: what's the province where member is dingley brittin category:articles with hcards ### Answer: SELECT province FROM table_1193568_1 WHERE member = "Dingley Brittin Category:Articles with hCards"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_42 (record VARCHAR, score VARCHAR) ### Question: What was the record at the game with a score of 7–5? ### Answer: SELECT record FROM table_name_42 WHERE score = "7–5"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1341577_14 (party VARCHAR, incumbent VARCHAR) ### Question: To what party does Cardiss Collins belong? ### Answer: SELECT party FROM table_1341577_14 WHERE incumbent = "Cardiss Collins"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_92 (player VARCHAR, long VARCHAR, yards VARCHAR) ### Question: Can you tell me the Player that has the Long larger than 28, and the Yards of 222? ### Answer: SELECT player FROM table_name_92 WHERE long > 28 AND yards = 222
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_31 (place VARCHAR, player VARCHAR) ### Question: What place is Corey Pavin in? ### Answer: SELECT place FROM table_name_31 WHERE player = "corey pavin"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_18 (population INTEGER, region INTEGER) ### Question: How many people are in regions greater than 3? ### Answer: SELECT SUM(population) FROM table_name_18 WHERE region > 3
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_7 (home_team VARCHAR) ### Question: In fitzroy's match where they were the home team, how much did they score? ### Answer: SELECT home_team AS score FROM table_name_7 WHERE home_team = "fitzroy"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE Products (Product_Name VARCHAR, Product_Price VARCHAR) ### Question: What is the name of the product with the highest price? ### Answer: SELECT Product_Name FROM Products ORDER BY Product_Price DESC LIMIT 1
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_85 (laps INTEGER, rider VARCHAR, grid VARCHAR) ### Question: with a Rider of marco melandri, and a Grid smaller than 10, what is the highest lap count? ### Answer: SELECT MAX(laps) FROM table_name_85 WHERE rider = "marco melandri" AND grid < 10
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_11214772_2 (runner_up VARCHAR, semi_finalist__number1 VARCHAR, year VARCHAR) ### Question: How many teams were listed as runner up in 2005 and there the first semi finalist was Western Carolina? ### Answer: SELECT COUNT(runner_up) FROM table_11214772_2 WHERE semi_finalist__number1 = "Western Carolina" AND year = 2005
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_59 (constructor VARCHAR, laps VARCHAR, driver VARCHAR) ### Question: Who constructed piercarlo ghinzani's car with under 44 laps? ### Answer: SELECT constructor FROM table_name_59 WHERE laps < 44 AND driver = "piercarlo ghinzani"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_17 (county VARCHAR, location VARCHAR) ### Question: Can you tell me the County that has the Location of shelbyville? ### Answer: SELECT county FROM table_name_17 WHERE location = "shelbyville"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_8 (scorers VARCHAR, venue VARCHAR, opponent VARCHAR) ### Question: Who was in a with opponent St. Johnstone? ### Answer: SELECT scorers FROM table_name_8 WHERE venue = "a" AND opponent = "st. johnstone"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_52 (loss VARCHAR, date VARCHAR) ### Question: Who took the loss on May 20? ### Answer: SELECT loss FROM table_name_52 WHERE date = "may 20"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_15681686_4 (rank__timeslot_ VARCHAR, viewers__millions_ VARCHAR) ### Question: what is the total number of rank where viewers is 9.38? ### Answer: SELECT COUNT(rank__timeslot_) FROM table_15681686_4 WHERE viewers__millions_ = "9.38"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_54 (country VARCHAR, player VARCHAR) ### Question: What is Country, when Player is "Dow Finsterwald"? ### Answer: SELECT country FROM table_name_54 WHERE player = "dow finsterwald"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_38 (pick INTEGER, player VARCHAR, nationality VARCHAR, year VARCHAR) ### Question: What was the pic for Canada for player Yvon Bouillon earlier than 1974? ### Answer: SELECT AVG(pick) FROM table_name_38 WHERE nationality = "canada" AND year < 1974 AND player = "yvon bouillon"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_4 (record VARCHAR, team VARCHAR) ### Question: What is the record for the Utah Jazz? ### Answer: SELECT record FROM table_name_4 WHERE team = "utah jazz"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_66 (player VARCHAR, place VARCHAR) ### Question: What is Player, when Place is "1"? ### Answer: SELECT player FROM table_name_66 WHERE place = "1"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_9 (result VARCHAR, date VARCHAR) ### Question: What was the result of the game on November 7, 1999? ### Answer: SELECT result FROM table_name_9 WHERE date = "november 7, 1999"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_26 (original_name VARCHAR, film_title_used_in_nomination VARCHAR) ### Question: What is the real name of the movie about love? ### Answer: SELECT original_name FROM table_name_26 WHERE film_title_used_in_nomination = "love"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_85 (goals_against INTEGER, goals_for VARCHAR, played VARCHAR) ### Question: WHAT GOALS AGAINST HAD A GOAL FOR OF 46, AND PLAYED LESS THAN 38? ### Answer: SELECT SUM(goals_against) FROM table_name_85 WHERE goals_for = 46 AND played < 38
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_75 (area VARCHAR, name VARCHAR) ### Question: In what area is Morven School? ### Answer: SELECT area FROM table_name_75 WHERE name = "morven school"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_57 (works_number INTEGER, builder VARCHAR, name VARCHAR) ### Question: What is the average work number of Snowdon Ranger with the builder Vulcan Foundry? ### Answer: SELECT AVG(works_number) FROM table_name_57 WHERE builder = "vulcan foundry" AND name = "snowdon ranger"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_54 (outcome VARCHAR, date VARCHAR) ### Question: The match played July 8, 2007 had what outcome? ### Answer: SELECT outcome FROM table_name_54 WHERE date = "july 8, 2007"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_89 (winner VARCHAR, notes VARCHAR, venue VARCHAR) ### Question: Who was the winner for the world championship formula 1 at the venue, circuit de monaco? ### Answer: SELECT winner FROM table_name_89 WHERE notes = "world championship formula 1" AND venue = "circuit de monaco"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2147588_4 (successor VARCHAR, district VARCHAR) ### Question: When new york 8th is teh district who is the successor? ### Answer: SELECT successor FROM table_2147588_4 WHERE district = "New York 8th"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_15161170_1 (champion_score VARCHAR, division VARCHAR) ### Question: When the division is Division 2 men what is the champion score? ### Answer: SELECT champion_score FROM table_15161170_1 WHERE division = "division 2 Men"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_23 (player VARCHAR, to_par VARCHAR, score VARCHAR) ### Question: What player has +3 to par and score of 75-72=147? ### Answer: SELECT player FROM table_name_23 WHERE to_par = "+3" AND score = 75 - 72 = 147
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_34 (week INTEGER, result_score VARCHAR) ### Question: How many weeks have w 51-29 as the result/score? ### Answer: SELECT SUM(week) FROM table_name_34 WHERE result_score = "w 51-29"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_58 (surface VARCHAR, date VARCHAR) ### Question: Tell me the surface of 2 december 1974 ### Answer: SELECT surface FROM table_name_58 WHERE date = "2 december 1974"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_56 (nation VARCHAR, time__sec_ VARCHAR) ### Question: Which nation finished with a time of 47.049? ### Answer: SELECT nation FROM table_name_56 WHERE time__sec_ = 47.049
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_79 (week_7_oct_12 VARCHAR, week_9_oct_26 VARCHAR) ### Question: Which Week 7 Oct 12 has a Week 9 Oct 26 of tulsa (7-0)? ### Answer: SELECT week_7_oct_12 FROM table_name_79 WHERE week_9_oct_26 = "tulsa (7-0)"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_32 (pada_4 VARCHAR, pada_2 VARCHAR) ### Question: which Pada 4 has a Pada 2 of थ tha? ### Answer: SELECT pada_4 FROM table_name_32 WHERE pada_2 = "थ tha"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_99 (attendance VARCHAR, date VARCHAR) ### Question: What is the Attendance on august 15? ### Answer: SELECT attendance FROM table_name_99 WHERE date = "august 15"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_63 (goals VARCHAR, date VARCHAR) ### Question: What is the number of Goals on 1950-05-30? ### Answer: SELECT COUNT(goals) FROM table_name_63 WHERE date = "1950-05-30"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_21191496_1 (round VARCHAR, circuit VARCHAR) ### Question: When circuit ricardo tormo is the circuit what is the round? ### Answer: SELECT COUNT(round) FROM table_21191496_1 WHERE circuit = "circuit Ricardo Tormo"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_89 (home_team VARCHAR, away_team VARCHAR) ### Question: What is the score of the home team aginst Essendon? ### Answer: SELECT home_team AS score FROM table_name_89 WHERE away_team = "essendon"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_83 (points VARCHAR, assists VARCHAR, rebounds VARCHAR) ### Question: How many points were there when there were less than 16 rebounds and 5 assists? ### Answer: SELECT COUNT(points) FROM table_name_83 WHERE assists = 5 AND rebounds < 16
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_8 (winning_driver VARCHAR, circuit VARCHAR) ### Question: Who was the winning driver in the Sachsenring circuit? ### Answer: SELECT winning_driver FROM table_name_8 WHERE circuit = "sachsenring"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_51 (winning_amount VARCHAR, contestant_name VARCHAR) ### Question: What winning amount has himesh reshammiya as the contestant name? ### Answer: SELECT winning_amount FROM table_name_51 WHERE contestant_name = "himesh reshammiya"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_96 (developer VARCHAR, year_of_release VARCHAR) ### Question: Which developer has a year of cancelled releases? ### Answer: SELECT developer FROM table_name_96 WHERE year_of_release = "cancelled"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_19 (frequency_mhz VARCHAR, call_sign VARCHAR, erp_w VARCHAR) ### Question: What is the total frequency mhz of the kgrj call sign, which has an erp w greater than 21,500? ### Answer: SELECT COUNT(frequency_mhz) FROM table_name_19 WHERE call_sign = "kgrj" AND erp_w > 21 OFFSET 500
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_47 (record VARCHAR, date VARCHAR) ### Question: Tell me the record for december 3 ### Answer: SELECT record FROM table_name_47 WHERE date = "december 3"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE ROLES (role_code VARCHAR) ### Question: What are all role codes? ### Answer: SELECT role_code FROM ROLES
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_32 (top_10 INTEGER, tournament VARCHAR, wins VARCHAR) ### Question: What is the minimum Top-10 when the Open Championship was the tournament and the wins greater than 0? ### Answer: SELECT MIN(top_10) FROM table_name_32 WHERE tournament = "the open championship" AND wins > 0
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1805191_39 (party VARCHAR, first_elected VARCHAR) ### Question: How many parties were first elected in 1994? ### Answer: SELECT COUNT(party) FROM table_1805191_39 WHERE first_elected = 1994
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_43 (kaine__d_ VARCHAR, source VARCHAR, date VARCHAR) ### Question: What was Kaine's (D) percentage in the Rasmussen poll on October 24, 2005? ### Answer: SELECT kaine__d_ FROM table_name_43 WHERE source = "rasmussen" AND date = "october 24, 2005"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_65 (team_1 VARCHAR) ### Question: What is 1st Round, when Team 1 is Sporting Toulon Var (D2)? ### Answer: SELECT 1 AS st_round FROM table_name_65 WHERE team_1 = "sporting toulon var (d2)"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_48 (date VARCHAR, result VARCHAR, score VARCHAR) ### Question: When was there a Result of 8–0 and a Score of 1–0? ### Answer: SELECT date FROM table_name_48 WHERE result = "8–0" AND score = "1–0"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_49 (award VARCHAR, year VARCHAR, category VARCHAR) ### Question: Before the year 2012, what award was given to the artist in the category of revelación pop del año? ### Answer: SELECT award FROM table_name_49 WHERE year < 2012 AND category = "revelación pop del año"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1817852_1 (destroyed VARCHAR, survived VARCHAR) ### Question: If there were 14 in 1990 and 6 survived how many were destroyed? ### Answer: SELECT destroyed FROM table_1817852_1 WHERE 1990 = 14 AND survived = 6
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_28137918_5 (new_adherents_per_year VARCHAR, religion VARCHAR) ### Question: Name the new adherents per year for buddhism ### Answer: SELECT new_adherents_per_year FROM table_28137918_5 WHERE religion = "Buddhism"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_43 (nomination VARCHAR, year INTEGER) ### Question: What was the nomination in a year earlier than 2009? ### Answer: SELECT nomination FROM table_name_43 WHERE year < 2009
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1320857_1 (ht_brewer VARCHAR, je_armstrong VARCHAR) ### Question: Who is h.t. brewer when j.e. armstrong is a.j. wilson? ### Answer: SELECT ht_brewer FROM table_1320857_1 WHERE je_armstrong = "A.J. Wilson"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_20785990_2 (high_school VARCHAR, home_town VARCHAR) ### Question: What is the high school for the player who's hometown is Blue Island, Il? ### Answer: SELECT high_school FROM table_20785990_2 WHERE home_town = "Blue Island, IL"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_57 (points VARCHAR, draw INTEGER) ### Question: What is the number of points when the draws are more than 1? ### Answer: SELECT COUNT(points) FROM table_name_57 WHERE draw > 1
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_2 (pick__number INTEGER, name VARCHAR, overall VARCHAR) ### Question: Which highest pick number's name was Adam Podlesh, when the overall was less than 101? ### Answer: SELECT MAX(pick__number) FROM table_name_2 WHERE name = "adam podlesh" AND overall < 101
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_85 (total INTEGER, bronze VARCHAR, nation VARCHAR) ### Question: What is the lowest total when the Bronze metals are larger than 0 and the nation is France (fra)? ### Answer: SELECT MIN(total) FROM table_name_85 WHERE bronze > 0 AND nation = "france (fra)"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1342198_17 (district VARCHAR, incumbent VARCHAR) ### Question: How many results for incumbent Noble Jones Gregory? ### Answer: SELECT COUNT(district) FROM table_1342198_17 WHERE incumbent = "Noble Jones Gregory"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_67 (trofeo_fast_team VARCHAR, points_classification VARCHAR, stage VARCHAR) ### Question: What is the Trofeo Fast Team with a point classification of Silvio Martinello and stage 6? ### Answer: SELECT trofeo_fast_team FROM table_name_67 WHERE points_classification = "silvio martinello" AND stage = "6"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_23 (year VARCHAR, pick VARCHAR) ### Question: What year was the player pick number 15 picked? ### Answer: SELECT year FROM table_name_23 WHERE pick = "15"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_78 (grid INTEGER, driver VARCHAR) ### Question: What is the top grid that is driven by martin brundle? ### Answer: SELECT MAX(grid) FROM table_name_78 WHERE driver = "martin brundle"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_26996293_2 (position VARCHAR, cfl_team VARCHAR) ### Question: where cfl team is edmonton (2) what are all the position ### Answer: SELECT position FROM table_26996293_2 WHERE cfl_team = "Edmonton (2)"