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_16 (gold INTEGER, rank VARCHAR, total VARCHAR) ### Question: Tell me the lowest gold for rank of 6 and 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 (record VARCHAR, location VARCHAR, visitor VARCHAR) ### Question: What record has montreal, qc 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_75 (location VARCHAR, event VARCHAR) ### Question: What is the location of the 200m backstroke? ### 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_1754531_4 (international_freight VARCHAR, domestic_mail VARCHAR) ### Question: Name the number of internation...
Below is an context that describes a sql 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 (laps INTEGER, time_retired VARCHAR, grid VARCHAR) ### Question: What are the average Laps for the 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_91 (earnings___ INTEGER, events VARCHAR, rank VARCHAR) ### Question: Events of 22, and a Rank smaller 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_37 (record VARCHAR, opponent VARCHAR, loss VARCHAR) ### Question: What was the record at 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_15 (time VARCHAR, show_name VARCHAR) ### Question: What Time has a Show Name of mornings with neil mitch...
Below is an context that describes a sql 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 (points INTEGER, record VARCHAR, attendance VARCHAR) ### Question: Which Points have a Record of 21–36...
Below is an context that describes a sql 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 (league_cup INTEGER, fa_cup INTEGER) ### Question: What is the lowest number of league cups associate...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2305948_1 (country VARCHAR, name VARCHAR) ### Question: What countries does the Rock come from? ### 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 trust (target_u_id VARCHAR); CREATE TABLE useracct (name VARCHAR, u_id VARCHAR) ### Question: Find the name 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_28190363_1 (presenter_s_ VARCHAR, name VARCHAR) ### Question: How many sets of presenters are there for the 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_55 (match INTEGER, draw VARCHAR, team VARCHAR, lost VARCHAR, points VARCHAR) ### Question: Which average...
Below is an context that describes a sql 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 (category VARCHAR, award VARCHAR, year VARCHAR) ### Question: Which Category has an Award of monte ca...
Below is an context that describes a sql 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 (gold VARCHAR, total VARCHAR, bronze VARCHAR) ### Question: What is the number for gold where there 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_14603057_2 (class_aAAA VARCHAR, school_year VARCHAR) ### Question: Who was the Class AAAA champion in 2006-07...
Below is an context that describes a sql 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 (to_par VARCHAR, player VARCHAR, country VARCHAR, place VARCHAR) ### Question: What to par has The Un...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_24399615_10 (episode_no VARCHAR, bbc_three_weekly_ranking VARCHAR, cable_rank VARCHAR) ### Question: Which ep...
Below is an context that describes a sql 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 (spectators INTEGER, date VARCHAR, time_cet_ VARCHAR) ### Question: Tell me the average spectators fo...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_5 (method VARCHAR, time VARCHAR) ### Question: what is the method when the time is 0:51? ### 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_13805773_2 (position INTEGER, artist VARCHAR) ### Question: What is highest place reached by artist Ray Adams...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_16337329_5 (injunctive VARCHAR, past_habitual VARCHAR) ### Question: Name the injunctive for गर्यो garyo 'he ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_22771048_2 (transit_connections VARCHAR, station VARCHAR) ### Question: What are the transit connections from...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_93 (author VARCHAR, company VARCHAR) ### Question: Which Author's Company is Ruth Kanner Theatre Group? ...
Below is an context that describes a sql 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 (lyrics__l____music__m_ VARCHAR, artist VARCHAR) ### Question: Who provided lyrics or music to the ar...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1341738_6 (candidates VARCHAR, incumbent VARCHAR) ### Question: Who were the candidates in the election that ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_17004367_3 (nightly_rank VARCHAR, episode_number_production_number VARCHAR) ### Question: what is the nightly...
Below is an context that describes a sql 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 (crowd VARCHAR, date VARCHAR, away_team VARCHAR) ### Question: What was the attendence of the game on...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_197638_6 (player VARCHAR, us_open VARCHAR) ### Question: Who won the US Open in 1937? ### Answer: SELECT play...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_25 (points VARCHAR, points_for VARCHAR) ### Question: What points has points for as points for? ### 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_11 (venue VARCHAR, away_team VARCHAR) ### Question: What venue featured collingwood as the away side? ##...
Below is an context that describes a sql 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_s__won VARCHAR, finish VARCHAR) ### Question: What years did the player with a t71 finish win? ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_19487922_1 (seasons VARCHAR, country VARCHAR) ### Question: How many seasons for Monaco? ### Answer: SELECT 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_97 (season VARCHAR, opponent VARCHAR) ### Question: In what season is Victoria the Opponent? ### 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_61 (yards INTEGER, tckl VARCHAR, sack VARCHAR) ### Question: What is the highest YARDS with a TCKL more ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_19 (bronze INTEGER, rank VARCHAR, total VARCHAR) ### Question: What is the sum of Bronze when the rank 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_40 (after_1_year VARCHAR, after_3_years VARCHAR) ### Question: Which After 1 year has an After 3 years 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_48 (goals INTEGER, apps VARCHAR, team VARCHAR, division VARCHAR) ### Question: What is the sum of 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_6 (name VARCHAR, street_address VARCHAR) ### Question: What name has 100 w. pender st. as the address? #...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_24735155_1 (points VARCHAR, seasons VARCHAR) ### Question: How many points for the driver who raced in season...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_24233848_2 (eliminated VARCHAR, finish VARCHAR) ### Question: Name the eliminated 7th voted out day 21 ### 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_74 (year INTEGER, engine VARCHAR) ### Question: What year was the cosworth ca2006 2.4 v8 4 series used? ...
Below is an context that describes a sql 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 (score VARCHAR, save VARCHAR) ### Question: Name the score for save of lancaster (3) ### Answer: SELEC...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_42 (attendance VARCHAR, date VARCHAR) ### Question: What is the Attendance on 11/10/1928? ### 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_85 (goals_for INTEGER, wins VARCHAR, goals_against VARCHAR) ### Question: What is the smallest number 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_26558_1 (record_low VARCHAR, precip VARCHAR) ### Question: What was the record lowest temperature with a prec...
Below is an context that describes a sql 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 (events VARCHAR, top_25 INTEGER) ### Question: How many events resulted in a top-25 less than 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_73 (country VARCHAR, money___$__ VARCHAR, score VARCHAR) ### Question: What is the country of the player...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_55 (xdsl VARCHAR, other VARCHAR, year VARCHAR) ### Question: What is the xDSL in 2010 when the other 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_87 (destination VARCHAR, train_name VARCHAR) ### Question: What is the destination of the Garib nwaz exp...
Below is an context that describes a sql 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 (laps VARCHAR, time_retired VARCHAR) ### Question: How many laps have a +0.4865 time/retired? ### 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_22771048_2 (transit_connections VARCHAR, city_neighborhood VARCHAR) ### Question: What's the transit connecti...
Below is an context that describes a sql 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 (tournament VARCHAR, opponents_in_the_final VARCHAR) ### Question: What tournament had an opponent 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_62 (seats INTEGER, general_election VARCHAR, share_of_votes VARCHAR, share_of_seats VARCHAR) ### Questio...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_17417383_6 (athlete VARCHAR, round_of_32 VARCHAR) ### Question: Name the athelte for enkhzorig ( mgl ) l 1–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_name_23 (top_25 INTEGER, events INTEGER) ### Question: What is the total Top-25 when the events were less tha...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_16175064_3 (director_s_ VARCHAR, writer_s_ VARCHAR) ### Question: Who is the director when Chris Hawkshaw 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_72 (laps VARCHAR, manufacturer VARCHAR, grid VARCHAR) ### Question: What were the laps of aprilia 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_12 (class VARCHAR, rank VARCHAR) ### Question: Tell me the class with rank of 89th ### Answer: SELECT 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_44 (money___$__ VARCHAR, place VARCHAR, country VARCHAR) ### Question: For a country of Spain, place of ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_48 (home_team VARCHAR, venue VARCHAR) ### Question: What is the Home team score At Windy Hill? ### 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_28 (leading_scorer VARCHAR, date VARCHAR) ### Question: Who was the leading scorer on the game played on...
Below is an context that describes a sql 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 (enrollment INTEGER, mascot VARCHAR, year_joined VARCHAR) ### Question: What is the average enrollmen...
Below is an context that describes a sql 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 (opponent VARCHAR, date VARCHAR) ### Question: On June 29, who was the opponent? ### Answer: SELECT 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_12419515_4 (directed_by VARCHAR, written_by VARCHAR) ### Question: Who directed the title that was written by...
Below is an context that describes a sql 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 (producer VARCHAR, director VARCHAR) ### Question: What is Director Erik Matti's Producer? ### 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_83 (name VARCHAR, total_goals VARCHAR, fa_cup_goals VARCHAR, league_cup_goals 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_68 (transfer_fee VARCHAR, transfer_window VARCHAR, moving_to VARCHAR) ### Question: What transfer fee ha...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_91 (attendance INTEGER, date VARCHAR) ### Question: Mean attendance for December 22, 1980? ### 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_71 (place VARCHAR, country VARCHAR, money___$__ VARCHAR, score VARCHAR) ### Question: Where did the play...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_24850487_5 (blocks VARCHAR, rebounds VARCHAR) ### Question: How many blocks did the player who had 59 rebound...
Below is an context that describes a sql 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 (rank VARCHAR, revenue_in_usd VARCHAR) ### Question: What is the rank of the company who has a revenu...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_8 (pennant VARCHAR, builder VARCHAR) ### Question: What is the pennant with Denny, Dumbarton as the buil...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_23286112_12 (date VARCHAR, series VARCHAR) ### Question: What date was the series 0-2? ### Answer: SELECT dat...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_28498999_4 (winnings__$_ VARCHAR, score VARCHAR) ### Question: What were the winnings for the score of 66-64-...
Below is an context that describes a sql 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 (season VARCHAR, losses VARCHAR) ### Question: Which season had 34 losses? ### Answer: SELECT season ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_28 (round VARCHAR, opponent VARCHAR) ### Question: What round was the opponent Sergiy Stakhovsky? ### 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_29 (away_team VARCHAR) ### Question: What is melbourne's away score? ### Answer: SELECT away_team AS sco...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_8 (result VARCHAR, location VARCHAR, year VARCHAR) ### Question: Tell me the result for warsaw 1929 ### ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_221653_1 (platelet_count VARCHAR, prothrombin_time VARCHAR, bleeding_time VARCHAR) ### Question: How many 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_63 (round VARCHAR, nfl_club VARCHAR) ### Question: What is the round of the new york jets NFL 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_13 (high_assists VARCHAR, high_points VARCHAR, high_rebounds VARCHAR) ### Question: What is High Assists...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_17282875_3 (team__number2 VARCHAR, team__number1 VARCHAR) ### Question: Who played San Lorenzo? ### 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_78 (average_cards_a_game INTEGER, season VARCHAR, games VARCHAR) ### Question: Which Average Cards a gam...
Below is an context that describes a sql 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 (country VARCHAR, player VARCHAR) ### Question: What country was Jay Haas representing? ### 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_34 (version VARCHAR, developer VARCHAR, title VARCHAR) ### Question: What Version has a Developer of din...
Below is an context that describes a sql 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 (away_team VARCHAR, home_team VARCHAR) ### Question: What is the away team score when Home team is fit...
Below is an context that describes a sql 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 (bronze INTEGER, team VARCHAR, gold VARCHAR) ### Question: what is the average bronze when the 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_96 (lifespan VARCHAR, party VARCHAR, state VARCHAR, representative VARCHAR) ### Question: What is the li...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_27 (college VARCHAR, pick INTEGER) ### Question: Which colleges have a pick above 7? ### 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_22871239_8 (high_assists VARCHAR, location_attendance VARCHAR) ### Question: Name the high assists for americ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_11253290_2 (viewers__millions_ VARCHAR, rank__week_ VARCHAR) ### Question: How many viewers (millions) were 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_15 (total VARCHAR, bronze INTEGER) ### Question: What is the total associated with Bronzes over 35? ### ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE Apartment_Bookings (apt_id VARCHAR, booking_status_code VARCHAR); CREATE TABLE Apartments (apt_id VARCHAR) ### Ques...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_28 (fall_08 INTEGER, fall_07 INTEGER) ### Question: What is the largest value for Fall 08 when Fall 07 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_13 (current_club VARCHAR, player VARCHAR, year_born VARCHAR, height VARCHAR, position VARCHAR) ### Quest...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_91 (rank INTEGER, name VARCHAR) ### Question: What was Maxim Podoprigora's lowest rank? ### 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_35 (attendance INTEGER, loss VARCHAR) ### Question: What is the largest Attendance with a Loss of darlin...
Below is an context that describes a sql 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 (area__km_2__ INTEGER, name VARCHAR, population__2011_ VARCHAR) ### Question: For Stellenbosch, which...