Unnamed: 0
int64
0
60k
input
stringlengths
76
562
answer
stringlengths
18
557
56,700
<question>: What is the career SR when 1985 is Grand Slams? <context>: CREATE TABLE table_name_16 (career_sr VARCHAR)
SELECT career_sr FROM table_name_16 WHERE 1985 = "grand slams"
56,701
<question>: Which Name has a Date of 11 june 1940? <context>: CREATE TABLE table_name_95 (name VARCHAR, date VARCHAR)
SELECT name FROM table_name_95 WHERE date = "11 june 1940"
56,702
<question>: Which Nationality has a Fate of sunk (mine), and a Tonnage (GRT) smaller than 2,266? <context>: CREATE TABLE table_name_80 (nationality VARCHAR, fate VARCHAR, tonnage__grt_ VARCHAR)
SELECT nationality FROM table_name_80 WHERE fate = "sunk (mine)" AND tonnage__grt_ < 2 OFFSET 266
56,703
<question>: Which Tonnage (GRT) is the highest one that has a Date of 16 june 1940? <context>: CREATE TABLE table_name_52 (tonnage__grt_ INTEGER, date VARCHAR)
SELECT MAX(tonnage__grt_) FROM table_name_52 WHERE date = "16 june 1940"
56,704
<question>: Which Nationality has a Name of assyrian? <context>: CREATE TABLE table_name_86 (nationality VARCHAR, name VARCHAR)
SELECT nationality FROM table_name_86 WHERE name = "assyrian"
56,705
<question>: What is the time for the bike (40km) when the swim (1.5km) is 19:56? <context>: CREATE TABLE table_name_38 (bike__40km_ VARCHAR, swim__15km_ VARCHAR)
SELECT bike__40km_ FROM table_name_38 WHERE swim__15km_ = "19:56"
56,706
<question>: With a swim (1.5km) of 18:55 and a run (10km) of 32:37, what is the trans 2? <context>: CREATE TABLE table_name_76 (trans_2 VARCHAR, swim__15km_ VARCHAR, run__10km_ VARCHAR)
SELECT trans_2 FROM table_name_76 WHERE swim__15km_ = "18:55" AND run__10km_ = "32:37"
56,707
<question>: Daniela Ryf who competes in the women's even had what swim (1.5km)? <context>: CREATE TABLE table_name_6 (swim__15km_ VARCHAR, event VARCHAR, athlete VARCHAR)
SELECT swim__15km_ FROM table_name_6 WHERE event = "women's" AND athlete = "daniela ryf"
56,708
<question>: For the triathlon with a bike (40km) of 58:20 what is the total time? <context>: CREATE TABLE table_name_21 (total_time VARCHAR, bike__40km_ VARCHAR)
SELECT total_time FROM table_name_21 WHERE bike__40km_ = "58:20"
56,709
<question>: How long did the trans 1 take when 2:00:40.20 is the total time? <context>: CREATE TABLE table_name_28 (trans_1 VARCHAR, total_time VARCHAR)
SELECT trans_1 FROM table_name_28 WHERE total_time = "2:00:40.20"
56,710
<question>: Can you tell me the Record that has the Team of minnesota? <context>: CREATE TABLE table_name_91 (record VARCHAR, team VARCHAR)
SELECT record FROM table_name_91 WHERE team = "minnesota"
56,711
<question>: Can you tell me the Score that has the Team of memphis? <context>: CREATE TABLE table_name_89 (score VARCHAR, team VARCHAR)
SELECT score FROM table_name_89 WHERE team = "memphis"
56,712
<question>: With a date of Aldershot and Aldershot as the away team what was the score of the game? <context>: CREATE TABLE table_name_27 (score VARCHAR, away_team VARCHAR, date VARCHAR)
SELECT score FROM table_name_27 WHERE away_team = "aldershot" AND date = "aldershot"
56,713
<question>: What was the score for the game when West Ham United was the away team? <context>: CREATE TABLE table_name_84 (score VARCHAR, away_team VARCHAR)
SELECT score FROM table_name_84 WHERE away_team = "west ham united"
56,714
<question>: With Sheffield United as the away team and the date, what home team has a tie no of 15? <context>: CREATE TABLE table_name_27 (home_team VARCHAR, date VARCHAR, tie_no VARCHAR, away_team VARCHAR)
SELECT home_team FROM table_name_27 WHERE tie_no = "15" AND away_team = "sheffield united" AND date = "sheffield united"
56,715
<question>: Who was the home team when Sheffield United was the away team and the date was also Sheffield United? <context>: CREATE TABLE table_name_39 (home_team VARCHAR, away_team VARCHAR, date VARCHAR)
SELECT home_team FROM table_name_39 WHERE away_team = "sheffield united" AND date = "sheffield united"
56,716
<question>: What tie no has Watford as the date? <context>: CREATE TABLE table_name_92 (tie_no VARCHAR, date VARCHAR)
SELECT tie_no FROM table_name_92 WHERE date = "watford"
56,717
<question>: Which Country has a Place of t9, and a Score of 71-71-72=214, and a Player of ernie els? <context>: CREATE TABLE table_name_95 (country VARCHAR, player VARCHAR, place VARCHAR, score VARCHAR)
SELECT country FROM table_name_95 WHERE place = "t9" AND score = 71 - 71 - 72 = 214 AND player = "ernie els"
56,718
<question>: Which Country has a To par of –13? <context>: CREATE TABLE table_name_12 (country VARCHAR, to_par VARCHAR)
SELECT country FROM table_name_12 WHERE to_par = "–13"
56,719
<question>: Which Player has a Score of 72-69-73=214? <context>: CREATE TABLE table_name_71 (player VARCHAR, score VARCHAR)
SELECT player FROM table_name_71 WHERE score = 72 - 69 - 73 = 214
56,720
<question>: Which Score has a To par of –4, and a Player of duffy waldorf? <context>: CREATE TABLE table_name_30 (score VARCHAR, to_par VARCHAR, player VARCHAR)
SELECT score FROM table_name_30 WHERE to_par = "–4" AND player = "duffy waldorf"
56,721
<question>: Which Country has a Score of 79-68-74=212? <context>: CREATE TABLE table_name_49 (country VARCHAR, score VARCHAR)
SELECT country FROM table_name_49 WHERE score = 79 - 68 - 74 = 212
56,722
<question>: Which To par has a Country of united states, and a Player of duffy waldorf? <context>: CREATE TABLE table_name_22 (to_par VARCHAR, country VARCHAR, player VARCHAR)
SELECT to_par FROM table_name_22 WHERE country = "united states" AND player = "duffy waldorf"
56,723
<question>: What is Opponent In Final, when Surface is Hard, when Location is Wellington, New Zealand, and when Date is 6 February 2000? <context>: CREATE TABLE table_name_72 (opponent_in_final VARCHAR, date VARCHAR, surface VARCHAR, location VARCHAR)
SELECT opponent_in_final FROM table_name_72 WHERE surface = "hard" AND location = "wellington, new zealand" AND date = "6 february 2000"
56,724
<question>: What is Surface, when Date is 2 May 1999? <context>: CREATE TABLE table_name_85 (surface VARCHAR, date VARCHAR)
SELECT surface FROM table_name_85 WHERE date = "2 may 1999"
56,725
<question>: What is the 2nd leg when team #1 is Rubin Kazan? <context>: CREATE TABLE table_name_44 (team__number1 VARCHAR)
SELECT 2 AS nd_leg FROM table_name_44 WHERE team__number1 = "rubin kazan"
56,726
<question>: What is the agg when team #2 is 2006 UEFA Intertoto Cup? <context>: CREATE TABLE table_name_24 (agg VARCHAR, team__number2 VARCHAR)
SELECT agg FROM table_name_24 WHERE team__number2 = "2006 uefa intertoto cup"
56,727
<question>: What is the highest market value in billions of the company with profits of 20.96 billions and 166.99 billions in assets? <context>: CREATE TABLE table_name_79 (market_value__billion_ INTEGER, profits__billion_$_ VARCHAR, assets__billion_$_ VARCHAR)
SELECT MAX(market_value__billion_) AS $_ FROM table_name_79 WHERE profits__billion_$_ = 20.96 AND assets__billion_$_ > 166.99
56,728
<question>: What is the total market value in billions of the company with 20.96 billion in profits and less than 166.99 billions in assets? <context>: CREATE TABLE table_name_34 (market_value__billion_ VARCHAR, profits__billion_$_ VARCHAR, assets__billion_$_ VARCHAR)
SELECT COUNT(market_value__billion_) AS $_ FROM table_name_34 WHERE profits__billion_$_ = 20.96 AND assets__billion_$_ < 166.99
56,729
<question>: What is the average assets in billions of the company Bank of America, which has less than 49.01 billions in sales? <context>: CREATE TABLE table_name_70 (assets__billion_ INTEGER, company VARCHAR, sales__billion_$_ VARCHAR)
SELECT AVG(assets__billion_) AS $_ FROM table_name_70 WHERE company = "bank of america" AND sales__billion_$_ < 49.01
56,730
<question>: What is the highest profits in billions of the company headquartered in the USA with a market value of 194.87 billions and less than 76.66 billions in sales? <context>: CREATE TABLE table_name_87 (profits__billion_ INTEGER, sales__billion_$_ VARCHAR, headquarters VARCHAR, market_value__billion_$_ VARCHAR)
SELECT MAX(profits__billion_) AS $_ FROM table_name_87 WHERE headquarters = "usa" AND market_value__billion_$_ = 194.87 AND sales__billion_$_ < 76.66
56,731
<question>: Which Total has a Nation of japan, and a Silver larger than 2? <context>: CREATE TABLE table_name_55 (total INTEGER, nation VARCHAR, silver VARCHAR)
SELECT MIN(total) FROM table_name_55 WHERE nation = "japan" AND silver > 2
56,732
<question>: Which Nation has a Gold larger than 0, and a Total larger than 4, and a Rank of 6? <context>: CREATE TABLE table_name_74 (nation VARCHAR, rank VARCHAR, gold VARCHAR, total VARCHAR)
SELECT nation FROM table_name_74 WHERE gold > 0 AND total > 4 AND rank = "6"
56,733
<question>: Which Silver has a Rank of 1, and a Total smaller than 11? <context>: CREATE TABLE table_name_80 (silver INTEGER, rank VARCHAR, total VARCHAR)
SELECT SUM(silver) FROM table_name_80 WHERE rank = "1" AND total < 11
56,734
<question>: Which Total has a Nation of united states, and a Bronze larger than 3? <context>: CREATE TABLE table_name_4 (total INTEGER, nation VARCHAR, bronze VARCHAR)
SELECT MAX(total) FROM table_name_4 WHERE nation = "united states" AND bronze > 3
56,735
<question>: Where did jamie cox & daniel marsh play against queensland? <context>: CREATE TABLE table_name_71 (venue VARCHAR, opponent VARCHAR, batsmen VARCHAR)
SELECT venue FROM table_name_71 WHERE opponent = "queensland" AND batsmen = "jamie cox & daniel marsh"
56,736
<question>: Where were jamie cox & scott kremerskothen paired? <context>: CREATE TABLE table_name_24 (venue VARCHAR, batsmen VARCHAR)
SELECT venue FROM table_name_24 WHERE batsmen = "jamie cox & scott kremerskothen"
56,737
<question>: Who were the batsmen paired for wicket 7? <context>: CREATE TABLE table_name_83 (batsmen VARCHAR, wicket VARCHAR)
SELECT batsmen FROM table_name_83 WHERE wicket = "7"
56,738
<question>: How many runs did they get against new south wales in 2002/03? <context>: CREATE TABLE table_name_13 (runs VARCHAR, opponent VARCHAR, season VARCHAR)
SELECT runs FROM table_name_13 WHERE opponent = "new south wales" AND season = "2002/03"
56,739
<question>: What season did they play queensland at wicket 4? <context>: CREATE TABLE table_name_81 (season VARCHAR, opponent VARCHAR, wicket VARCHAR)
SELECT season FROM table_name_81 WHERE opponent = "queensland" AND wicket = "4"
56,740
<question>: What was the Peak Position on July 11, 2001? <context>: CREATE TABLE table_name_12 (peak_position VARCHAR, date VARCHAR)
SELECT peak_position FROM table_name_12 WHERE date = "july 11, 2001"
56,741
<question>: On December 12, 2001, how many weeks had the single been in its position? <context>: CREATE TABLE table_name_18 (weeks VARCHAR, date VARCHAR)
SELECT weeks FROM table_name_18 WHERE date = "december 12, 2001"
56,742
<question>: What is the nationality of the Team Purdue? <context>: CREATE TABLE table_name_73 (nationality VARCHAR, school_club_team VARCHAR)
SELECT nationality FROM table_name_73 WHERE school_club_team = "purdue"
56,743
<question>: What is the nationality of the Team Georgia Tech? <context>: CREATE TABLE table_name_47 (nationality VARCHAR, school_club_team VARCHAR)
SELECT nationality FROM table_name_47 WHERE school_club_team = "georgia tech"
56,744
<question>: What is the nationality of the forward position on the Grizzlies in 2011? <context>: CREATE TABLE table_name_60 (nationality VARCHAR, position VARCHAR, years_for_grizzlies VARCHAR)
SELECT nationality FROM table_name_60 WHERE position = "forward" AND years_for_grizzlies = "2011"
56,745
<question>: Who was the runner-up at the event held in Tartu, Estonia? <context>: CREATE TABLE table_name_53 (runner_up VARCHAR, venue VARCHAR)
SELECT runner_up FROM table_name_53 WHERE venue = "tartu, estonia"
56,746
<question>: For the event held in Tartu, Estonia, what is the name of the runner-up? <context>: CREATE TABLE table_name_90 (runner_up VARCHAR, venue VARCHAR)
SELECT runner_up FROM table_name_90 WHERE venue = "tartu, estonia"
56,747
<question>: Who took third place in 2012? <context>: CREATE TABLE table_name_82 (third_place VARCHAR, year VARCHAR)
SELECT third_place FROM table_name_82 WHERE year = 2012
56,748
<question>: In what year was this event held in Oslo, Norway? <context>: CREATE TABLE table_name_13 (year VARCHAR, venue VARCHAR)
SELECT year FROM table_name_13 WHERE venue = "oslo, norway"
56,749
<question>: What is the head of government for Don Stephen Senanayake? <context>: CREATE TABLE table_name_77 (head_s__of_government VARCHAR, name VARCHAR)
SELECT head_s__of_government FROM table_name_77 WHERE name = "don stephen senanayake"
56,750
<question>: Which team is in 14th position? <context>: CREATE TABLE table_name_20 (team VARCHAR, pos VARCHAR)
SELECT team FROM table_name_20 WHERE pos = "14th"
56,751
<question>: What is 2nd Leg, when Team #2 is "San Lorenzo"? <context>: CREATE TABLE table_name_96 (team__number2 VARCHAR)
SELECT 2 AS nd_leg FROM table_name_96 WHERE team__number2 = "san lorenzo"
56,752
<question>: Which Clock Speed has a FSB Speed of 400 mhz, and a Model Number of c7-m 794? <context>: CREATE TABLE table_name_63 (clock_speed VARCHAR, fsb_speed VARCHAR, model_number VARCHAR)
SELECT clock_speed FROM table_name_63 WHERE fsb_speed = "400 mhz" AND model_number = "c7-m 794"
56,753
<question>: Which Socket has a FSB Speed of 400 mhz, and a Voltage Range of 1.004 v? <context>: CREATE TABLE table_name_16 (socket VARCHAR, fsb_speed VARCHAR, voltage_range VARCHAR)
SELECT socket FROM table_name_16 WHERE fsb_speed = "400 mhz" AND voltage_range = "1.004 v"
56,754
<question>: Which Clock Multiplier has a Clock Speed of 1.6 ghz, and a Model Number of c7-m 764? <context>: CREATE TABLE table_name_69 (clock_multiplier VARCHAR, clock_speed VARCHAR, model_number VARCHAR)
SELECT clock_multiplier FROM table_name_69 WHERE clock_speed = "1.6 ghz" AND model_number = "c7-m 764"
56,755
<question>: Which FSB Speed has a Model Number of c7-m 765? <context>: CREATE TABLE table_name_46 (fsb_speed VARCHAR, model_number VARCHAR)
SELECT fsb_speed FROM table_name_46 WHERE model_number = "c7-m 765"
56,756
<question>: Which Clock Multiplier has a Model Number of c7-m 764? <context>: CREATE TABLE table_name_23 (clock_multiplier VARCHAR, model_number VARCHAR)
SELECT clock_multiplier FROM table_name_23 WHERE model_number = "c7-m 764"
56,757
<question>: Which Release Date has a Voltage Range of 1.148 v - 1.196 v? <context>: CREATE TABLE table_name_34 (release_date VARCHAR, voltage_range VARCHAR)
SELECT release_date FROM table_name_34 WHERE voltage_range = "1.148 v - 1.196 v"
56,758
<question>: Who are the players that placed t2? <context>: CREATE TABLE table_name_33 (player VARCHAR, place VARCHAR)
SELECT player FROM table_name_33 WHERE place = "t2"
56,759
<question>: Which country is Lee Trevino from? <context>: CREATE TABLE table_name_97 (country VARCHAR, player VARCHAR)
SELECT country FROM table_name_97 WHERE player = "lee trevino"
56,760
<question>: Which player(s) is from South Africa? <context>: CREATE TABLE table_name_76 (player VARCHAR, country VARCHAR)
SELECT player FROM table_name_76 WHERE country = "south africa"
56,761
<question>: what is the record when the year is after 1992, manager is tom kotchman and finish is 2nd? <context>: CREATE TABLE table_name_51 (record VARCHAR, finish VARCHAR, year VARCHAR, manager VARCHAR)
SELECT record FROM table_name_51 WHERE year > 1992 AND manager = "tom kotchman" AND finish = "2nd"
56,762
<question>: what is the finish when the manager is tom kotchman and record is 43-33? <context>: CREATE TABLE table_name_82 (finish VARCHAR, manager VARCHAR, record VARCHAR)
SELECT finish FROM table_name_82 WHERE manager = "tom kotchman" AND record = "43-33"
56,763
<question>: what is the finish when the manager is tom kotchman and the record is 40-36? <context>: CREATE TABLE table_name_50 (finish VARCHAR, manager VARCHAR, record VARCHAR)
SELECT finish FROM table_name_50 WHERE manager = "tom kotchman" AND record = "40-36"
56,764
<question>: who is the manager when the year is before 1994 and finish is 5th? <context>: CREATE TABLE table_name_6 (manager VARCHAR, year VARCHAR, finish VARCHAR)
SELECT manager FROM table_name_6 WHERE year < 1994 AND finish = "5th"
56,765
<question>: what is the record when the year is 2011? <context>: CREATE TABLE table_name_45 (record VARCHAR, year VARCHAR)
SELECT record FROM table_name_45 WHERE year = 2011
56,766
<question>: What is Player, when Total is "294", and when Year(s) Won is "1955"? <context>: CREATE TABLE table_name_61 (player VARCHAR, total VARCHAR, year_s__won VARCHAR)
SELECT player FROM table_name_61 WHERE total = 294 AND year_s__won = "1955"
56,767
<question>: What is Player, when To Par is less than 14? <context>: CREATE TABLE table_name_28 (player VARCHAR, to_par INTEGER)
SELECT player FROM table_name_28 WHERE to_par < 14
56,768
<question>: What is To Par, when Player is "Tommy Bolt"? <context>: CREATE TABLE table_name_55 (to_par VARCHAR, player VARCHAR)
SELECT to_par FROM table_name_55 WHERE player = "tommy bolt"
56,769
<question>: What is the sum of Total, when Player is "Tommy Bolt"? <context>: CREATE TABLE table_name_4 (total INTEGER, player VARCHAR)
SELECT SUM(total) FROM table_name_4 WHERE player = "tommy bolt"
56,770
<question>: What is the total number of Total, when To Par is "7"? <context>: CREATE TABLE table_name_50 (total VARCHAR, to_par VARCHAR)
SELECT COUNT(total) FROM table_name_50 WHERE to_par = 7
56,771
<question>: Which award was won when the nomination was Senses Around? <context>: CREATE TABLE table_name_77 (award VARCHAR, result VARCHAR, nomination VARCHAR)
SELECT award FROM table_name_77 WHERE result = "won" AND nomination = "senses around"
56,772
<question>: What was the nomination in a year earlier than 2009? <context>: CREATE TABLE table_name_43 (nomination VARCHAR, year INTEGER)
SELECT nomination FROM table_name_43 WHERE year < 2009
56,773
<question>: Which award is for the category Best New Artist? <context>: CREATE TABLE table_name_55 (award VARCHAR, category VARCHAR)
SELECT award FROM table_name_55 WHERE category = "best new artist"
56,774
<question>: What is the earliest year with a category of Top 10 Selling Mandarin Albums of the Year? <context>: CREATE TABLE table_name_53 (year INTEGER, category VARCHAR)
SELECT MIN(year) FROM table_name_53 WHERE category = "top 10 selling mandarin albums of the year"
56,775
<question>: For the USAC National Championship, what is the Discipline? <context>: CREATE TABLE table_name_31 (discipline VARCHAR, championship VARCHAR)
SELECT discipline FROM table_name_31 WHERE championship = "usac national championship"
56,776
<question>: In the Indianapolis Sweepstakes race session, what is the championship? <context>: CREATE TABLE table_name_72 (championship VARCHAR, session VARCHAR, event VARCHAR)
SELECT championship FROM table_name_72 WHERE session = "race" AND event = "indianapolis sweepstakes"
56,777
<question>: What circuit is the Sprint Cup series championship? <context>: CREATE TABLE table_name_29 (circuit VARCHAR, championship VARCHAR)
SELECT circuit FROM table_name_29 WHERE championship = "sprint cup series"
56,778
<question>: What were the Results for 25,000 Attendance? <context>: CREATE TABLE table_name_91 (result VARCHAR, attendance VARCHAR)
SELECT result FROM table_name_91 WHERE attendance = "25,000"
56,779
<question>: What was the result on 10/06/1934? <context>: CREATE TABLE table_name_80 (result VARCHAR, date VARCHAR)
SELECT result FROM table_name_80 WHERE date = "10/06/1934"
56,780
<question>: What year was the team Club of atlético de san juan fc who plays at hiram bithorn stadium founded. <context>: CREATE TABLE table_name_18 (founded INTEGER, stadium VARCHAR, club VARCHAR)
SELECT SUM(founded) FROM table_name_18 WHERE stadium = "hiram bithorn stadium" AND club = "atlético de san juan fc"
56,781
<question>: What is the Branding of the Iloilo City Frequency with a Power of 10 Kw? <context>: CREATE TABLE table_name_38 (branding VARCHAR, power VARCHAR, location VARCHAR)
SELECT branding FROM table_name_38 WHERE power = "10 kw" AND location = "iloilo city"
56,782
<question>: What is the Power of the Frequency with a Callsign of DXLL? <context>: CREATE TABLE table_name_48 (power VARCHAR, callsign VARCHAR)
SELECT power FROM table_name_48 WHERE callsign = "dxll"
56,783
<question>: What is the Frequency in Davao City? <context>: CREATE TABLE table_name_91 (frequency VARCHAR, location VARCHAR)
SELECT frequency FROM table_name_91 WHERE location = "davao city"
56,784
<question>: What is the Branding with a Callsign DWLL? <context>: CREATE TABLE table_name_99 (branding VARCHAR, callsign VARCHAR)
SELECT branding FROM table_name_99 WHERE callsign = "dwll"
56,785
<question>: What is the Branding of the Metro Manila Frequency with a Callsign of DWBL? <context>: CREATE TABLE table_name_19 (branding VARCHAR, location VARCHAR, callsign VARCHAR)
SELECT branding FROM table_name_19 WHERE location = "metro manila" AND callsign = "dwbl"
56,786
<question>: What is the Location of the Frequency with a Callsign of DXBL? <context>: CREATE TABLE table_name_89 (location VARCHAR, callsign VARCHAR)
SELECT location FROM table_name_89 WHERE callsign = "dxbl"
56,787
<question>: What name in a year after 1997 has a longitude of 213.0e? <context>: CREATE TABLE table_name_91 (name VARCHAR, year_named VARCHAR, longitude VARCHAR)
SELECT name FROM table_name_91 WHERE year_named > 1997 AND longitude = "213.0e"
56,788
<question>: How many years correspond to longitude of 36.8e and diameter greater than 697? <context>: CREATE TABLE table_name_72 (year_named VARCHAR, longitude VARCHAR, diameter__km_ VARCHAR)
SELECT COUNT(year_named) FROM table_name_72 WHERE longitude = "36.8e" AND diameter__km_ > 697
56,789
<question>: What was the pick # for a center picked before round 6? <context>: CREATE TABLE table_name_87 (pick__number VARCHAR, position VARCHAR, round VARCHAR)
SELECT COUNT(pick__number) FROM table_name_87 WHERE position = "center" AND round < 6
56,790
<question>: What team with a seed value greater than 7 has a note that they were an NCRAA champion? <context>: CREATE TABLE table_name_75 (team VARCHAR, seed VARCHAR, notes VARCHAR)
SELECT team FROM table_name_75 WHERE seed > 7 AND notes = "ncraa champion"
56,791
<question>: WHAT IS THE ORICON PEAK NUMBER WITH AN ATLANTIC LABEL, SUBHUMAN RACE, LATER THAN 1995? <context>: CREATE TABLE table_name_72 (oricon_peak VARCHAR, date_of_release VARCHAR, label VARCHAR, title VARCHAR)
SELECT COUNT(oricon_peak) FROM table_name_72 WHERE label = "atlantic" AND title = "subhuman race" AND date_of_release > 1995
56,792
<question>: WHAT LABEL HAD A RELEASE DATE OF 1991? <context>: CREATE TABLE table_name_80 (label VARCHAR, date_of_release VARCHAR)
SELECT label FROM table_name_80 WHERE date_of_release = 1991
56,793
<question>: WHAT IS THE AVERAGE DATE OF RELEASE FOR THICKSKIN? <context>: CREATE TABLE table_name_33 (date_of_release INTEGER, title VARCHAR)
SELECT AVG(date_of_release) FROM table_name_33 WHERE title = "thickskin"
56,794
<question>: What is the lowest enrollment amount for a year left of 2012 and a current conference of Mid-South? <context>: CREATE TABLE table_name_17 (enrollment INTEGER, left VARCHAR, current_conference VARCHAR)
SELECT MIN(enrollment) FROM table_name_17 WHERE left = 2012 AND current_conference = "mid-south"
56,795
<question>: Which season was there a game with the score of 1:3 played at the venue of national stadium, maldives? <context>: CREATE TABLE table_name_40 (season INTEGER, score VARCHAR, venue VARCHAR)
SELECT SUM(season) FROM table_name_40 WHERE score = "1:3" AND venue = "national stadium, maldives"
56,796
<question>: What was the venue of the match where the score was 1:3 and team 2 was binh duong? <context>: CREATE TABLE table_name_61 (venue VARCHAR, score VARCHAR, team_2 VARCHAR)
SELECT venue FROM table_name_61 WHERE score = "1:3" AND team_2 = "binh duong"
56,797
<question>: What was the score of the game when team 2 was club valencia? <context>: CREATE TABLE table_name_70 (score VARCHAR, team_2 VARCHAR)
SELECT score FROM table_name_70 WHERE team_2 = "club valencia"
56,798
<question>: What was the venue of the match where team 2 was pea and the score was 1:3? <context>: CREATE TABLE table_name_59 (venue VARCHAR, team_2 VARCHAR, score VARCHAR)
SELECT venue FROM table_name_59 WHERE team_2 = "pea" AND score = "1:3"
56,799
<question>: In 2011 with a hydroelectricity less than 119.6, what was the solar? <context>: CREATE TABLE table_name_48 (solar VARCHAR, year VARCHAR, hydroelectricity VARCHAR)
SELECT solar FROM table_name_48 WHERE year = 2011 AND hydroelectricity < 119.6