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_18123274_1 (result VARCHAR, film_title_used_in_nomination VARCHAR) ### Question: Name the number of result fo...
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 (player VARCHAR, to_par VARCHAR, country VARCHAR, score VARCHAR) ### Question: What is Player, when T...
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 (class VARCHAR, driver VARCHAR) ### Question: Which class had Stanley Dickens as a driver? ### Answer...
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_1112176_1 (league_apps__sub_ INTEGER, total_goals VARCHAR) ### Question: When total goals is 11 what was the ...
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 (domari VARCHAR, persian VARCHAR) ### Question: What is the Domari associated with a Persian of yak, ...
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 (fuel VARCHAR, output VARCHAR) ### Question: Which Fuel has an Output of ps (kw; hp) @6000 rpm? ### A...
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 (date VARCHAR, tie_no VARCHAR, away_team VARCHAR) ### Question: What is Date, when Tie No is "Replay"...
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_18894744_6 (high_rebounds VARCHAR, high_points VARCHAR) ### Question: Who did the high rebounds in the game w...
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 (week_1 VARCHAR, week_2 VARCHAR) ### Question: Which week 1 had a week 2 of Claudia Nathalia? ### Answ...
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_46 (Id VARCHAR) ### Question: Which 2012 has a 2010 of 0–0? ### Answer: SELECT 2012 FROM table_name_46 W...
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_16 (country VARCHAR, place VARCHAR, score VARCHAR) ### Question: What country has t4 place and a 67-71-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_11677100_5 (hometown VARCHAR, school VARCHAR) ### Question: What was the hometown of the player who attended ...
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_1206114_2 (comments VARCHAR, implementation VARCHAR) ### Question: What are the comments when the implementat...
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 (displacement_cc VARCHAR, engine VARCHAR, year VARCHAR) ### Question: What cc displacement has an i6 ...
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_41 (average INTEGER, goals VARCHAR, matches VARCHAR) ### Question: What is the highest Average, when Goa...
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_14 (name VARCHAR, time VARCHAR) ### Question: What Name has a Time of 01:17:01? ### Answer: SELECT 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_name_23 (birthdate VARCHAR, height__cm_ VARCHAR, weight__kg_ VARCHAR) ### Question: What is the Birthdate for...
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 (nfl_team VARCHAR, college VARCHAR) ### Question: What is the NFL team for Toledo? ### Answer: SELECT...
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 (bronze VARCHAR, total VARCHAR, silver VARCHAR) ### Question: How many bronze medals did the team have...
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_76 (avoirdupois_value VARCHAR, translation VARCHAR) ### Question: Which Avoirdupois value is translated ...
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_28 (length_feet VARCHAR, name VARCHAR, mi_from_kingston VARCHAR, length_meters VARCHAR) ### Question: Wh...
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 (reactor_type VARCHAR, commercial_operation VARCHAR, unit VARCHAR) ### Question: What reactor type th...
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_3 (release_date INTEGER, label VARCHAR) ### Question: On what date did Epic label start its release? ###...
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_3 (series VARCHAR, opponent VARCHAR, score VARCHAR) ### Question: Which Series has an Opponent of calgar...
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_19744915_22 (couple VARCHAR, vote_percentage VARCHAR) ### Question: What couple had vote percentage of 21.843...
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 authorship (authid VARCHAR, paperid VARCHAR); CREATE TABLE authors (authid VARCHAR, fname VARCHAR, lname VARCHAR); ...
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_24446718_7 (awardee_s_ VARCHAR, language VARCHAR) ### Question: Name the number of awardees for english and h...
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_26240046_1 (first_appearance VARCHAR, season_4 VARCHAR) ### Question: What episode was the first appearance 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_name_40 (home_team VARCHAR, venue VARCHAR) ### Question: Which home team plays at Punt Road Oval? ### Answer:...
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 (points INTEGER, touchdowns VARCHAR, extra_points VARCHAR) ### Question: Which Points have Touchdowns...
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_2850912_7 (college_junior_club_team VARCHAR, nhl_team VARCHAR) ### Question: How many college/junior/club tea...
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 (league VARCHAR, sport VARCHAR) ### Question: Sport of gaelic football and hurling is what league? ###...
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 (attendance INTEGER, visitor VARCHAR) ### Question: When Nashville was the visiting team what was the...
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 (country VARCHAR, player VARCHAR) ### Question: What is the Country that has a Player of Scott Hoch? ...
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_68 (venue VARCHAR, date VARCHAR) ### Question: Which Venue is on 2004-07-24? ### Answer: SELECT venue FR...
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_22 (year_joined INTEGER, year_left INTEGER) ### Question: Of all the schools that left before 2003, what...
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_1342256_32 (candidates VARCHAR, district VARCHAR) ### Question: Who are the contenders In the New York 29 pol...
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_28138035_13 (year_location VARCHAR, mens_singles VARCHAR) ### Question: When and where did Chen Qi win in 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_82 (record VARCHAR, attendance VARCHAR) ### Question: What was the Indians' record during the game that ...
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 (driver_s VARCHAR, race_title VARCHAR) ### Question: Who won the III Coppa Acerbo title? ### Answer: ...
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 (prominence__m_ VARCHAR, col__m_ INTEGER) ### Question: What is the prominence in m of a col in m gre...
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 (name VARCHAR, pressure VARCHAR) ### Question: Which name has a pressure of 985hpa (29.09inhg)? ### A...
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_22669044_7 (location_attendance VARCHAR, score VARCHAR) ### Question: Name the location attendance for score ...
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_40 (d_45 VARCHAR, d_44 VARCHAR) ### Question: Name the D 45 which has D 44 of d 53 ### Answer: SELECT d_...
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 (rank INTEGER, total VARCHAR, bronze VARCHAR, gold VARCHAR, silver VARCHAR) ### Question: What is the...
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 station (name VARCHAR, station_id VARCHAR); CREATE TABLE train_station (station_id VARCHAR) ### Question: Show the ...
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 (land___sqmi__ INTEGER, water__sqmi_ VARCHAR, longitude VARCHAR, ansi_code VARCHAR, pop__2010_ VARCHA...
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 (home_town VARCHAR, weight VARCHAR) ### Question: Which Home Town had the weight of 201? ### Answer: ...
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 (format VARCHAR, date VARCHAR, label VARCHAR, catalog VARCHAR) ### Question: Which Format has a Label...
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 (date VARCHAR, location_attendance VARCHAR) ### Question: Which Date has a Location/Attendance of ver...
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_23308178_7 (points INTEGER, record VARCHAR) ### Question: Calculate the highest points where the win,loss, ti...
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 (driver VARCHAR, time_retired VARCHAR, grid VARCHAR) ### Question: Who drive the car that retired due...
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_12886178_5 (try_bonus VARCHAR, tries_against VARCHAR) ### Question: How many clubs have a tries against count...
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, partner VARCHAR) ### Question: what date was giulia casoni the partner? ### Answer: SE...
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_39 (prohibition_ticket VARCHAR, greenback_ticket VARCHAR) ### Question: Who was on the prohibition ticke...
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_35 (date VARCHAR, home_team VARCHAR) ### Question: What is the Date of the Sutton United Home game? ### ...
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, location_attendance VARCHAR) ### Question: When was the game played that was at the Se...
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_24 (years VARCHAR, goals VARCHAR) ### Question: What Years have a Goal of 82? ### Answer: SELECT years F...
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_25662434_1 (title VARCHAR, production_code VARCHAR) ### Question: How many titles had production code 1040? #...
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_14 (result VARCHAR, opponent VARCHAR) ### Question: Which result was there when the opponents were the B...
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_1965650_6 (position VARCHAR, player VARCHAR) ### Question: How many positions for denis patry? ### Answer: SE...
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_12434380_1 (founded VARCHAR, institution VARCHAR) ### Question: When was the institution of Kansas city Kansa...
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_2144436_1 (population__2010_ INTEGER, barangay VARCHAR) ### Question: What was the population in 2010 for Min...
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_41 (worldwide VARCHAR, film VARCHAR) ### Question: WHAT IS THE WORLDWIDE BOX OFFICE FOR BRAVE? ### Answe...
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 (nominee VARCHAR, outcome VARCHAR, category VARCHAR) ### Question: Which nominee won the award for Fou...
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 (total VARCHAR, set_2 VARCHAR) ### Question: What is the total for the set 2 of 25-18? ### Answer: SE...
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_61 (parallel_bars INTEGER, country VARCHAR, vault VARCHAR) ### Question: Name the highest Parallel Bars ...
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 (opponent VARCHAR, points VARCHAR, january VARCHAR) ### Question: what opponent has an average less t...
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 (place VARCHAR, player VARCHAR) ### Question: What place in Lon Hinkle in? ### Answer: SELECT place F...
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_20799905_1 (mccain_percentage VARCHAR, county VARCHAR) ### Question: How many figures are given for McCain's ...
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_33 (model VARCHAR, displacement VARCHAR) ### Question: What model has an engine of 1,868 cc? ### Answer:...
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_27734577_13 (game INTEGER, high_assists VARCHAR) ### Question: What is the game number where josh smith (4) h...
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 (congress VARCHAR, _number_of_cosponsors VARCHAR) ### Question: Which Congress has a # of cosponsors ...
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_14623167_1 (owner VARCHAR, branding VARCHAR) ### Question: Name the owners for prairie public ### Answer: SEL...
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_10054296_1 (chapters INTEGER, classification VARCHAR, headquarters VARCHAR) ### Question: What is the number ...
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 (record_company VARCHAR, year_of_recording VARCHAR, conductor VARCHAR) ### Question: What record comp...
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 (game INTEGER, series VARCHAR) ### Question: Series of oilers win 4–3 had what highest game? ### Answe...
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_16 (crowd INTEGER, venue VARCHAR) ### Question: What is the average crowd size at glenferrie oval? ### A...
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_35 (crowd VARCHAR, venue VARCHAR) ### Question: How large was the crowd at Brunswick Street Oval? ### An...
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_191105_2 (first_aired VARCHAR, performed_by VARCHAR) ### Question: When zachary sanders is the performer how ...
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_17288825_7 (location_attendance VARCHAR, high_assists VARCHAR) ### Question: At what location and what was th...
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_20906175_3 (touchdowns VARCHAR, qb_rating VARCHAR) ### Question: How many touchdowns were there with QB ratin...
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_14655757_1 (player VARCHAR, college VARCHAR) ### Question: Which players college is Tennessee? ### Answer: SE...
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_23265433_2 (overall VARCHAR, offensive VARCHAR) ### Question: Name the overall for mark steenhuis ### Answer:...
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 (record VARCHAR, date VARCHAR) ### Question: On May 26, what was the team's record? ### Answer: SELEC...
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 (bronze INTEGER, gold VARCHAR, silver VARCHAR) ### Question: What is the total amount of bronze medal...
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_16 (points INTEGER, year VARCHAR, entrant VARCHAR, chassis VARCHAR) ### Question: What are the average p...
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 (played INTEGER, points VARCHAR) ### Question: Name the average Played with a Points of 0*? ### Answe...
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 (high_score INTEGER, inns VARCHAR, average VARCHAR, stump VARCHAR, catches VARCHAR) ### Question: Wha...
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 (total INTEGER, county VARCHAR) ### Question: What is galway county's total? ### Answer: SELECT SUM(t...
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 (to_par VARCHAR, player VARCHAR) ### Question: Golfer Steve Pate has what To par? ### Answer: SELECT ...
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 (college VARCHAR, player VARCHAR) ### Question: What college did Marcus Wilson attend? ### Answer: SE...
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_39 (title VARCHAR, director VARCHAR) ### Question: Which Title has a Director of rowell santiago? ### An...
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_25604014_6 (no_in_series VARCHAR, directed_by VARCHAR, no_in_season VARCHAR) ### Question: What are the numbe...
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_24 (time_retired VARCHAR, laps VARCHAR) ### Question: what is the time/retired when the laps is 52? ### ...
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 (rank INTEGER, country VARCHAR) ### Question: What is the highest rank for the team of egypt? ### Ans...
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 (score INTEGER, venue VARCHAR, year VARCHAR) ### Question: What was the sum of the scores before the ...
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 (location_ VARCHAR, l_ VARCHAR, river_mile VARCHAR, locks_ VARCHAR, _dam VARCHAR) ### Question: What i...
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_22 (team VARCHAR, laps VARCHAR) ### Question: Which team has driven 134 laps? ### Answer: SELECT team FR...
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_27700375_6 (game VARCHAR, high_rebounds VARCHAR) ### Question: In how many games were the high rebounds made ...