answer
stringlengths
18
557
question
stringlengths
12
244
context
stringlengths
27
489
SELECT MAX(pts) FROM table_name_85 WHERE engine = "ferrari v12" AND chassis = "ferrari 1512" AND year > 1965
How many points for the ferrari v12 engine and ferrari 1512 chassis, after 1965?
CREATE TABLE table_name_85 (pts INTEGER, year VARCHAR, engine VARCHAR, chassis VARCHAR)
SELECT team FROM table_name_86 WHERE position = "linebacker"
Which Team has a Position of linebacker?
CREATE TABLE table_name_86 (team VARCHAR, position VARCHAR)
SELECT AVG(population__1960_) FROM table_name_41 WHERE county = "oslo" AND population__2000_ > 507 OFFSET 467
What was Oslo's population in 1960, with a population of 507,467 in 2000?
CREATE TABLE table_name_41 (population__1960_ INTEGER, county VARCHAR, population__2000_ VARCHAR)
SELECT church FROM table_name_71 WHERE stops = "27"
Which Church has 27 stops?
CREATE TABLE table_name_71 (church VARCHAR, stops VARCHAR)
SELECT away_captain FROM table_name_86 WHERE venue = "the oval"
Who was the Away Captain at The Oval?
CREATE TABLE table_name_86 (away_captain VARCHAR, venue VARCHAR)
SELECT away_team AS score FROM table_name_41 WHERE away_team = "carlton"
What was the away score for Carlton?
CREATE TABLE table_name_41 (away_team VARCHAR)
SELECT status FROM table_22815568_1 WHERE poverty_rate = "14.7%"
What is the status of the county that has a 14.7% poverty rate?
CREATE TABLE table_22815568_1 (status VARCHAR, poverty_rate VARCHAR)
SELECT MAX(election) FROM table_name_52 WHERE party = "democratic party" AND mayor = "leonardo betti"
Which Election has a Party of democratic party, and a Mayor of leonardo betti?
CREATE TABLE table_name_52 (election INTEGER, party VARCHAR, mayor VARCHAR)
SELECT constructor FROM table_name_30 WHERE driver = "pedro diniz"
Who constructed pedro diniz's car?
CREATE TABLE table_name_30 (constructor VARCHAR, driver VARCHAR)
SELECT timeslot FROM table_11274401_2 WHERE no = 15
Which timeslot did episode no. 15 hold?
CREATE TABLE table_11274401_2 (timeslot VARCHAR, no VARCHAR)
SELECT can_yayınları FROM table_name_39 WHERE güzelçamlı’nin_kayıp_panteri = "çevreci peri"
Which Can Yayınları has a Güzelçamlı’nin Kayıp Panteri of çevreci peri?
CREATE TABLE table_name_39 (can_yayınları VARCHAR, güzelçamlı’nin_kayıp_panteri VARCHAR)
SELECT tries_against FROM table_name_29 WHERE points_against = "961"
How many tries against were there when there was 961 points against?
CREATE TABLE table_name_29 (tries_against VARCHAR, points_against VARCHAR)
SELECT murder__2012__rate_per_100, 000 FROM table_name_26 WHERE peace__2012__gpi = 1.616
What murder (2012) rate per 100,00 also has a 1.616 as the peace (2012) GPI?
CREATE TABLE table_name_26 (murder__2012__rate_per_100 VARCHAR, peace__2012__gpi VARCHAR)
SELECT year FROM table_name_41 WHERE arena = "pepsi arena"
In what year was the competition at the Pepsi Arena?
CREATE TABLE table_name_41 (year VARCHAR, arena VARCHAR)
SELECT district FROM table_2668416_7 WHERE party = "Federalist" AND candidates = "William Craik (F) 51.0% Benjamin Edwards 49.0%"
What is the district for the party federalist and the candidates are william craik (f) 51.0% benjamin edwards 49.0%?
CREATE TABLE table_2668416_7 (district VARCHAR, party VARCHAR, candidates VARCHAR)
SELECT COUNT(first_elected) FROM table_11948857_1 WHERE district = 41
How many entries are shown for first elected for district 41?
CREATE TABLE table_11948857_1 (first_elected VARCHAR, district VARCHAR)
SELECT COUNT(no_in_series) FROM table_29436238_1 WHERE written_by = "Gregg Mettler"
How many episodes were written by Gregg Mettler?
CREATE TABLE table_29436238_1 (no_in_series VARCHAR, written_by VARCHAR)
SELECT haat FROM table_name_34 WHERE facility_id = 65944
Which HAAT has 65944?
CREATE TABLE table_name_34 (haat VARCHAR, facility_id VARCHAR)
SELECT SUM(frequency_mhz) FROM table_name_91 WHERE city_of_license = "woodstock, georgia"
What is the number of Frequency MHz in woodstock, georgia?
CREATE TABLE table_name_91 (frequency_mhz INTEGER, city_of_license VARCHAR)
SELECT name FROM table_name_7 WHERE points = 151.66
Tell me the name with points of 151.66
CREATE TABLE table_name_7 (name VARCHAR, points VARCHAR)
SELECT network FROM table_22514845_4 WHERE s_analyst = "Eddie Arcaro"
Which network has s analyst of eddie arcaro?
CREATE TABLE table_22514845_4 (network VARCHAR, s_analyst VARCHAR)
SELECT COUNT(total_apps) FROM table_name_6 WHERE fa_cup_goals < 4 AND fa_cup_apps > 7
It has a FA Cup Goals smaller than 4, and a FA Cup Apps larger than 7, what is the total number of total apps?
CREATE TABLE table_name_6 (total_apps VARCHAR, fa_cup_goals VARCHAR, fa_cup_apps VARCHAR)
SELECT time FROM table_name_16 WHERE distance = "18.25km" AND start_time = "11:31"
What was the finishing time of the stage that featured a distance of 18.25km and a start time of 11:31?
CREATE TABLE table_name_16 (time VARCHAR, distance VARCHAR, start_time VARCHAR)
SELECT AVG(feb_2013) FROM table_name_31 WHERE feb_2010 = "37" AND nov_2012 < 32
What is the average Feb 2013 with a Feb 2010 with 37, and a Nov 2012 less than 32?
CREATE TABLE table_name_31 (feb_2013 INTEGER, feb_2010 VARCHAR, nov_2012 VARCHAR)
SELECT body_tackle FROM table_name_56 WHERE diving_tackle = "yes" AND sliding_tackle = "classified as a trip"
Which body tackle has yes for the diving tackle and the sliding tackle classified as a trip?
CREATE TABLE table_name_56 (body_tackle VARCHAR, diving_tackle VARCHAR, sliding_tackle VARCHAR)
SELECT film_title_used_in_nomination FROM table_name_79 WHERE language_s_ = "dutch" AND original_title = "rosie"
What was the title used for Rosie, the film nominated for the dutch language?
CREATE TABLE table_name_79 (film_title_used_in_nomination VARCHAR, language_s_ VARCHAR, original_title VARCHAR)
SELECT COUNT(english_title) FROM table_22102732_1 WHERE director = "Carlos Moreno"
How many english titles were directed by carlos moreno?
CREATE TABLE table_22102732_1 (english_title VARCHAR, director VARCHAR)
SELECT year FROM table_29970488_2 WHERE _number = 10
What year was player number 10?
CREATE TABLE table_29970488_2 (year VARCHAR, _number VARCHAR)
SELECT COUNT(original_air_date) FROM table_26198709_1 WHERE us_viewers__million_ = "15.50"
How many air dates does the episode with 15.50 million viewers have?
CREATE TABLE table_26198709_1 (original_air_date VARCHAR, us_viewers__million_ VARCHAR)
SELECT MIN(rank) FROM table_name_7 WHERE industry = "petroleum" AND revenue_in_usd = "$481.7 billion"
What is the rank of the petroleum company who has a revenue of $481.7 billion?
CREATE TABLE table_name_7 (rank INTEGER, industry VARCHAR, revenue_in_usd VARCHAR)
SELECT MIN(episode__number) FROM table_name_29 WHERE demo = "0.7/3"
Which episode with a demo of 0.7/3 was the lowest?
CREATE TABLE table_name_29 (episode__number INTEGER, demo VARCHAR)
SELECT location FROM table_26144632_1 WHERE dates = "Jul 8-11"
What is the location for tournament on Jul 8-11?
CREATE TABLE table_26144632_1 (location VARCHAR, dates VARCHAR)
SELECT tuesday FROM table_name_94 WHERE saturday = "土曜日 doyōbi"
Which Tuesday has a Saturday of 土曜日 doyōbi?
CREATE TABLE table_name_94 (tuesday VARCHAR, saturday VARCHAR)
SELECT COUNT(package_option) FROM table_15887683_6 WHERE television_service = "Sky Primafila 24"
Name the number of package/option for sky primafila 24
CREATE TABLE table_15887683_6 (package_option VARCHAR, television_service VARCHAR)
SELECT diameter FROM table_name_46 WHERE reverse = "archery"
What is the diameter of the Archery Reverse coin?
CREATE TABLE table_name_46 (diameter VARCHAR, reverse VARCHAR)
SELECT loss FROM table_name_59 WHERE record = "3-10"
Who loss the game when the record was 3-10?
CREATE TABLE table_name_59 (loss VARCHAR, record VARCHAR)
SELECT SUM(crowd) FROM table_name_44 WHERE away_team = "richmond"
What is the sum of crowd(s) when richmond is the away squad?
CREATE TABLE table_name_44 (crowd INTEGER, away_team VARCHAR)
SELECT date FROM table_name_84 WHERE score = "l 111–122 (ot)"
When was the score l 111–122 (ot)?
CREATE TABLE table_name_84 (date VARCHAR, score VARCHAR)
SELECT competition FROM table_name_55 WHERE position = "4th" AND year > 2003 AND venue = "budapest, hungary"
Which competition did Târlea come in 4th place, in 2003 at Budapest, Hungary?
CREATE TABLE table_name_55 (competition VARCHAR, venue VARCHAR, position VARCHAR, year VARCHAR)
SELECT AVG(points) FROM table_name_35 WHERE rank = "2nd" AND draw > 3
What is the average number of points for a song ranked 2nd with a draw greater than 3?
CREATE TABLE table_name_35 (points INTEGER, rank VARCHAR, draw VARCHAR)
SELECT term_of_office FROM table_name_64 WHERE member = "dominic costa"
What is Term of Office, when Member is "Dominic Costa"?
CREATE TABLE table_name_64 (term_of_office VARCHAR, member VARCHAR)
SELECT location FROM table_name_68 WHERE copies_per_particle = "0" AND protein = "nsp3"
Which location has a copies per particle of 0 and a protein of nsp3?
CREATE TABLE table_name_68 (location VARCHAR, copies_per_particle VARCHAR, protein VARCHAR)
SELECT T1.first_name, T1.job_id FROM employees AS T1 JOIN departments AS T2 ON T1.department_id = T2.department_id WHERE T2.department_name = 'Finance'
What is the first name and job id for all employees in the Finance department?
CREATE TABLE departments (department_id VARCHAR, department_name VARCHAR); CREATE TABLE employees (first_name VARCHAR, job_id VARCHAR, department_id VARCHAR)
SELECT final FROM table_name_66 WHERE team = "united states (usa) usa i"
What is Final, when Team is United States (USA) USA I?
CREATE TABLE table_name_66 (final VARCHAR, team VARCHAR)
SELECT DISTINCT T3.Name FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode JOIN city AS T3 ON T1.Code = T3.CountryCode WHERE T2.IsOfficial = 'T' AND T2.Language = 'Chinese' AND T1.Continent = "Asia"
Return the different names of cities that are in Asia and for which Chinese is the official language.
CREATE TABLE country (Code VARCHAR, Continent VARCHAR); CREATE TABLE countrylanguage (CountryCode VARCHAR, IsOfficial VARCHAR, Language VARCHAR); CREATE TABLE city (Name VARCHAR, CountryCode VARCHAR)
SELECT COUNT(company) AS Commander FROM table_29023680_2 WHERE date_of_election_commission = "November 12, 1861"
How many company commanders were commissioned or elected on November 12, 1861?
CREATE TABLE table_29023680_2 (company VARCHAR, date_of_election_commission VARCHAR)
SELECT event_3_squat_lift FROM table_24302700_2 WHERE nationality = "United States" AND event_2_truck_pull = "1 (42.66s)"
What was the result(s) in the event 3 squatlift for the man from the United states with a result of 1 (42.66s) in the event 2 truck pull?
CREATE TABLE table_24302700_2 (event_3_squat_lift VARCHAR, nationality VARCHAR, event_2_truck_pull VARCHAR)
SELECT result FROM table_19753079_36 WHERE district = "North Carolina 7"
Name the result for north carolina 7
CREATE TABLE table_19753079_36 (result VARCHAR, district VARCHAR)
SELECT approximate_translation FROM table_2784232_1 WHERE morphological_category = "masc. sing. active participle"
What are the approximate translations when the morphological category is masc. sing. active participle?
CREATE TABLE table_2784232_1 (approximate_translation VARCHAR, morphological_category VARCHAR)
SELECT date FROM table_name_88 WHERE country = "united kingdom"
For the United Kingdom, what's the date?
CREATE TABLE table_name_88 (date VARCHAR, country VARCHAR)
SELECT rtm_build FROM table_name_74 WHERE name = "windows home server 2011"
What is the RTM build of the Windows Home Server 2011?
CREATE TABLE table_name_74 (rtm_build VARCHAR, name VARCHAR)
SELECT years_of_operation FROM table_name_88 WHERE client = "soc"
What years was soc a client?
CREATE TABLE table_name_88 (years_of_operation VARCHAR, client VARCHAR)
SELECT LMS AS class FROM table_15412381_5 WHERE lms_nos = "14510-5"
What is the LMS class of trains with numbers 14510-5?
CREATE TABLE table_15412381_5 (LMS VARCHAR, lms_nos VARCHAR)
SELECT original_teams FROM table_name_15 WHERE at_home_winner = "mark pinkhasovich"
What were the original teams for the season that was won at-home by Mark Pinkhasovich?
CREATE TABLE table_name_15 (original_teams VARCHAR, at_home_winner VARCHAR)
SELECT winning_pct__percentage FROM table_2259285_1 WHERE goals_for = 322
What was the winning % when there were 322 goals?
CREATE TABLE table_2259285_1 (winning_pct__percentage VARCHAR, goals_for VARCHAR)
SELECT version FROM table_15038373_1 WHERE software = "SBaGen"
What is the version with sbagen software?
CREATE TABLE table_15038373_1 (version VARCHAR, software VARCHAR)
SELECT COUNT(height__m_) FROM table_name_11 WHERE mountain = "jbel ghat"
How tall is the Mountain of jbel ghat?
CREATE TABLE table_name_11 (height__m_ VARCHAR, mountain VARCHAR)
SELECT Title FROM film WHERE NOT Film_ID IN (SELECT Film_ID FROM film_market_estimation)
List the title of films that do not have any market estimation.
CREATE TABLE film_market_estimation (Title VARCHAR, Film_ID VARCHAR); CREATE TABLE film (Title VARCHAR, Film_ID VARCHAR)
SELECT ends FROM table_name_77 WHERE since = 2007 AND name = "milito"
WHAT IS THE ENDS IN 2007 AND NAMED MILITO?
CREATE TABLE table_name_77 (ends VARCHAR, since VARCHAR, name VARCHAR)
SELECT name FROM table_name_75 WHERE the_biggest_loser = "john rhode"
What is the name of the season won by John Rhode?
CREATE TABLE table_name_75 (name VARCHAR, the_biggest_loser VARCHAR)
SELECT AVG(attendance) FROM table_name_70 WHERE save = "–" AND record = "94–36"
WHAT IS THE NUMBER OF Attendance WITH A RECORD 94–36
CREATE TABLE table_name_70 (attendance INTEGER, save VARCHAR, record VARCHAR)
SELECT manufacturer FROM table_24193494_3 WHERE order_year = 2011
Name the manufacturer for 2011
CREATE TABLE table_24193494_3 (manufacturer VARCHAR, order_year VARCHAR)
SELECT SUM(rank) FROM table_name_15 WHERE city = "busan"
What is Busan's rank?
CREATE TABLE table_name_15 (rank INTEGER, city VARCHAR)
SELECT result FROM table_name_23 WHERE rank_number = "2" AND date = "december 6, 1969"
What was the result for Rank 2 on December 6, 1969?
CREATE TABLE table_name_23 (result VARCHAR, rank_number VARCHAR, date VARCHAR)
SELECT loss FROM table_name_20 WHERE opponent = "coyotes"
What was the loss from the coyotes as opponents?
CREATE TABLE table_name_20 (loss VARCHAR, opponent VARCHAR)
SELECT school FROM table_14286908_1 WHERE year_of_last_win = "1985-86"
What is the name of the school where the year of last win is 1985-86?
CREATE TABLE table_14286908_1 (school VARCHAR, year_of_last_win VARCHAR)
SELECT title FROM Movie WHERE director = "James Cameron" OR YEAR < 1980
What are names of the movies that are either made before 1980 or directed by James Cameron?
CREATE TABLE Movie (title VARCHAR, director VARCHAR, YEAR VARCHAR)
SELECT COUNT(pick) FROM table_name_51 WHERE college = "hawaii" AND overall < 122
How many Picks have a College of hawaii, and an Overall smaller than 122?
CREATE TABLE table_name_51 (pick VARCHAR, college VARCHAR, overall VARCHAR)
SELECT number FROM table_name_22 WHERE name = "tony dixon"
What number is Tony Dixon?
CREATE TABLE table_name_22 (number VARCHAR, name VARCHAR)
SELECT laps FROM table_2226343_1 WHERE race_time = "3:31:24"
How many laps have a race time of 3:31:24?
CREATE TABLE table_2226343_1 (laps VARCHAR, race_time VARCHAR)
SELECT time_retired FROM table_name_23 WHERE grid = 12
What is Time/Retired with a Grid of 12?
CREATE TABLE table_name_23 (time_retired VARCHAR, grid VARCHAR)
SELECT date FROM table_name_6 WHERE score = "2-1"
Which date has a score of 2-1?
CREATE TABLE table_name_6 (date VARCHAR, score VARCHAR)
SELECT nfl_team FROM table_13758243_1 WHERE player = "Steve Scifres"
What team drafted steve scifres?
CREATE TABLE table_13758243_1 (nfl_team VARCHAR, player VARCHAR)
SELECT original_air_date FROM table_28611413_2 WHERE directed_by = "John P. Kousakis"
What is air date of the episode directed by John P. Kousakis?
CREATE TABLE table_28611413_2 (original_air_date VARCHAR, directed_by VARCHAR)
SELECT COUNT(episode_title) FROM table_12146637_1 WHERE us_viewers__millions_ = "9.90"
How many episodes had 9.90 million viewers?
CREATE TABLE table_12146637_1 (episode_title VARCHAR, us_viewers__millions_ VARCHAR)
SELECT users___number_ FROM table_20018310_1 WHERE irrigation_district = "Del Este" AND juntas_de_regantes__wub_ = "Nisibon-Yuma"
What's the number of users in the Nisibon-Yuma within the Del Este district?
CREATE TABLE table_20018310_1 (users___number_ VARCHAR, irrigation_district VARCHAR, juntas_de_regantes__wub_ VARCHAR)
SELECT home__2nd_leg_ FROM table_name_59 WHERE aggregate = "2-3"
What was the home team for the 2nd leg of the match having an aggregate of 2-3?
CREATE TABLE table_name_59 (home__2nd_leg_ VARCHAR, aggregate VARCHAR)
SELECT COUNT(college_junior_club_team) FROM table_2840500_6 WHERE nationality = "Russia"
How many college teams have a player with a nationality of Russia?
CREATE TABLE table_2840500_6 (college_junior_club_team VARCHAR, nationality VARCHAR)
SELECT record FROM table_name_39 WHERE team = "boston celtics"
What is the boston celtics' record?
CREATE TABLE table_name_39 (record VARCHAR, team VARCHAR)
SELECT score FROM table_name_94 WHERE surface = "hard" AND opponent_in_the_final = "irena pavlovic"
What was the score when the opponent was irena pavlovic and the surface was hard?
CREATE TABLE table_name_94 (score VARCHAR, surface VARCHAR, opponent_in_the_final VARCHAR)
SELECT representative FROM table_name_45 WHERE presentation_of_credentials = "august 16, 1928"
Name the representative with presentation of credentials of august 16, 1928
CREATE TABLE table_name_45 (representative VARCHAR, presentation_of_credentials VARCHAR)
SELECT MIN(bronze) FROM table_name_71 WHERE nation = "great britain" AND total > 2
What is the lowest number of bronze medals for Great Britain with more than 2 medals total?
CREATE TABLE table_name_71 (bronze INTEGER, nation VARCHAR, total VARCHAR)
SELECT Name FROM country WHERE Languages <> "German"
List the names of countries whose language is not "German".
CREATE TABLE country (Name VARCHAR, Languages VARCHAR)
SELECT attack FROM table_name_74 WHERE gerb = "30,00%"
What Attack has a 30,00% GERB?
CREATE TABLE table_name_74 (attack VARCHAR, gerb VARCHAR)
SELECT time FROM table_name_68 WHERE opponent = "cleber luciano"
What was the time when his opponent was Cleber Luciano?
CREATE TABLE table_name_68 (time VARCHAR, opponent VARCHAR)
SELECT first_team_goals FROM table_name_73 WHERE player = "samir carruthers"
How many first-team goals does the team have whose player is Samir Carruthers?
CREATE TABLE table_name_73 (first_team_goals VARCHAR, player VARCHAR)
SELECT coverage__transmitter_site_ FROM table_name_69 WHERE power__kw_ = "10kw" AND callsign = "dyfx-tv"
What is Coverage (Transmitter Site), when Power (kW) is "10kW", and when Callsign is "DYFX-TV"?
CREATE TABLE table_name_69 (coverage__transmitter_site_ VARCHAR, power__kw_ VARCHAR, callsign VARCHAR)
SELECT high_rebounds FROM table_30047613_12 WHERE date = "April 13"
in april 13 who made the high rebounds
CREATE TABLE table_30047613_12 (high_rebounds VARCHAR, date VARCHAR)
SELECT host FROM table_name_51 WHERE state = "georgia"
What is the host in Georgia?
CREATE TABLE table_name_51 (host VARCHAR, state VARCHAR)
SELECT SUM(long) FROM table_name_58 WHERE loss > 2 AND gain = 157 AND avg_g < 129
How much Long has a Loss larger than 2, and a Gain of 157, and an Avg/G smaller than 129?
CREATE TABLE table_name_58 (long INTEGER, avg_g VARCHAR, loss VARCHAR, gain VARCHAR)
SELECT points_for FROM table_name_43 WHERE tries_for = "77"
How many points for did the club that had 77 tries for have ?
CREATE TABLE table_name_43 (points_for VARCHAR, tries_for VARCHAR)
SELECT MIN(highest) FROM table_11206787_5 WHERE team = "Ayr United"
What is the highest of ayr united?
CREATE TABLE table_11206787_5 (highest INTEGER, team VARCHAR)
SELECT date FROM table_name_20 WHERE winner = "km (mi)"
What was the date with a winner of km (mi)?
CREATE TABLE table_name_20 (date VARCHAR, winner VARCHAR)
SELECT SUM(total) FROM table_name_37 WHERE bronze > 1 AND nation = "hong kong (hkg)" AND gold < 3
what is the total when bronze is more than 1, nation is hong kong (hkg) and gold is less than 3?
CREATE TABLE table_name_37 (total INTEGER, gold VARCHAR, bronze VARCHAR, nation VARCHAR)
SELECT record FROM table_16677887_2 WHERE date = "Sept. 14"
What was the record for the game on Sept. 14?
CREATE TABLE table_16677887_2 (record VARCHAR, date VARCHAR)
SELECT SUM(points) FROM table_name_92 WHERE percentage_of_possible_points = "67.22%"
How many points have a percentage of possible points of 67.22%?
CREATE TABLE table_name_92 (points INTEGER, percentage_of_possible_points VARCHAR)
SELECT tv_time FROM table_name_49 WHERE week = 10
Name the tv time for week 10
CREATE TABLE table_name_49 (tv_time VARCHAR, week VARCHAR)
SELECT score FROM table_name_92 WHERE venue = "torrance, california"
What was the Score of the match in Torrance, California?
CREATE TABLE table_name_92 (score VARCHAR, venue VARCHAR)
SELECT first_elected FROM table_2668374_11 WHERE incumbent = "William Kennedy"
When was William Kennedy first elected?
CREATE TABLE table_2668374_11 (first_elected VARCHAR, incumbent VARCHAR)
SELECT SUM(premier_league) FROM table_name_20 WHERE fa_cup = 0 AND total = 1 AND UEfa_cup > 1
How much Premier League has an FA Cup of 0, and a Total of 1, and a UEFA Cup larger than 1?
CREATE TABLE table_name_20 (premier_league INTEGER, UEfa_cup VARCHAR, fa_cup VARCHAR, total VARCHAR)