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_28 (cultural_and_educational_panel INTEGER, agricultural_panel VARCHAR, university_of_dublin VARCHAR, 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_28 (name VARCHAR, percentage VARCHAR) ### Question: Which name has a percentage of 0.59%? ### 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_22 (winning_constructor VARCHAR, grand_prix VARCHAR) ### Question: Name the winning constructor for abu ...
Below is an context that describes 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 (id VARCHAR, name VARCHAR); CREATE TABLE status (station_id VARCHAR, bikes_available INTEGER) ### Question:...
Below is an context that describes a sql 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 (margin_of_victory VARCHAR, tournament VARCHAR) ### Question: What was the margin of victory for Olaz...
Below is an context that describes a sql 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 (record VARCHAR, decision VARCHAR, date VARCHAR) ### Question: What is the record for November 26, wi...
Below is an context that describes a sql 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 (pick INTEGER, player VARCHAR) ### Question: What is the highest Pick, when Player is "Todd Van Poppe...
Below is an context that describes a sql 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 (games VARCHAR, name VARCHAR) ### Question: What is the number of games for Shlomi Avrahami? ### 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_74 (score VARCHAR, home_team VARCHAR) ### Question: What was the score for home team AFC Hornchurch? ###...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_59 (total INTEGER, championship INTEGER) ### Question: What is the average total for less than 1 champio...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2668352_11 (first_elected VARCHAR, incumbent VARCHAR) ### Question: Name the first elected for jacob markell ...
Below is an context that describes a sql 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 (first_elected VARCHAR, district VARCHAR) ### Question: What is First Elected, when District is "Minn...
Below is an context that describes a sql 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 (rank INTEGER, years VARCHAR) ### Question: Which Rank has a Years of 1998–present? ### 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_15467476_3 (losing_bonus VARCHAR, points_difference VARCHAR) ### Question: What is the losing bonus for the 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_26368963_1 (year VARCHAR, under_15 VARCHAR, under_19 VARCHAR) ### Question: How many years are there where 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_13 (pick__number VARCHAR, nhl_team VARCHAR) ### Question: What Pick # does the St. Louis Blues 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_56 (english_title VARCHAR, role VARCHAR) ### Question: What is the English of chae soo-yeon? ### 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_15778392_1 (result VARCHAR, original_artist VARCHAR) ### Question: WHAT IS THE RESULT FOR THE SONG WHERE 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_22 (term VARCHAR, district VARCHAR, party VARCHAR) ### Question: Which term had a Democratic representat...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_27756314_10 (high_rebounds VARCHAR, date VARCHAR) ### Question: Who had high rebounds when the date was march...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_12148018_2 (writer VARCHAR, viewers VARCHAR) ### Question: who is the writer where viewers is 5.16m ### 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_49 (total INTEGER, egyptian_premier_league VARCHAR, egypt_cup VARCHAR) ### Question: What is the highest...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1341604_11 (party VARCHAR, district VARCHAR) ### Question: Name the party of georgia 4 ### Answer: SELECT par...
Below is an context that describes a sql 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 (name VARCHAR, time VARCHAR) ### Question: What is the Name, when the Time is 8:10.1? ### 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_name_19 (opponent VARCHAR, record VARCHAR) ### Question: Name the opponent with record of 6-2 ### 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_name_88 (outcome VARCHAR, year VARCHAR, score VARCHAR) ### Question: What is the Outcome of the Match 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_name_15 (points INTEGER, equipment VARCHAR, position VARCHAR) ### Question: What were highest points received...
Below is an context that describes a sql 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 (winning_score VARCHAR, date VARCHAR) ### Question: What was the Winning Score on May 29, 1977? ### 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_49 (province VARCHAR, period VARCHAR) ### Question: Tell me the province of 1941-1946 ### 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_12962773_5 (height VARCHAR, current_club VARCHAR) ### Question: what's the height with current club being dkv...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_26609958_1 (rainfall_totals__million_m_3__ VARCHAR, hydrographic_basin VARCHAR) ### Question: When martha bra...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_256286_23 (description VARCHAR, _percentage_yes VARCHAR) ### Question: What is the description of the measure...
Below is an context that describes a sql 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 (nationality VARCHAR, player VARCHAR) ### Question: What is the Nationality for alexandre jacques? ###...
Below is an context that describes a sql 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 (points VARCHAR, tries_against VARCHAR) ### Question: When the tries against is 90 how many points ar...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_27721131_10 (location_attendance VARCHAR, high_rebounds VARCHAR) ### Question: What was the location attendan...
Below is an context that describes a sql 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 (record VARCHAR, game VARCHAR) ### Question: What is the record of game 48? ### Answer: SELECT record...
Below is an context that describes a sql 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 (home_team VARCHAR) ### Question: What did Melbourne score as the home team? ### Answer: SELECT home_...
Below is an context that describes a sql 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 (country VARCHAR, score VARCHAR) ### Question: What country has the score og 66-70-69-71=276? ### 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_43 (games VARCHAR, lost VARCHAR, goalsfor VARCHAR) ### Question: Lost of 42, and a Goalsfor 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 table_name_85 (points VARCHAR, played VARCHAR, average VARCHAR) ### Question: How many points were there when the 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_26 (player VARCHAR, total VARCHAR) ### Question: WHAT IS THE PLAYER WITH 287? ### Answer: SELECT player ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_11677691_5 (college VARCHAR, player VARCHAR) ### Question: Which college has the player Rushel Shell? ### 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_20854943_2 (loa__metres_ VARCHAR, sail_number VARCHAR) ### Question: What are the LOA (metres) of boat with 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_12842068_1 (submitting_country VARCHAR, film_title_used_in_nomination VARCHAR) ### Question: What country sub...
Below is an context that describes a sql 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 (loss VARCHAR, record VARCHAR) ### Question: Which loss has a Record of 54-39? ### Answer: SELECT los...
Below is an context that describes a sql 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 (name VARCHAR, region VARCHAR, date_of_reclassification VARCHAR) ### Question: WHose Name has a Regio...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_14845640_1 (production_code INTEGER, us_viewers__millions_ VARCHAR) ### Question: Namw the minimum production...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_17015_2 (no VARCHAR, population__2010_ VARCHAR) ### Question: Name the number where population 2010 is 171906...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_20174050_23 (reader VARCHAR, title VARCHAR) ### Question: who the reader of title department x? ### 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_25 (total INTEGER, name VARCHAR, league VARCHAR) ### Question: Which Total has a Name of alex mcleish ca...
Below is an context that describes a sql 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 (total INTEGER, gold VARCHAR, nation VARCHAR) ### Question: What is the average Total, when Gold is 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_25042332_22 (primary__6_13_years_ VARCHAR, preschool__0_5_years_ VARCHAR) ### Question: What is the enrollmen...
Below is an context that describes a sql 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 (established INTEGER, league VARCHAR, championships VARCHAR) ### Question: Which WNBA team that won 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 vocals (TYPE VARCHAR) ### Question: Which vocal type is the most frequently appearring type? ### Answer: SELECT TYP...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_10360823_1 (player_name VARCHAR, round VARCHAR) ### Question: Which player was chosen in round 17? ### 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 (games_played VARCHAR, draws VARCHAR, goals_conceded VARCHAR, goals_scored VARCHAR, loses 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_name_76 (position INTEGER, against INTEGER) ### Question: What is the average position with an against value ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_95 (date VARCHAR, tournament VARCHAR) ### Question: What was the date of the Paco Rabanne Open de France...
Below is an context that describes a sql 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, total VARCHAR) ### Question: On what date was the total 25–45? ### Answer: SELECT date...
Below is an context that describes a sql 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 (year INTEGER, gold VARCHAR) ### Question: What was the earliest year that Park Jung-Ah won the 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_name_51 (league_goals INTEGER, fa_cup_goals INTEGER) ### Question: what is the sum of league goals when the 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_68 (surface VARCHAR, date VARCHAR) ### Question: On what surface was the 26 August 2001 tournament 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_name_90 (name VARCHAR, total VARCHAR) ### Question: Who had a total of 34? ### Answer: SELECT name FROM 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_name_9 (fumb_yds INTEGER, fumb_f VARCHAR, int_lg VARCHAR) ### Question: Which Fumb Yds has a Fumb F. of 0, 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_1357052_6 (distribution VARCHAR, grsecurity VARCHAR) ### Question: what's the dbeingtribution with grsecurity...
Below is an context that describes a sql 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 (latitude INTEGER, pop__2010_ VARCHAR, water__sqmi_ VARCHAR, county VARCHAR) ### Question: What is 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_93 (date VARCHAR, score VARCHAR) ### Question: What date was the score won 1-2? ### Answer: SELECT date ...
Below is an context that describes a sql 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 (d_46_√ VARCHAR, d_50_√ VARCHAR) ### Question: What is the D 46 √ when the D 50 √ is d 50 √? ### 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_96 (away_team VARCHAR) ### Question: What is Richmond's away team score versus Geelong? ### 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_27998152_1 (date_of_birth VARCHAR, no VARCHAR) ### Question: for the no. 7 what is the date of birth ### 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_38 (power_output_(kw) VARCHAR, total_production VARCHAR) ### Question: Tell me the power output for tota...
Below is an context that describes a sql 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 (year INTEGER, category VARCHAR) ### Question: Which Year has a Category of best performance by a lea...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_29085880_1 (no VARCHAR, us_viewers__million_ VARCHAR) ### Question: Which episode number saw 1.312 million U....
Below is an context that describes a sql 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 (main_use VARCHAR, town VARCHAR) ### Question: What is the main use for the structure listed in walke...
Below is an context that describes a sql 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 (opponent VARCHAR, winner VARCHAR) ### Question: Tell me the opponent for winner of bc 2 ### 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_32 (to_par INTEGER, year_s__won VARCHAR, total VARCHAR, country VARCHAR) ### Question: How much To par 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_28962227_1 (runners_up VARCHAR, winner VARCHAR) ### Question: How many runners-up were there when Joanne Whea...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_55 (endowment_as_of_2008 VARCHAR, established VARCHAR) ### Question: What was the endowment in 2008 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_17311783_6 (high_points VARCHAR, team VARCHAR) ### Question: How many numbers were recorded for high points 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_29836557_2 (pick__number INTEGER, mls_team VARCHAR) ### Question: What pick number did Real Salt Lake get? ##...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_22269839_1 (written_by VARCHAR, production_code VARCHAR) ### Question: Who wrote the title with the productio...
Below is an context that describes a sql 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 (tv_time VARCHAR, opponent VARCHAR) ### Question: What was the TV Time for opponent jacksonville jagu...
Below is an context that describes a sql 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 (report VARCHAR, race VARCHAR) ### Question: Which Report includes the Belgian Grand Prix Race? ### 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_16 (coefficient VARCHAR, parts_per_example VARCHAR) ### Question: What is the Coefficient of 2 ppt? ### ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_73 (loss VARCHAR, record VARCHAR) ### Question: What loss has 4-2 as the record? ### Answer: SELECT loss...
Below is an context that describes a sql 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 (country VARCHAR, player VARCHAR, year VARCHAR) ### Question: What country did mario lemieux play 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_2985664_8 (strike_rate VARCHAR, catches_stumpings VARCHAR) ### Question: What is every strike rate when cathc...
Below is an context that describes a sql 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 (opposition VARCHAR, date VARCHAR) ### Question: Who was the opposition in the game on July 29? ### 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_5 (seats_2006 INTEGER, parties_and_voter_communities VARCHAR, _percentage_2006 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_16575609_5 (college VARCHAR, player VARCHAR) ### Question: How many colleges did Jon Gott attend? ### 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_14 (type VARCHAR, name VARCHAR) ### Question: Which Type has a Name of edson ratinho? ### 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_10408617_5 (bts_retail_price__regulated_ VARCHAR, tariff_code VARCHAR) ### Question: What is the regulated re...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_19872699_1 (builder VARCHAR, skipper VARCHAR) ### Question: Who build the boat where Ken Read was the skipper...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_18811741_15 (driver VARCHAR, starts VARCHAR) ### Question: Which driver starts 3? ### Answer: SELECT driver 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_11545282_5 (player VARCHAR, no VARCHAR) ### Question: Which player is no. 53? ### Answer: SELECT player 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_98 (province_region VARCHAR, location VARCHAR) ### Question: Where is the Cagayan de Oro city located? #...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_17972193_1 (record VARCHAR, opponent VARCHAR) ### Question: What was the game record when the opponent was '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_76 (location VARCHAR, round VARCHAR, opponent VARCHAR) ### Question: What is Location, when Round is "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_90 (react INTEGER, rank VARCHAR, nationality VARCHAR, lane VARCHAR, time VARCHAR) ### Question: What's 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_11734041_9 (height_in_ft VARCHAR, player VARCHAR) ### Question: How tall is the player jones, major major jon...