combined_text
stringlengths
106
1.05k
###question:What was the attendance at the post-week 7 game against the San Diego Chargers?###answer:SELECT attendance FROM table_name_53 WHERE week > 7 AND opponent = "san diego chargers"###context:CREATE TABLE table_name_53 (attendance VARCHAR, week VARCHAR, opponent VARCHAR)
###question:What is the Competition on July 7?###answer:SELECT competition FROM table_name_68 WHERE date = "july 7"###context:CREATE TABLE table_name_68 (competition VARCHAR, date VARCHAR)
###question:At what Location in Round 3 is the Score 1-1?###answer:SELECT location FROM table_name_12 WHERE round = "round 3" AND score = "1-1"###context:CREATE TABLE table_name_12 (location VARCHAR, round VARCHAR, score VARCHAR)
###question:What is the Score of the competition on October 25?###answer:SELECT score FROM table_name_47 WHERE date = "october 25"###context:CREATE TABLE table_name_47 (score VARCHAR, date VARCHAR)
###question:What is 2nd Party, when Election is "1885"?###answer:SELECT 2 AS nd_party FROM table_name_11 WHERE election = "1885"###context:CREATE TABLE table_name_11 (election VARCHAR)
###question:What is the largest Area (msr) that has an Area less than 291.045, is part of the Per family, and has a rank higher than 78?###answer:SELECT MAX(area__msr_) FROM table_name_70 WHERE area__sqdeg_ < 291.045 AND family = "per" AND rank > 78###context:CREATE TABLE table_name_70 (area__msr_ INTEGER, rank VARCHAR...
###question:What is the total sum of Areas (sq.deg) that have an Area (msr) of 43.059 and a Right ascension (hm) larger than 747.73?###answer:SELECT SUM(area__sqdeg_) FROM table_name_47 WHERE area__msr_ = 43.059 AND right_ascension__hm_ > 747.73###context:CREATE TABLE table_name_47 (area__sqdeg_ INTEGER, area__msr_ VAR...
###question:What's the total time for the summer universiade competition?###answer:SELECT COUNT(time) FROM table_name_82 WHERE competition = "summer universiade"###context:CREATE TABLE table_name_82 (time VARCHAR, competition VARCHAR)
###question:What's the highest time for the 1995 200 metres event?###answer:SELECT MAX(time) FROM table_name_31 WHERE year = 1995 AND event = "200 metres"###context:CREATE TABLE table_name_31 (time INTEGER, year VARCHAR, event VARCHAR)
###question:What position has a time over 38.61 at the gothenburg venue?###answer:SELECT position FROM table_name_96 WHERE time > 38.61 AND venue = "gothenburg"###context:CREATE TABLE table_name_96 (position VARCHAR, time VARCHAR, venue VARCHAR)
###question:What position has a time less than 40.2 at the rome venue?###answer:SELECT position FROM table_name_69 WHERE venue = "rome" AND time < 40.2###context:CREATE TABLE table_name_69 (position VARCHAR, venue VARCHAR, time VARCHAR)
###question:What is the most Bronze medals won among the participants that won less than 22 medals overall and less than 5 silver medals?###answer:SELECT MAX(bronze) FROM table_name_5 WHERE total < 22 AND silver < 5###context:CREATE TABLE table_name_5 (bronze INTEGER, total VARCHAR, silver VARCHAR)
###question:How many silver medals were won by the participant(s) that had more than 12 gold medals and 11 bronze medals?###answer:SELECT silver FROM table_name_54 WHERE gold > 12 AND bronze = 11###context:CREATE TABLE table_name_54 (silver VARCHAR, gold VARCHAR, bronze VARCHAR)
###question:What is the average number of gold medals won among participants that won less than 13 silver, less than 8 bronze, and more than 18 medals overall?###answer:SELECT AVG(gold) FROM table_name_99 WHERE silver < 13 AND total > 18 AND bronze < 8###context:CREATE TABLE table_name_99 (gold INTEGER, bronze VARCHAR,...
###question:What is the number range for the T 3 class?###answer:SELECT number_range FROM table_name_88 WHERE class = "t 3"###context:CREATE TABLE table_name_88 (number_range VARCHAR, class VARCHAR)
###question:What 2009 has 52-75 as the 2010?###answer:SELECT 2009 FROM table_name_19 WHERE 2010 = "52-75"###context:CREATE TABLE table_name_19 (Id VARCHAR)
###question:What 2008 has 2013 for the year 2013?###answer:SELECT 2008 FROM table_name_37 WHERE "2013" = "2013"###context:CREATE TABLE table_name_37 (Id VARCHAR)
###question:What 2009 has 39th as the 2011?###answer:SELECT 2009 FROM table_name_45 WHERE 2011 = "39th"###context:CREATE TABLE table_name_45 (Id VARCHAR)
###question:How many specimens does the SANT institution have?###answer:SELECT SUM(no_specimens) FROM table_name_1 WHERE abbr = "sant"###context:CREATE TABLE table_name_1 (no_specimens INTEGER, abbr VARCHAR)
###question:In which city is the Universidad de Santiago de Compostela located?###answer:SELECT city FROM table_name_37 WHERE name = "universidad de santiago de compostela"###context:CREATE TABLE table_name_37 (city VARCHAR, name VARCHAR)
###question:In which city is MUB located?###answer:SELECT city FROM table_name_29 WHERE abbr = "mub"###context:CREATE TABLE table_name_29 (city VARCHAR, abbr VARCHAR)
###question:Which 1st Party has an Election of 1893 by-election?###answer:SELECT 1 AS st_party FROM table_name_10 WHERE election = "1893 by-election"###context:CREATE TABLE table_name_10 (election VARCHAR)
###question:Which 1st Member has an Election of 1895?###answer:SELECT 1 AS st_member FROM table_name_23 WHERE election = "1895"###context:CREATE TABLE table_name_23 (election VARCHAR)
###question:Which 1999 has 2000 as the year-end championship?###answer:SELECT 1999 FROM table_name_40 WHERE 2000 = "year-end championship"###context:CREATE TABLE table_name_40 (Id VARCHAR)
###question:Which 1997 has sf as the 2002?###answer:SELECT 1997 FROM table_name_74 WHERE 2002 = "sf"###context:CREATE TABLE table_name_74 (Id VARCHAR)
###question:What tournament has 1r as the 2011?###answer:SELECT tournament FROM table_name_12 WHERE 2011 = "1r"###context:CREATE TABLE table_name_12 (tournament VARCHAR)
###question:What 2009 has 3r as the 1999, and w as 2002?###answer:SELECT 2009 FROM table_name_40 WHERE 1999 = "3r" AND 2002 = "w"###context:CREATE TABLE table_name_40 (Id VARCHAR)
###question:What is Mass, when Designation is Prognoz 2?###answer:SELECT mass FROM table_name_54 WHERE designation = "prognoz 2"###context:CREATE TABLE table_name_54 (mass VARCHAR, designation VARCHAR)
###question:What is Mass, when Launch Date/Time ( GMT ) is 25 November 1976, 03:59?###answer:SELECT mass FROM table_name_29 WHERE launch_date_time___gmt__ = "25 november 1976, 03:59"###context:CREATE TABLE table_name_29 (mass VARCHAR, launch_date_time___gmt__ VARCHAR)
###question:What is Apogee, when Inclination is 65°, and when Launch Date/Time is ( GMT ) is 15 February 1973, 01:11?###answer:SELECT apogee FROM table_name_48 WHERE inclination = "65°" AND launch_date_time___gmt__ = "15 february 1973, 01:11"###context:CREATE TABLE table_name_48 (apogee VARCHAR, inclination VARCHAR, la...
###question:What is Apogee, when Designation is Prognoz 6?###answer:SELECT apogee FROM table_name_9 WHERE designation = "prognoz 6"###context:CREATE TABLE table_name_9 (apogee VARCHAR, designation VARCHAR)
###question:What is Designation, when Launch Date/Time ( GMT ) is 29 June 1972, 03:47?###answer:SELECT designation FROM table_name_73 WHERE launch_date_time___gmt__ = "29 june 1972, 03:47"###context:CREATE TABLE table_name_73 (designation VARCHAR, launch_date_time___gmt__ VARCHAR)
###question:What is the Elimination for Candice?###answer:SELECT elimination FROM table_name_96 WHERE wrestler = "candice"###context:CREATE TABLE table_name_96 (elimination VARCHAR, wrestler VARCHAR)
###question:What Wrestler has an Elimination of 7?###answer:SELECT wrestler FROM table_name_6 WHERE elimination = "7"###context:CREATE TABLE table_name_6 (wrestler VARCHAR, elimination VARCHAR)
###question:What is Natalya's Time?###answer:SELECT time FROM table_name_86 WHERE wrestler = "natalya"###context:CREATE TABLE table_name_86 (time VARCHAR, wrestler VARCHAR)
###question:What is Maria's Elimination Move?###answer:SELECT elimination AS Move FROM table_name_88 WHERE wrestler = "maria"###context:CREATE TABLE table_name_88 (elimination VARCHAR, wrestler VARCHAR)
###question:In which area was there a score of 68?###answer:SELECT place FROM table_name_42 WHERE score = 68###context:CREATE TABLE table_name_42 (place VARCHAR, score VARCHAR)
###question:Which player had a position of t1 and played in the united states?###answer:SELECT player FROM table_name_49 WHERE place = "t1" AND country = "united states"###context:CREATE TABLE table_name_49 (player VARCHAR, place VARCHAR, country VARCHAR)
###question:What person had an opponent of linda wessberg and scored an average score?###answer:SELECT AVG(score) FROM table_name_4 WHERE player = "linda wessberg"###context:CREATE TABLE table_name_4 (score INTEGER, player VARCHAR)
###question:What was the lowest total for Italy when the latest win is 1950?###answer:SELECT MIN(total) FROM table_name_43 WHERE nationality = "italy" AND latest_win = 1950###context:CREATE TABLE table_name_43 (total INTEGER, nationality VARCHAR, latest_win VARCHAR)
###question:What were the results for the incumbent from Iowa 2 district?###answer:SELECT results FROM table_name_12 WHERE district = "iowa 2"###context:CREATE TABLE table_name_12 (results VARCHAR, district VARCHAR)
###question:Who is the incumbent that has been in office since before 1996 and was again re-elected?###answer:SELECT incumbent FROM table_name_90 WHERE results = "re-elected" AND first_elected < 1996###context:CREATE TABLE table_name_90 (incumbent VARCHAR, results VARCHAR, first_elected VARCHAR)
###question:From which party is the incumbent who was first elected to office in 1990?###answer:SELECT party FROM table_name_8 WHERE first_elected = 1990###context:CREATE TABLE table_name_8 (party VARCHAR, first_elected VARCHAR)
###question:In what year did the Democratic incumbent that was re-elected first take office?###answer:SELECT first_elected FROM table_name_52 WHERE results = "re-elected" AND party = "democratic"###context:CREATE TABLE table_name_52 (first_elected VARCHAR, results VARCHAR, party VARCHAR)
###question:what is the year built of kyrkjebø?###answer:SELECT AVG(year_built) FROM table_name_20 WHERE sub_parish__sogn_ = "kyrkjebø"###context:CREATE TABLE table_name_20 (year_built INTEGER, sub_parish__sogn_ VARCHAR)
###question:WHAT IS THE SUB-PARISH WITH A YEAR AFTER 1916, IN ortnevik?###answer:SELECT sub_parish__sogn_ FROM table_name_41 WHERE year_built > 1916 AND location_of_the_church = "ortnevik"###context:CREATE TABLE table_name_41 (sub_parish__sogn_ VARCHAR, year_built VARCHAR, location_of_the_church VARCHAR)
###question:What is the To par of the Player who won in 1936?###answer:SELECT to_par FROM table_name_45 WHERE year_s__won = "1936"###context:CREATE TABLE table_name_45 (to_par VARCHAR, year_s__won VARCHAR)
###question:What is the Player who won in 1931?###answer:SELECT player FROM table_name_88 WHERE year_s__won = "1931"###context:CREATE TABLE table_name_88 (player VARCHAR, year_s__won VARCHAR)
###question:What is the Total for the Player who won in 1922, 1932?###answer:SELECT AVG(total) FROM table_name_44 WHERE year_s__won = "1922, 1932"###context:CREATE TABLE table_name_44 (total INTEGER, year_s__won VARCHAR)
###question:What is the Total for the Player who won in 1936?###answer:SELECT COUNT(total) FROM table_name_66 WHERE year_s__won = "1936"###context:CREATE TABLE table_name_66 (total VARCHAR, year_s__won VARCHAR)
###question:What is the Finish of the Player with a To par of 23 of less and Total of 294?###answer:SELECT finish FROM table_name_91 WHERE to_par < 23 AND total = 294###context:CREATE TABLE table_name_91 (finish VARCHAR, to_par VARCHAR, total VARCHAR)
###question:What season has a Level of 2nd, 29 points?###answer:SELECT season FROM table_name_84 WHERE level = "2nd" AND points = 29###context:CREATE TABLE table_name_84 (season VARCHAR, level VARCHAR, points VARCHAR)
###question:What is the number of points when goals were 29–30?###answer:SELECT SUM(points) FROM table_name_98 WHERE goals = "29–30"###context:CREATE TABLE table_name_98 (points INTEGER, goals VARCHAR)
###question:What is the level when points are larger than 25, and goals are 64–31?###answer:SELECT level FROM table_name_43 WHERE points > 25 AND goals = "64–31"###context:CREATE TABLE table_name_43 (level VARCHAR, points VARCHAR, goals VARCHAR)
###question:Engine 2.5 20v d has what engine code?###answer:SELECT engine AS code FROM table_name_46 WHERE engine = "2.5 20v d"###context:CREATE TABLE table_name_46 (engine VARCHAR)
###question:Engine 2.3 16v has how many cylinders?###answer:SELECT cyl FROM table_name_1 WHERE engine = "2.3 16v"###context:CREATE TABLE table_name_1 (cyl VARCHAR, engine VARCHAR)
###question:Which Record has an Opponent of milwaukee bucks?###answer:SELECT record FROM table_name_93 WHERE opponent = "milwaukee bucks"###context:CREATE TABLE table_name_93 (record VARCHAR, opponent VARCHAR)
###question:Which Record has a Location/Attendance of ford center, a Game larger than 30, and a Score of 87–79?###answer:SELECT record FROM table_name_51 WHERE location_attendance = "ford center" AND game > 30 AND score = "87–79"###context:CREATE TABLE table_name_51 (record VARCHAR, score VARCHAR, location_attendance V...
###question:Which Game has an Opponent of @ houston rockets?###answer:SELECT MIN(game) FROM table_name_22 WHERE opponent = "@ houston rockets"###context:CREATE TABLE table_name_22 (game INTEGER, opponent VARCHAR)
###question:Which Streak has a Score of 98–109?###answer:SELECT streak FROM table_name_27 WHERE score = "98–109"###context:CREATE TABLE table_name_27 (streak VARCHAR, score VARCHAR)
###question:Which Game has an Opponent of @ washington wizards?###answer:SELECT game FROM table_name_13 WHERE opponent = "@ washington wizards"###context:CREATE TABLE table_name_13 (game VARCHAR, opponent VARCHAR)
###question:Which Streak has a Record of 21–22?###answer:SELECT streak FROM table_name_9 WHERE record = "21–22"###context:CREATE TABLE table_name_9 (streak VARCHAR, record VARCHAR)
###question:What was the outcome on 11 October 2009, when his partner was Jordan Kerr?###answer:SELECT outcome FROM table_name_72 WHERE partner = "jordan kerr" AND date = "11 october 2009"###context:CREATE TABLE table_name_72 (outcome VARCHAR, partner VARCHAR, date VARCHAR)
###question:On what surface did he play with Stephen Huss on 31 October 2010?###answer:SELECT surface FROM table_name_32 WHERE partner = "stephen huss" AND date = "31 october 2010"###context:CREATE TABLE table_name_32 (surface VARCHAR, partner VARCHAR, date VARCHAR)
###question:What's was the 2008 during the Year End Ranking?###answer:SELECT 2008 FROM table_name_44 WHERE tournament = "year end ranking"###context:CREATE TABLE table_name_44 (tournament VARCHAR)
###question:What's the 2010 when Q2 happened in 2011?###answer:SELECT 2010 FROM table_name_45 WHERE 2011 = "q2"###context:CREATE TABLE table_name_45 (Id VARCHAR)
###question:What's the 2008 when 1R happened in 2009?###answer:SELECT 2008 FROM table_name_5 WHERE 2009 = "1r"###context:CREATE TABLE table_name_5 (Id VARCHAR)
###question:What is the lowest value for Olympics, when Sailors is greater than 1, when First OG is after 1948, and when Class is "Flying Dutchman"?###answer:SELECT MIN(olympics_so_far) FROM table_name_80 WHERE sailors > 1 AND first_og > 1948 AND class = "flying dutchman"###context:CREATE TABLE table_name_80 (olympics_...
###question:What is the country associated with the date in 2003?###answer:SELECT country FROM table_name_34 WHERE date = "2003"###context:CREATE TABLE table_name_34 (country VARCHAR, date VARCHAR)
###question:What is the format for UK catalog S 63795?###answer:SELECT format FROM table_name_90 WHERE country = "uk" AND catalog = "s 63795"###context:CREATE TABLE table_name_90 (format VARCHAR, country VARCHAR, catalog VARCHAR)
###question:What is the date for US catalog CK 9942?###answer:SELECT date FROM table_name_4 WHERE country = "us" AND catalog = "ck 9942"###context:CREATE TABLE table_name_4 (date VARCHAR, country VARCHAR, catalog VARCHAR)
###question:What is the label for catalog EMB 31956?###answer:SELECT label FROM table_name_14 WHERE catalog = "emb 31956"###context:CREATE TABLE table_name_14 (label VARCHAR, catalog VARCHAR)
###question:What is the date for CBS label?###answer:SELECT date FROM table_name_48 WHERE label = "cbs"###context:CREATE TABLE table_name_48 (date VARCHAR, label VARCHAR)
###question:Where is constituency number 16?###answer:SELECT name FROM table_name_57 WHERE constituency_number = "16"###context:CREATE TABLE table_name_57 (name VARCHAR, constituency_number VARCHAR)
###question:Which Elevator has Elevated of april 12, 1281, a Nationality of french, and an Elector of jean cholet?###answer:SELECT elevator FROM table_name_89 WHERE elevated = "april 12, 1281" AND nationality = "french" AND elector = "jean cholet"###context:CREATE TABLE table_name_89 (elevator VARCHAR, elector VARCHAR,...
###question:Which Elevated has an Elector of matteo orsini rosso?###answer:SELECT elevated FROM table_name_23 WHERE elector = "matteo orsini rosso"###context:CREATE TABLE table_name_23 (elevated VARCHAR, elector VARCHAR)
###question:Which Elector has a Title of s. cecilia?###answer:SELECT elector FROM table_name_1 WHERE title = "title of s. cecilia"###context:CREATE TABLE table_name_1 (elector VARCHAR, title VARCHAR)
###question:Which Elevator has a Title of bishop of palestrina?###answer:SELECT elevator FROM table_name_29 WHERE title = "bishop of palestrina"###context:CREATE TABLE table_name_29 (elevator VARCHAR, title VARCHAR)
###question:Which Order has a Nationality of ese milan?###answer:SELECT order FROM table_name_68 WHERE nationality = "ese milan"###context:CREATE TABLE table_name_68 (order VARCHAR, nationality VARCHAR)
###question:Which Elector has an Order of cardinal-priest, and a Nationality of french?###answer:SELECT elector FROM table_name_74 WHERE order = "cardinal-priest" AND nationality = "french"###context:CREATE TABLE table_name_74 (elector VARCHAR, order VARCHAR, nationality VARCHAR)
###question:How many foundeds have sousse as the city, with a capacity greater than 25,000?###answer:SELECT COUNT(founded) FROM table_name_25 WHERE city = "sousse" AND capacity > 25 OFFSET 000###context:CREATE TABLE table_name_25 (founded VARCHAR, city VARCHAR, capacity VARCHAR)
###question:What is the lowest founded that has bizerte athletic f.c. as the club?###answer:SELECT MIN(founded) FROM table_name_42 WHERE club = "bizerte athletic f.c."###context:CREATE TABLE table_name_42 (founded INTEGER, club VARCHAR)
###question:How many foundeds have stade tunisien as the club, with a capacity greater than 18,000?###answer:SELECT SUM(founded) FROM table_name_6 WHERE club = "stade tunisien" AND capacity > 18 OFFSET 000###context:CREATE TABLE table_name_6 (founded INTEGER, club VARCHAR, capacity VARCHAR)
###question:How much capacity has 1944 as the founded?###answer:SELECT COUNT(capacity) FROM table_name_84 WHERE founded = 1944###context:CREATE TABLE table_name_84 (capacity VARCHAR, founded VARCHAR)
###question:What is the total number of Games, when Losses is greater than 6, when Club is "Club Sportif Sfaxien", and when Wins is less than 3?###answer:SELECT COUNT(games) FROM table_name_58 WHERE losses > 6 AND club = "club sportif sfaxien" AND wins < 3###context:CREATE TABLE table_name_58 (games VARCHAR, wins VARCH...
###question:What is the lowest Games, when Wins is less than 1, and when Draws is greater than 1?###answer:SELECT MIN(games) FROM table_name_40 WHERE wins < 1 AND draws > 1###context:CREATE TABLE table_name_40 (games INTEGER, wins VARCHAR, draws VARCHAR)
###question:What is the average Draws, when Losses is greater than 9, and when Wins is greater than 9?###answer:SELECT AVG(draws) FROM table_name_70 WHERE losses > 9 AND wins > 9###context:CREATE TABLE table_name_70 (draws INTEGER, losses VARCHAR, wins VARCHAR)
###question:What is the 2011 entry for the row with a 2007 entry of 558?###answer:SELECT 2011 FROM table_name_36 WHERE 2007 = "558"###context:CREATE TABLE table_name_36 (Id VARCHAR)
###question:What is the 2010 entry for the row that has a 2009 entry of 270?###answer:SELECT 2010 FROM table_name_35 WHERE 2009 = "270"###context:CREATE TABLE table_name_35 (Id VARCHAR)
###question:What is the 2009 entry for the row that has a 2007 entry of A and a tournament entry of US Open?###answer:SELECT 2009 FROM table_name_94 WHERE 2007 = "a" AND tournament = "us open"###context:CREATE TABLE table_name_94 (tournament VARCHAR)
###question:What is the 2008 entry for the row that as a 2011 entry of 1R?###answer:SELECT 2008 FROM table_name_32 WHERE 2011 = "1r"###context:CREATE TABLE table_name_32 (Id VARCHAR)
###question:What is the To par for Lanny Wadkins?###answer:SELECT to_par FROM table_name_99 WHERE player = "lanny wadkins"###context:CREATE TABLE table_name_99 (to_par VARCHAR, player VARCHAR)
###question:What is Australia's highest total?###answer:SELECT MAX(total) FROM table_name_86 WHERE country = "australia"###context:CREATE TABLE table_name_86 (total INTEGER, country VARCHAR)
###question:What country has a to par larger than 5 and a player John Mahaffey?###answer:SELECT country FROM table_name_38 WHERE to_par > 5 AND player = "john mahaffey"###context:CREATE TABLE table_name_38 (country VARCHAR, to_par VARCHAR, player VARCHAR)
###question:Which Total has a Year(s) won of 1991?###answer:SELECT MIN(total) FROM table_name_9 WHERE year_s__won = "1991"###context:CREATE TABLE table_name_9 (total INTEGER, year_s__won VARCHAR)
###question:Which Year(s) won with a To par of 12?###answer:SELECT year_s__won FROM table_name_84 WHERE to_par = 12###context:CREATE TABLE table_name_84 (year_s__won VARCHAR, to_par VARCHAR)
###question:Which To par has a Player of jack nicklaus, and a Total smaller than 146?###answer:SELECT AVG(to_par) FROM table_name_63 WHERE player = "jack nicklaus" AND total < 146###context:CREATE TABLE table_name_63 (to_par INTEGER, player VARCHAR, total VARCHAR)
###question:What average points for highers has 0 has points for ordinary, and Ng as the grade, and less than 0 as points for foundation?###answer:SELECT AVG(points_for_higher) FROM table_name_25 WHERE points_for_ordinary = 0 AND grade = "ng" AND points_for_foundation < 0###context:CREATE TABLE table_name_25 (points_fo...
###question:What is the maximum points for higher when the points for foundation is less than 0?###answer:SELECT MAX(points_for_higher) FROM table_name_66 WHERE points_for_foundation < 0###context:CREATE TABLE table_name_66 (points_for_higher INTEGER, points_for_foundation INTEGER)
###question:With 10 as the points for foundation, what is the maximum points for ordinary?###answer:SELECT MAX(points_for_ordinary) FROM table_name_97 WHERE points_for_foundation = 10###context:CREATE TABLE table_name_97 (points_for_ordinary INTEGER, points_for_foundation VARCHAR)