Unnamed: 0
int64 0
60k
| input
stringlengths 76
562
| answer
stringlengths 18
557
|
---|---|---|
49,800 | <question>: What is the Pilot number for the YouTube Hero greg pattillo? <context>: CREATE TABLE table_name_76 (pilot VARCHAR, youtube_hero VARCHAR) | SELECT pilot FROM table_name_76 WHERE youtube_hero = "greg pattillo" |
49,801 | <question>: What is the name of the MySpace Band with an Original Airdate of 25 march 2008? <context>: CREATE TABLE table_name_77 (myspace_band VARCHAR, original_airdate VARCHAR) | SELECT myspace_band FROM table_name_77 WHERE original_airdate = "25 march 2008" |
49,802 | <question>: What is the total number of top-25s for tournaments that had 0 wins, 1 cut made, and more than 5 events? <context>: CREATE TABLE table_name_23 (top_25 VARCHAR, events VARCHAR, wins VARCHAR, cuts_made VARCHAR) | SELECT COUNT(top_25) FROM table_name_23 WHERE wins = 0 AND cuts_made = 1 AND events > 5 |
49,803 | <question>: What is the fewest number of top-5s for events with more than 1 win? <context>: CREATE TABLE table_name_90 (top_5 INTEGER, wins INTEGER) | SELECT MIN(top_5) FROM table_name_90 WHERE wins > 1 |
49,804 | <question>: What is the highest number of top-25s for events with 0 wins? <context>: CREATE TABLE table_name_15 (top_25 INTEGER, wins INTEGER) | SELECT MAX(top_25) FROM table_name_15 WHERE wins < 0 |
49,805 | <question>: What is the home leg who are opponents of rotor volgograd <context>: CREATE TABLE table_name_88 (home_leg VARCHAR, opponents VARCHAR) | SELECT home_leg FROM table_name_88 WHERE opponents = "rotor volgograd" |
49,806 | <question>: What is the round with ajax opponents <context>: CREATE TABLE table_name_33 (round VARCHAR, opponents VARCHAR) | SELECT round FROM table_name_33 WHERE opponents = "ajax" |
49,807 | <question>: Which acquisition via has a position of forward and is on the state school or club? <context>: CREATE TABLE table_name_79 (acquisition_via VARCHAR, position VARCHAR, school_club_team VARCHAR) | SELECT acquisition_via FROM table_name_79 WHERE position = "forward" AND school_club_team = "state" |
49,808 | <question>: Which is the acquisition via that has a school or club team of state? <context>: CREATE TABLE table_name_82 (acquisition_via VARCHAR, school_club_team VARCHAR) | SELECT acquisition_via FROM table_name_82 WHERE school_club_team = "state" |
49,809 | <question>: What is the position of Allen Gamboa? <context>: CREATE TABLE table_name_50 (position VARCHAR, name VARCHAR) | SELECT position FROM table_name_50 WHERE name = "allen gamboa" |
49,810 | <question>: Which position is number 16? <context>: CREATE TABLE table_name_7 (position VARCHAR, number VARCHAR) | SELECT position FROM table_name_7 WHERE number = 16 |
49,811 | <question>: What year had a date of TBA where the Oakland raiders were the home team? <context>: CREATE TABLE table_name_80 (year INTEGER, date VARCHAR, designated_home VARCHAR) | SELECT AVG(year) FROM table_name_80 WHERE date = "tba" AND designated_home = "oakland raiders" |
49,812 | <question>: Who was the home team on October 28 when the new england patriots were the visitors? <context>: CREATE TABLE table_name_34 (designated_home VARCHAR, date VARCHAR, designated_visitors VARCHAR) | SELECT designated_home FROM table_name_34 WHERE date = "october 28" AND designated_visitors = "new england patriots" |
49,813 | <question>: Who were the visitors when the Atlanta Falcons were the home team? <context>: CREATE TABLE table_name_42 (designated_visitors VARCHAR, designated_home VARCHAR) | SELECT designated_visitors FROM table_name_42 WHERE designated_home = "atlanta falcons" |
49,814 | <question>: Who were the home team during the game that aired on Fox after 2007 on October 23? <context>: CREATE TABLE table_name_53 (designated_home VARCHAR, date VARCHAR, television VARCHAR, year VARCHAR) | SELECT designated_home FROM table_name_53 WHERE television = "fox" AND year > 2007 AND date = "october 23" |
49,815 | <question>: What was the birthplace of the player who weighs 98 KG and was born on May 1, 1984? <context>: CREATE TABLE table_name_86 (birthplace VARCHAR, weight__kg_ VARCHAR, birthdate VARCHAR) | SELECT birthplace FROM table_name_86 WHERE weight__kg_ = 98 AND birthdate = "may 1, 1984" |
49,816 | <question>: What was the Name v t e, of the player whose Weight (kg) was 84, whose Position was D, and whose Jersey number was 2? <context>: CREATE TABLE table_name_32 (name_v_t_e VARCHAR, jersey_number VARCHAR, weight__kg_ VARCHAR, position VARCHAR) | SELECT name_v_t_e FROM table_name_32 WHERE weight__kg_ = 84 AND position = "d" AND jersey_number = 2 |
49,817 | <question>: What is the lowest win percentage for when Perth Scorchers is the opposition? <context>: CREATE TABLE table_name_20 (win__percentage INTEGER, opposition VARCHAR) | SELECT MIN(win__percentage) FROM table_name_20 WHERE opposition = "perth scorchers" |
49,818 | <question>: On which date was the game played on Week 13? <context>: CREATE TABLE table_name_22 (date VARCHAR, week VARCHAR) | SELECT date FROM table_name_22 WHERE week = 13 |
49,819 | <question>: What is the total number of Std SAPs with 0-11 Opt SAPS? <context>: CREATE TABLE table_name_55 (std_saps VARCHAR, opt_saps VARCHAR) | SELECT COUNT(std_saps) FROM table_name_55 WHERE opt_saps = "0-11" |
49,820 | <question>: For Model e64 what is the zAAPs/zIIPs? <context>: CREATE TABLE table_name_36 (zaaps___ziips VARCHAR, model VARCHAR) | SELECT zaaps___ziips FROM table_name_36 WHERE model = "e64" |
49,821 | <question>: For Model e12 what is the IFLs/uIFLs? <context>: CREATE TABLE table_name_77 (ifls___uifls VARCHAR, model VARCHAR) | SELECT ifls___uifls FROM table_name_77 WHERE model = "e12" |
49,822 | <question>: Which Player has a School/Club Team of Illinois? <context>: CREATE TABLE table_name_5 (player VARCHAR, school_club_team VARCHAR) | SELECT player FROM table_name_5 WHERE school_club_team = "illinois" |
49,823 | <question>: Which Player plays Guard-Forward Position for School/Club Team Pepperdine? <context>: CREATE TABLE table_name_12 (player VARCHAR, position VARCHAR, school_club_team VARCHAR) | SELECT player FROM table_name_12 WHERE position = "guard-forward" AND school_club_team = "pepperdine" |
49,824 | <question>: What Position does the Player Vince Carter hold? <context>: CREATE TABLE table_name_84 (position VARCHAR, player VARCHAR) | SELECT position FROM table_name_84 WHERE player = "vince carter" |
49,825 | <question>: Which School/Club Team does Vince Carter Play for? <context>: CREATE TABLE table_name_95 (school_club_team VARCHAR, player VARCHAR) | SELECT school_club_team FROM table_name_95 WHERE player = "vince carter" |
49,826 | <question>: Who is the Player for School/Club Team Illinois? <context>: CREATE TABLE table_name_22 (player VARCHAR, school_club_team VARCHAR) | SELECT player FROM table_name_22 WHERE school_club_team = "illinois" |
49,827 | <question>: What score has 7-0 as the result? <context>: CREATE TABLE table_name_56 (score VARCHAR, result VARCHAR) | SELECT score FROM table_name_56 WHERE result = "7-0" |
49,828 | <question>: What competition has 17-1 as the result? <context>: CREATE TABLE table_name_71 (competition VARCHAR, result VARCHAR) | SELECT competition FROM table_name_71 WHERE result = "17-1" |
49,829 | <question>: What competition has 17-1 as the result? <context>: CREATE TABLE table_name_38 (competition VARCHAR, result VARCHAR) | SELECT competition FROM table_name_38 WHERE result = "17-1" |
49,830 | <question>: What is the set 2 with a 25-23 set 1 and a 17-19 set 5? <context>: CREATE TABLE table_name_48 (set_2 VARCHAR, set_1 VARCHAR, set_5 VARCHAR) | SELECT set_2 FROM table_name_48 WHERE set_1 = "25-23" AND set_5 = "17-19" |
49,831 | <question>: What is the set 5 with a 25-23 set 3? <context>: CREATE TABLE table_name_55 (set_5 VARCHAR, set_3 VARCHAR) | SELECT set_5 FROM table_name_55 WHERE set_3 = "25-23" |
49,832 | <question>: Who had the high pick of the round of 10 for Fairmont State college? <context>: CREATE TABLE table_name_13 (pick INTEGER, college VARCHAR, round VARCHAR) | SELECT MAX(pick) FROM table_name_13 WHERE college = "fairmont state" AND round > 10 |
49,833 | <question>: What was the name of the player for pick 402? <context>: CREATE TABLE table_name_57 (player VARCHAR, pick VARCHAR) | SELECT player FROM table_name_57 WHERE pick = 402 |
49,834 | <question>: What is the date of the week 4 game? <context>: CREATE TABLE table_name_76 (date VARCHAR, week VARCHAR) | SELECT date FROM table_name_76 WHERE week = 4 |
49,835 | <question>: What is the result of the game on October 17, 1965? <context>: CREATE TABLE table_name_73 (result VARCHAR, date VARCHAR) | SELECT result FROM table_name_73 WHERE date = "october 17, 1965" |
49,836 | <question>: What is the Rank for Viktors Dobrecovs with less than 325 Matches? <context>: CREATE TABLE table_name_34 (rank INTEGER, name VARCHAR, matches VARCHAR) | SELECT AVG(rank) FROM table_name_34 WHERE name = "viktors dobrecovs" AND matches < 325 |
49,837 | <question>: What is the number of Matches for Vits Rimkus with a Rank of less than 3? <context>: CREATE TABLE table_name_2 (matches INTEGER, name VARCHAR, rank VARCHAR) | SELECT AVG(matches) FROM table_name_2 WHERE name = "vits rimkus" AND rank < 3 |
49,838 | <question>: What is the Date for the game at michie stadium • west point, ny? <context>: CREATE TABLE table_name_80 (date VARCHAR, location VARCHAR) | SELECT date FROM table_name_80 WHERE location = "michie stadium • west point, ny" |
49,839 | <question>: What is the Opponent when the location was groves stadium • winston-salem, nc, with a result of t 17-17? <context>: CREATE TABLE table_name_20 (opponent VARCHAR, location VARCHAR, result VARCHAR) | SELECT opponent FROM table_name_20 WHERE location = "groves stadium • winston-salem, nc" AND result = "t 17-17" |
49,840 | <question>: In 1879-81 with number built 4, what is the LMS nos? <context>: CREATE TABLE table_name_63 (lms_nos VARCHAR, date VARCHAR, no_built VARCHAR) | SELECT lms_nos FROM table_name_63 WHERE date = "1879-81" AND no_built = 4 |
49,841 | <question>: On which date was the class 157? <context>: CREATE TABLE table_name_40 (date VARCHAR, class VARCHAR) | SELECT date FROM table_name_40 WHERE class = 157 |
49,842 | <question>: Can you tell me the lowest Ends Lost that has the Locale of norway, and the Blank Ends larger than 17? <context>: CREATE TABLE table_name_95 (ends_lost INTEGER, locale VARCHAR, blank_ends VARCHAR) | SELECT MIN(ends_lost) FROM table_name_95 WHERE locale = "norway" AND blank_ends > 17 |
49,843 | <question>: What was the Margin of Victory of winning score 68-67-69-65=269? <context>: CREATE TABLE table_name_65 (margin_of_victory VARCHAR, winning_score VARCHAR) | SELECT margin_of_victory FROM table_name_65 WHERE winning_score = 68 - 67 - 69 - 65 = 269 |
49,844 | <question>: What is the To Par of winning score 71-66-70-67=274? <context>: CREATE TABLE table_name_52 (to_par VARCHAR, winning_score VARCHAR) | SELECT to_par FROM table_name_52 WHERE winning_score = 71 - 66 - 70 - 67 = 274 |
49,845 | <question>: Which tournament had a winning score of 67-61-68-67=263? <context>: CREATE TABLE table_name_96 (tournament VARCHAR, winning_score VARCHAR) | SELECT tournament FROM table_name_96 WHERE winning_score = 67 - 61 - 68 - 67 = 263 |
49,846 | <question>: How many tries for are associated with 5 points and 2 tries against? <context>: CREATE TABLE table_name_3 (tries_for VARCHAR, points VARCHAR, tries_against VARCHAR) | SELECT tries_for FROM table_name_3 WHERE points = "5" AND tries_against = "2" |
49,847 | <question>: What is the losing bonus associated with 0 tries for? <context>: CREATE TABLE table_name_82 (losing_bonus VARCHAR, tries_for VARCHAR) | SELECT losing_bonus FROM table_name_82 WHERE tries_for = "0" |
49,848 | <question>: What's the highest against score that drew more than 5, and had more than 18 points? <context>: CREATE TABLE table_name_35 (against INTEGER, drawn VARCHAR, points VARCHAR) | SELECT MAX(against) FROM table_name_35 WHERE drawn > 5 AND points > 18 |
49,849 | <question>: What's the number of losses where played was less than 17? <context>: CREATE TABLE table_name_33 (lost VARCHAR, played INTEGER) | SELECT COUNT(lost) FROM table_name_33 WHERE played < 17 |
49,850 | <question>: What is team ypiranga-sp's average position when they lost by less than 7? <context>: CREATE TABLE table_name_53 (position INTEGER, team VARCHAR, lost VARCHAR) | SELECT AVG(position) FROM table_name_53 WHERE team = "ypiranga-sp" AND lost < 7 |
49,851 | <question>: What was the attendance for the game at groves stadium • winston-salem, nc with a result of L 0-14? <context>: CREATE TABLE table_name_86 (attendance VARCHAR, location VARCHAR, result VARCHAR) | SELECT COUNT(attendance) FROM table_name_86 WHERE location = "groves stadium • winston-salem, nc" AND result = "l 0-14" |
49,852 | <question>: Who was the opponent when the result was L 0-14? <context>: CREATE TABLE table_name_64 (opponent VARCHAR, result VARCHAR) | SELECT opponent FROM table_name_64 WHERE result = "l 0-14" |
49,853 | <question>: What is the name of the position of the person whose hometown is Queens, NY? <context>: CREATE TABLE table_name_45 (position VARCHAR, hometown VARCHAR) | SELECT position FROM table_name_45 WHERE hometown = "queens, ny" |
49,854 | <question>: What is Tim Andree's greatest number? <context>: CREATE TABLE table_name_50 (number INTEGER, name VARCHAR) | SELECT MAX(number) FROM table_name_50 WHERE name = "tim andree" |
49,855 | <question>: What is the lowest number of the player with a hometown of Bellwood, IL? <context>: CREATE TABLE table_name_90 (number INTEGER, hometown VARCHAR) | SELECT MIN(number) FROM table_name_90 WHERE hometown = "bellwood, il" |
49,856 | <question>: What is Score, when Attendance is 2,444? <context>: CREATE TABLE table_name_33 (score VARCHAR, attendance VARCHAR) | SELECT score FROM table_name_33 WHERE attendance = "2,444" |
49,857 | <question>: What is Home Team, when Tie No is Replay, and when Attendance is 2,048? <context>: CREATE TABLE table_name_44 (home_team VARCHAR, tie_no VARCHAR, attendance VARCHAR) | SELECT home_team FROM table_name_44 WHERE tie_no = "replay" AND attendance = "2,048" |
49,858 | <question>: What is Score, when Tie No is 17? <context>: CREATE TABLE table_name_81 (score VARCHAR, tie_no VARCHAR) | SELECT score FROM table_name_81 WHERE tie_no = "17" |
49,859 | <question>: What is Away Team, when Tie No is 4? <context>: CREATE TABLE table_name_16 (away_team VARCHAR, tie_no VARCHAR) | SELECT away_team FROM table_name_16 WHERE tie_no = "4" |
49,860 | <question>: What is Score, when Attendance is 3,416? <context>: CREATE TABLE table_name_29 (score VARCHAR, attendance VARCHAR) | SELECT score FROM table_name_29 WHERE attendance = "3,416" |
49,861 | <question>: What is the sum of Away Losses with a No Result of more than 0, losses of more than 6, and matches of more than 91? <context>: CREATE TABLE table_name_64 (Away INTEGER, matches VARCHAR, no_result VARCHAR, losses VARCHAR) | SELECT SUM(Away) AS losses FROM table_name_64 WHERE no_result > 0 AND losses > 6 AND matches > 91 |
49,862 | <question>: What stadium was the December 29, 2008 game played at? <context>: CREATE TABLE table_name_95 (stadium VARCHAR, date VARCHAR) | SELECT stadium FROM table_name_95 WHERE date = "december 29, 2008" |
49,863 | <question>: Which bowl game had a conference matchup of Ohio State vs. Texas? <context>: CREATE TABLE table_name_77 (bowl_game VARCHAR, conference_matchups VARCHAR) | SELECT bowl_game FROM table_name_77 WHERE conference_matchups = "ohio state vs. texas" |
49,864 | <question>: What stadium was the Fiesta Bowl played at? <context>: CREATE TABLE table_name_74 (stadium VARCHAR, bowl_game VARCHAR) | SELECT stadium FROM table_name_74 WHERE bowl_game = "fiesta bowl" |
49,865 | <question>: What was the payout in US dollars at the Insight Bowl? <context>: CREATE TABLE table_name_59 (payout___us$__ VARCHAR, bowl_game VARCHAR) | SELECT payout___us$__ FROM table_name_59 WHERE bowl_game = "insight bowl" |
49,866 | <question>: What was the conference matchup in the bowl game with a $3 million payout? <context>: CREATE TABLE table_name_81 (conference_matchups VARCHAR, payout___us$__ VARCHAR) | SELECT conference_matchups FROM table_name_81 WHERE payout___us$__ = "$3 million" |
49,867 | <question>: What was the conference matchup for the bowl game played in Glendale, Arizona? <context>: CREATE TABLE table_name_66 (conference_matchups VARCHAR, city VARCHAR) | SELECT conference_matchups FROM table_name_66 WHERE city = "glendale, arizona" |
49,868 | <question>: Which Team has Tries for smaller than 10? <context>: CREATE TABLE table_name_59 (team VARCHAR, tries_for INTEGER) | SELECT team FROM table_name_59 WHERE tries_for < 10 |
49,869 | <question>: Which Tries against have Points against larger than 109? <context>: CREATE TABLE table_name_9 (tries_against INTEGER, points_against INTEGER) | SELECT MAX(tries_against) FROM table_name_9 WHERE points_against > 109 |
49,870 | <question>: What Tries against that have a Points against of 95 and Tries for larger than 20? <context>: CREATE TABLE table_name_91 (tries_against INTEGER, points_against VARCHAR, tries_for VARCHAR) | SELECT SUM(tries_against) FROM table_name_91 WHERE points_against = 95 AND tries_for > 20 |
49,871 | <question>: What Tries for has a Team of neath, and Points against larger than 109? <context>: CREATE TABLE table_name_38 (tries_for INTEGER, team VARCHAR, points_against VARCHAR) | SELECT SUM(tries_for) FROM table_name_38 WHERE team = "neath" AND points_against > 109 |
49,872 | <question>: How many Points against that have a Team of harlequins and Tries against smaller than 8? <context>: CREATE TABLE table_name_37 (points_against INTEGER, team VARCHAR, tries_against VARCHAR) | SELECT SUM(points_against) FROM table_name_37 WHERE team = "harlequins" AND tries_against < 8 |
49,873 | <question>: What is the power that belongs to Class A with an Identifier of CBOC-FM? <context>: CREATE TABLE table_name_90 (power VARCHAR, class VARCHAR, identifier VARCHAR) | SELECT power FROM table_name_90 WHERE class = "a" AND identifier = "cboc-fm" |
49,874 | <question>: Which class has a frequency of 91.9 fm? <context>: CREATE TABLE table_name_31 (class VARCHAR, frequency VARCHAR) | SELECT class FROM table_name_31 WHERE frequency = "91.9 fm" |
49,875 | <question>: What power belongs to the LP Class and has an Identifier of CBLI? <context>: CREATE TABLE table_name_98 (power VARCHAR, class VARCHAR, identifier VARCHAR) | SELECT power FROM table_name_98 WHERE class = "lp" AND identifier = "cbli" |
49,876 | <question>: Which city has a C1 class and Identifier of CBCD-FM? <context>: CREATE TABLE table_name_77 (city_of_license VARCHAR, class VARCHAR, identifier VARCHAR) | SELECT city_of_license FROM table_name_77 WHERE class = "c1" AND identifier = "cbcd-fm" |
49,877 | <question>: Which Power has a CBLI Identifier? <context>: CREATE TABLE table_name_40 (power VARCHAR, identifier VARCHAR) | SELECT power FROM table_name_40 WHERE identifier = "cbli" |
49,878 | <question>: What is the RECNet belonging to Class A with a Power of 3,000 watts? <context>: CREATE TABLE table_name_75 (recnet VARCHAR, class VARCHAR, power VARCHAR) | SELECT recnet FROM table_name_75 WHERE class = "a" AND power = "3,000 watts" |
49,879 | <question>: What is the report in the tournament that started at 12:30? <context>: CREATE TABLE table_name_75 (report VARCHAR, time VARCHAR) | SELECT report FROM table_name_75 WHERE time = "12:30" |
49,880 | <question>: Which 2007 has a 2003 of 1r? <context>: CREATE TABLE table_name_81 (Id VARCHAR) | SELECT 2007 FROM table_name_81 WHERE 2003 = "1r" |
49,881 | <question>: Which 2006 has a 2012 of a, and a 2011 of 3r? <context>: CREATE TABLE table_name_76 (Id VARCHAR) | SELECT 2006 FROM table_name_76 WHERE 2012 = "a" AND 2011 = "3r" |
49,882 | <question>: Which 2008 has a 2002 of a, and a Tournament of australian open? <context>: CREATE TABLE table_name_84 (tournament VARCHAR) | SELECT 2008 FROM table_name_84 WHERE 2002 = "a" AND tournament = "australian open" |
49,883 | <question>: Which 2012 has a 2008 of grand slam tournaments? <context>: CREATE TABLE table_name_47 (Id VARCHAR) | SELECT 2012 FROM table_name_47 WHERE 2008 = "grand slam tournaments" |
49,884 | <question>: Which 2002 has a 2009 of 2r? <context>: CREATE TABLE table_name_96 (Id VARCHAR) | SELECT 2002 FROM table_name_96 WHERE 2009 = "2r" |
49,885 | <question>: Which 2010 has a 2002 of 2r? <context>: CREATE TABLE table_name_20 (Id VARCHAR) | SELECT 2010 FROM table_name_20 WHERE 2002 = "2r" |
49,886 | <question>: What is th US A.C. in 1985 with a US hot 100 of 57? <context>: CREATE TABLE table_name_16 (us_ac VARCHAR, year VARCHAR, us_hot_100 VARCHAR) | SELECT us_ac FROM table_name_16 WHERE year = 1985 AND us_hot_100 = "57" |
49,887 | <question>: What is the Canada singles in 1979 with a US A.C. of 24? <context>: CREATE TABLE table_name_75 (canada_singles VARCHAR, year VARCHAR, us_ac VARCHAR) | SELECT canada_singles FROM table_name_75 WHERE year = 1979 AND us_ac = "24" |
49,888 | <question>: What is the US A.C. in 1974? <context>: CREATE TABLE table_name_13 (us_ac VARCHAR, year VARCHAR) | SELECT us_ac FROM table_name_13 WHERE year = 1974 |
49,889 | <question>: What is the average round of player Sammy Morris? <context>: CREATE TABLE table_name_13 (round INTEGER, player VARCHAR) | SELECT AVG(round) FROM table_name_13 WHERE player = "sammy morris" |
49,890 | <question>: What is the sum pick # of the player from round 4? <context>: CREATE TABLE table_name_70 (pick__number INTEGER, round VARCHAR) | SELECT SUM(pick__number) FROM table_name_70 WHERE round = 4 |
49,891 | <question>: Who is the player from Arizona State? <context>: CREATE TABLE table_name_40 (player VARCHAR, college VARCHAR) | SELECT player FROM table_name_40 WHERE college = "arizona state" |
49,892 | <question>: What is the sum of the round of the player who plays linebacker and has a pick # greater than 251? <context>: CREATE TABLE table_name_38 (round INTEGER, position VARCHAR, pick__number VARCHAR) | SELECT SUM(round) FROM table_name_38 WHERE position = "linebacker" AND pick__number > 251 |
49,893 | <question>: Who is the player from Arizona state with a round less than 7? <context>: CREATE TABLE table_name_84 (player VARCHAR, round VARCHAR, college VARCHAR) | SELECT player FROM table_name_84 WHERE round < 7 AND college = "arizona state" |
49,894 | <question>: What's the highest week for the day of October 21, 1956? <context>: CREATE TABLE table_name_66 (week INTEGER, date VARCHAR) | SELECT MAX(week) FROM table_name_66 WHERE date = "october 21, 1956" |
49,895 | <question>: What is the least recent week number when the attendance is 16,562? <context>: CREATE TABLE table_name_1 (week INTEGER, attendance VARCHAR) | SELECT MIN(week) FROM table_name_1 WHERE attendance = 16 OFFSET 562 |
49,896 | <question>: What is Country , when Rider is Lindsay Porter? <context>: CREATE TABLE table_name_63 (country VARCHAR, rider VARCHAR) | SELECT country FROM table_name_63 WHERE rider = "lindsay porter" |
49,897 | <question>: What is Time, when Speed is 87.49mph? <context>: CREATE TABLE table_name_15 (time VARCHAR, speed VARCHAR) | SELECT time FROM table_name_15 WHERE speed = "87.49mph" |
49,898 | <question>: What is Country, when Points are more than 12? <context>: CREATE TABLE table_name_30 (country VARCHAR, points INTEGER) | SELECT country FROM table_name_30 WHERE points > 12 |
49,899 | <question>: What is Speed, when Time is 1:24.23.0? <context>: CREATE TABLE table_name_98 (speed VARCHAR, time VARCHAR) | SELECT speed FROM table_name_98 WHERE time = "1:24.23.0" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.