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 (position VARCHAR, character VARCHAR) ### Question: What was the position of Frank Tripp? ### 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_76 (metacritic VARCHAR, gamerankings VARCHAR, year_released VARCHAR, platform VARCHAR) ### Question: Wha...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_40 (run_3 VARCHAR, run_1 VARCHAR) ### Question: What was the run 3 for the team with a run 1 of 1:17.6? ...
Below is an context that describes a sql 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 (Id VARCHAR) ### Question: Which 2007 is the lowest one that has a 2004 of 78, and a 2006 smaller tha...
Below is an context that describes a sql 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 (score VARCHAR, location VARCHAR) ### Question: The game taking place in Lille had what as a score? #...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_22644589_4 (event VARCHAR, compulsory_dance__cd_ VARCHAR) ### Question: In what event was the compulsory danc...
Below is an context that describes a sql 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 (gold INTEGER, silver VARCHAR, bronze VARCHAR) ### Question: What is the average Gold when silver 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_17 (opponent VARCHAR, result VARCHAR, venue VARCHAR) ### Question: What is Opponent, when Result is 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_25 (party VARCHAR, member VARCHAR, first_elected VARCHAR, state VARCHAR) ### Question: Which party has 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_1 (construction_completed VARCHAR, cerclis_id VARCHAR) ### Question: What construction has a CERCLIS ID ...
Below is an context that describes a sql 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 (developer_s_ VARCHAR, year VARCHAR, genre VARCHAR) ### Question: Who were the developers for the Act...
Below is an context that describes a sql 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 (started VARCHAR, ended VARCHAR) ### Question: When did the loan that Ended on 15 January Start? ### ...
Below is an context that describes a sql 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 (representative VARCHAR, presentation_of_credentials VARCHAR) ### Question: Who is the representative...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_261642_3 (c__nf_km_ VARCHAR, l__mh_km_ VARCHAR) ### Question: what is the c (nf/km) when the l (mh/km) is 0.6...
Below is an context that describes a sql 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 (shooter VARCHAR, score_points VARCHAR) ### Question: Who's the shooter with score points of defendin...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_22815265_1 (opponents INTEGER, opponent VARCHAR) ### Question: How many opponents were there when the opponen...
Below is an context that describes a sql 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 (name VARCHAR, points VARCHAR, nation VARCHAR, pts_game VARCHAR) ### Question: what is the name 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_name_78 (rank INTEGER, react VARCHAR, lane VARCHAR) ### Question: What is the average ranking for a react 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_26178824_1 (f_laps INTEGER) ### Question: what are the maximum f/laps? ### Answer: SELECT MAX(f_laps) FROM ta...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE party_events (event_name VARCHAR) ### Question: find the event names that have more than 2 records. ### 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_18 (krypton VARCHAR, argon VARCHAR) ### Question: What krypton has an argon of 20.85? ### 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_37 (date VARCHAR, record VARCHAR) ### Question: On which Date was there a record of 11-8? ### 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_64 (title VARCHAR, released VARCHAR) ### Question: What CD was released in 2009? ### Answer: SELECT titl...
Below is an context that describes a sql 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 (total_points VARCHAR, assists VARCHAR) ### Question: What was the total number of points when there ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_17325937_8 (high_assists VARCHAR, team VARCHAR) ### Question: How many assists were made in the game against ...
Below is an context that describes a sql 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 (date VARCHAR, opponent VARCHAR) ### Question: What was the date of the game against Oakland Raiders?...
Below is an context that describes a sql 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 (count_palatine_of_the_rhine VARCHAR, interregnum_began VARCHAR) ### Question: What is the name of 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_68 (winners_club VARCHAR, event VARCHAR) ### Question: Which Winners club has an Event of hang tight? ##...
Below is an context that describes a sql 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 (school VARCHAR, ihsaa_class VARCHAR, enrollment_08_09 VARCHAR) ### Question: Can you tell me the Sch...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_27369069_1 (varsity_name VARCHAR, city VARCHAR) ### Question: What is the team mascot for the soccer team 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_14 (theme VARCHAR, year VARCHAR, issue_price VARCHAR) ### Question: What theme is associated with a 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_18138132_2 (function VARCHAR, release_date VARCHAR) ### Question: What functions were released on 2011-06-23?...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_70 (motion_picture VARCHAR, award VARCHAR, actor VARCHAR, year VARCHAR, result 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 employee (sex VARCHAR, salary INTEGER) ### Question: Find the number of employees of each gender whose salary is lo...
Below is an context that describes a sql 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 (driver VARCHAR, team VARCHAR, points VARCHAR) ### Question: Who is the driver for team Collé Racing ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_83 (urban_population__2010_ INTEGER, province VARCHAR) ### Question: What is the highest urban populatio...
Below is an context that describes a sql 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 (attendance VARCHAR, record VARCHAR) ### Question: Record of 16–29 is how many attendance? ### 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_31 (week INTEGER, attendance VARCHAR) ### Question: What was the first week to have attendance of 65,866...
Below is an context that describes a sql 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 (player VARCHAR, team VARCHAR) ### Question: Tell me the player for east perth ### Answer: SELECT pla...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_22860_1 (atlantic_europe VARCHAR, central_europe VARCHAR) ### Question: What is every entry for Atlantic Euro...
Below is an context that describes a sql 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 (tie_no VARCHAR, away_team VARCHAR) ### Question: What is Tie No., when Away Team is "Manchester Unit...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2409041_5 (production_code INTEGER, original_air_date VARCHAR) ### Question: What is the production code 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_70 (final_position VARCHAR, season VARCHAR) ### Question: What is the final position for the season 2012...
Below is an context that describes a sql 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 (medal VARCHAR, name VARCHAR) ### Question: Which Medal has a Name of alex obeyesekera? ### 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_4 (goals_against INTEGER, played INTEGER) ### Question: Name the least goals against for played more tha...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_29391888_1 (production_code VARCHAR, original_air_date VARCHAR) ### Question: What is the production code 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_54 (production_company VARCHAR, director_s_ VARCHAR) ### Question: What was the production company for 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_80 (location VARCHAR, game INTEGER) ### Question: What was the location of the game after game 6? ### 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_29799700_2 (tv_network_s_ VARCHAR, country VARCHAR) ### Question: Which TV network has a country of origin 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_name_86 (social_democratic VARCHAR, democratic_and_social_centre VARCHAR) ### Question: What Social Democrati...
Below is an context that describes a sql 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 (home VARCHAR, date VARCHAR) ### Question: What is the Home team on February 2, 1947? ### 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_17 (opponents VARCHAR, date VARCHAR) ### Question: Date of 4 august 2007 had what opponents? ### 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_66 (nation VARCHAR, bronze VARCHAR, silver VARCHAR) ### Question: Bronze smaller than 5, and a Silver 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_16741821_8 (surface VARCHAR, opponent VARCHAR) ### Question: WHAT WAS THE SURFACE MADE OF WHEN THE OPPONENT 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_11734041_16 (height_in_ft VARCHAR, years_for_rockets VARCHAR) ### Question: What is the height in ft for the ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_36 (result VARCHAR, attendance VARCHAR) ### Question: What was the final score (result) for the game whe...
Below is an context that describes a sql 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 (Id VARCHAR) ### Question: What's the 2005 result when 2001 is sf? ### Answer: SELECT 2005 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_35 (years VARCHAR, name VARCHAR) ### Question: What year was the name mount roskill grammar 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_80 (sample_size VARCHAR, republican VARCHAR) ### Question: What was the sample size for the poll featuri...
Below is an context that describes a sql 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 (date VARCHAR, set_1 VARCHAR) ### Question: What day was there a set 1 of 25-18? ### Answer: SELECT d...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_91 (circuit VARCHAR, fastest_lap VARCHAR, pole_position VARCHAR) ### Question: On which circuit does lor...
Below is an context that describes a sql 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 (kilometer_no__layac_basis_ VARCHAR, barangay VARCHAR) ### Question: What kilometer (Layac-basis) 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_95 (competition VARCHAR, date VARCHAR) ### Question: What competition was played on October 7, 2011? ###...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_15624586_2 (deficit___surplus_ VARCHAR, _percentage_of_world_demand VARCHAR) ### Question: What is the defici...
Below is an context that describes a sql 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 (country VARCHAR, score VARCHAR, player VARCHAR) ### Question: Which country is Brian Henninger 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_77 (class VARCHAR, vessel_name VARCHAR) ### Question: In which class would the vessel Hyundai Tenacity 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_name_6 (issue_date INTEGER, highest_position VARCHAR) ### Question: What is the largest issue date for an alb...
Below is an context that describes a sql 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 (website VARCHAR, frequency VARCHAR, city_of_license VARCHAR, webcast VARCHAR) ### Question: Which we...
Below is an context that describes a sql 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 (position VARCHAR, year VARCHAR, event VARCHAR, competition VARCHAR) ### Question: Which Position 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_68 (winner VARCHAR, season VARCHAR) ### Question: Who had the women's win when Norway was the winner ove...
Below is an context that describes a sql 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 (pick__number INTEGER, overall VARCHAR, position VARCHAR) ### Question: What is the highest pick numb...
Below is an context that describes a sql 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 (driver VARCHAR, laps VARCHAR, grid VARCHAR) ### Question: Who drive 74 laps in a grid larger than 9?...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_26769_1 (area__km²___per_sqmi_ VARCHAR, population_density_per_km² VARCHAR) ### Question: What was the area (...
Below is an context that describes a sql 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 (goberman VARCHAR, obrist VARCHAR, merkley VARCHAR) ### Question: Which Goberman has an Obrist of 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_26866519_1 (original_airdate VARCHAR, season__number VARCHAR) ### Question: What are the original air date(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_9 (frequency_mhz INTEGER, program VARCHAR) ### Question: What is the average MHz Frequency of radio rezo...
Below is an context that describes a sql 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 (democratic_seat_plurality VARCHAR, state_ranked_in_partisan_order VARCHAR) ### Question: What is the...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_14603212_5 (class_aAA VARCHAR, school_year VARCHAR) ### Question: What are all the AAA classes in the 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_29 (date VARCHAR, score VARCHAR) ### Question: When did the score of 2-0 take place? ### 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_70 (area__msr_ INTEGER, rank VARCHAR, area__sqdeg_ VARCHAR, family VARCHAR) ### Question: What is the 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_97 (crowd INTEGER, home_team VARCHAR) ### Question: What is the average crowd for the home team of North...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_15315816_1 (dates VARCHAR, year VARCHAR) ### Question: When are all dates in the year 2006? ### 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_27786562_1 (starts VARCHAR, driver VARCHAR) ### Question: Name the starts for bobby labonte ### 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_2528382_1 (lyricist VARCHAR, music_director VARCHAR) ### Question: Who was the lyricist for the song with mu...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE Ref_template_types (template_type_code VARCHAR, template_type_description VARCHAR) ### Question: Show all template ...
Below is an context that describes a sql 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 (mark VARCHAR, group VARCHAR, nationality VARCHAR) ### Question: What is the mark for Grenada in grou...
Below is an context that describes a sql 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 (district VARCHAR, reserved_for___sc___st__none_ VARCHAR) ### Question: Name the District which has 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_18 (chassis VARCHAR, rank VARCHAR) ### Question: What Chassis ranked 18th? ### Answer: SELECT chassis FR...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_80 (Group VARCHAR, song VARCHAR) ### Question: What is Group Song, when Song is 换季? ### Answer: SELECT G...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_37 (attendance VARCHAR, loss VARCHAR) ### Question: What's the attendance of the game where there 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 TRANSACTIONS (date_of_transaction VARCHAR, share_count VARCHAR) ### Question: Show all date and share count of tran...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_87 (home_team VARCHAR, venue VARCHAR) ### Question: What is the home team for Windy Hill? ### 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_27 (yards__red_tees_ INTEGER, hole VARCHAR, par__white_tees_ VARCHAR) ### Question: What is 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_43 (crowd INTEGER, venue VARCHAR) ### Question: What was the average crowd size of games held at Glenfer...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_14249278_1 (bits_14_12 INTEGER, description VARCHAR) ### Question: Name the most bits 14-12 for output from a...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_85 (other VARCHAR, firefox VARCHAR) ### Question: What is the other that has 20.80% as the firefox? ### ...
Below is an context that describes a sql 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 (gold VARCHAR, nation VARCHAR, total VARCHAR, rank VARCHAR) ### Question: What is the gold when 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_name_93 (rank VARCHAR, club VARCHAR, points VARCHAR) ### Question: Which Rank has a Club of zulte waregem, 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_10 (home_team VARCHAR, away_team VARCHAR) ### Question: What did the team score at home in north melbour...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE Invoices (invoice_date VARCHAR, order_id VARCHAR); CREATE TABLE Orders (order_details VARCHAR, order_id VARCHAR) ##...