answer
stringlengths
18
557
question
stringlengths
12
244
context
stringlengths
27
484
SELECT arena__capacity_ FROM table_14015965_1 WHERE previous_season = "6"
What arena was season 6 played at?
CREATE TABLE table_14015965_1 (arena__capacity_ VARCHAR, previous_season VARCHAR)
SELECT creator FROM table_name_33 WHERE latest_stable_release = "unknown" AND name = "myeclipse"
Which Creator has the Latest stable release of unknown, and a Name of myeclipse?
CREATE TABLE table_name_33 (creator VARCHAR, latest_stable_release VARCHAR, name VARCHAR)
SELECT home_team FROM table_name_45 WHERE venue = "kardinia park"
Who was the home team at Kardinia Park?
CREATE TABLE table_name_45 (home_team VARCHAR, venue VARCHAR)
SELECT us_viewers__millions_ FROM table_18102421_2 WHERE directed_by = "Allison Liddi-Brown"
How many millions of U.S. viewers watched the episode directed by Allison Liddi-Brown?
CREATE TABLE table_18102421_2 (us_viewers__millions_ VARCHAR, directed_by VARCHAR)
SELECT AVG(goal) FROM table_name_80 WHERE result = "2–2" AND venue = "råsunda, stockholm"
What is the Goal number in Råsunda, Stockholm with a Result of 2–2?
CREATE TABLE table_name_80 (goal INTEGER, result VARCHAR, venue VARCHAR)
SELECT record FROM table_name_32 WHERE date = "april 13"
What is the Record on april 13?
CREATE TABLE table_name_32 (record VARCHAR, date VARCHAR)
SELECT SUM(votes) FROM table_name_66 WHERE date = "1956" AND _percentage_of_national_vote > 11.47
How many votes were tallied in 1956 with a % of national vote larger than 11.47?
CREATE TABLE table_name_66 (votes INTEGER, date VARCHAR, _percentage_of_national_vote VARCHAR)
SELECT score FROM table_name_55 WHERE home = "etobicoke kangaroos"
What was the score of the game with the Etobicoke Kangaroos as the home team?
CREATE TABLE table_name_55 (score VARCHAR, home VARCHAR)
SELECT COUNT(attendance) FROM table_name_1 WHERE opponent = "boston patriots" AND week > 14
What is the Attendance for Opponent Boston Patriots and Week is greater than 14?
CREATE TABLE table_name_1 (attendance VARCHAR, opponent VARCHAR, week VARCHAR)
SELECT date FROM table_21321935_2 WHERE pole_position = "Oliver Jarvis"
When did Oliver Jarvis have pole position?
CREATE TABLE table_21321935_2 (date VARCHAR, pole_position VARCHAR)
SELECT MIN(grid) FROM table_name_29 WHERE driver = "prince bira"
What was the smallest grid for Prince bira?
CREATE TABLE table_name_29 (grid INTEGER, driver VARCHAR)
SELECT stain FROM table_13570_1 WHERE common_use = "Elastic fibers"
What stain is used commonly for elastic fibers?
CREATE TABLE table_13570_1 (stain VARCHAR, common_use VARCHAR)
SELECT province FROM table_name_72 WHERE city = "mendoza" AND stadium = "feliciano gambarte"
What province is in Mendoza with a stadium feliciano gambarte?
CREATE TABLE table_name_72 (province VARCHAR, city VARCHAR, stadium VARCHAR)
SELECT COUNT(position) FROM table_11803648_22 WHERE player = "Ben Harpur"
How many positions did player Ben Harpur play?
CREATE TABLE table_11803648_22 (position VARCHAR, player VARCHAR)
SELECT domari FROM table_name_19 WHERE persian = "yak, yek"
What is the Domari associated with a Persian of yak, yek?
CREATE TABLE table_name_19 (domari VARCHAR, persian VARCHAR)
SELECT role_code FROM Project_Staff GROUP BY role_code ORDER BY COUNT(*) DESC LIMIT 1
Which role is most common for the staff?
CREATE TABLE Project_Staff (role_code VARCHAR)
SELECT retail_name FROM table_name_24 WHERE available_interface = "pci express 2.0"
What is the Retail name with an Available interface with pci express 2.0?
CREATE TABLE table_name_24 (retail_name VARCHAR, available_interface VARCHAR)
SELECT school FROM table_11677691_5 WHERE player = "Zach Banner"
Zach Banner is a player at which school?
CREATE TABLE table_11677691_5 (school VARCHAR, player VARCHAR)
SELECT series FROM table_name_90 WHERE site = "ames" AND date = "september 10, 2005"
Which Series has a Site of ames on september 10, 2005?
CREATE TABLE table_name_90 (series VARCHAR, site VARCHAR, date VARCHAR)
SELECT AVG(goals_scored) FROM table_name_78 WHERE played < 34 AND draw > 2
What is the average goals scored when less than 34 were played and there were more than 2 draws?
CREATE TABLE table_name_78 (goals_scored INTEGER, played VARCHAR, draw VARCHAR)
SELECT team FROM table_name_67 WHERE points = 0 AND grid > 13 AND driver = "alex yoong"
Which Team has Points of 0, a Grid larger than 13, and a Driver of alex yoong?
CREATE TABLE table_name_67 (team VARCHAR, driver VARCHAR, points VARCHAR, grid VARCHAR)
SELECT record FROM table_14520977_1 WHERE result = "L 24–22"
Name the record for l 24–22
CREATE TABLE table_14520977_1 (record VARCHAR, result VARCHAR)
SELECT acc_football_titles FROM table_28744929_1 WHERE nickname = "Tar Heels"
how many acc football titles have been won by the institution nicknamed tar heels?
CREATE TABLE table_28744929_1 (acc_football_titles VARCHAR, nickname VARCHAR)
SELECT frequency_mhz FROM table_name_45 WHERE call_sign = "w228bg"
What frequency has call sign w228bg?
CREATE TABLE table_name_45 (frequency_mhz VARCHAR, call_sign VARCHAR)
SELECT AVG(fatalities) FROM table_name_67 WHERE airline = "spantax" AND registration = "ec-arz"
How many fatalities are there for the airline of spantax, with a registration of ec-arz?
CREATE TABLE table_name_67 (fatalities INTEGER, airline VARCHAR, registration VARCHAR)
SELECT xenon FROM table_name_29 WHERE helium = "5.1"
Which Xenon has a Helium of 5.1?
CREATE TABLE table_name_29 (xenon VARCHAR, helium VARCHAR)
SELECT quantity_made FROM table_name_3 WHERE inchicore_class = "j7"
What was the quantity for Inchicore of J7?
CREATE TABLE table_name_3 (quantity_made VARCHAR, inchicore_class VARCHAR)
SELECT 2011 FROM table_name_2 WHERE tournament = "us open"
what is the 2011 performance for the US open?
CREATE TABLE table_name_2 (tournament VARCHAR)
SELECT role FROM table_name_8 WHERE original_broadway_cast = "adam riegler"
What was the role when the original broadway was Adam Riegler?
CREATE TABLE table_name_8 (role VARCHAR, original_broadway_cast VARCHAR)
SELECT year FROM table_name_61 WHERE organization = "new york yankees" AND team = "johnson city yankees"
Which year has an Organization of new york yankees, and a Team of johnson city yankees?
CREATE TABLE table_name_61 (year VARCHAR, organization VARCHAR, team VARCHAR)
SELECT unanimous FROM table_name_78 WHERE school = "michigan dartmouth"
What is the unanimous result of the player from Michigan Dartmouth?
CREATE TABLE table_name_78 (unanimous VARCHAR, school VARCHAR)
SELECT commissioned FROM table_name_88 WHERE builder = "scotts, greenock"
when was it commissioned when the destroyer was built by scotts, greenock?
CREATE TABLE table_name_88 (commissioned VARCHAR, builder VARCHAR)
SELECT country FROM table_name_49 WHERE nominating_festival = "prix uip ghent"
What country was the prix uip ghent nominating festival?
CREATE TABLE table_name_49 (country VARCHAR, nominating_festival VARCHAR)
SELECT SUM(spectators) FROM table_name_47 WHERE date = "17 june 2006" AND time__cet_ > 15
How many Spectators have a Date of 17 june 2006, and a Time (CET) larger than 15?
CREATE TABLE table_name_47 (spectators INTEGER, date VARCHAR, time__cet_ VARCHAR)
SELECT developer_s_ FROM table_name_71 WHERE year > 2010 AND genre = "action rpg"
Who were the developers for the Action RPG made after 2010?
CREATE TABLE table_name_71 (developer_s_ VARCHAR, year VARCHAR, genre VARCHAR)
SELECT SUM(total) FROM table_name_26 WHERE bronze = 7 AND gold > 18
What is the total number of medals won by nations that had 7 bronze medals and more than 18 gold medals?
CREATE TABLE table_name_26 (total INTEGER, bronze VARCHAR, gold VARCHAR)
SELECT location FROM table_name_79 WHERE game > 20 AND date = "wed. dec. 26"
Which Location has a Game greater than 20 and a Date of Wed. Dec. 26?
CREATE TABLE table_name_79 (location VARCHAR, game VARCHAR, date VARCHAR)
SELECT undecided FROM table_name_80 WHERE source = "suffolk university" AND murray = "11%"
What is the undecided percentage of the poll from Suffolk University with Murray at 11%?
CREATE TABLE table_name_80 (undecided VARCHAR, source VARCHAR, murray VARCHAR)
SELECT Continent FROM country WHERE Name = "Anguilla"
Which continent is Anguilla in?
CREATE TABLE country (Continent VARCHAR, Name VARCHAR)
SELECT MAX(census_2006_population) FROM table_1966992_1 WHERE lga_name = "Opobo/Nkoro"
What is the maximum 2006 census population of LGA name Opobo/Nkoro?
CREATE TABLE table_1966992_1 (census_2006_population INTEGER, lga_name VARCHAR)
SELECT winning_driver FROM table_name_21 WHERE fastest_lap = "lorenzo bandini" AND pole_position = "lorenzo bandini"
Who is the Winnning driver in which lorenzo bandini has the fastest lap as well as the Pole position?
CREATE TABLE table_name_21 (winning_driver VARCHAR, fastest_lap VARCHAR, pole_position VARCHAR)
SELECT AVG(round) FROM table_name_12 WHERE nhl_team = "edmonton oilers" AND player = "vyacheslav trukhno"
Which Round has a NHL team of edmonton oilers and a Player of vyacheslav trukhno?
CREATE TABLE table_name_12 (round INTEGER, nhl_team VARCHAR, player VARCHAR)
SELECT MIN(number) FROM table_name_30 WHERE school_club_team = "misamis institute"
What is the lowest Number, when School/Club Team is Misamis Institute?
CREATE TABLE table_name_30 (number INTEGER, school_club_team VARCHAR)
SELECT player FROM table_name_48 WHERE country = "united states" AND total = "154"
What is Player, when Country is "United States", and when Total is "154"?
CREATE TABLE table_name_48 (player VARCHAR, country VARCHAR, total VARCHAR)
SELECT surface FROM table_name_15 WHERE date = "july 15, 1984"
On July 15, 1984 what surface was used?
CREATE TABLE table_name_15 (surface VARCHAR, date VARCHAR)
SELECT MIN(population__2006_) FROM table_189893_1 WHERE percentage__2011_ = "1.06%"
What is the lowest population(2006) when there is a 1.06% in 2011?
CREATE TABLE table_189893_1 (population__2006_ INTEGER, percentage__2011_ VARCHAR)
SELECT MIN(gfr_2006) FROM table_name_64 WHERE whites_as__percentage_of_pop = "95.80%" AND tfr_2006 > 2.14
What is the lowest total GFR that has 95.80% of the population as Whites, and a TFR total larger than 2.14, in 2006?
CREATE TABLE table_name_64 (gfr_2006 INTEGER, whites_as__percentage_of_pop VARCHAR, tfr_2006 VARCHAR)
SELECT date FROM table_name_77 WHERE loser = "new york giants" AND result = "23-17"
Which date had a loser of New York Giants and a result of 23-17?
CREATE TABLE table_name_77 (date VARCHAR, loser VARCHAR, result VARCHAR)
SELECT opponent FROM table_name_41 WHERE date = "september 17"
Who was the opponent on September 17?
CREATE TABLE table_name_41 (opponent VARCHAR, date VARCHAR)
SELECT regionalliga_nord FROM table_14242137_11 WHERE regionalliga_süd = "1. FC Nuremberg SpVgg Greuther Fürth"
what's the regionalliga nord with regionalliga süd being 1. fc nuremberg spvgg greuther fürth
CREATE TABLE table_14242137_11 (regionalliga_nord VARCHAR, regionalliga_süd VARCHAR)
SELECT club FROM table_name_87 WHERE points_difference = "-24"
What club had a points difference of -24?
CREATE TABLE table_name_87 (club VARCHAR, points_difference VARCHAR)
SELECT player FROM table_name_54 WHERE place = "t10" AND country = "united states" AND score = 67 - 73 = 140
What Player has a Place of t10, a Country of united states, and a Score of 67-73=140?
CREATE TABLE table_name_54 (player VARCHAR, place VARCHAR, country VARCHAR, score VARCHAR)
SELECT T1.White, T2.Crime_rate FROM city AS T1 JOIN county_public_safety AS T2 ON T1.County_ID = T2.County_ID
Show white percentages of cities and the crime rates of counties they are in.
CREATE TABLE city (White VARCHAR, County_ID VARCHAR); CREATE TABLE county_public_safety (Crime_rate VARCHAR, County_ID VARCHAR)
SELECT skip FROM table_name_17 WHERE lead = "gordon mcdougall"
Which skip's lead is Gordon McDougall?
CREATE TABLE table_name_17 (skip VARCHAR, lead VARCHAR)
SELECT COUNT(*) FROM Customers WHERE NOT customer_id IN (SELECT customer_id FROM Accounts)
Show the number of all customers without an account.
CREATE TABLE Customers (customer_id VARCHAR); CREATE TABLE Accounts (customer_id VARCHAR)
SELECT riaa_sales_certification FROM table_name_1 WHERE billboard_200_peak = 21
What RIAA Sales Certification was awarded to the song that had a Billboard 200 Peak of 21?
CREATE TABLE table_name_1 (riaa_sales_certification VARCHAR, billboard_200_peak VARCHAR)
SELECT position FROM table_12962773_10 WHERE height = "2.12"
What position was played by the player who was 2.12 meters tall?
CREATE TABLE table_12962773_10 (position VARCHAR, height VARCHAR)
SELECT SUM(played) FROM table_name_63 WHERE against > 37 AND lost = 15 AND points < 11
How much Played has an Against larger than 37, and a Lost of 15, and Points smaller than 11?
CREATE TABLE table_name_63 (played INTEGER, points VARCHAR, against VARCHAR, lost VARCHAR)
SELECT COUNT(year) FROM table_name_42 WHERE location = "forest hills" AND runner_up = "john mcenroe" AND score = "6–3, 6–3"
How many years had a location at Forest Hills and a score of 6–3, 6–3 for John McEnroe?
CREATE TABLE table_name_42 (year VARCHAR, score VARCHAR, location VARCHAR, runner_up VARCHAR)
SELECT 54 AS _holes FROM table_11570261_1 WHERE winning_score = −19(67 - 66 - 67 - 69 = 269)
what's the 54 holes where winning score is −19 (67-66-67-69=269)
CREATE TABLE table_11570261_1 (winning_score VARCHAR)
SELECT AVG(roll) FROM table_name_83 WHERE name = "pirinoa school"
tell me the average roll for pirinoa school.
CREATE TABLE table_name_83 (roll INTEGER, name VARCHAR)
SELECT reverse FROM table_298883_5 WHERE value = "₩500"
What is on the reverse side of the ₩500 coin?
CREATE TABLE table_298883_5 (reverse VARCHAR, value VARCHAR)
SELECT away_team FROM table_name_44 WHERE venue = "mcg"
What was the away team at mcg?
CREATE TABLE table_name_44 (away_team VARCHAR, venue VARCHAR)
SELECT gs FROM table_17309500_1 WHERE points = "12.1"
Name the gs for points being 12.1
CREATE TABLE table_17309500_1 (gs VARCHAR, points VARCHAR)
SELECT date FROM table_name_80 WHERE tie_no = "7"
What date has 7 as the tie no.?
CREATE TABLE table_name_80 (date VARCHAR, tie_no VARCHAR)
SELECT attendance FROM table_name_28 WHERE result = "l 26-21"
How many were in attendance of the game with l 26-21 result?
CREATE TABLE table_name_28 (attendance VARCHAR, result VARCHAR)
SELECT COUNT(road_race) FROM table_26166836_1 WHERE country = "Japan" AND location = "Fukuoka"
How many races were in fukuoka, japan?
CREATE TABLE table_26166836_1 (road_race VARCHAR, country VARCHAR, location VARCHAR)
SELECT civil_parish FROM table_30120633_1 WHERE townland = "Ballymurphy North"
What is Ballymurphy North's civil parish?
CREATE TABLE table_30120633_1 (civil_parish VARCHAR, townland VARCHAR)
SELECT competition FROM table_name_43 WHERE year = 2003
What was the competition in 2003?
CREATE TABLE table_name_43 (competition VARCHAR, year VARCHAR)
SELECT date_of_appointment FROM table_22133191_3 WHERE position_in_table = "10th"
What was the date of appointment for the 10th person in position?
CREATE TABLE table_22133191_3 (date_of_appointment VARCHAR, position_in_table VARCHAR)
SELECT type FROM table_name_70 WHERE date = "1 june"
What type has a date of 1 june?
CREATE TABLE table_name_70 (type VARCHAR, date VARCHAR)
SELECT MIN(brup) FROM table_26176081_29 WHERE long = 94
What is the lowest brup when long is 94?
CREATE TABLE table_26176081_29 (brup INTEGER, long VARCHAR)
SELECT COUNT(games_played) FROM table_name_33 WHERE goals_scored < 40 AND loses = 9 AND goals_conceded = 39 AND draws > 2
What is the total number of games played of the club with less than 40 goals scored, 9 losses, 39 goals conceded, and more than 2 draws?
CREATE TABLE table_name_33 (games_played VARCHAR, draws VARCHAR, goals_conceded VARCHAR, goals_scored VARCHAR, loses VARCHAR)
SELECT COUNT(rebounds) FROM table_22824199_1 WHERE points = 147
How many rebound did the person who scored 147 points have?
CREATE TABLE table_22824199_1 (rebounds VARCHAR, points VARCHAR)
SELECT MAX(points) FROM table_23501776_18 WHERE seed = 2
If seed number is 2, what is the maximum amount of points?
CREATE TABLE table_23501776_18 (points INTEGER, seed VARCHAR)
SELECT MIN(die_size__mm_2__) FROM table_26040604_1 WHERE sm_count = 2
What is the minimum die size for an SM count of exactly 2?
CREATE TABLE table_26040604_1 (die_size__mm_2__ INTEGER, sm_count VARCHAR)
SELECT tie_no FROM table_name_81 WHERE away_team = "hartlepool united"
What was the tie number for the game with an away team of Hartlepool United?
CREATE TABLE table_name_81 (tie_no VARCHAR, away_team VARCHAR)
SELECT form__to_sing_ FROM table_25401_2 WHERE brazilian_portuguese = "[kɐ̃ˈtẽmus]"
What is the form ("to sing") when brazilian portuguese is [kɐ̃ˈtẽmus]?
CREATE TABLE table_25401_2 (form__to_sing_ VARCHAR, brazilian_portuguese VARCHAR)
SELECT AVG(points) FROM table_name_36 WHERE december = 27
What are the average points that have december 27?
CREATE TABLE table_name_36 (points INTEGER, december VARCHAR)
SELECT MIN(rank) FROM table_name_20 WHERE name = "sun yang"
What is sun yang's lowest rank?
CREATE TABLE table_name_20 (rank INTEGER, name VARCHAR)
SELECT score FROM table_name_67 WHERE location_attendance = "chicago stadium"
What was the score of the game at the Chicago Stadium?
CREATE TABLE table_name_67 (score VARCHAR, location_attendance VARCHAR)
SELECT previous_club FROM table_name_48 WHERE date_of_birth = "october 22, 1993"
What previous club was born on October 22, 1993?
CREATE TABLE table_name_48 (previous_club VARCHAR, date_of_birth VARCHAR)
SELECT venue FROM table_name_16 WHERE against > 14 AND opposing_teams = "scotland" AND status = "five nations"
What venue has an against over 14, an opposing team of scotland, and a status of five nations?
CREATE TABLE table_name_16 (venue VARCHAR, status VARCHAR, against VARCHAR, opposing_teams VARCHAR)
SELECT COUNT(total) FROM table_name_18 WHERE silver = 1 AND rank < 2
How many medals were won total for the country that won 1 silver and was ranked 2 or lower?
CREATE TABLE table_name_18 (total VARCHAR, silver VARCHAR, rank VARCHAR)
SELECT year_location FROM table_28138035_33 WHERE womens_doubles = "Bai Yang Niu Jianfeng"
What is the place and when was the year when the women's doubles womens were Bai yang Niu Jianfeng?
CREATE TABLE table_28138035_33 (year_location VARCHAR, womens_doubles VARCHAR)
SELECT player FROM table_name_62 WHERE new_wnba_team = "miami sol" AND college_country_team = "north carolina state"
Who is the player who played for the Miami Sol and went to school at North Carolina State?
CREATE TABLE table_name_62 (player VARCHAR, new_wnba_team VARCHAR, college_country_team VARCHAR)
SELECT T1.cName FROM tryout AS T1 JOIN player AS T2 ON T1.pID = T2.pID WHERE T2.pName LIKE 'D%'
Which colleges do the tryout players whose name starts with letter D go to?
CREATE TABLE tryout (cName VARCHAR, pID VARCHAR); CREATE TABLE player (pID VARCHAR, pName VARCHAR)
SELECT AVG(south_asians_2001) FROM table_name_86 WHERE province = "alberta" AND south_asians_2011 > 159 OFFSET 055
How many South Asians on average were in Alberta in 2001 and in 2011 had 159,055?
CREATE TABLE table_name_86 (south_asians_2001 INTEGER, province VARCHAR, south_asians_2011 VARCHAR)
SELECT date FROM table_name_91 WHERE race = "swiss grand prix"
When was the swiss grand prix?
CREATE TABLE table_name_91 (date VARCHAR, race VARCHAR)
SELECT AVG(total) FROM table_name_99 WHERE bronze > 0 AND gold = 0 AND nation = "united states (usa)" AND silver < 0
what is the average total when bronze is more than 0, gold is 0, the nation is united states (usa) and silver is 0?
CREATE TABLE table_name_99 (total INTEGER, silver VARCHAR, nation VARCHAR, bronze VARCHAR, gold VARCHAR)
SELECT poll_source FROM table_name_5 WHERE pat_toomey = "23%"
Which Poll source has Pat Toomey of 23%?
CREATE TABLE table_name_5 (poll_source VARCHAR, pat_toomey VARCHAR)
SELECT 3 AS rd_placed FROM table_19317584_2 WHERE city_and_venue = "Krško , Slovenia Matije Gubca Stadium"
Who came in 3rd place in Krško , Slovenia Matije Gubca Stadium
CREATE TABLE table_19317584_2 (city_and_venue VARCHAR)
SELECT venue FROM table_name_57 WHERE away_team = "collingwood"
Where did Collingwood play ae the away team?
CREATE TABLE table_name_57 (venue VARCHAR, away_team VARCHAR)
SELECT pregame_hosts FROM table_2941848_10 WHERE pregame_analysts = "Dave Campbell" AND year = 2001
Who is the pregame host when the pregame analysts is Dave Campbell and the year is 2001?
CREATE TABLE table_2941848_10 (pregame_hosts VARCHAR, pregame_analysts VARCHAR, year VARCHAR)
SELECT date FROM table_name_1 WHERE score = "97-38"
On what day was the game that ended in a score of 97-38?
CREATE TABLE table_name_1 (date VARCHAR, score VARCHAR)
SELECT results FROM table_1341453_20 WHERE incumbent = "Jim McCrery"
What were the results for incumbent Jim McCrery?
CREATE TABLE table_1341453_20 (results VARCHAR, incumbent VARCHAR)
SELECT AVG(total) FROM table_name_77 WHERE gold > 4
What is the average Total with a Gold that is larger than 4?
CREATE TABLE table_name_77 (total INTEGER, gold INTEGER)
SELECT COUNT(lost) FROM table_1676073_13 WHERE club = "Cross Keys RFC"
How many losses does Cross Keys RFC have?
CREATE TABLE table_1676073_13 (lost VARCHAR, club VARCHAR)
SELECT high_assists FROM table_27756474_2 WHERE date = "October 6"
Who had the high assists on october 6?
CREATE TABLE table_27756474_2 (high_assists VARCHAR, date VARCHAR)
SELECT MAX(league) AS Cup FROM table_name_95 WHERE fa_cup > 2
What's the highest League Cup with an FA Cup thats larger than 2?
CREATE TABLE table_name_95 (league INTEGER, fa_cup INTEGER)