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_14465871_2 (cmdlets VARCHAR, version VARCHAR) ### Question: How many of the cmdlets are the 2008 version? ###...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_23718905_6 (attendance VARCHAR, stadium VARCHAR) ### Question: How many different items appear in he attendan...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2509505_1 (goals_for INTEGER, points VARCHAR) ### Question: Name the most goals for 56 points ### 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 (date VARCHAR, opponent VARCHAR) ### Question: What was the date of the game against North Carolina? ...
Below is an context that describes a sql 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 (total_fat VARCHAR, polyunsaturated_fat VARCHAR, monounsaturated_fat 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_14 (points INTEGER, goals_against VARCHAR, games VARCHAR, tied VARCHAR) ### Question: How many points di...
Below is an context that describes a sql 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 (placings VARCHAR, nation VARCHAR) ### Question: What was the placing of the nation of East Germany? ...
Below is an context that describes a sql 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 (score VARCHAR, date VARCHAR) ### Question: WHAT SCORE WAS ON 1999-05-31? ### Answer: SELECT score FR...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_74 (net_power VARCHAR, type VARCHAR, finish_construction VARCHAR) ### Question: What was the net power, ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_40 (year INTEGER, engine VARCHAR) ### Question: When is the earliest year that there's a judd engine? ##...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1140077_2 (fastest_lap VARCHAR, race VARCHAR) ### Question: Who did the fastest lap in the dutch grand prix? ...
Below is an context that describes a sql 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 (nationality VARCHAR, pick VARCHAR) ### Question: Tell me the nationality for pick of 18 ### 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_97 (points VARCHAR, combined_elapsed_time VARCHAR) ### Question: Which points have a Combined elapsed ti...
Below is an context that describes a sql 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 (tie_no VARCHAR, away_team VARCHAR) ### Question: What is the tie number total when Harlow Town is the...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_61 (appointed_by VARCHAR, date_appointed VARCHAR, party VARCHAR, province__division_ VARCHAR) ### Questi...
Below is an context that describes a sql 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 (record VARCHAR, date VARCHAR) ### Question: What is the record for April 22? ### Answer: SELECT reco...
Below is an context that describes a sql 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 (pick VARCHAR, player VARCHAR) ### Question: WHAT WAS THE PICK NUMBER FOR BRANDON RUSH? ### 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_29 (year INTEGER, finish VARCHAR, start VARCHAR) ### Question: What is the highest Year, when Finish 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_60 (english_transliteration VARCHAR, english_translation VARCHAR) ### Question: What is the english tran...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_72 (earnings___ INTEGER, player VARCHAR, rank VARCHAR) ### Question: Player of corey pavin, and a Rank 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_48 (long_term_gain_on_collectibles VARCHAR, ordinary_income_rate VARCHAR) ### Question: What long-term 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 roller_coaster (Country_ID VARCHAR); CREATE TABLE country (Name VARCHAR, Country_ID VARCHAR) ### Question: Show 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_45 (venue VARCHAR, home_team VARCHAR) ### Question: What is the name of Richmond's home venue? ### 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_69 (chassis VARCHAR, driver VARCHAR, rounds VARCHAR, entrant VARCHAR) ### Question: What is the chassis ...
Below is an context that describes a sql 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 (goals INTEGER, player VARCHAR, tries VARCHAR) ### Question: What is the number of goals Dave Taylor,...
Below is an context that describes a sql 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 (tournament VARCHAR) ### Question: Name the 2012 for us open ### Answer: SELECT 2012 FROM table_name_...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_21602734_1 (division INTEGER) ### Question: What is the highest number of divisions mentioned? ### 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_92 (socialist_ticket VARCHAR, democratic_ticket VARCHAR) ### Question: What name is under the Socialist ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_83 (d_41_√ VARCHAR, d_47_√ VARCHAR) ### Question: What is the D 41 √ when the D 47 √ is d 34? ### 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_82 (classification VARCHAR, dennis_kucinich VARCHAR, _percentage_of_all VARCHAR) ### Question: What is C...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_70 (county VARCHAR, ihsaa_class VARCHAR, mascot VARCHAR) ### Question: Which County has an IHSAA Class 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_name_92 (city VARCHAR, icao VARCHAR) ### Question: Which city's ICAO is WADD? ### Answer: SELECT city 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_298550_1 (country_with_flag VARCHAR, population__1_july_2005_est_ VARCHAR) ### Question: What is every countr...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_24538140_2 (match1 VARCHAR, team VARCHAR) ### Question: What is the score for match 1 for the team Eastern Ti...
Below is an context that describes a sql 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 (Prime VARCHAR, term_in_office VARCHAR) ### Question: Which Prime Minister's served a term of 344 day...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_14889048_2 (draws VARCHAR, team VARCHAR) ### Question: How may draws did libertad have? ### 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_name_48 (runners_up VARCHAR, winners VARCHAR, date VARCHAR) ### Question: Who were the runners-up in the game...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_250230_2 (brakes VARCHAR, gearbox VARCHAR) ### Question: What brakes for the 4-speed automatic gearbox? ### 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_25 (opponent VARCHAR, week VARCHAR, game_site VARCHAR) ### Question: Who did the Giants play before week...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE Students (other_student_details VARCHAR) ### Question: List all the student details in reversed lexicographical ord...
Below is an context that describes a sql 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 (venue VARCHAR, home_team VARCHAR) ### Question: In which venue does Melbourne play as the home team?...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_31 (overall INTEGER, name VARCHAR, pick VARCHAR) ### Question: Which Overall is the highest one that has...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_89 (catalog VARCHAR, date VARCHAR) ### Question: What is the Catalog with a Date that is february 20, 20...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_11907963_6 (high_assists VARCHAR, game VARCHAR) ### Question: Who had the high assists for game 49? ### 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_43 (asian_rider_classification VARCHAR, general_classification VARCHAR, stage VARCHAR) ### Question: 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_15 (pick__number INTEGER, league_from VARCHAR) ### Question: What is the lowest pick from Elitserien (Sw...
Below is an context that describes a sql 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 (grid VARCHAR, laps VARCHAR) ### Question: What grid has 2 laps? ### Answer: SELECT grid FROM table_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_name_45 (against INTEGER, date VARCHAR) ### Question: What's the lowest against on 27/03/1971? ### 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_23285849_10 (score VARCHAR, high_assists VARCHAR) ### Question: When chauncey billups (7) has the highest amo...
Below is an context that describes a sql 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 (loss VARCHAR, date VARCHAR) ### Question: What loss occurred on June 10? ### Answer: SELECT loss 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_16 (appearances INTEGER, team VARCHAR, rank VARCHAR) ### Question: How many appearances for psv eindhove...
Below is an context that describes a sql 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 (winning_driver VARCHAR, pole_position VARCHAR) ### Question: What driver was the winner when Joakim ...
Below is an context that describes a sql 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 (date VARCHAR, away_team VARCHAR) ### Question: What date was Chester the away team? ### 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_42 (share___percentage_ INTEGER, channel VARCHAR) ### Question: Name the most share for anhui satellite ...
Below is an context that describes a sql 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 (time_retired VARCHAR, laps VARCHAR, team VARCHAR) ### Question: What Time/Retired has a Laps of 86 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_89 (position VARCHAR, player VARCHAR) ### Question: What position Jason Fitzgerald played? ### 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_12310814_1 (result VARCHAR, episode VARCHAR) ### Question: What was the result of the Top 3 episode? ### 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_24415627_2 (state_served VARCHAR, time_since_entry VARCHAR) ### Question: List the states that have entry tim...
Below is an context that describes a sql 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 (player VARCHAR, finish VARCHAR) ### Question: Who had a finish of t20? ### Answer: SELECT player 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 (name VARCHAR, height VARCHAR, block VARCHAR, weight VARCHAR) ### Question: What is the Name of the 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_1198175_1 (position VARCHAR, drafted VARCHAR) ### Question: What is the position when drafted is 1974,r11,p11...
Below is an context that describes a sql 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 (communist_ticket VARCHAR, office VARCHAR) ### Question: What is the name on the Communist ticket wit...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_59 (final_round VARCHAR, members VARCHAR) ### Question: What was the final round value for member Chris ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1500146_1 (scientific_linux_release VARCHAR, delay VARCHAR) ### Question: Name the scientific linux release 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_12 (region__year_ VARCHAR, no_5 VARCHAR, no_7 VARCHAR, no_1 VARCHAR) ### Question: Which region (year) h...
Below is an context that describes a sql 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 (silver VARCHAR, bronze INTEGER) ### Question: What is the total silver when bronze is smaller 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_5 (laps INTEGER, driver VARCHAR, grid VARCHAR) ### Question: what is the least laps when the driver is 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_78 (year VARCHAR, comptroller VARCHAR, party VARCHAR) ### Question: How many times what the comptroller ...
Below is an context that describes a sql 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 (gross_tonnage VARCHAR, entered_service VARCHAR) ### Question: I want the total number of gross tonna...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_16 (school_club_team VARCHAR, player VARCHAR) ### Question: Which School/Club Team has a Player of jud b...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_28 (region VARCHAR, icao VARCHAR) ### Question: I want the region for ICAO of vmmc ### Answer: SELECT re...
Below is an context that describes a sql 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 (tournament VARCHAR, date VARCHAR) ### Question: Which tournament was played on 12 February 2001? ###...
Below is an context that describes a sql 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 (result VARCHAR, film VARCHAR, award VARCHAR) ### Question: What is Result, when Film is "Dharma Chak...
Below is an context that describes a sql 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 (draws INTEGER, wins INTEGER) ### Question: Which Draws have Wins larger than 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_18143210_2 (first_season_of_current_spell_in_top_division VARCHAR, first_season_in_top_division VARCHAR) ### ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_20799905_1 (obama_percentage VARCHAR, county VARCHAR) ### Question: What percentage did Obama get in Rutherfo...
Below is an context that describes a sql 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 (year VARCHAR, position VARCHAR, name VARCHAR) ### Question: What year is guard Mario Chalmers? ### 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_23242968_1 (directed_by VARCHAR, written_by VARCHAR) ### Question: Who directed the episode that was written ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1059743_2 (group_stage INTEGER, points VARCHAR) ### Question: What is the lowest group to earn 886.6 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_21346767_3 (age INTEGER, geographical_regions VARCHAR, hometown VARCHAR) ### Question: Name the least age 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_75 (pop_¹ INTEGER, region VARCHAR, prefecture VARCHAR) ### Question: Name the average pop for chūgoku 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_2 (label VARCHAR, region VARCHAR, date VARCHAR) ### Question: What is the Label of the release on April ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_15681686_4 (rating VARCHAR, rank__week_ VARCHAR) ### Question: what is the rating where the rank is 48? ### 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 (home_team VARCHAR) ### Question: What is the home team score for St Kilda? ### Answer: SELECT home_t...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_80 (runners_up VARCHAR, year VARCHAR, champions VARCHAR, name_of_tournament VARCHAR) ### Question: What ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_85 (owner_operator VARCHAR, licence_number VARCHAR) ### Question: Who is the owner operator who has lice...
Below is an context that describes a sql 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 (first_elected VARCHAR, member VARCHAR) ### Question: What is the year First elected when the Member 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_25 (attendance INTEGER, opponent VARCHAR, week VARCHAR) ### Question: How many were in attendance 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_96 (home VARCHAR, score VARCHAR) ### Question: Who was the home team at the game that had a score 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_30120605_1 (barony VARCHAR, townland VARCHAR) ### Question: What is the barony of mountcotton? ### 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_98 (season VARCHAR, number_of_contestants VARCHAR, winner VARCHAR) ### Question: What season had more 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_21330550_2 (winner VARCHAR, location VARCHAR) ### Question: Who is the winner in the location of ljvm coliseu...
Below is an context that describes a sql 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 (rank VARCHAR, col__m_ INTEGER) ### Question: What is the rank when the col is larger than 0? ### 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_62 (venue VARCHAR, away_team VARCHAR) ### Question: At what venue was richmond the away team? ### 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_10 (rounds VARCHAR, tyre VARCHAR, chassis VARCHAR) ### Question: In what rounds did the P15 Chassis and ...
Below is an context that describes a sql 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_team VARCHAR, tie_no VARCHAR) ### Question: Who was the home team that has a tie no of 1? ### 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_24919137_2 (venue VARCHAR, score VARCHAR) ### Question: Where was the game played when the score was 14.16 (1...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_30049462_3 (date VARCHAR, game VARCHAR) ### Question: in how many dates the game was 2 ### 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_name_7 (year VARCHAR, gen_secretary VARCHAR) ### Question: Which year has a Gen.-Secretary of silvana jansen?...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_40 (total VARCHAR, player VARCHAR) ### Question: Which Total has a Player of matt ruth? ### Answer: SELE...