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_64 (against INTEGER, date VARCHAR) ### Question: How many against on the date of 08/06/1985? ### 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_18 (title VARCHAR, format VARCHAR, label VARCHAR) ### Question: What is the Title of the Pye Label mono ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_69 (year VARCHAR, start VARCHAR, qual VARCHAR) ### Question: In what year did a Qual of 141.105 with a 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_1825751_4 (binibining_pilipinas_international VARCHAR, binibining_pilipinas_world VARCHAR) ### Question: How ...
Below is an context that describes a sql 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 (record VARCHAR, time VARCHAR) ### Question: For the match that lasted 3:53 minutes, what was the fin...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE Circulation_History (employee_name VARCHAR); CREATE TABLE Employees (employee_name VARCHAR) ### Question: List 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_184803_4 (commentator VARCHAR, broadcaster VARCHAR) ### Question: how many people commentated where broadcast...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE COURSE (Credits INTEGER) ### Question: How many courses have more than 2 credits? ### Answer: SELECT COUNT(*) 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_40 (goals_against VARCHAR, position VARCHAR) ### Question: How many Goals Against have a Position of 4? ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_69 (team_1 VARCHAR, team_2 VARCHAR) ### Question: What is the Team 1 with a Team 2 with brest hc meshkov...
Below is an context that describes a sql 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 (attendance INTEGER, score VARCHAR, loss VARCHAR) ### Question: What was the lowest attendance at a 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_12919003_3 (director VARCHAR, viewers_millions_ VARCHAR) ### Question: What's the total number of directors 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_1147705_1 (engine_type VARCHAR, max_torque_at_rpm VARCHAR) ### Question: What is the engine type when the max...
Below is an context that describes 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 (distance INTEGER, price INTEGER, origin VARCHAR) ### Question: What is the average distance and average pri...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_24856332_4 (steals INTEGER, minutes VARCHAR) ### Question: What is the highest number of steals for a 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_1574968_1 (creator VARCHAR, viewer VARCHAR) ### Question: Who is the creator when the view happens to gddm, 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_15 (city VARCHAR, sep VARCHAR) ### Question: Name the city with september of 83 °f / 28.3 °c ### 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_3 (tournament VARCHAR, winning_score VARCHAR) ### Question: What tournament had a winning score of −27 (...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE Accounts (statement_id VARCHAR); CREATE TABLE Statements (statement_details VARCHAR, statement_id VARCHAR) ### Ques...
Below is an context that describes a sql 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 (player VARCHAR, place VARCHAR) ### Question: What player has 1 as the place? ### Answer: SELECT play...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1341718_14 (candidates VARCHAR, district VARCHAR) ### Question: how many times was it the district illinois 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_1 (location VARCHAR, opponent VARCHAR) ### Question: Where was the location where justin robbins fought ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1131183_2 (number_of_jews__asarb_ VARCHAR, metro_area VARCHAR) ### Question: What is the number of jews asarb...
Below is an context that describes a sql 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 (grid INTEGER, driver VARCHAR, laps VARCHAR) ### Question: When Giancarlo Fisichella was the Driver 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 airports (name VARCHAR, elevation INTEGER) ### Question: Find the name of airports whose altitude is between -50 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_79 (nation VARCHAR, team VARCHAR) ### Question: What is the nation of the person who was from the CSC te...
Below is an context that describes a sql 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 (athlete VARCHAR) ### Question: What is the 2.15 for Tom Parsons? ### Answer: SELECT 215 FROM table_na...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_26986076_2 (mon_23_aug VARCHAR, fri_27_aug VARCHAR) ### Question: what is mon 23 aug when fri 27 aug is 18' 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_66 (date VARCHAR, home_team VARCHAR) ### Question: What is the date when Richmond was 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_2140071_7 (season INTEGER) ### Question: What is the newest season? ### Answer: SELECT MAX(season) 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_45 (assists INTEGER, games INTEGER) ### Question: How many Assists for the Player with more than 25 Game...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_65 (driver VARCHAR, points VARCHAR, grid VARCHAR) ### Question: What driver has over 19 points and a gri...
Below is an context that describes a sql 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 (driver_s_ VARCHAR, crew_chief VARCHAR) ### Question: Who is the driver that has a crew chief Gary Ri...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_27114708_2 (replaced_by VARCHAR, outgoing_manager VARCHAR) ### Question: For outgoing manager is alberto male...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_17325580_10 (record VARCHAR, team VARCHAR) ### Question: What was the record when the team played Boston? ###...
Below is an context that describes a sql 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 (opponent VARCHAR, date VARCHAR) ### Question: Who was the opponent on December 18, 2005? ### 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_38 (engine VARCHAR, year VARCHAR, points VARCHAR, chassis VARCHAR) ### Question: Name the engine when po...
Below is an context that describes a sql 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 (home VARCHAR, visitor VARCHAR, date VARCHAR) ### Question: What is the Home team of the event on Thu...
Below is an context that describes a sql 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 (round VARCHAR, year VARCHAR) ### Question: What is Round when Year is 1987? ### Answer: SELECT round...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE Staff (staff_address_id VARCHAR); CREATE TABLE Addresses (city VARCHAR, address_id VARCHAR) ### Question: Which cit...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_30054758_3 (record VARCHAR, date VARCHAR) ### Question: What is the record for december 3? ### 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_173103_1 (max_pressure VARCHAR, cartridge VARCHAR) ### Question: How many pressure figures are given 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_13 (speed VARCHAR, rider VARCHAR) ### Question: What is the Speed for Chris Swallow? ### 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_17 (moving_to VARCHAR, name VARCHAR) ### Question: Where is rory loy moving to? ### Answer: SELECT movin...
Below is an context that describes a sql 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 (scorer VARCHAR, club VARCHAR, league_goals VARCHAR) ### Question: Which scorer plays for Aldershot 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_18602462_22 (round_of_32 VARCHAR, round_of_16 VARCHAR) ### Question: How many round of 32 results are followe...
Below is an context that describes a sql 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 (season VARCHAR, acquisition_via VARCHAR, school_club_team VARCHAR) ### Question: What season did 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_name_15 (date VARCHAR, record VARCHAR) ### Question: Which Date has a Record of 36–11–7? ### 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_10815352_1 (average_attendance INTEGER, season VARCHAR) ### Question: What's the average attendance of the 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_name_66 (lost VARCHAR, matches VARCHAR) ### Question: Name the lost for matches of 1 928 ### Answer: SELECT 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_64 (recopa_sudamericana_1996 VARCHAR, copa_libertadores_1996 VARCHAR) ### Question: What is the recoupa ...
Below is an context that describes a sql 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 (author_s_ VARCHAR, time VARCHAR) ### Question: Who wrote the song that runs for 2:22? ### 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_26131768_4 (representative VARCHAR, residence VARCHAR) ### Question: If the residence is Chagrin falls, who i...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_93 (opponent VARCHAR, loss VARCHAR) ### Question: Which team opponent had a loss with their pitcher Dots...
Below is an context that describes a sql 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 (preliminary INTEGER, state VARCHAR, interview VARCHAR) ### Question: What is the best preliminary fo...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_24538587_13 (l3_cache VARCHAR, brand_name__list_ VARCHAR) ### Question: Name the l3 cache for core i7-2xxxqe,...
Below is an context that describes a sql 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 (first_title INTEGER, amateur_era VARCHAR, all_time VARCHAR, country VARCHAR) ### Question: What is t...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_23197088_4 (opponents_in_final VARCHAR, championship VARCHAR) ### Question: what are every one of the rivals ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE Student (city_code VARCHAR, Fname VARCHAR, Lname VARCHAR) ### Question: Which city does student Linda Smith live 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_23346303_5 (blocks VARCHAR, points VARCHAR) ### Question: What is the blocks total number if the points is 4?...
Below is an context that describes a sql 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 (_number_100 INTEGER, season VARCHAR, against VARCHAR) ### Question: Which # 100 has a Season of 1991...
Below is an context that describes a sql 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 (opponent VARCHAR, result VARCHAR, score VARCHAR) ### Question: Who loss the 24-28 game? ### 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_25 (pick INTEGER, player VARCHAR) ### Question: What's the total number of picks for the player Matt Mur...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_47 (top_25 INTEGER, events VARCHAR, top_5 VARCHAR) ### Question: what is the lowest top-25 when the even...
Below is an context that describes a sql 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 (pick INTEGER, former_wnba_team VARCHAR) ### Question: What pick was a player that previously 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_11214212_1 (numer_of_jamaicans_granted_british_citizenship VARCHAR, naturalisation_by_marriage VARCHAR) ### Q...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_81 (centerfold_model VARCHAR, cover_model VARCHAR) ### Question: Which Centerfold model has a Cover mode...
Below is an context that describes a sql 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 (date_of_birth VARCHAR, pos VARCHAR, height VARCHAR) ### Question: What is the Date of Birth of the 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_75 (content VARCHAR, television_service VARCHAR) ### Question: What shows as Content for the Television ...
Below is an context that describes a sql 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 (assembled VARCHAR) ### Question: Who is the 1st member of the parliament assembled on 5 April 1614? ...
Below is an context that describes a sql 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, home_team VARCHAR) ### Question: Where does the home team fitzroy play? ### 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_92 (hanzi VARCHAR, regional_population_2010_ VARCHAR) ### Question: Which Hanzi has a Regional 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_65 (played INTEGER, position INTEGER) ### Question: What is the total number of played for the entry 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_30 (week VARCHAR, attendance VARCHAR) ### Question: How many weeks had an Attendance of 43,272? ### 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_78 (international INTEGER, domestic VARCHAR, year VARCHAR) ### Question: What is the number for the inte...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_29 (score VARCHAR, date VARCHAR, game VARCHAR) ### Question: What is Score, when Date is greater than 7,...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1416612_1 (lowest_elevation VARCHAR, highest_point VARCHAR) ### Question: what's the lowest elevation with 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_76 (winner VARCHAR, stage VARCHAR) ### Question: Who was the winner of stage 12? ### Answer: SELECT winn...
Below is an context that describes a sql 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 (season VARCHAR, runs VARCHAR) ### Question: What season were the runs 310/9? ### Answer: SELECT seas...
Below is an context that describes 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 (color_code VARCHAR); CREATE TABLE Ref_colors (color_code VARCHAR) ### Question: How many colors are never...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_16387700_1 (crowd INTEGER, date VARCHAR) ### Question: Name the most crowd for saturday 16 february ### 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_17323042_7 (score VARCHAR, team VARCHAR) ### Question: How many scores are listed for the game against Housto...
Below is an context that describes a sql 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 (player VARCHAR, from_club VARCHAR) ### Question: Which Player had a From club of atlético madrid? ##...
Below is an context that describes a sql 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 (name VARCHAR, date_of_birth VARCHAR) ### Question: What is the name of the person born in 1909? ### ...
Below is an context that describes a sql 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 (weight VARCHAR, internal_storage VARCHAR, wireless_network VARCHAR) ### Question: What is the weight...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1949994_7 (format VARCHAR, end_date VARCHAR) ### Question: What's the format of the season that ended on June...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_20468206_1 (obama_number INTEGER, mccain_percentage VARCHAR) ### Question: Name the most obama number for mcc...
Below is an context that describes a sql 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 (round INTEGER, opponent VARCHAR) ### Question: What is the highest Round, when the Opponent is Junio...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_11951237_1 (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_56 (appeared INTEGER, rr_w_rate VARCHAR, result VARCHAR) ### Question: If the RR Rate is less than 0.75 ...
Below is an context that describes a sql 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 (goals VARCHAR, rank VARCHAR) ### Question: How many goals ranked 6? ### Answer: SELECT COUNT(goals) ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_45 (network_brand_name VARCHAR, company_name VARCHAR, country VARCHAR) ### Question: What is the network...
Below is an context that describes a sql 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 (rank VARCHAR, gold VARCHAR, bronze VARCHAR, total VARCHAR) ### Question: How many ranks have a Bronze...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_26199484_1 (written_by VARCHAR, no VARCHAR) ### Question: Who wrote title number 38? ### Answer: SELECT writt...
Below is an context that describes a sql 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 (goals VARCHAR, name VARCHAR, since VARCHAR, nat VARCHAR, transfer_fee VARCHAR) ### Question: How man...
Below is an context that describes a sql 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 (score VARCHAR, competition VARCHAR) ### Question: WHAT IS THE SCORE WHEN THE COMPETITION WAS 1978 wor...
Below is an context that describes a sql 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 (winners INTEGER, rank VARCHAR, third VARCHAR) ### Question: Which Winners is the highest one that ha...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_84 (actor VARCHAR, duration VARCHAR) ### Question: What is the name of the actor with a duration of 61 y...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_69 (college_junior_club_team__league_ VARCHAR, nationality VARCHAR, position VARCHAR) ### Question: What...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_38 (finalist VARCHAR, week VARCHAR) ### Question: Which finalist played in the week of October 21? ### A...