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_27 (silver INTEGER, nation VARCHAR, gold VARCHAR) ### Question: What kind of Silver has a Nation of norw...
Below is an context that describes a 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 (week VARCHAR, finalist VARCHAR) ### Question: What week was the finalist Martina Hingis? ### 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_39 (_percentage_buddhist VARCHAR, population VARCHAR) ### Question: What is the percentage of Buddhist 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_238124_1 (platelet_count VARCHAR, bleeding_time VARCHAR, prothrombin_time VARCHAR) ### Question: When the ble...
Below is an context that describes a 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 (on_demand VARCHAR, free_or_pay VARCHAR, provider VARCHAR) ### Question: Which On demandhas a Free or...
Below is an context that describes a 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 (week INTEGER, result VARCHAR) ### Question: What is the largest week that has t 35-35 as the result?...
Below is an context that describes a 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 (director VARCHAR, rank VARCHAR, worldwide_gross VARCHAR) ### Question: What director has a worldwide...
Below is an context that describes a 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 (opponent VARCHAR, game VARCHAR, date VARCHAR) ### Question: On May 9 after Game 3, what was the Oppo...
Below is an context that describes a 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 (inscription VARCHAR, identification VARCHAR) ### Question: What is the name of the inscription where...
Below is an context that describes a 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 (score VARCHAR, player VARCHAR) ### Question: What was Arnold Palmer's score in the tournamnet? ### 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_name_48 (place VARCHAR, score VARCHAR) ### Question: WHAT PLACE WAS A SCORE 67-70=137? ### Answer: SELECT pla...
Below is an context that describes a 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 (division_iV VARCHAR, division_iII VARCHAR, portsmouth VARCHAR) ### Question: With a Division II of 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 Course_Authors_and_Tutors (address_line_1 VARCHAR, personal_name VARCHAR) ### Question: What are the addresses of 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_50 (byes INTEGER, wins INTEGER) ### Question: How many byes when there are more than 16 wins? ### 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_29 (score VARCHAR, date VARCHAR) ### Question: What is the score of the match on 12 September 1990? ### ...
Below is an context that describes a 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, date VARCHAR) ### Question: What score has October 31 as the date? ### 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_16494599_4 (player VARCHAR, position VARCHAR) ### Question: What players play guard? ### Answer: SELECT playe...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_22904780_1 (title VARCHAR, us_viewers__million_ VARCHAR) ### Question: List the number of shows that had 12.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_37 (rank INTEGER, silver VARCHAR, total VARCHAR, nation VARCHAR) ### Question: What is the lowest rank 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_43 (date VARCHAR, venue VARCHAR, score VARCHAR) ### Question: What is the date of the game at the Pro Pl...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE Templates (Id VARCHAR) ### Question: How many templates do we have? ### Answer: SELECT COUNT(*) FROM Templates
Below is an context that describes a 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 (pole_position VARCHAR, race_name VARCHAR) ### Question: What pole position did 2006 gehl championshi...
Below is an context that describes a 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 (term_ending INTEGER, name VARCHAR) ### Question: Name of xue hanqin has what highest term ending? ##...
Below is an context that describes a 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 (round INTEGER, nationality VARCHAR, position VARCHAR) ### Question: What is the average round of 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_82 (driver VARCHAR, laps VARCHAR, time_retired VARCHAR) ### Question: Which driver had an accident and l...
Below is an context that describes a 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 (romaji_title VARCHAR, tv_station VARCHAR, average_ratings VARCHAR) ### Question: Which Romaji Title ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_22683369_8 (league INTEGER) ### Question: What was the lowest number of points scored in the league cup? ### ...
Below is an context that describes a 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 (name VARCHAR, caps VARCHAR) ### Question: Who has a 59 cap? ### Answer: SELECT name FROM table_name_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_27 (fs VARCHAR, sp INTEGER, name VARCHAR, points VARCHAR, rank VARCHAR) ### Question: What is the larges...
Below is an context that describes a 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 (rank VARCHAR, losing_semi__finalist VARCHAR, winner VARCHAR) ### Question: Which Rank has a Losing 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_90 (runner_up VARCHAR, venue VARCHAR) ### Question: For the event held in Tartu, Estonia, what is the na...
Below is an context that describes a 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_71 (results VARCHAR, incumbent VARCHAR) ### Question: What are the results for Bill Shuster? ### 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_65 (digital_channel VARCHAR, name VARCHAR) ### Question: Which digital channel is named Storm Tracker? #...
Below is an context that describes a 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 (date VARCHAR, opposing_teams VARCHAR, against VARCHAR) ### Question: What day was Australia the oppo...
Below is an context that describes a 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 (team_1 VARCHAR) ### Question: What is the 1st leg of the Al Fahaheel Team 1? ### Answer: SELECT 1 AS...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE prereq (course_id VARCHAR, prereq_id VARCHAR); CREATE TABLE course (title VARCHAR, course_id VARCHAR); CREATE TABLE...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_21109892_1 (value__int_ INTEGER, value_world_rank VARCHAR) ### Question: When the value rank is 23, what is 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_20 (class VARCHAR, stages_won VARCHAR, position VARCHAR) ### Question: What is the class that that won 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 Has_allergy (Allergy VARCHAR) ### Question: Show all allergies with number of students affected. ### 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_21 (season VARCHAR, pts VARCHAR, pos VARCHAR, pld VARCHAR) ### Question: What season had 1st position, 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_70 (year INTEGER, date VARCHAR) ### Question: Which is the average year with the date of February 24? ##...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_171236_1 (status VARCHAR, census_ranking VARCHAR) ### Question: If the census ranking is 693 of 5,008, 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_14598_5 (buddhist VARCHAR, s_jain VARCHAR) ### Question: How many buddhists are where s jain have 941? ### 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_name_9 (score VARCHAR, record VARCHAR) ### Question: What is the score for 4-1? ### Answer: SELECT score FROM...
Below is an context that describes a 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 (to_par VARCHAR, score VARCHAR) ### Question: What is the to par for the player who had a score of 70...
Below is an context that describes a 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 (area__sq_mi_ INTEGER, county VARCHAR) ### Question: Which is the largest area in Greenville County, ...
Below is an context that describes a 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 (date VARCHAR, delta VARCHAR) ### Question: On what Date is Delta 0:40? ### Answer: SELECT date FROM 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_35 (year VARCHAR, total VARCHAR, la_matches VARCHAR) ### Question: What year had a total of 2 and LA mat...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_27722408_8 (location_attendance VARCHAR, team VARCHAR) ### Question: What was location and attendance for 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_42 (grid INTEGER, time_retired VARCHAR, laps VARCHAR) ### Question: Which grid has a time/retired of +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_15 (first_elected VARCHAR, incumbent VARCHAR) ### Question: Which First elected has a Incumbent of none ...
Below is an context that describes a 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 (expected_speed_up† VARCHAR, application VARCHAR) ### Question: What is the expected speed up of 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_40 (nanquan INTEGER, nangun VARCHAR, rank VARCHAR, total VARCHAR) ### Question: WHAT IS THE LOWEST NANQU...
Below is an context that describes a 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 (opponent VARCHAR, game VARCHAR) ### Question: Who was their opponent in game 4? ### Answer: SELECT 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_35 (date_aired VARCHAR, network VARCHAR) ### Question: Which date was the show aired on the RTL Televizi...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_168274_1 (icb_sector VARCHAR, ticker_symbol VARCHAR) ### Question: Name the icb sector for ai ### 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 TV_series (Episode VARCHAR, Rating VARCHAR) ### Question: List top 3 highest Rating TV series. List the TV series'...
Below is an context that describes a 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_71 (week INTEGER, opponent VARCHAR) ### Question: What is the Week of the game against Green Bay Packers...
Below is an context that describes a 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 (mall_name VARCHAR, stores VARCHAR) ### Question: Which Mall has 140 stores? ### Answer: SELECT mall_n...
Below is an context that describes a 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 (year VARCHAR, chassis VARCHAR) ### Question: Name the total number of years for chassis of ensign n17...
Below is an context that describes a 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 (date VARCHAR, runner_s__up VARCHAR) ### Question: On which date did Ian Mosey finish runner-up? ### ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE drivers (driverid VARCHAR, surname VARCHAR); CREATE TABLE races (raceid VARCHAR); CREATE TABLE results (driverid VA...
Below is an context that describes a 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_27 (fourth_quarter VARCHAR, rank VARCHAR, second_quarter VARCHAR) ### Question: When the rank is less 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_6 (opponent VARCHAR, date VARCHAR) ### Question: What was the opponent on november 8, 1981? ### 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_11497980_1 (power_kw VARCHAR, model VARCHAR) ### Question: What is the power kw@RPM of the 13.180 model? ### ...
Below is an context that describes a 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 (icelandic VARCHAR, norwegian__nynorsk_ VARCHAR) ### Question: Which Icelandic has a Norwegian (nynor...
Below is an context that describes a 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 (year INTEGER, remixed_by VARCHAR) ### Question: What the highest Year with a Remixed by Laurent Bout...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2897457_2 (nhl_team VARCHAR, player VARCHAR) ### Question: What NHL team picked richard borgo? ### 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_25 (round VARCHAR, name VARCHAR) ### Question: How many rounds had a race name of anglia tv 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 table_name_29 (writer_s_ VARCHAR, episode VARCHAR) ### Question: Which writer wrote episode 18-09 (652)? ### 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_50 (date VARCHAR, score VARCHAR, record VARCHAR) ### Question: Which Date has a Score of 2–7, and a Reco...
Below is an context that describes a 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 (position VARCHAR, cfl_team VARCHAR) ### Question: Can you tell me the Position that has the CFL Team...
Below is an context that describes a 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 (notes VARCHAR, location VARCHAR) ### Question: What is the notes left for Berlin? ### 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_6 (total INTEGER, gold VARCHAR, silver VARCHAR) ### Question: What is the least total when there are mor...
Below is an context that describes a 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 (date VARCHAR, race VARCHAR) ### Question: When did the Argentine Grand Prix race? ### 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_74 (singapore_gross VARCHAR, title VARCHAR) ### Question: What is the Singapore Gross with a Title 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_62 (goals_for INTEGER, goal_difference VARCHAR, points_1 VARCHAR) ### Question: What is the average goal...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_11190568_7 (date_of_vacancy VARCHAR, outgoing_manager VARCHAR) ### Question: When are the vacancy dates for 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_45 (high_assists VARCHAR, date VARCHAR) ### Question: Who has the highest assists on april 28? ### 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_70 (pick VARCHAR, college VARCHAR) ### Question: What is the pick of wiley college? ### Answer: SELECT 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 wrestler (Wrestler_ID VARCHAR, Days_held INTEGER); CREATE TABLE elimination (Time VARCHAR, Wrestler_ID 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_1342198_17 (first_elected INTEGER, incumbent VARCHAR) ### Question: How many results for minimum first electe...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1725413_5 (open_era VARCHAR, first_title VARCHAR) ### Question: How many open era titles does the team with 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_70 (grid INTEGER, laps VARCHAR, bike VARCHAR, time VARCHAR) ### Question: What is the largest Grid 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_74 (city VARCHAR, jul VARCHAR) ### Question: Name the city with july of 88 °f / 31.1 °c ### Answer: SELE...
Below is an context that describes a 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 (d_42_√ VARCHAR, d_45_o VARCHAR) ### Question: What is the value of D 42 √, when the value of D 45 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_1998037_9 (television_commentator VARCHAR, spokesperson VARCHAR) ### Question: Who is the television commenta...
Below is an context that describes a 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 (lost VARCHAR, opposition VARCHAR, tied VARCHAR) ### Question: What is the total number of losses aga...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_26919_6 (sabaean VARCHAR, arabic VARCHAR) ### Question: Name the sabaean for sabʕ- ### Answer: SELECT sabaean...
Below is an context that describes a 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 (event VARCHAR, score VARCHAR) ### Question: Name the Event which has a Score of 209-197? ### 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_86 (goals_conceded INTEGER, points VARCHAR, played VARCHAR) ### Question: What are the total amount of G...
Below is an context that describes a 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 (pos VARCHAR, school_country VARCHAR) ### Question: What position does the player from arkansas play?...
Below is an context that describes a 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, label VARCHAR, catalog VARCHAR) ### Question: What date is the release when the 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_48 (virtues VARCHAR, psycho_social_crisis VARCHAR) ### Question: What Virtue looks at the intimacy vs. 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_28523_2 (gender VARCHAR, school VARCHAR) ### Question: What is the gender of the cunningham hill infant scho...
Below is an context that describes a 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 (games INTEGER, rank VARCHAR, rebounds VARCHAR) ### Question: Which game has more than 112 rebounds 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_66 (firefox VARCHAR, safari VARCHAR) ### Question: What percentage of users were using Firefox according...
Below is an context that describes a 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 (bonus_points VARCHAR, drawn VARCHAR, points_for VARCHAR) ### Question: What is the number of bonus 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_1137694_3 (round VARCHAR, winning_driver VARCHAR) ### Question: How many total rounds did Damon Hill come in ...
Below is an context that describes a 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_81 (frequency VARCHAR, power VARCHAR) ### Question: What is the frequency with 900w power? ### Answer: S...