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_91 (overall INTEGER, player VARCHAR) ### Question: Name the average overall for james davis ### 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_2668254_25 (district VARCHAR, first_elected VARCHAR) ### Question: How many district has a candidate that 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_51 (finish VARCHAR, country VARCHAR, player VARCHAR) ### Question: what is the finish when the country 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_1342013_41 (candidates VARCHAR, incumbent VARCHAR) ### Question: What candidates were in the election when ja...
Below is an context that describes a sql 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 (against INTEGER, losses VARCHAR, draws VARCHAR) ### Question: WHAT IS THE HIGHEST AGAINST WITH LOSSE...
Below is an context that describes a 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_5 (points_for VARCHAR, lost VARCHAR) ### Question: what's the points for with lost being 4 ### 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_28697228_4 (total_offense INTEGER, opponent VARCHAR) ### Question: What is the number of total offense when 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_13713206_1 (club__city_town_ VARCHAR, w_l_d VARCHAR) ### Question: On what position number is the club 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 (school_name VARCHAR, year_open VARCHAR) ### Question: WHAT IS THE HIGHEST 2012 ENROLLMENT FOR école 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_2679061_4 (player VARCHAR, nhl_team VARCHAR) ### Question: Which player was drafted by the Minnesota North St...
Below is an context that describes a sql 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 (away_team VARCHAR, home_team VARCHAR) ### Question: Which away team played the home team of Footscra...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_46 (city VARCHAR, state VARCHAR, year VARCHAR) ### Question: What is the city that is located in Califor...
Below is an context that describes a sql 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 (date VARCHAR, opponent VARCHAR) ### Question: On what date was the opponent the Miami Dolphins? ### ...
Below is an context that describes a sql 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 (venue VARCHAR, result VARCHAR) ### Question: What venue has a Result of 3-0? ### Answer: SELECT venu...
Below is an context that describes a sql 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, team VARCHAR, position VARCHAR) ### Question: What is the highest against value 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_65 (points VARCHAR, played INTEGER) ### Question: How many Points have a Played larger than 18? ### 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_1 (losses INTEGER, wins VARCHAR, runs_allowed VARCHAR) ### Question: How many losses did the team with 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_15694696_1 (arabic_capital_name VARCHAR, english_capital_name VARCHAR) ### Question: what is the arabic capit...
Below is an context that describes a sql 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 (to_par VARCHAR, country VARCHAR) ### Question: What is the To par of the New Zealand Player? ### 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_46 (heat INTEGER, rank INTEGER) ### Question: What is the total heat ranked higher than 7? ### 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_18 (december INTEGER, opponent VARCHAR) ### Question: Can you tell me the average December rhat has 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_27487336_1 (points_per_game VARCHAR, passing_yards_per_game VARCHAR) ### Question: What is every value for 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_9 (exit_date VARCHAR, to_club VARCHAR) ### Question: What is the exit date of the player who transferred...
Below is an context that describes a sql 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 (tournament VARCHAR) ### Question: What tournament was at the 2007 Olympic Games? ### 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 (producer VARCHAR, author VARCHAR, narrator VARCHAR, year VARCHAR) ### Question: who is the producer ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE Companies (Sales_billion INTEGER, Industry VARCHAR) ### Question: What are the maximum and minimum sales of the com...
Below is an context that describes a sql 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 (tracks VARCHAR, unformatted_capacity_per_side VARCHAR) ### Question: How many tracks have an unformat...
Below is an context that describes a sql 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 (time VARCHAR, opponent VARCHAR) ### Question: Tell me the time for martin kampmann ### 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 student (name VARCHAR, id VARCHAR); CREATE TABLE course (course_id VARCHAR, dept_name VARCHAR); CREATE TABLE takes ...
Below is an context that describes a sql 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 (bronze VARCHAR, silver VARCHAR, rank VARCHAR, total VARCHAR) ### Question: What is the sum of 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_name_24 (money___$__ VARCHAR, score VARCHAR) ### Question: How much money does the player with a score of 76-...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_22128871_1 (result VARCHAR, year__ceremony_ VARCHAR) ### Question: What is every result for the ceremony year...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_86 (roll VARCHAR, area VARCHAR, decile VARCHAR) ### Question: What is the roll number of the school in 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_1243601_1 (regular_season VARCHAR, year VARCHAR) ### Question: What was the regular season listing in 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_2508633_2 (position VARCHAR, pick__number VARCHAR) ### Question: Name the position for pick number 39 ### 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_21481509_4 (r1b1a2__r_m269_ VARCHAR, r1b1c__r_v88_ VARCHAR) ### Question: What percentage is listed in column...
Below is an context that describes a sql 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 (home_leg VARCHAR, opponents VARCHAR) ### Question: What is the home leg who are opponents of rotor 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_23248910_11 (score VARCHAR, game VARCHAR) ### Question: What was the score in game 6? ### Answer: SELECT scor...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_19930660_3 (first_broadcast VARCHAR, episode VARCHAR) ### Question: What is the first broadcast date for epis...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_26166836_2 (country VARCHAR, road_race VARCHAR) ### Question: What's the whole range of united states where 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_51 (airline VARCHAR, notes VARCHAR) ### Question: What is the Airline when the notes show aoc 135? ### 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 (region VARCHAR, date VARCHAR, catalog VARCHAR) ### Question: What region has a 2002 date, and a Cata...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE actor (Name VARCHAR, Age VARCHAR) ### Question: List the name of actors whose age is not 20. ### Answer: SELECT Nam...
Below is an context that describes a sql 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 (championship VARCHAR, outcome VARCHAR, opponents_in_final VARCHAR) ### Question: What is Championshi...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_191105_4 (first_aired VARCHAR, performed_by VARCHAR) ### Question: What is the date for the episode performed...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_82 (wins VARCHAR, wpct VARCHAR) ### Question: What wins has WPct of 0.2? ### Answer: SELECT wins FROM ta...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_6 (league_cup_goals INTEGER, club VARCHAR) ### Question: What is the highest number of League Cup 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_56 (build_date VARCHAR, prr_class VARCHAR) ### Question: What is the build date of the model with PRR Cl...
Below is an context that describes a sql 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 (total_cargo__metric_tonnes_ INTEGER, code__iata_icao_ VARCHAR, rank 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_name_47 (local_location VARCHAR, resident_country VARCHAR, mission VARCHAR) ### Question: What is the local 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_58 (rogers_cable__ottawa_ VARCHAR, digital_psip VARCHAR, vidéotron__gatineau_ VARCHAR) ### Question: Wha...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_95 (game VARCHAR, opponent VARCHAR) ### Question: What is the total game number with athlone town as 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 (silver INTEGER, total VARCHAR, bronze VARCHAR) ### Question: What is the most silver medals a team 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_10 (podium INTEGER, pole VARCHAR, season VARCHAR, flap VARCHAR, race VARCHAR) ### Question: Flap of 0, 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_12807904_3 (points_for VARCHAR, try_bonus VARCHAR) ### Question: HOW MANY GAMES HAD BONUS POINTS OF 6? ### An...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_52 (total INTEGER) ### Question: What is the 2 vs 3 when total is bigger than 38? ### Answer: SELECT AVG...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2387461_1 (assists_per_game VARCHAR, points_per_game VARCHAR) ### Question: How may assists per game have 7.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_234886_2 (title VARCHAR, original_air_date VARCHAR) ### Question: How many titles have an original air date 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_25716401_1 (title VARCHAR, written_by VARCHAR) ### Question: How many titles are there for the episode writte...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1067134_1 (region_2 VARCHAR, dvd_name VARCHAR) ### Question: What date did the DVD for season six come out 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_71 (birthplace VARCHAR, real_name VARCHAR) ### Question: What is the birthplace of Pete Sanderson? ### 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_52 (away_team VARCHAR, home_team VARCHAR) ### Question: What is the away team score when the home team 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_64 (fcc_info VARCHAR, frequency_mhz VARCHAR) ### Question: I need the FCC info on the radio Frequency MH...
Below is an context that describes a sql 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 (tyre VARCHAR, driver VARCHAR) ### Question: Which tyre is on the car driven by Pedro de la Rosa? ###...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_23982399_12 (special VARCHAR, challenger VARCHAR) ### Question: What is the special when the challenger is do...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE Documents (document_id VARCHAR, document_name VARCHAR, document_description VARCHAR) ### Question: List document ID...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_64 (runs VARCHAR, opponent VARCHAR) ### Question: What were the runs for the opponent from the West Indi...
Below is an context that describes a sql 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 (record VARCHAR, score VARCHAR) ### Question: Which record has a score of l 121–127? ### 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_91 (binary_meaning VARCHAR, symbol VARCHAR) ### Question: What is the binary meaning for symbol p? ### 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 (year INTEGER, seat_factor VARCHAR, flying_hours VARCHAR) ### Question: What was the earliest year 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_31 (translated_title VARCHAR, norwegian_title VARCHAR) ### Question: What is the Translated Title of Ste...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_15 (instrumental VARCHAR, dative VARCHAR) ### Question: What is the instrumental for the dative shen? ##...
Below is an context that describes a sql 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 (result VARCHAR, week VARCHAR, opponent VARCHAR) ### Question: What was the result of the game agains...
Below is an context that describes a sql 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 (team VARCHAR, qual_1 VARCHAR) ### Question: What team has 59.372 for qual 1? ### Answer: SELECT 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 Documents (template_id VARCHAR); CREATE TABLE Templates (template_id VARCHAR) ### Question: Show ids for all templa...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_14594528_6 (name__alma_mater_ VARCHAR, wins VARCHAR) ### Question: What coach had 15 wins? ### 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_94 (case_suffix__case_ VARCHAR, postposition VARCHAR) ### Question: What is Case Suffix (Case), when Pos...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE Flights (AirportName VARCHAR, AirportCode VARCHAR, SourceAirport VARCHAR, DestAirport VARCHAR); CREATE TABLE Airpor...
Below is an context that describes a sql 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 (week_12_nov_16 VARCHAR, week_3_sept_14 VARCHAR) ### Question: What is the week 12 opponent for the ye...
Below is an context that describes a sql 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 (casualties INTEGER, number VARCHAR) ### Question: What is the average number of casualties for the co...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_76 (drawn INTEGER, against VARCHAR, lost VARCHAR, position VARCHAR, points VARCHAR) ### Question: Which ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_63 (week INTEGER, attendance VARCHAR) ### Question: What was the latest week of a game that had an atten...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_10006830_1 (description VARCHAR, aircraft VARCHAR) ### Question: What if the description of a ch-47d chinook?...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_46 (country VARCHAR, score VARCHAR) ### Question: What country has a 74-72-71-67=284 score? ### 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_39 (electorate VARCHAR, member VARCHAR, party VARCHAR, state VARCHAR) ### Question: What is Electorate, ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_27533947_1 (total_points INTEGER, best_winning_average VARCHAR) ### Question: If the best winning average 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_23 (third VARCHAR, second VARCHAR) ### Question: Who is third to Xu Xiaoming at second? ### 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_65 (venue VARCHAR, guest VARCHAR) ### Question: What venue was the match against the guest team, FK ibar...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_10015132_2 (years_in_toronto VARCHAR, player VARCHAR) ### Question: What years was the player Lonny Baxter 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_63 (team_1 VARCHAR) ### Question: What shows for 2nd round when the team 1 was Rc Strasbourg (d1)? ### 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_4 (player VARCHAR, place VARCHAR) ### Question: Who was the player who placed t10? ### Answer: SELECT pl...
Below is an context that describes a sql 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 (origin VARCHAR, final_destination VARCHAR) ### Question: What is the origin of the one whose final d...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_34 (venue VARCHAR, date VARCHAR) ### Question: WHAT IS THE VENUE ON MARCH 28, 2008? ### Answer: SELECT 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_61 (losses INTEGER, team VARCHAR, draws VARCHAR) ### Question: What is the highest number of losses 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_17289604_38 (round_of_32 VARCHAR, athlete VARCHAR) ### Question: What were the results for round of 32 for N...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_170958_2 (population INTEGER, area_km_2 VARCHAR) ### Question: What is the maximum population of the land 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 Courses (Id VARCHAR) ### Question: How many courses in total are listed? ### Answer: SELECT COUNT(*) FROM Courses
Below is an context that describes a sql 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 (games VARCHAR, rushes VARCHAR, yards VARCHAR) ### Question: How many games had 41 rushes and were 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_88 (team VARCHAR, coach VARCHAR, captain VARCHAR) ### Question: Which Team has Manzoor Elahi as Coach 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_9 (location_attendance VARCHAR, record VARCHAR) ### Question: What shows for the location and attendance...