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_53 (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_48 (opponent VARCHAR, round VARCHAR, time VARCHAR) ### Question: Which Opponent has a Round smaller 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_66 (reg_gp VARCHAR, player VARCHAR, rd__number VARCHAR) ### Question: How many Reg GP does daniel rahimi...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_171356_2 (census_ranking VARCHAR, official_name VARCHAR) ### Question: What is Petersville's census ranking? ...
Below is an context that describes a sql 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 (week INTEGER, attendance INTEGER) ### Question: What week had a lower attendance than 51,423 but 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_name_17 (attendance VARCHAR, record VARCHAR) ### Question: What was total attendance on the day they went 17-...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1414702_3 (established INTEGER, high_school VARCHAR) ### Question: When was Mount Tahoma established? ### 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_52 (transfer_window VARCHAR, name VARCHAR) ### Question: What is Brown's transfer window? ### 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_25 (site VARCHAR, date VARCHAR) ### Question: What site has november 30, 2006 as the date? ### 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_36 (member VARCHAR, electorate VARCHAR) ### Question: Which Member has an Electorate of southern 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 table_name_34 (record VARCHAR, date VARCHAR) ### Question: what game took place on september 14 ### 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_24 (date VARCHAR, attendance VARCHAR, opponent VARCHAR, result VARCHAR) ### Question: How many Dates hav...
Below is an context that describes a sql 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 (race VARCHAR, position VARCHAR, speed VARCHAR) ### Question: Which race has a position of 3rd and 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_28578594_1 (entrant VARCHAR, driver VARCHAR) ### Question: Name the entrant for bruno sterzi ### 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_name_38 (venue VARCHAR, rank VARCHAR) ### Question: Which venue is rank 3? ### Answer: SELECT venue 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_25 (date VARCHAR, opponent VARCHAR, result VARCHAR) ### Question: What is the Date with a Opponent with ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1165048_1 (win_loss VARCHAR, season VARCHAR) ### Question: what are all the win/loss where season is 2009 ###...
Below is an context that describes a sql 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 (field_goals INTEGER, touchdowns VARCHAR, player VARCHAR, points VARCHAR, extra_points 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_69 (nominee_s_ VARCHAR, year VARCHAR, result VARCHAR) ### Question: Which nominees won before year 2005?...
Below is an context that describes a sql 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 (others VARCHAR, cons VARCHAR, lead VARCHAR) ### Question: Name the others for cons of 21% and lead 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_262514_1 (institution VARCHAR, nickname VARCHAR) ### Question: What is every institution with a nickname of R...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_10 (partner VARCHAR, score_in_the_final VARCHAR) ### Question: Who is the partner in the final with a sc...
Below is an context that describes a sql 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 (method VARCHAR, event VARCHAR) ### Question: What method was used in the Pride 17 event? ### 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_24 (engine VARCHAR, chassis VARCHAR, drivers VARCHAR) ### Question: What engine did Casey Mears use on 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_13 (director VARCHAR, role VARCHAR) ### Question: Who was the director where the role was Fred Ayres? ##...
Below is an context that describes a sql 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 (pick INTEGER, player VARCHAR) ### Question: How many picks have a Player of pong escobal? ### 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_14863869_1 (record VARCHAR, week VARCHAR) ### Question: How many scores were there in week 11? ### 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_55 (role VARCHAR, broadcaster VARCHAR) ### Question: What was the role for Challenge TV? ### 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_2781227_4 (college_junior_club_team VARCHAR, player VARCHAR) ### Question: For player is adam wiesel mention ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_16729930_18 (tdp VARCHAR, release_price___usd__ VARCHAR) ### Question: For a release price of $72, what is th...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_11 (type VARCHAR, moving_from VARCHAR) ### Question: What is the type of the player moving from belgrano...
Below is an context that describes a sql 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 (date VARCHAR, record VARCHAR) ### Question: What was the date of the game when the Lightning had a r...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_27756314_8 (date VARCHAR, game VARCHAR) ### Question: What is the date for the game 35? ### Answer: SELECT da...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE Draft_Copies (document_id VARCHAR) ### Question: How many draft copies does the document with id 2 have? ### Answer...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_96 (year VARCHAR, rank VARCHAR) ### Question: In what year was the rank 24? ### Answer: SELECT year 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_42 (roll VARCHAR, authority VARCHAR, decile VARCHAR) ### Question: What is the roll for the school with ...
Below is an context that describes a sql 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 (round INTEGER, record VARCHAR) ### Question: Tell me the sum of round for record of 6-3 ### Answer: ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE player (birth_country VARCHAR, bats VARCHAR) ### Question: How many players born in USA are right-handed batters? 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_64 (total INTEGER, gold VARCHAR, silver VARCHAR, bronze VARCHAR) ### Question: what is the average total...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_49 (money___£__ VARCHAR, to_par VARCHAR) ### Question: Name the money for the to par of -6 ### 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_6 (competition VARCHAR, date VARCHAR) ### Question: What was the competition on 13 November 2005? ### 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_20090682_4 (driver VARCHAR, best_time_of_day VARCHAR) ### Question: which driver got best time of day 1:16.93...
Below is an context that describes a sql 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 (sydney VARCHAR, auckland VARCHAR, melbourne VARCHAR, adelaide VARCHAR, gold_coast VARCHAR) ### Quest...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1628607_5 (points__percentage VARCHAR, foursomes_w_l_h VARCHAR) ### Question: When the foursome was w-l-h 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_75 (shooter VARCHAR, event VARCHAR) ### Question: Who was the shooter for the WC Beijing event? ### 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_16388478_3 (away_team VARCHAR, home_team VARCHAR) ### Question: What score did the away team receive 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 Flight (price INTEGER, origin VARCHAR, destination VARCHAR) ### Question: What is the average price for flights fro...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_27756164_11 (team VARCHAR, high_assists VARCHAR) ### Question: What was the team where Darren Collison (7) sc...
Below is an context that describes a sql 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 (score VARCHAR, player VARCHAR) ### Question: What is the score for Greg Norman ### Answer: SELECT sc...
Below is an context that describes a sql 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, college VARCHAR) ### Question: Name the player that went to notre dame ### 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_75 (position VARCHAR, round VARCHAR, pick VARCHAR) ### Question: Which Position has a Round smaller 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_57 (game INTEGER, team VARCHAR) ### Question: What is the earliest game against Orlando? ### 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_10 (poll VARCHAR, wk_13 VARCHAR, wk_10 VARCHAR, wk_2 VARCHAR) ### Question: Which poll had a week 10 lar...
Below is an context that describes a sql 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 (year VARCHAR, extra VARCHAR, result VARCHAR, venue VARCHAR) ### Question: Result of 1st, and a Venue...
Below is an context that describes a sql 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 (laps VARCHAR, time_retired VARCHAR) ### Question: How many laps have a time/retired of +23.080? ### ...
Below is an context that describes a sql 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 (starting_point VARCHAR, operates VARCHAR, name VARCHAR) ### Question: What is the starting point 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_48 (comprehension_of_danish VARCHAR, average VARCHAR, comprehension_of_norwegian VARCHAR) ### Question: ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1307572_1 (composition VARCHAR, edge VARCHAR) ### Question: What material is made with a rounded, plain edge?...
Below is an context that describes a sql 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 (line VARCHAR, location VARCHAR, current_status VARCHAR, closed VARCHAR) ### Question: What is the li...
Below is an context that describes a sql 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 (rate VARCHAR, goals INTEGER) ### Question: What was the rate when there were more than 22 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_26702078_1 (writer_s_ VARCHAR, no_in_series VARCHAR) ### Question: Name the writers for 46 in series ### 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_35 (payload__kg_ VARCHAR, weight__kg_ VARCHAR) ### Question: Name the payload that has a weight of 12,00...
Below is an context that describes a sql 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 (company VARCHAR, principal_activities VARCHAR) ### Question: What company focuses on Engine Overhaul ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_27515452_3 (age INTEGER, hometown VARCHAR) ### Question: what is the oldest and lives in veraguas ### 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_12 (icelandic VARCHAR, english VARCHAR) ### Question: What's the Icelandic word for rain? ### 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_33 (week_3 VARCHAR, week_1 VARCHAR) ### Question: Who is the cyber girl in week 3 when Demi Jessica 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_14863869_1 (record VARCHAR, date VARCHAR) ### Question: What was the score in the game played on December 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_name_50 (team VARCHAR, game VARCHAR) ### Question: What team played the Jazz at game 68? ### Answer: SELECT 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_29 (goals VARCHAR, Game VARCHAR, appearances VARCHAR) ### Question: Which goals/game ratio has fewer 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_8 (crowd VARCHAR, away_team VARCHAR) ### Question: How many spectators watched when the away team was 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_2004733_2 (population__2000_ VARCHAR, barangay VARCHAR) ### Question: How many people lived in san gabriel 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_17 (away_team VARCHAR) ### Question: What was Melbourne's score as the away team? ### Answer: SELECT awa...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_50 (lane INTEGER, mark VARCHAR) ### Question: What was the lowest lane with a mark of 7.26? ### 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_11 (winners VARCHAR, runners_up INTEGER) ### Question: How many times is runners-up less than 0? ### 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_29566686_1 (clubs_remaining INTEGER, leagues_entering_at_this_round VARCHAR) ### Question: What is the maximu...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_62 (snatch VARCHAR, bodyweight VARCHAR, total__kg_ VARCHAR, clean_ VARCHAR, _jerk VARCHAR) ### Question:...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_18 (directed_by VARCHAR, episode__number VARCHAR) ### Question: What is Directed By, when Episode # is 7...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_15 (home_port VARCHAR, ship VARCHAR) ### Question: Name the home port for kansas city ### 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_22 (final_position___round VARCHAR, competition VARCHAR) ### Question: Tell me the final position for fa...
Below is an context that describes a 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_4 (school VARCHAR, hometown VARCHAR) ### Question: How many players' hometown was Akron, Ohio? ### 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_31 (wins VARCHAR, rank VARCHAR) ### Question: How many wins occurred for 6th rank? ### Answer: SELECT 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_2668254_8 (party VARCHAR, incumbent VARCHAR) ### Question: What party did the incumbent Thomas P. Moore belon...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE county_public_safety (county_ID VARCHAR, population INTEGER); CREATE TABLE city (county_ID VARCHAR, population 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_11542215_3 (vault VARCHAR, total VARCHAR) ### Question: What is the vault score for the total of 56.635? ### ...
Below is an context that describes a sql 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 (outcome VARCHAR, score VARCHAR) ### Question: What is the outcome of the 4–6, 6–4, 6–3, 7–6 (7–2) sco...
Below is an context that describes a sql 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 (division VARCHAR, season VARCHAR, goals VARCHAR) ### Question: What's the total number of all divisi...
Below is an context that describes a sql 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 (draws INTEGER, port_fairy_fl VARCHAR, wins VARCHAR) ### Question: How many draws when the Port Fairy...
Below is an context that describes a sql 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 (cancelable VARCHAR, attribute VARCHAR) ### Question: Name the cancelable for onmouseover ### Answer:...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_67 (away_team VARCHAR, tie_no VARCHAR) ### Question: Which away team has a Tie no of 14? ### 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_14058433_3 (points VARCHAR, tries_for VARCHAR) ### Question: How many points were made when the tries for 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_name_98 (average INTEGER, week VARCHAR, yards VARCHAR, team VARCHAR) ### Question: Which Average has Yards 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_19524523_1 (champ_car_world_series__2004_2007_ INTEGER, usac__1956_1995_ VARCHAR) ### Question: What is the m...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_73 (chassis VARCHAR, engine VARCHAR, drivers VARCHAR) ### Question: What chassis did Gordon Johncock use...
Below is an context that describes a sql 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 (points VARCHAR, points_for VARCHAR) ### Question: What is Points, when Points For is "562"? ### 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_23294081_10 (_number VARCHAR, no VARCHAR) ### Question: How many episodes were series episode 214? ### 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_69 (grid VARCHAR, laps VARCHAR) ### Question: What is the grid when the laps were 24? ### 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_11111116_6 (original_air_date VARCHAR, no_in_series VARCHAR) ### Question: How many times did episode 79 orig...
Below is an context that describes a sql 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 (year INTEGER, chinese_title VARCHAR) ### Question: I want the average year of 敗犬女王 ### 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_7 (manager VARCHAR, team VARCHAR) ### Question: Which manager has sheffield wednesday as the team? ### 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 (home VARCHAR, record VARCHAR) ### Question: Who was the home team when the record was 27–14–6? ### A...