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_29 (status VARCHAR, park VARCHAR) ### Question: Name the status for six flags new england ### 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_1 (gold INTEGER, bronze VARCHAR, total VARCHAR, nation VARCHAR) ### Question: The United States, with a ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_5 (attendance VARCHAR, record VARCHAR) ### Question: What was the attendance at the game when the record...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_27539272_4 (record VARCHAR, location_attendance VARCHAR) ### Question: Name the number of record for hp pavi...
Below is an context that describes a sql 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 (years_active VARCHAR, caps VARCHAR, country VARCHAR) ### Question: What were the years active of 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_21692771_1 (isin VARCHAR, amount_issued_ VARCHAR, € VARCHAR) ### Question: What is the ISIN that has an amoun...
Below is an context that describes a sql 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 (played INTEGER, against VARCHAR, drawn VARCHAR) ### Question: What is the average Played when the aga...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_14984126_1 (result VARCHAR, date VARCHAR) ### Question: how many result with date being october 25, 1964 ###...
Below is an context that describes a sql 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 (kit_manufacturer VARCHAR, captain VARCHAR) ### Question: What company is the kit manufacturer that 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_29 (home VARCHAR, visitor VARCHAR, date VARCHAR) ### Question: What is the home team of the game on May ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_30049462_8 (game VARCHAR, score VARCHAR) ### Question: Name the game for l 111–126 ### Answer: SELECT game F...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_56 (result VARCHAR, nationality___opponent VARCHAR) ### Question: Name the Result of new zealand Nationa...
Below is an context that describes a sql 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 (faith VARCHAR, dcsf_number VARCHAR, name VARCHAR) ### Question: What faith has a DCSF number bigger ...
Below is an context that describes a sql 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 (result VARCHAR, week VARCHAR) ### Question: what's the results of week 12? ### Answer: SELECT result...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE roller_coaster (Speed VARCHAR, LENGTH VARCHAR) ### Question: What are the speeds of the longest roller coaster? ###...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_27561503_2 (results VARCHAR, sports_20_winning_team VARCHAR) ### Question: Name the results for #23 lotus ###...
Below is an context that describes a sql 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 (division VARCHAR, team VARCHAR) ### Question: Which division is the Derbyshire Falcons in? ### 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_name_91 (opponents_in_the_final VARCHAR, partner VARCHAR) ### Question: Which Opponents in the final have a P...
Below is an context that describes a sql 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 (city VARCHAR, stadium VARCHAR) ### Question: In what city is the Don Valley Stadium located? ### Ans...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_73 (catalogue VARCHAR, song_title VARCHAR) ### Question: What is Heart of Rome's catalogue number? ### 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_70 (opponent VARCHAR, result VARCHAR) ### Question: Which opponent has a Result of l 6–3? ### 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_57 (president VARCHAR, year VARCHAR) ### Question: Who was the president in 1999? ### Answer: SELECT pre...
Below is an context that describes a sql 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 (high_rebounds VARCHAR, date VARCHAR) ### Question: Who had the high rebounds, and how many did he 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_25730460_2 (player VARCHAR, touchdowns VARCHAR) ### Question: Name the player for 1 touchdowns ### 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_2897457_5 (player VARCHAR, college_junior_club_team VARCHAR) ### Question: What player attended avon old farm...
Below is an context that describes a sql 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 (points_for VARCHAR, played_in VARCHAR) ### Question: For the played in, what are the total points? #...
Below is an context that describes a sql 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 (opponents_in_the_final VARCHAR, partner VARCHAR) ### Question: Who is Partner Frederik Nielsen's Opp...
Below is an context that describes a sql 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 (goals INTEGER, leading_scorer VARCHAR) ### Question: Leading Scorer of Ian rush is what lowest # 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_25572068_1 (date VARCHAR, series VARCHAR) ### Question: When was the F4 7 series? ### Answer: SELECT date 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 club (Id VARCHAR) ### Question: How many clubs are there? ### Answer: SELECT COUNT(*) FROM club
Below is an context that describes a sql 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 (tournament VARCHAR, partner VARCHAR) ### Question: Which tournament was Dieter Kindlmann a partner? ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_22496374_1 (weight VARCHAR, home_town VARCHAR) ### Question: How many weight stats are there for players 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 customer_contact_channels (active_to_date VARCHAR, active_from_date VARCHAR) ### Question: What is the average time...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_25721_3 (dave_viewers INTEGER, dave_ja_vu_viewers VARCHAR) ### Question: What is the highest number of dave v...
Below is an context that describes a sql 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 (attendance INTEGER, date VARCHAR) ### Question: Name the most attendance for october 11 ### 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_43 (country VARCHAR, director_s_ VARCHAR) ### Question: What Country has a Director of 2007? ### 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_42 (nationality VARCHAR, player VARCHAR) ### Question: What is Adam Keefe's nationality? ### 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_36 (record VARCHAR, game_site VARCHAR, date VARCHAR) ### Question: What record has candlestick park as 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_68 (gold INTEGER, silver INTEGER) ### Question: Which team has the lowest gold and 0 silver? ### 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_287159_1 (family VARCHAR, genitive VARCHAR) ### Question: What is the family of the constellation that has ly...
Below is an context that describes a sql 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 (no_7 VARCHAR, no_4 VARCHAR, no_10 VARCHAR) ### Question: What is No. 7, when No. 4 is Madison, and w...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_77 (attendance INTEGER, week VARCHAR) ### Question: In Week 7, what is the highest attendance number? ##...
Below is an context that describes a sql 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 (country VARCHAR, location VARCHAR) ### Question: In what country is Aberdeen? ### Answer: SELECT cou...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_27715173_6 (date VARCHAR, score VARCHAR) ### Question: What date was the game with a score of w 116–93 (ot)? ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_11174272_1 (premiere VARCHAR, hk_viewers VARCHAR) ### Question: what's the premiere with hk viewers of 2.09 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_24 (attendance INTEGER, venue VARCHAR) ### Question: What is the average attendance for all events held ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2493389_1 (calcium__mg_ VARCHAR, fat__g_ VARCHAR) ### Question: Name the calcium for fat being 6.5 ### 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_90 (cuts_made INTEGER, top_25 VARCHAR, top_10 VARCHAR, top_5 VARCHAR) ### Question: Name the least cuts ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1449176_1 (rank VARCHAR, area__km_2__ VARCHAR) ### Question: What rank is the common with an area of 47.3 km^...
Below is an context that describes a sql 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 (location_attendance VARCHAR, date VARCHAR) ### Question: Where was the game, and how many attended 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_33 (arena VARCHAR, opponent VARCHAR) ### Question: In what arena was the game against the Sharks played?...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_21 (date VARCHAR, tournament VARCHAR, score VARCHAR) ### Question: What day was the score for tournament...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2500440_1 (population_density__per_km_2__ VARCHAR, municipal_district VARCHAR) ### Question: What is the dens...
Below is an context that describes a sql 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 (bullet_tip_color VARCHAR, headstamp_id VARCHAR) ### Question: Tell me the bullet tip color of headst...
Below is an context that describes a sql 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 (birthplace VARCHAR, birthdate VARCHAR, jersey__number VARCHAR, height__cm_ VARCHAR) ### Question: Wh...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_48 (year_joined VARCHAR, mascot VARCHAR, year_left VARCHAR) ### Question: What year did the Ingots, who ...
Below is an context that describes a sql 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 (event VARCHAR, year VARCHAR, competition VARCHAR) ### Question: What is the Event, when Year is 2002,...
Below is an context that describes a sql 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 (pick__number INTEGER, round VARCHAR, overall VARCHAR, college VARCHAR) ### Question: Which Pick # 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_23285849_10 (high_points VARCHAR, high_assists VARCHAR) ### Question: When chauncey billups (4) has the highe...
Below is an context that describes a sql 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 (driver VARCHAR, constructor VARCHAR, time_retired VARCHAR) ### Question: Who was the driver, when 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_61 (grid INTEGER, manufacturer VARCHAR, time VARCHAR) ### Question: What is Honda's highest grid with 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_41 (location VARCHAR, record VARCHAR) ### Question: What was the location when he had a 2-0 record? ### ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_85 (finish VARCHAR, laps VARCHAR, year VARCHAR) ### Question: What was the finish with less than 200 lap...
Below is an context that describes a sql 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 (comp VARCHAR, score VARCHAR) ### Question: What is the Comp of the Shooter with a Score of 489.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_11240028_1 (duration VARCHAR, portrayed_by VARCHAR) ### Question: What was the duration of Robert Joy's portr...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_18207285_2 (result VARCHAR, attendance VARCHAR) ### Question: What was the result of the game seen by 31095 p...
Below is an context that describes a sql 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 (rank VARCHAR, location VARCHAR) ### Question: What is the rank when the game was at dnipro stadium ,...
Below is an context that describes a sql 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 (production_code VARCHAR, written_by VARCHAR, season__number VARCHAR, series__number VARCHAR) ### Que...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2175858_1 (date VARCHAR, average_speed__mph_ VARCHAR) ### Question: How many dates had an average speed of 10...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_27423508_1 (director VARCHAR, spanish_title VARCHAR) ### Question: Who was the director for Tango Bar? ### 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_62 (wins VARCHAR, rank VARCHAR, top_fives VARCHAR) ### Question: What is the total number of wins when 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_1341586_26 (candidates VARCHAR, district VARCHAR) ### Question: Which candidates are from the Missouri 3 dist...
Below is an context that describes a sql 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 (constellation VARCHAR, object_type VARCHAR) ### Question: What is the constellation for open cluster...
Below is an context that describes a sql 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 (surface VARCHAR, week VARCHAR) ### Question: What was the type of surface played on for the week 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_81 (outcome VARCHAR, partner VARCHAR, venue VARCHAR) ### Question: What is the Outcome in the Malaysia 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_24937583_1 (races__starts_ VARCHAR, points__dropped_points_ VARCHAR) ### Question: What were the starts 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_4 (total INTEGER, silver VARCHAR, gold VARCHAR, rank VARCHAR) ### Question: For ranks over 2 with Golds ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_39 (venue VARCHAR, position VARCHAR) ### Question: Name the Venue which has a Position of 5th? ### 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_11960610_10 (score VARCHAR, location_attendance VARCHAR) ### Question: What was the score of united center 22...
Below is an context that describes a sql 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 (time_retired VARCHAR, grid VARCHAR) ### Question: What is the Time/Retired for Grid 6? ### 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_20 (games VARCHAR, goals VARCHAR, assists VARCHAR) ### Question: How many games have 5 goals and less 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_28059992_5 (position VARCHAR, player VARCHAR) ### Question: How many positions does Trent Bagnail play? ### 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_1601792_4 (television_station VARCHAR, transmitted VARCHAR, frequency VARCHAR) ### Question: What is the stat...
Below is an context that describes a sql 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 (against INTEGER, played INTEGER) ### Question: What is the sum of againsts the team with less than 3...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_22862203_2 (opponent VARCHAR, record VARCHAR) ### Question: Who were the opponents when the record was 11-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_51 (tournament VARCHAR) ### Question: Which 2009 tournament was french open? ### Answer: SELECT 2009 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_name_50 (score VARCHAR, player VARCHAR, tries VARCHAR) ### Question: Player of jaco coetzee, and a Tries larg...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_28281704_1 (city VARCHAR, stadium VARCHAR) ### Question: Name the city for los angeles stadium ### 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_71 (opponent VARCHAR, date VARCHAR) ### Question: Who was the Opponent on October 31, 1993? ### 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_43 (year VARCHAR, theme VARCHAR) ### Question: What year was the year of the pig theme? ### 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_13 (pop_¹ INTEGER, prefecture VARCHAR) ### Question: Name the sum of pop for shizuoka ### 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_12454156_1 (losing_hand VARCHAR, year VARCHAR) ### Question: How many losing hands are there before 2007? ###...
Below is an context that describes a sql 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 (rider VARCHAR, time VARCHAR) ### Question: Which Rider has a 1:06.02.0 Time? ### Answer: SELECT ride...
Below is an context that describes a sql 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 (runs VARCHAR, batsmen VARCHAR) ### Question: Which runs had james bryant graeme welch as Batsmen? ##...
Below is an context that describes a sql 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 (country VARCHAR, transfer_window VARCHAR, moving_from VARCHAR) ### Question: What is the country 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_61 (name VARCHAR, pick__number VARCHAR, overall VARCHAR) ### Question: Pick # of 25, and an Overall 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_26173058_2 (ramtha VARCHAR, ahli VARCHAR) ### Question: what is the score where the record is 1-1 ### 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_1341522_24 (opponent VARCHAR, incumbent VARCHAR) ### Question: Who opposed Marty Meehan in each election? ###...
Below is an context that describes a sql 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 (byes INTEGER, losses VARCHAR, draws VARCHAR) ### Question: When losses is 6 and draws is more than 0...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_68 (year INTEGER, position VARCHAR, class VARCHAR, stages_won VARCHAR) ### Question: What is the average...