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_22736523_1 (result VARCHAR, order__number VARCHAR, song_choice VARCHAR) ### Question: If the song choice is 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_73 (medal VARCHAR, name VARCHAR) ### Question: What is the medal named fatuma roba category:articles wit...
Below is an context that describes a sql 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 (goals VARCHAR, caps VARCHAR) ### Question: Caps of 93 had how many goals? ### Answer: SELECT goals 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_85 (high_assists VARCHAR, game VARCHAR) ### Question: Who had the high assists in Game 22? ### 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_29250534_1 (club VARCHAR, location VARCHAR) ### Question: Which club is at the location of kuopio? ### 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_1231316_6 (wind__m_s_ VARCHAR, fastest_time__s_ VARCHAR, athlete VARCHAR) ### Question: Name the wind m/s and...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE Flight (destination VARCHAR) ### Question: Which destination has least number of flights? ### Answer: SELECT destin...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_61 (losing_bonus VARCHAR, points VARCHAR) ### Question: What is the Losing bonus, when the value for Poi...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_26916717_1 (name VARCHAR, home_town VARCHAR) ### Question: What is the name of the player from purcell, ok? #...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_23 (partner VARCHAR, surface VARCHAR, date VARCHAR) ### Question: What is the name of a partner that 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_21258_1 (crude_death_rate VARCHAR, deaths VARCHAR) ### Question: Among deaths 106 000 how many is crude ra...
Below is an context that describes a sql 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 (location VARCHAR, years_in_gfl VARCHAR) ### Question: What's the location where the Years in GFL was...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_13328239_4 (round VARCHAR, score VARCHAR) ### Question: How many rounds ended with a score of 16-52? ### 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_12 (group VARCHAR, race VARCHAR) ### Question: with race of ranvet stakes what is the group? ### 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 architect (gender VARCHAR) ### Question: How many architects are female? ### Answer: SELECT COUNT(*) FROM architect...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_17118657_7 (record VARCHAR, high_assists VARCHAR) ### Question: What was the record when Canty (5) was the hi...
Below is an context that describes a sql 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 (syracuse VARCHAR, utica VARCHAR, rochester VARCHAR) ### Question: What is Syracuse, when Utica is Un...
Below is an context that describes a 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_61 (meas_num VARCHAR, description VARCHAR) ### Question: What is the measure number for the bill descr...
Below is an context that describes a sql 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 (player VARCHAR, round VARCHAR, pick VARCHAR, position VARCHAR) ### Question: Who was the back 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_name_67 (attendance VARCHAR, away_team VARCHAR) ### Question: How many people attended the Away team of middl...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1341453_22 (first_elected INTEGER, district VARCHAR) ### Question: When did the elections take place in distr...
Below is an context that describes a sql 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 (player VARCHAR, country VARCHAR) ### Question: Which player is from south africa? ### 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_24285393_1 (country_or_region VARCHAR, highest_point VARCHAR) ### Question: In what country is mont sokbaro 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_38 (high_assists VARCHAR, team VARCHAR) ### Question: What is High Assists, when Team is "Oklahoma City"...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_63 (nickname VARCHAR, meaning VARCHAR) ### Question: What nickname has the meaning of God knows my journ...
Below is an context that describes a sql 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 (silver VARCHAR, bronze VARCHAR, gold VARCHAR) ### Question: What's the total silver medals having le...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_22181917_2 (directed_by VARCHAR, us_viewers__millions_ VARCHAR) ### Question: Who directed the episode that w...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_84 (royal_house VARCHAR, name VARCHAR) ### Question: Which royal house corresponds to Polyxenos Epiphane...
Below is an context that describes a sql 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 (athlete VARCHAR, nationality VARCHAR) ### Question: Which athlete from Germany has 2.20 of O and a 2...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_22824319_3 (steals VARCHAR, blocks VARCHAR) ### Question: Name the steals for 5 blocks ### Answer: SELECT ste...
Below is an context that describes a sql 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 (nation VARCHAR, silver VARCHAR, gold VARCHAR) ### Question: Which Nation won 5 Silver, and more 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_90 (year VARCHAR, bronze VARCHAR) ### Question: What is the total number of Year, when Bronze is "Jamie ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE products (product_type_code VARCHAR, product_price INTEGER) ### Question: What is the average price for each type 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_15 (time VARCHAR, rank VARCHAR, react VARCHAR, athlete VARCHAR) ### Question: How much Time has a Reacti...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_60 (record VARCHAR, opponent VARCHAR, loss VARCHAR) ### Question: Opponent of @ blue jays, and a Loss of...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_27615445_1 (audition_venue VARCHAR, guest_fourth_judge VARCHAR) ### Question: Where was the audition venue 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_27133147_3 (date_of_vacancy VARCHAR, manner_of_departure VARCHAR, position_in_table VARCHAR) ### Question: If...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_31 (country VARCHAR, year VARCHAR) ### Question: What country had a film in 1993? ### Answer: SELECT cou...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_12 (runner_s__up VARCHAR, margin VARCHAR) ### Question: Who are the Runner(s)-up with a Margin of 1 stro...
Below is an context that describes a sql 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, venue VARCHAR) ### Question: Which date held the match at the City Stadium, Georgetown?...
Below is an context that describes a sql 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 (venue VARCHAR, date VARCHAR, result VARCHAR, competition VARCHAR) ### Question: Where was the friend...
Below is an context that describes a sql 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 (traditional VARCHAR, pinyin VARCHAR) ### Question: What is the Traditional when the Pinyin is hédōng...
Below is an context that describes a sql 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 (venue VARCHAR, away_team VARCHAR) ### Question: When the Away team is melbourne, what venue do they ...
Below is an context that describes a sql 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 (away_team VARCHAR) ### Question: Name the away team score for geelong away team ### Answer: SELECT 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 (rank INTEGER, rider VARCHAR) ### Question: What is the highest rank of rider colin martin? ### 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_24949975_1 (date VARCHAR, stadium VARCHAR, result VARCHAR) ### Question: What is the date for the game at 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_26919_7 (hebrew VARCHAR, english VARCHAR) ### Question: If in english it is heart, what is it in hebrew? ### ...
Below is an context that describes a sql 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, against VARCHAR, opposing_teams VARCHAR) ### Question: What date has fewer than 32 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_name_56 (method VARCHAR, res VARCHAR, opponent VARCHAR) ### Question: What method was used that had a resulti...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_4 (latitude INTEGER, ansi_code VARCHAR, pop__2010_ VARCHAR) ### Question: What is the highest recorded 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_89 (record VARCHAR, visitor VARCHAR) ### Question: Which record has a Visitor of magic? ### 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_27756474_2 (high_assists VARCHAR, team VARCHAR) ### Question: How many high assists where there for the 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_11677691_1 (college VARCHAR, school VARCHAR) ### Question: How many players attended Hillcrest High School? #...
Below is an context that describes a sql 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 (enrollment_08_09 VARCHAR, school VARCHAR) ### Question: What was the total enrollment 08-09 of Frank...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_4 (iata VARCHAR, city VARCHAR) ### Question: What is the IATA of Guam? ### Answer: SELECT iata 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_name_34 (tribunal VARCHAR, total VARCHAR) ### Question: Which tribunal had a total of 4167? ### Answer: SELEC...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_20 (date VARCHAR, record VARCHAR) ### Question: Name the date for record of 74-84 ### Answer: SELECT dat...
Below is an context that describes a sql 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 (call_sign VARCHAR, erp_w VARCHAR) ### Question: Name the call sign for ERP W of 4 ### 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_76 (date VARCHAR, catalog VARCHAR) ### Question: What is the Date of Catalog 573 194-2? ### 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 Statements (Id VARCHAR) ### Question: How many statements do we have? ### Answer: SELECT COUNT(*) FROM Statements
Below is an context that describes a sql 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 (product VARCHAR, samples_taken VARCHAR, melamine_content_mg_kg_ VARCHAR, samples_failed 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_43 (school VARCHAR, mascot VARCHAR, size VARCHAR, county VARCHAR) ### Question: What school has a size 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_53 (winning_driver VARCHAR, winning_constructor VARCHAR, name VARCHAR) ### Question: Which winning drive...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_13564637_5 (points_against VARCHAR, tries_for VARCHAR) ### Question: How many numbers were recorded points ag...
Below is an context that describes a sql 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 (group_position VARCHAR, date VARCHAR) ### Question: Date of 24 september 2002 is what group position...
Below is an context that describes a sql 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 (event VARCHAR, long_course_short_course VARCHAR, year_set VARCHAR) ### Question: What event had a sh...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_14465871_2 (provider VARCHAR, application VARCHAR) ### Question: Which providers use exchange server? ### 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_15 (torque VARCHAR, engine VARCHAR) ### Question: What is the torque of the 5.8l v12 engine? ### 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_22825058_23 (w_l VARCHAR, against VARCHAR) ### Question: Name the w/l for czech republic ### Answer: SELECT w...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_35 (league_apps VARCHAR, fa_cup_apps VARCHAR, league_goals VARCHAR, position VARCHAR) ### Question: Tell...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_11964154_9 (game INTEGER, high_points VARCHAR) ### Question: what is the maximum game where high points is mi...
Below is an context that describes a sql 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 (round VARCHAR, opponent VARCHAR) ### Question: How many rounds did Brett go against Kevin Asplund? #...
Below is an context that describes a sql 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 (days_held VARCHAR, wrestler VARCHAR) ### Question: What days held has noiz as the wrestler? ### 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_91 (seats_2001 INTEGER, parties_and_voter_communities VARCHAR, seats_2006 VARCHAR) ### Question: 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 singer (Name VARCHAR, Singer_ID VARCHAR); CREATE TABLE song (Sales INTEGER, Singer_ID VARCHAR) ### Question: Show 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_93 (laps INTEGER, constructor VARCHAR, time_retired VARCHAR) ### Question: What is the mean number of la...
Below is an context that describes a sql 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 (Id VARCHAR) ### Question: What's the total in 2005 if there's more than 10.2 in 2006, less than 29.5 ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_1 (author VARCHAR, tv_companions_featured VARCHAR, title VARCHAR) ### Question: What is Author, when TV ...
Below is an context that describes a sql 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 (score_ VARCHAR, c_ VARCHAR, winner VARCHAR, season VARCHAR) ### Question: What is the score of the 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_26 (gold INTEGER, nation VARCHAR, silver VARCHAR) ### Question: What is the sum of gold medals for the 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_11497980_1 (model VARCHAR, transmission_make_type_speed VARCHAR) ### Question: Which model possesses a transm...
Below is an context that describes a sql 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 (power VARCHAR, displacement VARCHAR, notes VARCHAR) ### Question: What is the power when the displac...
Below is an context that describes a sql 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 (score VARCHAR, competition VARCHAR, goal VARCHAR) ### Question: What is the score of the friendly co...
Below is an context that describes a sql 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 (tournament VARCHAR, partner VARCHAR) ### Question: Which tournament features the partner julian know...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_11677100_7 (school VARCHAR, player VARCHAR) ### Question: How many schools did Mike Jones 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_26041144_11 (average VARCHAR, player VARCHAR) ### Question: What was kumar sangakkara's average? ### 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_21058836_1 (opponents VARCHAR, opponent VARCHAR) ### Question: Santa Clara was played how many times? ### 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_9 (season VARCHAR, name VARCHAR) ### Question: What years did Omar Sneed play? ### Answer: SELECT season...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_29090919_1 (home_team VARCHAR, away_team VARCHAR) ### Question: How many scores were there for the home 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_1341522_13 (first_elected INTEGER, district VARCHAR) ### Question: What's Georgia5's first elected year? ### ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_8 (season INTEGER, home_team VARCHAR, away_team VARCHAR) ### Question: Can you tell me the highest Seaso...
Below is an context that describes a sql 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 (goals INTEGER, name VARCHAR) ### Question: What is the Highest Goals for Grella? ### 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 (year VARCHAR, wins VARCHAR, win__percentage VARCHAR, matches VARCHAR) ### Question: What year was the...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_92 (silver INTEGER, rank VARCHAR, bronze VARCHAR) ### Question: What's the silver for rank 1 with less t...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_13273629_2 (no_in_series INTEGER, written_by VARCHAR) ### Question: What's the series number of the episode 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_25042332_26 (public_network VARCHAR, solar_panel VARCHAR) ### Question: How many regions have 0.5% solar pane...
Below is an context that describes a sql 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 (outcome VARCHAR, opponent VARCHAR) ### Question: What was the outcome of the match against andy rodd...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_30 (total_viewers VARCHAR, bbc_one_weekly_ranking VARCHAR, episode_no VARCHAR) ### Question: What was th...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_53 (position VARCHAR, player VARCHAR) ### Question: What is the Position, when Player is "Magnus Nygren"...
Below is an context that describes a sql 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 (lost VARCHAR, points VARCHAR, drawn VARCHAR) ### Question: Which Lost has Points smaller than 12, an...