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 table_name_6 (place VARCHAR, score VARCHAR) ### Question: What place was the player who scored 70-69-68=207? ### Answer: SELECT place FROM table_name_6 WHERE score = 70 - 69 - 68 = 207
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_1036189_1 (bullet_tip_color VARCHAR, other_features VARCHAR) ### Question: How many bullet tips colors had other features of a blue band on case base? ### Answer: SELECT COUNT(bullet_tip_color) FROM table_1036189_1 WHERE other_features = "Blue band on case base"
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 (billboard_200_peak INTEGER, year INTEGER) ### Question: What is the sum of the Billboard 200 Peak scores after the Year 1971? ### Answer: SELECT SUM(billboard_200_peak) FROM table_name_38 WHERE year > 1971
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_80 (opponent VARCHAR, loss VARCHAR) ### Question: Name the opponent with loss of sanderson (9-8) ### Answer: SELECT opponent FROM table_name_80 WHERE loss = "sanderson (9-8)"
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 (player VARCHAR, club_province VARCHAR, date_of_birth__age_ VARCHAR) ### Question: Which player on the Bulls has a 6 May 1978 birthday? ### Answer: SELECT player FROM table_name_58 WHERE club_province = "bulls" AND date_of_birth__age_ = "6 may 1978"
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_1601792_4 (television_station VARCHAR, frequency VARCHAR) ### Question: How many stations have a 35 uhf frequency? ### Answer: SELECT COUNT(television_station) FROM table_1601792_4 WHERE frequency = "35 UHF"
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_12 (round INTEGER, nhl_team VARCHAR, player VARCHAR) ### Question: Which Round has a NHL team of edmonton oilers and a Player of vyacheslav trukhno? ### Answer: SELECT AVG(round) FROM table_name_12 WHERE nhl_team = "edmonton oilers" AND player = "vyacheslav trukhno"
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 (date VARCHAR, week VARCHAR) ### Question: When does week 1 start? ### Answer: SELECT date FROM table_name_54 WHERE week = "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_45 (death VARCHAR, birth VARCHAR) ### Question: when was the death when the birth was 8 december 1542? ### Answer: SELECT death FROM table_name_45 WHERE birth = "8 december 1542"
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_10527215_3 (report VARCHAR, pole_position VARCHAR, winning_team VARCHAR) ### Question: What's the report on Penske Racing winning while the pole position was Al Unser? ### Answer: SELECT COUNT(report) FROM table_10527215_3 WHERE pole_position = "Al Unser" AND winning_team = "Penske Racing"
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_23801721_1 (market_share VARCHAR, technology VARCHAR) ### Question: What was the market share of the operator whose technology is CDMA EVDO GSM EDGE HSPA+? ### Answer: SELECT market_share FROM table_23801721_1 WHERE technology = "CDMA EVDO GSM EDGE HSPA+"
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_44 (driver_s_ VARCHAR, crew_chief VARCHAR) ### Question: What driver has Scott Zipadelli as a crew chief? ### Answer: SELECT driver_s_ FROM table_name_44 WHERE crew_chief = "scott zipadelli"
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 (top_division_titles INTEGER, position_in_2012 VARCHAR) ### Question: What is the largest number of top division titles with a 2012 position of 10th? ### Answer: SELECT MAX(top_division_titles) FROM table_name_13 WHERE position_in_2012 = "10th"
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 (founded INTEGER, left VARCHAR) ### Question: What is the total number of teams founded that were left in 1976? ### Answer: SELECT SUM(founded) FROM table_name_47 WHERE left = "1976"
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 (score VARCHAR, report VARCHAR, date VARCHAR) ### Question: What is the score for a report of AFC on April 4, 2008? ### Answer: SELECT score FROM table_name_18 WHERE report = "afc" AND date = "april 4, 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 (player VARCHAR, round VARCHAR, college_junior_club_team__league_ VARCHAR) ### Question: Who is the player who was from Dynamo-2 moscow (rus) and was picked after round 5? ### Answer: SELECT player FROM table_name_43 WHERE round > 5 AND college_junior_club_team__league_ = "dynamo-2 moscow (rus)"
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 (runner_s__up VARCHAR, margin_of_victory VARCHAR, winning_score VARCHAR) ### Question: Who is runner-up where the winning score is –6 (65-70-70-69=274) and the margin of victory is 3 strokes? ### Answer: SELECT runner_s__up FROM table_name_19 WHERE margin_of_victory = "3 strokes" AND winning_score = –6(65 - 70 - 70 - 69 = 274)
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_73 (laps VARCHAR, time_retired VARCHAR) ### Question: How many laps were there when the Time/Retired was +1:00.003? ### Answer: SELECT laps FROM table_name_73 WHERE time_retired = "+1:00.003"
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_23486853_8 (location VARCHAR, date VARCHAR) ### Question: What is every location for the date of March 20? ### Answer: SELECT location FROM table_23486853_8 WHERE date = "March 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_name_85 (laps VARCHAR, time_retired VARCHAR, grid VARCHAR) ### Question: How many laps were completed in the time of +7.213 with a grid number larger than 7? ### Answer: SELECT COUNT(laps) FROM table_name_85 WHERE time_retired = "+7.213" AND grid > 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_74 (cuts_made VARCHAR, events VARCHAR, top_5 VARCHAR, top_10 VARCHAR, wins VARCHAR) ### Question: How many cuts made when the Top-10 is larger than 1, and the wins greater than 0, and a Top-5 greater than 2, when the events is greater than 18? ### Answer: SELECT COUNT(cuts_made) FROM table_name_74 WHERE top_10 > 1 AND wins > 0 AND top_5 > 2 AND events > 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_98 (round VARCHAR, time VARCHAR, opponent VARCHAR) ### Question: What Round against Aleksander Emelianenko had a time of 5:00? ### Answer: SELECT round FROM table_name_98 WHERE time = "5:00" AND opponent = "aleksander emelianenko"
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_22838521_3 (money_list_rank INTEGER) ### Question: What is the possible maximum money list rank? ### Answer: SELECT MAX(money_list_rank) FROM table_22838521_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 nomination (Artwork_ID VARCHAR, Festival_ID VARCHAR); CREATE TABLE festival_detail (Festival_ID VARCHAR, Year VARCHAR); CREATE TABLE artwork (Type VARCHAR, Artwork_ID VARCHAR) ### Question: Show distinct types of artworks that are nominated in festivals in 2007. ### Answer: SELECT DISTINCT T2.Type FROM nomination AS T1 JOIN artwork AS T2 ON T1.Artwork_ID = T2.Artwork_ID JOIN festival_detail AS T3 ON T1.Festival_ID = T3.Festival_ID WHERE T3.Year = 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 scientists (name VARCHAR, ssn VARCHAR); CREATE TABLE assignedto (scientist VARCHAR) ### Question: Find the number of projects which each scientist is working on and scientist's name. ### Answer: SELECT COUNT(*), T1.name FROM scientists AS T1 JOIN assignedto AS T2 ON T1.ssn = T2.scientist GROUP BY T1.name
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_28898948_3 (winner VARCHAR, electorate VARCHAR) ### Question: When rangitikei is the electorate who is the winner? ### Answer: SELECT winner FROM table_28898948_3 WHERE electorate = "Rangitikei"
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_94 (opponent VARCHAR, january VARCHAR, score VARCHAR) ### Question: What is Opponent, when January is greater than 19, and when Score is "7 - 2"? ### Answer: SELECT opponent FROM table_name_94 WHERE january > 19 AND score = "7 - 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_name_59 (year INTEGER, team VARCHAR) ### Question: What is the highest Year when the team was seve ballesteros & manuel piñero? ### Answer: SELECT MAX(year) FROM table_name_59 WHERE team = "seve ballesteros & manuel piñero"
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_1132568_3 (rd VARCHAR, grand_prix VARCHAR) ### Question: What number is the Canadian Grand Prix on the list? ### Answer: SELECT rd FROM table_1132568_3 WHERE grand_prix = "Canadian grand_prix"
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 (circuit VARCHAR, winning_driver VARCHAR, name VARCHAR) ### Question: What circuit was the race named international trophy raced at by the winning driver eliseo salazar? ### Answer: SELECT circuit FROM table_name_63 WHERE winning_driver = "eliseo salazar" AND name = "international trophy"
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 club (clubname VARCHAR, clublocation VARCHAR) ### Question: Find the name of all the clubs at "AKW". ### Answer: SELECT clubname FROM club WHERE clublocation = "AKW"
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_5 (viewers__in_millions_ VARCHAR, run_time VARCHAR) ### Question: On the episode that had a run time of 24:57, how many million viewers were there? ### Answer: SELECT viewers__in_millions_ FROM table_name_5 WHERE run_time = "24:57"
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 (date VARCHAR, fastest_lap VARCHAR) ### Question: On what date did Gunnar Nilsson make the fastest lap? ### Answer: SELECT date FROM table_name_38 WHERE fastest_lap = "gunnar nilsson"
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_1359212_2 (margin VARCHAR, second_place VARCHAR, language VARCHAR) ### Question: what amount has spain as second place and the language is russian? ### Answer: SELECT COUNT(margin) FROM table_1359212_2 WHERE second_place = "Spain" AND language = "Russian"
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_12 (away_team VARCHAR, home_team VARCHAR) ### Question: Who is the away team that played home team of Perth Wildcats? ### Answer: SELECT away_team FROM table_name_12 WHERE home_team = "perth wildcats"
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 (club VARCHAR, head_coach VARCHAR) ### Question: Head Coach of wojciech kamiński is what club? ### Answer: SELECT club FROM table_name_96 WHERE head_coach = "wojciech kamiński"
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 (set_2 VARCHAR, total VARCHAR) ### Question: What is the Set 2 with a Total with 45–12? ### Answer: SELECT set_2 FROM table_name_42 WHERE total = "45–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_25539502_1 (position VARCHAR, team VARCHAR) ### Question: What was his position when the team was FMS International? ### Answer: SELECT position FROM table_25539502_1 WHERE team = "FMS International"
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 (record VARCHAR, decision VARCHAR, visitor VARCHAR) ### Question: What is the record of the game with a decision of Ellis and Vancouver as the visitor? ### Answer: SELECT record FROM table_name_79 WHERE decision = "ellis" AND visitor = "vancouver"
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 district (District_name VARCHAR, city_area VARCHAR) ### Question: Find all the distinct district names ordered by city area in descending. ### Answer: SELECT DISTINCT District_name FROM district ORDER BY city_area DESC
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_86 (gdp__ppp__$m_usd VARCHAR, area__km²_ VARCHAR) ### Question: How much is the GDP for an area of 61,395? ### Answer: SELECT gdp__ppp__$m_usd FROM table_name_86 WHERE area__km²_ = "61,395"
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 (qual VARCHAR, year VARCHAR) ### Question: What was the qualification in 1932? ### Answer: SELECT qual FROM table_name_51 WHERE year = "1932"
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_37 (runner_up VARCHAR, score VARCHAR) ### Question: What team lost a game by a score of 6-0? ### Answer: SELECT runner_up FROM table_name_37 WHERE score = "6-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_84 (d_50 VARCHAR, d_41 VARCHAR) ### Question: What is the D 50 when the D 41 is d 41? ### Answer: SELECT d_50 FROM table_name_84 WHERE d_41 = "d 41"
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_197638_7 (french_open INTEGER, player VARCHAR) ### Question: When is the French Open when serena williams is the player? ### Answer: SELECT MIN(french_open) FROM table_197638_7 WHERE player = "Serena Williams"
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 (week INTEGER, date VARCHAR) ### Question: What's the highest week for the day of October 21, 1956? ### Answer: SELECT MAX(week) FROM table_name_66 WHERE date = "october 21, 1956"
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 (loser VARCHAR, year VARCHAR, winner VARCHAR) ### Question: Who was the loser against the New York Giants in 2001? ### Answer: SELECT loser FROM table_name_43 WHERE year = 2001 AND winner = "new york giants"
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_6 (finish VARCHAR, start VARCHAR, year VARCHAR) ### Question: WHAT WAS THE FINISH NUMBER WITH A START SMALLER THAN 20 IN 1969? ### Answer: SELECT COUNT(finish) FROM table_name_6 WHERE start < 20 AND year = 1969
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_2668336_24 (candidates VARCHAR, district VARCHAR) ### Question: Who are the candidates for district virginia 12? ### Answer: SELECT candidates FROM table_2668336_24 WHERE district = "Virginia 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_1740431_3 (english_translation VARCHAR, tamil_months VARCHAR) ### Question: What is every English translation when Tamil months is Mārkazhi, Tai? ### Answer: SELECT english_translation FROM table_1740431_3 WHERE tamil_months = "mārkazhi, tai"
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 (constructor VARCHAR, rounds VARCHAR, engine VARCHAR) ### Question: Who is the constructor of the car with a Peugeot A12 EV5 3.0 V10 engine that competed in all rounds? ### Answer: SELECT constructor FROM table_name_2 WHERE rounds = "all" AND engine = "peugeot a12 ev5 3.0 v10"
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_87 (owner VARCHAR, lengths_behind VARCHAR) ### Question: Who the Owner that has a Lengths Behind of 5½? ### Answer: SELECT owner FROM table_name_87 WHERE lengths_behind = "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_83 (latitude VARCHAR, year_built VARCHAR) ### Question: What is the Latitude of the monument built in 1901? ### Answer: SELECT latitude FROM table_name_83 WHERE year_built = 1901
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_17801022_1 (date VARCHAR, race_time VARCHAR) ### Question: What was the date of the race with a winning time of 1:55:13? ### Answer: SELECT date FROM table_17801022_1 WHERE race_time = "1:55: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_8 (score VARCHAR, time VARCHAR) ### Question: What was the score at 3:27? ### Answer: SELECT score FROM table_name_8 WHERE time = "3:27"
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_95 (goals INTEGER, level INTEGER) ### Question: What Goals with a Level of 5 or greater is the lowest? ### Answer: SELECT MIN(goals) FROM table_name_95 WHERE level > 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_91 (frequency VARCHAR, location VARCHAR) ### Question: What is the Frequency in Davao City? ### Answer: SELECT frequency FROM table_name_91 WHERE location = "davao city"
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_77 (right_ascension___j2000__ VARCHAR, apparent_magnitude VARCHAR) ### Question: what is the right ascension (j2000) when the apparent magnitude is 13? ### Answer: SELECT right_ascension___j2000__ FROM table_name_77 WHERE apparent_magnitude = 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_44 (week VARCHAR, tv_time VARCHAR, attendance VARCHAR) ### Question: Which Week has a TV Time of cbs 1:00pm, and an Attendance of 72,714? ### Answer: SELECT week FROM table_name_44 WHERE tv_time = "cbs 1:00pm" AND attendance = "72,714"
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_1 (swimsuit INTEGER, interview INTEGER) ### Question: Name the most swimsuit for interview less than 8.46 ### Answer: SELECT MAX(swimsuit) FROM table_name_1 WHERE interview < 8.46
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 manufacturers (code VARCHAR, name VARCHAR); CREATE TABLE products (name VARCHAR); CREATE TABLE products (name VARCHAR, Manufacturer VARCHAR) ### Question: Find number of products which Sony does not make. ### Answer: SELECT COUNT(DISTINCT name) FROM products WHERE NOT name IN (SELECT T1.name FROM products AS T1 JOIN manufacturers AS T2 ON T1.Manufacturer = T2.code WHERE T2.name = 'Sony')
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 (bp_comp_2__˚c_ VARCHAR, _percentage_wt_comp_1 VARCHAR) ### Question: Tell me the bp comp 2 for % wt comp 1 of 76 ### Answer: SELECT bp_comp_2__˚c_ FROM table_name_32 WHERE _percentage_wt_comp_1 = 76
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 (att INTEGER, yards VARCHAR, comp VARCHAR) ### Question: For the player with yards less than 138, and Comp more than 0, what was the highest Att.? ### Answer: SELECT MAX(att) FROM table_name_9 WHERE yards < 138 AND comp > 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_95 (date VARCHAR, opponent VARCHAR, record VARCHAR) ### Question: Opponent of @mil, and a Record of 45-16 happened on what date? ### Answer: SELECT date FROM table_name_95 WHERE opponent = "@mil" AND record = "45-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_10 (framed_size VARCHAR, nickname VARCHAR) ### Question: What is the frame size that was nicknamed Grand Central? ### Answer: SELECT framed_size FROM table_name_10 WHERE nickname = "grand central"
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 (surface VARCHAR, outcome VARCHAR, date VARCHAR) ### Question: What was the surface where the outcome was winner on 12 march 1989? ### Answer: SELECT surface FROM table_name_19 WHERE outcome = "winner" AND date = "12 march 1989"
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 (season VARCHAR, third VARCHAR) ### Question: Which season has Zach Jacobson in third? ### Answer: SELECT season FROM table_name_30 WHERE third = "zach jacobson"
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 (record VARCHAR, leading_scorer VARCHAR) ### Question: What is the record of the game with Andrew Bogut (21) as the leading scorer? ### Answer: SELECT record FROM table_name_43 WHERE leading_scorer = "andrew bogut (21)"
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 (win__percentage INTEGER, year VARCHAR, coach VARCHAR, crew VARCHAR) ### Question: What is the total number of win % when John Gartin is coach, the crew is varsity 8+, and the year is 2005? ### Answer: SELECT SUM(win__percentage) FROM table_name_78 WHERE coach = "john gartin" AND crew = "varsity 8+" 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_1007688_1 (typhoid_fever VARCHAR, year VARCHAR) ### Question: what is the typhoid fever number for the year 1934 ### Answer: SELECT typhoid_fever FROM table_1007688_1 WHERE year = "1934"
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_12 (match_report VARCHAR, opponent VARCHAR) ### Question: What is the match report for the game that was against Houston? ### Answer: SELECT match_report FROM table_name_12 WHERE opponent = "houston"
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 (opponent VARCHAR, score VARCHAR) ### Question: Which opponent had a 113-124 score? ### Answer: SELECT opponent FROM table_name_52 WHERE score = "113-124"
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 journal_committee (journal_ID VARCHAR); CREATE TABLE journal (date VARCHAR, theme VARCHAR, sales VARCHAR); CREATE TABLE journal (date VARCHAR, theme VARCHAR, sales VARCHAR, journal_ID VARCHAR) ### Question: List the date, theme and sales of the journal which did not have any of the listed editors serving on committee. ### Answer: SELECT date, theme, sales FROM journal EXCEPT SELECT T1.date, T1.theme, T1.sales FROM journal AS T1 JOIN journal_committee AS T2 ON T1.journal_ID = T2.journal_ID
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_1601935_1 (viewers__in_millions_ VARCHAR, run_time VARCHAR) ### Question: How many millions of viewers were there for the episode with a run time of 18:00? ### Answer: SELECT viewers__in_millions_ FROM table_1601935_1 WHERE run_time = "18:00"
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 (label VARCHAR, catalog__number VARCHAR) ### Question: What is the label for the album with a catalog number of 83061-2? ### Answer: SELECT label FROM table_name_96 WHERE catalog__number = "83061-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 people (first_name VARCHAR) ### Question: List the first names of people in alphabetical order? ### Answer: SELECT first_name FROM people ORDER BY first_name
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_28715942_3 (track VARCHAR, soloist_s_ VARCHAR) ### Question: What track name had Terry Tamm as the soloist? ### Answer: SELECT track FROM table_28715942_3 WHERE soloist_s_ = "Terry Tamm"
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 Allergy_Type (Allergy VARCHAR, allergytype VARCHAR); CREATE TABLE Has_allergy (Allergy VARCHAR); CREATE TABLE Student (age VARCHAR, StuID VARCHAR) ### Question: Find the number of students who are older than 18 and do not have allergy to either food or animal. ### Answer: SELECT COUNT(*) FROM Student WHERE age > 18 AND NOT StuID IN (SELECT StuID FROM Has_allergy AS T1 JOIN Allergy_Type AS T2 ON T1.Allergy = T2.Allergy WHERE T2.allergytype = "food" OR T2.allergytype = "animal")
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_62 (date VARCHAR, record VARCHAR) ### Question: What is the date that the record was 51-14? ### Answer: SELECT date FROM table_name_62 WHERE record = "51-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_50 (began_play VARCHAR, club VARCHAR) ### Question: When did the Club of western new york flash begin to play? ### Answer: SELECT began_play FROM table_name_50 WHERE club = "western new york flash"
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_69 (score1 VARCHAR, match VARCHAR) ### Question: What was the score of Match 2? ### Answer: SELECT score1 FROM table_name_69 WHERE match = 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_name_72 (location VARCHAR, score VARCHAR, champion VARCHAR, defeated VARCHAR) ### Question: what is the location when the champion is brigham young-hawaii, defeated is western oregon and the score is 3-0 (15-5, 15-9, 15-6)? ### Answer: SELECT location FROM table_name_72 WHERE champion = "brigham young-hawaii" AND defeated = "western oregon" AND score = "3-0 (15-5, 15-9, 15-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_5 (country VARCHAR, play VARCHAR) ### Question: What country had the play Medea? ### Answer: SELECT country FROM table_name_5 WHERE play = "medea"
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 Songs (SongId VARCHAR, songid VARCHAR, title VARCHAR); CREATE TABLE Performance (bandmate VARCHAR, SongId VARCHAR); CREATE TABLE Band (id VARCHAR, lastname VARCHAR); CREATE TABLE Instruments (instrument VARCHAR, songid VARCHAR, bandmateid VARCHAR) ### Question: What instrument did the musician with last name "Heilo" use in the song "Le Pop"? ### Answer: SELECT T4.instrument FROM Performance AS T1 JOIN Band AS T2 ON T1.bandmate = T2.id JOIN Songs AS T3 ON T3.SongId = T1.SongId JOIN Instruments AS T4 ON T4.songid = T3.songid AND T4.bandmateid = T2.id WHERE T2.lastname = "Heilo" AND T3.title = "Le Pop"
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_20754016_2 (contestant VARCHAR, height__cm_ VARCHAR) ### Question: What contestant is 173 cm tall? ### Answer: SELECT contestant FROM table_20754016_2 WHERE height__cm_ = 173
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_13805432_2 (position VARCHAR, artist VARCHAR) ### Question: what's the position with artbeingt being jim reeves ### Answer: SELECT position FROM table_13805432_2 WHERE artist = "Jim Reeves"
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_12 (country VARCHAR, place VARCHAR, score VARCHAR) ### Question: What country was the player in t10 place with a score of 66-72-70=207? ### Answer: SELECT country FROM table_name_12 WHERE place = "t10" AND score = 66 - 72 - 70 = 207
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 (april INTEGER, game VARCHAR) ### Question: Which April has a Game of 84 ### Answer: SELECT MAX(april) FROM table_name_54 WHERE game = 84
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_94 (goal_difference INTEGER, goals_against VARCHAR, draws VARCHAR) ### Question: What is the lowest goal difference a club with 61 goals against and less than 11 draws has? ### Answer: SELECT MIN(goal_difference) FROM table_name_94 WHERE goals_against = 61 AND draws < 11
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 (leading_lady VARCHAR, director VARCHAR, title VARCHAR) ### Question: Who is the leading lady in The Lonely Trail for Joseph Kane? ### Answer: SELECT leading_lady FROM table_name_59 WHERE director = "joseph kane" AND title = "the lonely trail"
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 (player VARCHAR, team_from VARCHAR) ### Question: Which Player has a Team from of south shore kings? ### Answer: SELECT player FROM table_name_11 WHERE team_from = "south shore kings"
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 (venue VARCHAR, away_team VARCHAR) ### Question: Where was the Hawthorn game played? ### Answer: SELECT venue FROM table_name_43 WHERE away_team = "hawthorn"
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 (score VARCHAR, round VARCHAR) ### Question: What was the score of the match that took place in the playoff round? ### Answer: SELECT score FROM table_name_31 WHERE round = "playoff"
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_29 (elevator VARCHAR, title VARCHAR) ### Question: Which Elevator has a Title of bishop of palestrina? ### Answer: SELECT elevator FROM table_name_29 WHERE title = "bishop of palestrina"
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_15 (team VARCHAR, driver VARCHAR, class VARCHAR, laps VARCHAR) ### Question: What is the team of driver klaus ludwig, who is class c1 and has more than 77 laps? ### Answer: SELECT team FROM table_name_15 WHERE class = "c1" AND laps > 77 AND driver = "klaus ludwig"
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 (gold INTEGER, total VARCHAR, nation VARCHAR, bronze VARCHAR, silver VARCHAR) ### Question: What's the sum of Gold with a Bronze that's larger than 15, Silver that's smaller than 197, the Nation of Saint Lucia, and has a Total that is larger than 50? ### Answer: SELECT SUM(gold) FROM table_name_89 WHERE bronze > 15 AND silver < 197 AND nation = "saint lucia" AND total > 50
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_37 (attendance VARCHAR, away_team VARCHAR) ### Question: What is the attendance when oadby town is away? ### Answer: SELECT attendance FROM table_name_37 WHERE away_team = "oadby town"
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_10798421_1 (village__german_ VARCHAR, percent_of_slovenes_1951 VARCHAR) ### Question: Provide me with the name of the village (German) where there is 96.9% Slovenes in 1951. ### Answer: SELECT village__german_ FROM table_10798421_1 WHERE percent_of_slovenes_1951 = "96.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_36 (year_s__won VARCHAR, total VARCHAR, to_par VARCHAR) ### Question: What year did the player with a total less than 300 and a to par of 9 have a win? ### Answer: SELECT year_s__won FROM table_name_36 WHERE total < 300 AND to_par = 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_70 (height_in_ft VARCHAR, no_s_ VARCHAR) ### Question: What is the height in feet of player number 24? ### Answer: SELECT height_in_ft FROM table_name_70 WHERE no_s_ = "24"