combined_text
stringlengths 106
1.05k
|
---|
###question:Who were the winner and nominees in 2001?###answer:SELECT winner_nominee_s_ FROM table_name_27 WHERE year = 2001###context:CREATE TABLE table_name_27 (winner_nominee_s_ VARCHAR, year VARCHAR) |
###question:Who is nominated for the film Rugrats Go Wild?###answer:SELECT winner_nominee_s_ FROM table_name_44 WHERE result = "nominated" AND film = "rugrats go wild"###context:CREATE TABLE table_name_44 (winner_nominee_s_ VARCHAR, result VARCHAR, film VARCHAR) |
###question:How many goals did he score with under 26 appearances for werder bremen?###answer:SELECT COUNT(goals) FROM table_name_87 WHERE apps < 26 AND club = "werder bremen"###context:CREATE TABLE table_name_87 (goals VARCHAR, apps VARCHAR, club VARCHAR) |
###question:How many goals did he have in the bundesliga with under 7 appearances?###answer:SELECT AVG(goals) FROM table_name_32 WHERE competition = "bundesliga" AND apps < 7###context:CREATE TABLE table_name_32 (goals INTEGER, competition VARCHAR, apps VARCHAR) |
###question:What season did he have 7 appearances?###answer:SELECT season FROM table_name_91 WHERE apps = 7###context:CREATE TABLE table_name_91 (season VARCHAR, apps VARCHAR) |
###question:What is the to par for the score 73-71=144?###answer:SELECT to_par FROM table_name_71 WHERE score = 73 - 71 = 144###context:CREATE TABLE table_name_71 (to_par VARCHAR, score VARCHAR) |
###question:What area did Julius Boros play at?###answer:SELECT place FROM table_name_92 WHERE player = "julius boros"###context:CREATE TABLE table_name_92 (place VARCHAR, player VARCHAR) |
###question:What country has a score of 74-70=144###answer:SELECT country FROM table_name_2 WHERE score = 74 - 70 = 144###context:CREATE TABLE table_name_2 (country VARCHAR, score VARCHAR) |
###question:Which of the Canterbury has a Central District of 276* M.D. Crowe & P.S. Briasco V (C) 1986/87?###answer:SELECT canterbury FROM table_name_67 WHERE central_districts = "276* m.d. crowe & p.s. briasco v (c) 1986/87"###context:CREATE TABLE table_name_67 (canterbury VARCHAR, central_districts VARCHAR) |
###question:What is Auckland thats got Otago of 184 R.C. Blunt & W. Hawksworth V (C) 1931/32?###answer:SELECT auckland FROM table_name_5 WHERE otago = "184 r.c. blunt & w. hawksworth v (c) 1931/32"###context:CREATE TABLE table_name_5 (auckland VARCHAR, otago VARCHAR) |
###question:What tournament was after 2009?###answer:SELECT tournament FROM table_name_8 WHERE year > 2009###context:CREATE TABLE table_name_8 (tournament VARCHAR, year INTEGER) |
###question:What event was held in Chihuahua, Mexico?###answer:SELECT event FROM table_name_16 WHERE venue = "chihuahua, mexico"###context:CREATE TABLE table_name_16 (event VARCHAR, venue VARCHAR) |
###question:Can you tell me the sun of Population that has the Country/Region of hong kong, and the Rank smaller than 2?###answer:SELECT SUM(population) FROM table_name_45 WHERE country_region = "hong kong" AND rank < 2###context:CREATE TABLE table_name_45 (population INTEGER, country_region VARCHAR, rank VARCHAR) |
###question:Who is the manager with the Hewlett-Packard shirt sponsor?###answer:SELECT manager_1 FROM table_name_72 WHERE shirt_sponsor = "hewlett-packard"###context:CREATE TABLE table_name_72 (manager_1 VARCHAR, shirt_sponsor VARCHAR) |
###question:Who is the captain of the team that has a kit manufacturer of Fox Leisure?###answer:SELECT captain FROM table_name_30 WHERE kit_manufacturer = "fox leisure"###context:CREATE TABLE table_name_30 (captain VARCHAR, kit_manufacturer VARCHAR) |
###question:One2one is the shirt sponsor for the captain of what team?###answer:SELECT captain FROM table_name_79 WHERE shirt_sponsor = "one2one"###context:CREATE TABLE table_name_79 (captain VARCHAR, shirt_sponsor VARCHAR) |
###question:What company is the kit manufacturer that Gareth Southgate belongs to?###answer:SELECT kit_manufacturer FROM table_name_50 WHERE captain = "gareth southgate"###context:CREATE TABLE table_name_50 (kit_manufacturer VARCHAR, captain VARCHAR) |
###question:for the tournament of world amateur championship what was the result in 2010?###answer:SELECT result FROM table_name_81 WHERE year = 2010 AND tournament = "world amateur championship"###context:CREATE TABLE table_name_81 (result VARCHAR, year VARCHAR, tournament VARCHAR) |
###question:Which location had a race that took place on 22 July 2011 and has a rank greater than 8?###answer:SELECT location FROM table_name_45 WHERE rank > 8 AND date = "22 july 2011"###context:CREATE TABLE table_name_45 (location VARCHAR, rank VARCHAR, date VARCHAR) |
###question:How many gold medals for the school with 2 total medals and under 0 bronzes?###answer:SELECT COUNT(gold_medals) FROM table_name_27 WHERE total_medals = 2 AND bronze_medals < 0###context:CREATE TABLE table_name_27 (gold_medals VARCHAR, total_medals VARCHAR, bronze_medals VARCHAR) |
###question:How many gold medals for bellbrook HS with less than 1 silver?###answer:SELECT COUNT(gold_medals) FROM table_name_73 WHERE ensemble = "bellbrook hs" AND silver_medals < 1###context:CREATE TABLE table_name_73 (gold_medals VARCHAR, ensemble VARCHAR, silver_medals VARCHAR) |
###question:How many silvers for a school with 2 golds and over 2 total?###answer:SELECT silver_medals FROM table_name_57 WHERE gold_medals = 2 AND total_medals > 2###context:CREATE TABLE table_name_57 (silver_medals VARCHAR, gold_medals VARCHAR, total_medals VARCHAR) |
###question:How many gold medals for the school with less than 1 total?###answer:SELECT COUNT(gold_medals) FROM table_name_43 WHERE total_medals < 1###context:CREATE TABLE table_name_43 (gold_medals VARCHAR, total_medals INTEGER) |
###question:What is the entrant for 1967?###answer:SELECT entrant FROM table_name_76 WHERE year = 1967###context:CREATE TABLE table_name_76 (entrant VARCHAR, year VARCHAR) |
###question:What ist he entrant later than 1963 with an eagle MK1 chassis?###answer:SELECT entrant FROM table_name_11 WHERE year > 1963 AND chassis = "eagle mk1"###context:CREATE TABLE table_name_11 (entrant VARCHAR, year VARCHAR, chassis VARCHAR) |
###question:What is the entrant that has 0 points?###answer:SELECT entrant FROM table_name_65 WHERE pts = "0"###context:CREATE TABLE table_name_65 (entrant VARCHAR, pts VARCHAR) |
###question:What is the earliest year with 16 points?###answer:SELECT MIN(year) FROM table_name_33 WHERE pts = "16"###context:CREATE TABLE table_name_33 (year INTEGER, pts VARCHAR) |
###question:Name the venue for margin less than 66 and opponent of north queensland cowboys###answer:SELECT venue FROM table_name_60 WHERE margin < 66 AND opponent = "north queensland cowboys"###context:CREATE TABLE table_name_60 (venue VARCHAR, margin VARCHAR, opponent VARCHAR) |
###question:Name the sum of year for penrith panthers opponent###answer:SELECT SUM(year) FROM table_name_93 WHERE opponent = "penrith panthers"###context:CREATE TABLE table_name_93 (year INTEGER, opponent VARCHAR) |
###question:Name the opponent for 1996 at the mt smart stadium venue###answer:SELECT opponent FROM table_name_52 WHERE venue = "mt smart stadium" AND year = 1996###context:CREATE TABLE table_name_52 (opponent VARCHAR, venue VARCHAR, year VARCHAR) |
###question:Name the average year for 46 margin###answer:SELECT AVG(year) FROM table_name_95 WHERE margin = 46###context:CREATE TABLE table_name_95 (year INTEGER, margin VARCHAR) |
###question:Name the margin for 2002###answer:SELECT margin FROM table_name_89 WHERE year = 2002###context:CREATE TABLE table_name_89 (margin VARCHAR, year VARCHAR) |
###question:Which Affiliation has an Enrollement larger than 502?###answer:SELECT affiliation FROM table_name_54 WHERE enrollment > 502###context:CREATE TABLE table_name_54 (affiliation VARCHAR, enrollment INTEGER) |
###question:What School has an Enrollement smaller than 301?###answer:SELECT school FROM table_name_76 WHERE enrollment < 301###context:CREATE TABLE table_name_76 (school VARCHAR, enrollment INTEGER) |
###question:Which Grades has an Enrollment larger htan 443 with a Student body of Co-ed?###answer:SELECT grades FROM table_name_36 WHERE enrollment > 443 AND student_body = "co-ed"###context:CREATE TABLE table_name_36 (grades VARCHAR, enrollment VARCHAR, student_body VARCHAR) |
###question:What's the Student Body with an Affiliation of Roman Catholic and has an Enrollment of 502?###answer:SELECT student_body FROM table_name_27 WHERE affiliation = "roman catholic" AND enrollment = 502###context:CREATE TABLE table_name_27 (student_body VARCHAR, affiliation VARCHAR, enrollment VARCHAR) |
###question:What is the average year that has a final Tour position of 54 and a final Vuelta position over 55?###answer:SELECT AVG(year) FROM table_name_67 WHERE final_position___tour = 54 AND final_position___vuelta > 55###context:CREATE TABLE table_name_67 (year INTEGER, final_position___tour VARCHAR, final_position___vuelta VARCHAR) |
###question:What is the final Vuelta position associated with a final Giro position over 39 and a final Tour position of 90?###answer:SELECT final_position___vuelta FROM table_name_26 WHERE final_position___giro > 39 AND final_position___tour = 90###context:CREATE TABLE table_name_26 (final_position___vuelta VARCHAR, final_position___giro VARCHAR, final_position___tour VARCHAR) |
###question:How many Giro positions are associated with the year 1971 and Tour final positions over 50?###answer:SELECT COUNT(final_position___giro) FROM table_name_45 WHERE year = 1971 AND final_position___tour > 50###context:CREATE TABLE table_name_45 (final_position___giro VARCHAR, year VARCHAR, final_position___tour VARCHAR) |
###question:How many laps did the rider Alex Baldolini take?###answer:SELECT SUM(laps) FROM table_name_94 WHERE rider = "alex baldolini"###context:CREATE TABLE table_name_94 (laps INTEGER, rider VARCHAR) |
###question:How many laps were completed in the time of +7.213 with a grid number larger than 7?###answer:SELECT COUNT(laps) FROM table_name_85 WHERE time_retired = "+7.213" AND grid > 7###context:CREATE TABLE table_name_85 (laps VARCHAR, time_retired VARCHAR, grid VARCHAR) |
###question:What is total number of laps for bikes manufactured by KTM with a time of +3.578 and a grid number larger than 4?###answer:SELECT COUNT(laps) FROM table_name_22 WHERE manufacturer = "ktm" AND time_retired = "+3.578" AND grid > 4###context:CREATE TABLE table_name_22 (laps VARCHAR, grid VARCHAR, manufacturer VARCHAR, time_retired VARCHAR) |
###question:What was the surface for the May 10, 2009 tournament?###answer:SELECT surface FROM table_name_91 WHERE date = "may 10, 2009"###context:CREATE TABLE table_name_91 (surface VARCHAR, date VARCHAR) |
###question:Which co-driver has fewer than 282 laps and type P tyres?###answer:SELECT co_drivers FROM table_name_44 WHERE laps < 282 AND tyres = "p"###context:CREATE TABLE table_name_44 (co_drivers VARCHAR, laps VARCHAR, tyres VARCHAR) |
###question:Which class more recent than 1988 has G tyres?###answer:SELECT class FROM table_name_24 WHERE tyres = "g" AND year > 1988###context:CREATE TABLE table_name_24 (class VARCHAR, tyres VARCHAR, year VARCHAR) |
###question:What is the greatest number of caps for Bruce Djite?###answer:SELECT MAX(caps) FROM table_name_54 WHERE player = "bruce djite"###context:CREATE TABLE table_name_54 (caps INTEGER, player VARCHAR) |
###question:How many goals were scored by Eugene Galeković?###answer:SELECT goals FROM table_name_54 WHERE player = "eugene galeković"###context:CREATE TABLE table_name_54 (goals VARCHAR, player VARCHAR) |
###question:How many goals were scored by players with more than 16 caps?###answer:SELECT goals FROM table_name_45 WHERE caps > 16###context:CREATE TABLE table_name_45 (goals VARCHAR, caps INTEGER) |
###question:What is the highest place of a swimmer from the Netherlands?###answer:SELECT MAX(rank) FROM table_name_75 WHERE nationality = "netherlands"###context:CREATE TABLE table_name_75 (rank INTEGER, nationality VARCHAR) |
###question:Name the authority for te akau with roll less than 254 and decile of 8###answer:SELECT authority FROM table_name_64 WHERE roll < 254 AND decile = "8" AND area = "te akau"###context:CREATE TABLE table_name_64 (authority VARCHAR, area VARCHAR, roll VARCHAR, decile VARCHAR) |
###question:Tell me the name with decile of 6 and roll of 93###answer:SELECT name FROM table_name_63 WHERE decile = "6" AND roll = 93###context:CREATE TABLE table_name_63 (name VARCHAR, decile VARCHAR, roll VARCHAR) |
###question:What is the result of the match on January 26, 2006?###answer:SELECT result FROM table_name_44 WHERE date = "january 26, 2006"###context:CREATE TABLE table_name_44 (result VARCHAR, date VARCHAR) |
###question:What was the status of Bluetooth for the model that launched after 2004 with a ROM (MiB) of 128 and a Wifi of 802.11b?###answer:SELECT bluetooth FROM table_name_5 WHERE launch_year > 2004 AND rom___mib__ = 128 AND wifi = "802.11b"###context:CREATE TABLE table_name_5 (bluetooth VARCHAR, wifi VARCHAR, launch_year VARCHAR, rom___mib__ VARCHAR) |
###question:What is the RAM (MiB) value for the X30 Mid-Range model?###answer:SELECT ram___mib__ FROM table_name_71 WHERE model = "x30 mid-range"###context:CREATE TABLE table_name_71 (ram___mib__ VARCHAR, model VARCHAR) |
###question:How many points did the team with more than 68 games, 4 ties, and more than 272 goals against have?###answer:SELECT SUM(points) FROM table_name_14 WHERE games > 68 AND tied = "4" AND goals_against > 272###context:CREATE TABLE table_name_14 (points INTEGER, goals_against VARCHAR, games VARCHAR, tied VARCHAR) |
###question:Which event had the time 45.74?###answer:SELECT event FROM table_name_42 WHERE time = "45.74"###context:CREATE TABLE table_name_42 (event VARCHAR, time VARCHAR) |
###question:What was the time of December 15, 2010?###answer:SELECT time FROM table_name_3 WHERE date = "december 15, 2010"###context:CREATE TABLE table_name_3 (time VARCHAR, date VARCHAR) |
###question:What were the notes for the time 45.74?###answer:SELECT notes FROM table_name_89 WHERE time = "45.74"###context:CREATE TABLE table_name_89 (notes VARCHAR, time VARCHAR) |
###question:What Player has 23 Tries?###answer:SELECT player FROM table_name_61 WHERE tries = 23###context:CREATE TABLE table_name_61 (player VARCHAR, tries VARCHAR) |
###question:How many Goals did Matt Cook have?###answer:SELECT goals FROM table_name_89 WHERE player = "matt cook"###context:CREATE TABLE table_name_89 (goals VARCHAR, player VARCHAR) |
###question:What Full Back Player has 0 Apps?###answer:SELECT player FROM table_name_32 WHERE position = "full back" AND apps = 0###context:CREATE TABLE table_name_32 (player VARCHAR, position VARCHAR, apps VARCHAR) |
###question:With 0 Goals and less than 1 Tries, what is Matt James position?###answer:SELECT position FROM table_name_38 WHERE goals = "0" AND tries < 1 AND player = "matt james"###context:CREATE TABLE table_name_38 (position VARCHAR, player VARCHAR, goals VARCHAR, tries VARCHAR) |
###question:What is the earliest round drafted for a University of Southern California player?###answer:SELECT MIN(round) FROM table_name_91 WHERE school = "university of southern california"###context:CREATE TABLE table_name_91 (round INTEGER, school VARCHAR) |
###question:What round drafted was the 1b and a Signed of no cardinals - 1969 june?###answer:SELECT COUNT(round) FROM table_name_24 WHERE position = "1b" AND signed = "no cardinals - 1969 june"###context:CREATE TABLE table_name_24 (round VARCHAR, position VARCHAR, signed VARCHAR) |
###question:Which event has an Opponent of akihiro gono, and a Method of decision?###answer:SELECT event FROM table_name_60 WHERE opponent = "akihiro gono" AND method = "decision"###context:CREATE TABLE table_name_60 (event VARCHAR, opponent VARCHAR, method VARCHAR) |
###question:Which location has an Opponent of masanori suda?###answer:SELECT location FROM table_name_84 WHERE opponent = "masanori suda"###context:CREATE TABLE table_name_84 (location VARCHAR, opponent VARCHAR) |
###question:Which opponent has a Time of 1:34?###answer:SELECT opponent FROM table_name_46 WHERE time = "1:34"###context:CREATE TABLE table_name_46 (opponent VARCHAR, time VARCHAR) |
###question:Which event resulted in loss with an Opponent of maurice smith?###answer:SELECT event FROM table_name_52 WHERE res = "loss" AND opponent = "maurice smith"###context:CREATE TABLE table_name_52 (event VARCHAR, res VARCHAR, opponent VARCHAR) |
###question:What is the winner of gold that also has ↓ 1 in the sport of cycling?###answer:SELECT gold FROM table_name_97 WHERE bronze = "↓ 1" AND sport = "cycling"###context:CREATE TABLE table_name_97 (gold VARCHAR, bronze VARCHAR, sport VARCHAR) |
###question:What is the most recent year that Gulf Racing Middle East won?###answer:SELECT MAX(year) FROM table_name_91 WHERE team = "gulf racing middle east"###context:CREATE TABLE table_name_91 (year INTEGER, team VARCHAR) |
###question:What is the class of the co-driver emanuele pirro jj lehto?###answer:SELECT class FROM table_name_58 WHERE co_drivers = "emanuele pirro jj lehto"###context:CREATE TABLE table_name_58 (class VARCHAR, co_drivers VARCHAR) |
###question:What was the final position of Arena Motorsports International?###answer:SELECT pos FROM table_name_95 WHERE team = "arena motorsports international"###context:CREATE TABLE table_name_95 (pos VARCHAR, team VARCHAR) |
###question:Who was the Co-Driver of the winner of 1992's race?###answer:SELECT co_drivers FROM table_name_24 WHERE year = 1992###context:CREATE TABLE table_name_24 (co_drivers VARCHAR, year VARCHAR) |
###question:What is the score in the final with runner-up as the outcome and hard (i) as the surface?###answer:SELECT score_in_the_final FROM table_name_38 WHERE outcome = "runner-up" AND surface = "hard (i)"###context:CREATE TABLE table_name_38 (score_in_the_final VARCHAR, outcome VARCHAR, surface VARCHAR) |
###question:What is the 1st leg score when US Mbila Nzambi is team 1?###answer:SELECT 1 AS st_leg FROM table_name_3 WHERE team_1 = "us mbila nzambi"###context:CREATE TABLE table_name_3 (team_1 VARCHAR) |
###question:Who was the opponent on May 20?###answer:SELECT opponent FROM table_name_16 WHERE date = "may 20"###context:CREATE TABLE table_name_16 (opponent VARCHAR, date VARCHAR) |
###question:Who took the loss on May 25?###answer:SELECT loss FROM table_name_85 WHERE date = "may 25"###context:CREATE TABLE table_name_85 (loss VARCHAR, date VARCHAR) |
###question:What was the record after the game that ended in a 2-3 loss?###answer:SELECT record FROM table_name_74 WHERE score = "2-3"###context:CREATE TABLE table_name_74 (record VARCHAR, score VARCHAR) |
###question:What was the date of the game that had a loss of Politte (0-2)?###answer:SELECT date FROM table_name_25 WHERE loss = "politte (0-2)"###context:CREATE TABLE table_name_25 (date VARCHAR, loss VARCHAR) |
###question:Who was the opponent at the game that had a loss of Hendrickson (0-1)?###answer:SELECT opponent FROM table_name_93 WHERE loss = "hendrickson (0-1)"###context:CREATE TABLE table_name_93 (opponent VARCHAR, loss VARCHAR) |
###question:What was the smallest attendance at a game when the record was 7-15?###answer:SELECT MIN(attendance) FROM table_name_7 WHERE record = "7-15"###context:CREATE TABLE table_name_7 (attendance INTEGER, record VARCHAR) |
###question:What was the average attendance at a game when the record was 6-13?###answer:SELECT AVG(attendance) FROM table_name_71 WHERE record = "6-13"###context:CREATE TABLE table_name_71 (attendance INTEGER, record VARCHAR) |
###question:What is the yield, neutrons per fission of the group with decay constants less than 0.301, a half-life of 22.72, and a group number larger than 2?###answer:SELECT SUM(yield), _neutrons_per_fission FROM table_name_77 WHERE decay_constant__s_−1__ < 0.301 AND half_life__s_ = 22.72 AND group > 2###context:CREATE TABLE table_name_77 (_neutrons_per_fission VARCHAR, yield INTEGER, group VARCHAR, decay_constant__s_−1__ VARCHAR, half_life__s_ VARCHAR) |
###question:With Round 3 and Pick # over 10, what is the higher Overall number?###answer:SELECT MAX(overall) FROM table_name_38 WHERE round = 3 AND pick__number > 10###context:CREATE TABLE table_name_38 (overall INTEGER, round VARCHAR, pick__number VARCHAR) |
###question:What is the highest round for College of Nebraska if the Overall is under 190?###answer:SELECT MAX(round) FROM table_name_18 WHERE college = "nebraska" AND overall < 190###context:CREATE TABLE table_name_18 (round INTEGER, college VARCHAR, overall VARCHAR) |
###question:Which college has a Pick # 1, Overall more than one, and Round is 7?###answer:SELECT college FROM table_name_34 WHERE pick__number = 1 AND overall > 1 AND round = 7###context:CREATE TABLE table_name_34 (college VARCHAR, round VARCHAR, pick__number VARCHAR, overall VARCHAR) |
###question:What was the attendance on 21 August 2004?###answer:SELECT SUM(attendance) FROM table_name_43 WHERE date = "21 august 2004"###context:CREATE TABLE table_name_43 (attendance INTEGER, date VARCHAR) |
###question:What is the average rank of an athlete that holds a time higher than 53.38?###answer:SELECT AVG(rank) FROM table_name_76 WHERE time > 53.38###context:CREATE TABLE table_name_76 (rank INTEGER, time INTEGER) |
###question:What lane did the swimmer with a time of 52.84 have?###answer:SELECT MAX(lane) FROM table_name_43 WHERE time = 52.84###context:CREATE TABLE table_name_43 (lane INTEGER, time VARCHAR) |
###question:What lane did the rank 3 swimmer use?###answer:SELECT MAX(lane) FROM table_name_57 WHERE rank = 3###context:CREATE TABLE table_name_57 (lane INTEGER, rank VARCHAR) |
###question:Which opponent played on July 15?###answer:SELECT opponent FROM table_name_3 WHERE date = "july 15"###context:CREATE TABLE table_name_3 (opponent VARCHAR, date VARCHAR) |
###question:Where has Jimmy Demaret as a player?###answer:SELECT place FROM table_name_94 WHERE player = "jimmy demaret"###context:CREATE TABLE table_name_94 (place VARCHAR, player VARCHAR) |
###question:How much does it cost for United States and Byron nelson?###answer:SELECT COUNT(money___) AS $__ FROM table_name_94 WHERE country = "united states" AND player = "byron nelson"###context:CREATE TABLE table_name_94 (money___ VARCHAR, country VARCHAR, player VARCHAR) |
###question:Which Country has a Place of t8 and byron nelson?###answer:SELECT country FROM table_name_11 WHERE place = "t8" AND player = "byron nelson"###context:CREATE TABLE table_name_11 (country VARCHAR, place VARCHAR, player VARCHAR) |
###question:Name the average pop for chūgoku and prefecture of okayama###answer:SELECT AVG(pop_¹) FROM table_name_75 WHERE region = "chūgoku" AND prefecture = "okayama"###context:CREATE TABLE table_name_75 (pop_¹ INTEGER, region VARCHAR, prefecture VARCHAR) |
###question:Name the highest pop for tottori###answer:SELECT MAX(pop_¹) FROM table_name_11 WHERE prefecture = "tottori"###context:CREATE TABLE table_name_11 (pop_¹ INTEGER, prefecture VARCHAR) |
###question:Name the sum of pop for shizuoka###answer:SELECT SUM(pop_¹) FROM table_name_13 WHERE prefecture = "shizuoka"###context:CREATE TABLE table_name_13 (pop_¹ INTEGER, prefecture VARCHAR) |
###question:Name the total number of pop for ibaraki###answer:SELECT COUNT(pop_¹) FROM table_name_10 WHERE prefecture = "ibaraki"###context:CREATE TABLE table_name_10 (pop_¹ VARCHAR, prefecture VARCHAR) |
###question:Who is the mascot for Mishawaka?###answer:SELECT mascot FROM table_name_16 WHERE location = "mishawaka"###context:CREATE TABLE table_name_16 (mascot VARCHAR, location VARCHAR) |
###question:Which previous conference is associated with Penn school?###answer:SELECT previous_conference FROM table_name_67 WHERE school = "penn"###context:CREATE TABLE table_name_67 (previous_conference VARCHAR, school VARCHAR) |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.