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_44 (tally VARCHAR, opposition VARCHAR, county VARCHAR, total VARCHAR) ### Question: What is the tally 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_1 (winning_team VARCHAR, round VARCHAR) ### Question: Who was the winning team for round 3? ### 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_27 (name VARCHAR, decile VARCHAR, roll VARCHAR) ### Question: Which school has a decile of 8 and a roll ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE match_season (College VARCHAR) ### Question: Show the name of colleges that have at least two players in descending...
Below is an context that describes a sql 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 (player VARCHAR, round VARCHAR, nationality VARCHAR) ### Question: What player has a round larger than...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE customer (cust_name VARCHAR, cust_id VARCHAR); CREATE TABLE loan (cust_id VARCHAR) ### Question: Find the name of c...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_28498999_3 (to_par VARCHAR, after VARCHAR) ### Question: What is the to par when the after is 33? ### 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_51 (council_area VARCHAR, urban_sub_area VARCHAR) ### Question: What is the council area for the Larkhal...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_15190346_2 (stadium VARCHAR, attendance VARCHAR) ### Question: What is the stadium where the attendance was 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_50 (first_edition VARCHAR, isbn VARCHAR) ### Question: Which first edition has an ISBN of 978-0785166252...
Below is an context that describes a sql 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 (points VARCHAR, entrant VARCHAR, chassis VARCHAR) ### Question: How many points did the ATS Wheels e...
Below is an context that describes a sql 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 (standard VARCHAR, pollutant VARCHAR, averaging_time VARCHAR) ### Question: what is the standard when...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_228973_5 (no_in_series INTEGER, original_air_date VARCHAR) ### Question: What episode number in the series 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_95 (density__people_km_2__ VARCHAR, area__km_2__ VARCHAR, population__2012_ VARCHAR) ### Question: 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_name_54 (round INTEGER, school_club_team VARCHAR) ### Question: In what round was a player from Michigan 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_25 (game INTEGER, result VARCHAR) ### Question: what is the game when the result is new zealand by 4 wic...
Below is an context that describes a sql 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 (operating_system_version VARCHAR, storage___flash__ VARCHAR) ### Question: Which operating system ha...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_28802165_1 (s_acre VARCHAR, townland VARCHAR) ### Question: How many acres is the townland of Maddenstown Mid...
Below is an context that describes a sql 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 (round VARCHAR, position VARCHAR) ### Question: What is the total round of the tight end position 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_2 (quantity_made VARCHAR, class VARCHAR) ### Question: How many CLASS P14 trains were made? ### 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_42 (crowd INTEGER, away_team VARCHAR) ### Question: When the Away team is melbourne, what's the lowest C...
Below is an context that describes a sql 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 (district VARCHAR, name VARCHAR) ### Question: What district is the parish Milburn in? ### 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_22514845_5 (reporters VARCHAR, race_caller VARCHAR, s_analyst VARCHAR) ### Question: Name the reporters for 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_96 (leading_scorer VARCHAR, visitor VARCHAR) ### Question: Who was the leading scorer against the visiti...
Below is an context that describes a sql 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 (result VARCHAR, record VARCHAR, game VARCHAR, streak VARCHAR) ### Question: Which Result has a 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_67 (position VARCHAR, round VARCHAR, pick VARCHAR) ### Question: What position after round 8 has a pick ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_24193494_3 (division VARCHAR, powertrain__engine_transmission_ VARCHAR) ### Question: Name the division 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_94 (best_blocker VARCHAR, league_champion VARCHAR, cantsleep_award VARCHAR) ### Question: Who was the be...
Below is an context that describes a sql 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 (home VARCHAR, club VARCHAR) ### Question: What is the home record for the Auxerre club? ### 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_67 (rank INTEGER, name VARCHAR) ### Question: What is the lowest rank of Citigroup? ### Answer: SELECT M...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_13505192_3 (production_code INTEGER, season_number VARCHAR) ### Question: What is the production code for sea...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_17 (silver VARCHAR, location VARCHAR) ### Question: What Silver has the Location of Guangzhou? ### 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_27293285_2 (points_for VARCHAR, club VARCHAR) ### Question: How many points for did Munster have? ### 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_11256021_1 (founder VARCHAR, date VARCHAR) ### Question: who is the founder where date is c. 1900 ### 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_96 (points VARCHAR, lost VARCHAR) ### Question: Name the points with lost of 19 ### Answer: SELECT point...
Below is an context that describes a 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_11 (high_rebounds VARCHAR, location_attendance VARCHAR) ### Question: Name the high rebounds for wel...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_64 (home_team VARCHAR, tie_no VARCHAR) ### Question: What home team has 27 as the tie no.? ### Answer: 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_10 (losses INTEGER, wins VARCHAR, ties VARCHAR) ### Question: what is the average losses when the wins 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_38 (position VARCHAR, player VARCHAR, goals VARCHAR, tries VARCHAR) ### Question: With 0 Goals and less ...
Below is an context that describes a sql 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 (Id VARCHAR) ### Question: what is 1955 when 1961 is n/a? ### Answer: SELECT 1955 FROM table_name_78 ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE Faculty (rank VARCHAR) ### Question: For each faculty rank, show the number of faculty members who have it. ### 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_71 (result VARCHAR, attendance INTEGER) ### Question: What is the result of the game with an attendance ...
Below is an context that describes a sql 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 (games VARCHAR, drawn VARCHAR, lost VARCHAR) ### Question: Which Games have a Drawn smaller than 1, 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_53 (year INTEGER, title VARCHAR) ### Question: What is the sum of Year, when Title is "Mnet Director's C...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_26 (chassis VARCHAR, entrant VARCHAR, year VARCHAR) ### Question: Which Chassis has an Entrant of cooper...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_16575609_4 (pick__number INTEGER, cfl_team VARCHAR) ### Question: Name the most pick number for cfl team bein...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_19412902_2 (pos INTEGER) ### Question: What is the lowest position? ### Answer: SELECT MAX(pos) FROM table_19...
Below is an context that describes a sql 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 (to_par VARCHAR, score VARCHAR) ### Question: What was the to par of the player of who scored 70-70=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_53 (rank INTEGER, nation VARCHAR, silver VARCHAR) ### Question: Which Rank has a Nation of south korea, ...
Below is an context that describes a sql 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 (pilot VARCHAR, record_description VARCHAR, date VARCHAR) ### Question: Record description of maximum...
Below is an context that describes a sql 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 (college_junior_club_team VARCHAR, player VARCHAR) ### Question: Tell me the college for jason holland...
Below is an context that describes a sql 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 (silver INTEGER, rank VARCHAR, total VARCHAR) ### Question: What is the total number of silver medals...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_26669939_1 (year INTEGER) ### Question: What was the most recent year? ### Answer: SELECT MAX(year) FROM tabl...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_24538587_11 (socket VARCHAR, brand_name__list_ VARCHAR) ### Question: What is the sockets associated with a 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_27862483_3 (_number VARCHAR, date VARCHAR) ### Question: How many different numbers are there for the game 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 table_name_35 (episode VARCHAR, budget VARCHAR) ### Question: Which episode of Top Gear had a budget of £7,000? ###...
Below is an context that describes a sql 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 (team VARCHAR, location_attendance VARCHAR, score VARCHAR) ### Question: Which team was the opponent ...
Below is an context that describes a sql 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 (almalı__qax_ VARCHAR, süskən VARCHAR) ### Question: What is the Almali village with the Süskən villa...
Below is an context that describes a sql 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 (trainer VARCHAR, time VARCHAR) ### Question: Who trained the horse with time of 1:09.40? ### 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_64 (location VARCHAR, result VARCHAR) ### Question: Where was the game which ended in a 4-1 w? ### 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_31 (matches INTEGER, player VARCHAR, total VARCHAR) ### Question: With a Total of less than 29, what is ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_97 (country VARCHAR, network VARCHAR) ### Question: Which Country has a Network of channel 1? ### 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_33 (pos VARCHAR, player VARCHAR) ### Question: What is Pos., when Player is "Nigel De Jong"? ### 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_10960039_1 (pick__number INTEGER, college VARCHAR) ### Question: What is McMaster College's pick 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_20 (gold VARCHAR, nation VARCHAR) ### Question: Tell me the gold for netherlands ### Answer: SELECT gold...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_20592988_1 (condition VARCHAR, platelet_count VARCHAR, prothrombin_time VARCHAR) ### Question: In what condit...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_142950_1 (established INTEGER, location VARCHAR) ### Question: What is the year leicester was established? ##...
Below is an context that describes a sql 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 (result VARCHAR, venue VARCHAR, date VARCHAR) ### Question: What is the result of the game played in R...
Below is an context that describes a sql 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 (byes VARCHAR, wins VARCHAR, losses VARCHAR) ### Question: Can you tell me the total number of Byes 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_41 (first_title VARCHAR, wins VARCHAR, country VARCHAR) ### Question: Which First title has Wins smaller...
Below is an context that describes a sql 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 (class__old__to_1868 VARCHAR, quantity INTEGER) ### Question: Can you tell me the Class (old) to 1868...
Below is an context that describes a sql 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 (round INTEGER, name VARCHAR) ### Question: What is the highest round number for donnie caraway? ### 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 cinema (Id VARCHAR) ### Question: How many cinema do we have? ### Answer: SELECT COUNT(*) FROM cinema
Below is an context that describes a sql 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 (foundation VARCHAR, name_in_english VARCHAR) ### Question: What is the foundation for the institution...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_11447995_2 (liscumb VARCHAR, gauthier VARCHAR) ### Question: What is the Liscumb when Gauthier is 34? ### 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_28884858_2 (team VARCHAR, capacity_percentage VARCHAR) ### Question: What team had a capacity of 102.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_21 (location VARCHAR, year VARCHAR, international_captain VARCHAR) ### Question: what is the location 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_3 (time VARCHAR, name VARCHAR) ### Question: What is Park Tae-Hwan's final time? ### Answer: SELECT time...
Below is an context that describes a sql 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 (tournament VARCHAR, margin_of_victory VARCHAR, winning_score VARCHAR) ### Question: What Tournament ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_26 (distance VARCHAR, type VARCHAR) ### Question: What is the distance for the team time trial? ### 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_2522473_1 (home_city VARCHAR, home_ground VARCHAR) ### Question: What Home city has the home ground Klepp sta...
Below is an context that describes a sql 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 (fatalities VARCHAR, time VARCHAR) ### Question: What number of Fatalties is associated with the Time...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_12094300_1 (swimsuit VARCHAR, average VARCHAR) ### Question: What is the score for swimsuit when the average ...
Below is an context that describes a sql 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 (played VARCHAR, lost VARCHAR) ### Question: Name the played with lost of 5 ### Answer: SELECT played...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_12113888_1 (number VARCHAR, rebuilt VARCHAR) ### Question: How many times was the rebuilt data cannot handle ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_93 (silver VARCHAR, nation VARCHAR) ### Question: How many silver medals does China have? ### 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_52 (location_attendance VARCHAR, date VARCHAR) ### Question: What is the location attendance of the 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_99 (points INTEGER, february VARCHAR, game VARCHAR, score VARCHAR) ### Question: Which Points have a Gam...
Below is an context that describes a sql 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 (week VARCHAR, attendance VARCHAR) ### Question: Which week's game had an attendance of 90,138? ### 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_22824324_2 (three_pointers INTEGER, player VARCHAR) ### Question: What is the lowest number of three pointers...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_25519358_1 (horizontal_0_a VARCHAR, name VARCHAR) ### Question: Name the horizontal 0 for 通 tong ### 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 (Id VARCHAR) ### Question: Can you tell me the 2009 that has the 2011 of A? ### Answer: SELECT 2009 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_name_56 (position VARCHAR, lost VARCHAR, points VARCHAR, drawn VARCHAR) ### Question: What is the total 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_99 (place INTEGER, goals_scored VARCHAR, draw VARCHAR) ### Question: What is the highest place that has ...
Below is an context that describes a sql 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 (d_43 VARCHAR, d_41 VARCHAR) ### Question: What is the D43 associated with a D41 of r 21? ### 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_99 (votes__gib_ INTEGER, _percentage__gib_ VARCHAR, seats VARCHAR) ### Question: What is the sum of vote...
Below is an context that describes a sql 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 (conv VARCHAR, pens VARCHAR, player VARCHAR) ### Question: How many conversions did Severo Koroduadua...
Below is an context that describes a sql 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 (bronze VARCHAR, silver INTEGER) ### Question: What is the total of bronze that has more silvers than...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_27914076_1 (callsign VARCHAR, coverage VARCHAR) ### Question: Name the callsign for davao mindanao region ###...
Below is an context that describes a sql 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 (points INTEGER, year INTEGER) ### Question: Name the sum of points for 1984 ### Answer: SELECT SUM(p...