combined_text
stringlengths
106
1.05k
###question:what is the minimum attendance with record being 4–6###answer:SELECT MIN(attendance) FROM table_14102379_4 WHERE record = "4–6"###context:CREATE TABLE table_14102379_4 (attendance INTEGER, record VARCHAR)
###question:What's Yurchikhin Fyodor Yurchikhin's number? ###answer:SELECT number FROM table_14125006_1 WHERE astronaut = "Yurchikhin Fyodor Yurchikhin"###context:CREATE TABLE table_14125006_1 (number VARCHAR, astronaut VARCHAR)
###question:How long was the walk numbered at 17?###answer:SELECT total_time_hours AS :minutes FROM table_14125006_1 WHERE number = 17###context:CREATE TABLE table_14125006_1 (total_time_hours VARCHAR, number VARCHAR)
###question:How many agencies did Budarin Nikolai Budarin working for? ###answer:SELECT COUNT(agency) FROM table_14125006_1 WHERE astronaut = "Budarin Nikolai Budarin"###context:CREATE TABLE table_14125006_1 (agency VARCHAR, astronaut VARCHAR)
###question:What agency does Anderson Clayton Anderson work for? ###answer:SELECT agency FROM table_14125006_1 WHERE astronaut = "Anderson Clayton Anderson"###context:CREATE TABLE table_14125006_1 (agency VARCHAR, astronaut VARCHAR)
###question:what's the year with change being +8.0%###answer:SELECT year FROM table_141541_5 WHERE change = "+8.0%"###context:CREATE TABLE table_141541_5 (year VARCHAR, change VARCHAR)
###question:what's the domestic freight with change being +8.0%###answer:SELECT domestic_freight FROM table_141541_5 WHERE change = "+8.0%"###context:CREATE TABLE table_141541_5 (domestic_freight VARCHAR, change VARCHAR)
###question:what is the maximum international mail with total freight and mail being 145044###answer:SELECT MAX(international_mail) FROM table_141541_5 WHERE total_freight_and_mail = 145044###context:CREATE TABLE table_141541_5 (international_mail INTEGER, total_freight_and_mail VARCHAR)
###question:The results for gt2 winning team is all lars-erik nielsen allan simonsen richard westbrook. ###answer:SELECT results FROM table_14154271_2 WHERE gt2_winning_team = "Lars-Erik Nielsen Allan Simonsen Richard Westbrook"###context:CREATE TABLE table_14154271_2 (results VARCHAR, gt2_winning_team VARCHAR)
###question:Jos verstappen jeroen bleekemolen is on Imp2 winning team where all are rnd.###answer:SELECT rnd FROM table_14154271_2 WHERE lmp2_winning_team = "Jos Verstappen Jeroen Bleekemolen"###context:CREATE TABLE table_14154271_2 (rnd VARCHAR, lmp2_winning_team VARCHAR)
###question:what is the minimum population with canton being redange###answer:SELECT MIN(population) FROM table_1417184_1 WHERE canton = "Redange"###context:CREATE TABLE table_1417184_1 (population INTEGER, canton VARCHAR)
###question: how many canton with commune being waldbillig###answer:SELECT COUNT(canton) FROM table_1417184_1 WHERE commune = "Waldbillig"###context:CREATE TABLE table_1417184_1 (canton VARCHAR, commune VARCHAR)
###question:What is the arrival time of greenbat###answer:SELECT MAX(arrival) FROM table_142159_1 WHERE name = "Greenbat"###context:CREATE TABLE table_142159_1 (arrival INTEGER, name VARCHAR)
###question:Which number has Engine Shed as the location###answer:SELECT no FROM table_142159_1 WHERE location = "Engine shed"###context:CREATE TABLE table_142159_1 (no VARCHAR, location VARCHAR)
###question:What is the name with the builder of Kerr Stuart###answer:SELECT name FROM table_142159_1 WHERE builder = "Kerr Stuart"###context:CREATE TABLE table_142159_1 (name VARCHAR, builder VARCHAR)
###question:Who is the builder for the location Irton Road shed###answer:SELECT builder FROM table_142159_1 WHERE location = "Irton Road shed"###context:CREATE TABLE table_142159_1 (builder VARCHAR, location VARCHAR)
###question:Whats the status of the trains at location Museum###answer:SELECT status FROM table_142159_1 WHERE location = "Museum"###context:CREATE TABLE table_142159_1 (status VARCHAR, location VARCHAR)
###question:How many are named River Esk###answer:SELECT COUNT(built) FROM table_142159_1 WHERE name = "River Esk"###context:CREATE TABLE table_142159_1 (built VARCHAR, name VARCHAR)
###question:timothy truman worked on what dates###answer:SELECT publication_dates FROM table_1420954_1 WHERE artist_s_ = "Timothy Truman"###context:CREATE TABLE table_1420954_1 (publication_dates VARCHAR, artist_s_ VARCHAR)
###question:timothy truman worked on what books###answer:SELECT book_title FROM table_1420954_1 WHERE artist_s_ = "Timothy Truman"###context:CREATE TABLE table_1420954_1 (book_title VARCHAR, artist_s_ VARCHAR)
###question:elaine lee worked on how many issues###answer:SELECT COUNT(issues) FROM table_1420954_1 WHERE writer = "Elaine Lee"###context:CREATE TABLE table_1420954_1 (issues VARCHAR, writer VARCHAR)
###question:what's the regionalliga nord with regionalliga süd being 1. fc nuremberg spvgg greuther fürth###answer:SELECT regionalliga_nord FROM table_14242137_11 WHERE regionalliga_süd = "1. FC Nuremberg SpVgg Greuther Fürth"###context:CREATE TABLE table_14242137_11 (regionalliga_nord VARCHAR, regionalliga_süd VARCHAR)
###question:what's the season with regionalliga nord being vfb oldenburg###answer:SELECT season FROM table_14242137_11 WHERE regionalliga_nord = "VfB Oldenburg"###context:CREATE TABLE table_14242137_11 (season VARCHAR, regionalliga_nord VARCHAR)
###question:what's the regionalliga nord with regionalliga west/südwest being fc gütersloh rot-weiß essen###answer:SELECT regionalliga_nord FROM table_14242137_11 WHERE regionalliga_west_südwest = "FC Gütersloh Rot-Weiß Essen"###context:CREATE TABLE table_14242137_11 (regionalliga_nord VARCHAR, regionalliga_west_südwest VARCHAR)
###question:what's the season with regionalliga west/südwest being arminia bielefeld###answer:SELECT season FROM table_14242137_11 WHERE regionalliga_west_südwest = "Arminia Bielefeld"###context:CREATE TABLE table_14242137_11 (season VARCHAR, regionalliga_west_südwest VARCHAR)
###question:what's the regionalliga west/südwest with regionalliga süd being stuttgarter kickers###answer:SELECT regionalliga_west_südwest FROM table_14242137_11 WHERE regionalliga_süd = "Stuttgarter Kickers"###context:CREATE TABLE table_14242137_11 (regionalliga_west_südwest VARCHAR, regionalliga_süd VARCHAR)
###question:When Spencer is the county what is total of the population (2010) (rank)? ###answer:SELECT COUNT(population__2010___rank_) FROM table_14253123_1 WHERE county_name = "Spencer"###context:CREATE TABLE table_14253123_1 (population__2010___rank_ VARCHAR, county_name VARCHAR)
###question:When Vincennes is the county seat what is the area sq mi (km 2 ) (rank) ?###answer:SELECT area_sq_mi__km_2____rank_ FROM table_14253123_1 WHERE county_seat = "Vincennes"###context:CREATE TABLE table_14253123_1 (area_sq_mi__km_2____rank_ VARCHAR, county_seat VARCHAR)
###question:When the area sq mi (km 2 ) (rank) is sqmi (km2) (5) what is the population (2010) (rank)?###answer:SELECT population__2010___rank_ FROM table_14253123_1 WHERE area_sq_mi__km_2____rank_ = "sqmi (km2) (5)"###context:CREATE TABLE table_14253123_1 (population__2010___rank_ VARCHAR, area_sq_mi__km_2____rank_ VARCHAR)
###question:When the % of boundary by water is 63% what is the overall number of zip code prefix(es)?###answer:SELECT COUNT(zip_code_prefix_es_) FROM table_14253123_1 WHERE _percentage_of_boundary_by_water = "63%"###context:CREATE TABLE table_14253123_1 (zip_code_prefix_es_ VARCHAR, _percentage_of_boundary_by_water VARCHAR)
###question:When Spencer is the county what is the in no.?###answer:SELECT in_no FROM table_14253123_1 WHERE county_name = "Spencer"###context:CREATE TABLE table_14253123_1 (in_no VARCHAR, county_name VARCHAR)
###question:Name the oberliga hessen for sv sandhausen and fsv salmrohr###answer:SELECT oberliga_hessen FROM table_14242137_4 WHERE oberliga_baden_württemberg = "SV Sandhausen" AND oberliga_südwest = "FSV Salmrohr"###context:CREATE TABLE table_14242137_4 (oberliga_hessen VARCHAR, oberliga_baden_württemberg VARCHAR, oberliga_südwest VARCHAR)
###question:Name the oberliga for where tsv 1860 munich and borussia neunkirchen###answer:SELECT oberliga_baden_württemberg FROM table_14242137_4 WHERE oberliga_bayern = "TSV 1860 Munich" AND oberliga_südwest = "Borussia Neunkirchen"###context:CREATE TABLE table_14242137_4 (oberliga_baden_württemberg VARCHAR, oberliga_bayern VARCHAR, oberliga_südwest VARCHAR)
###question:Name the oberliga sudwest for spvgg unterhaching for 1988-89###answer:SELECT oberliga_südwest FROM table_14242137_4 WHERE oberliga_bayern = "SpVgg Unterhaching" AND season = "1988-89"###context:CREATE TABLE table_14242137_4 (oberliga_südwest VARCHAR, oberliga_bayern VARCHAR, season VARCHAR)
###question:Name the season for spvgg bayreuth and fsv salmrohr###answer:SELECT season FROM table_14242137_4 WHERE oberliga_bayern = "SpVgg Bayreuth" AND oberliga_südwest = "FSV Salmrohr"###context:CREATE TABLE table_14242137_4 (season VARCHAR, oberliga_bayern VARCHAR, oberliga_südwest VARCHAR)
###question:Name the oberliga bayern for sv sandhausen for 1986-87###answer:SELECT oberliga_bayern FROM table_14242137_4 WHERE oberliga_baden_württemberg = "SV Sandhausen" AND season = "1986-87"###context:CREATE TABLE table_14242137_4 (oberliga_bayern VARCHAR, oberliga_baden_württemberg VARCHAR, season VARCHAR)
###question:During the quarter of 2012 Q2, how many millions of Blackberry OS phones where shipped when 0.1 million others were shipped?###answer:SELECT COUNT(blackberry_os) FROM table_14260687_3 WHERE other = "0.1" AND quarter = "2012 Q2"###context:CREATE TABLE table_14260687_3 (blackberry_os VARCHAR, other VARCHAR, quarter VARCHAR)
###question:During the quarter 2012 Q4, how many millions of android phones were shipped?###answer:SELECT COUNT(android) FROM table_14260687_3 WHERE quarter = "2012 Q4"###context:CREATE TABLE table_14260687_3 (android VARCHAR, quarter VARCHAR)
###question:How many million of windows phones were shipped during the quarter that shipped 216.2 million total?###answer:SELECT windows_phone FROM table_14260687_3 WHERE total = "216.2"###context:CREATE TABLE table_14260687_3 (windows_phone VARCHAR, total VARCHAR)
###question:How many total smartphones were shipped during the quarter 2012 Q1?###answer:SELECT COUNT(total) FROM table_14260687_3 WHERE quarter = "2012 Q1"###context:CREATE TABLE table_14260687_3 (total VARCHAR, quarter VARCHAR)
###question:How many millions of Blackberry OS smartphones were shipped when 10.4 million Symbian smartphones were shipped?###answer:SELECT blackberry_os FROM table_14260687_3 WHERE symbian = "10.4"###context:CREATE TABLE table_14260687_3 (blackberry_os VARCHAR, symbian VARCHAR)
###question:How man "other" millions of smartphones were shipped when 181.1 million total were shipped?###answer:SELECT COUNT(other) FROM table_14260687_3 WHERE total = "181.1"###context:CREATE TABLE table_14260687_3 (other VARCHAR, total VARCHAR)
###question:What is the load bearing capacity when the name is Camelus Dromedarius###answer:SELECT load_bearing_capacity FROM table_1427868_1 WHERE scientific_name = "Camelus dromedarius"###context:CREATE TABLE table_1427868_1 (load_bearing_capacity VARCHAR, scientific_name VARCHAR)
###question:What is the division for the year 2006?###answer:SELECT division FROM table_1427998_1 WHERE year = 2006###context:CREATE TABLE table_1427998_1 (division VARCHAR, year VARCHAR)
###question:What was the playoff result for the team name of bay area seals###answer:SELECT playoffs FROM table_1427998_1 WHERE team_name = "Bay Area Seals"###context:CREATE TABLE table_1427998_1 (playoffs VARCHAR, team_name VARCHAR)
###question:Where did the team finish in the season when the playoff result was divisional finals.###answer:SELECT regular_season FROM table_1427998_1 WHERE playoffs = "divisional Finals"###context:CREATE TABLE table_1427998_1 (regular_season VARCHAR, playoffs VARCHAR)
###question:What is the playoff result when the league is USISL and the regular season record is 1st, pacific.###answer:SELECT playoffs FROM table_1427998_1 WHERE league = "USISL" AND regular_season = "1st, Pacific"###context:CREATE TABLE table_1427998_1 (playoffs VARCHAR, league VARCHAR, regular_season VARCHAR)
###question:How many divisions have been won when the playoff result is conference quarterfinals.###answer:SELECT COUNT(division) FROM table_1427998_1 WHERE playoffs = "Conference Quarterfinals"###context:CREATE TABLE table_1427998_1 (division VARCHAR, playoffs VARCHAR)
###question:What was the lowest home attendance for the southern derby?###answer:SELECT MIN(home_attendance) FROM table_14302582_1 WHERE competition = "Southern Derby"###context:CREATE TABLE table_14302582_1 (home_attendance INTEGER, competition VARCHAR)
###question:What was the result when the team had contested 14 home games?###answer:SELECT result FROM table_14302582_1 WHERE home_matches = 14###context:CREATE TABLE table_14302582_1 (result VARCHAR, home_matches VARCHAR)
###question:What was the result when the team was 4-1?###answer:SELECT result FROM table_14302582_1 WHERE record = "4-1"###context:CREATE TABLE table_14302582_1 (result VARCHAR, record VARCHAR)
###question:picturesque and trekking route is the category what is the height from sea level in meters?###answer:SELECT height_from_sea_level_in_meters FROM table_1430913_1 WHERE category = "Picturesque and trekking_route"###context:CREATE TABLE table_1430913_1 (height_from_sea_level_in_meters VARCHAR, category VARCHAR)
###question:If extremely adventures is the category what is the height from sea level in meters?###answer:SELECT height_from_sea_level_in_meters FROM table_1430913_1 WHERE category = "Extremely Adventures"###context:CREATE TABLE table_1430913_1 (height_from_sea_level_in_meters VARCHAR, category VARCHAR)
###question:if 22km is the trekking route what is height from sea level in meters?###answer:SELECT height_from_sea_level_in_meters FROM table_1430913_1 WHERE trekking_route = "22km"###context:CREATE TABLE table_1430913_1 (height_from_sea_level_in_meters VARCHAR, trekking_route VARCHAR)
###question:If the place is hemkunt sahib what is the category?###answer:SELECT category FROM table_1430913_1 WHERE name_of_place = "Hemkunt Sahib"###context:CREATE TABLE table_1430913_1 (category VARCHAR, name_of_place VARCHAR)
###question:What is the density in places where the 2011 census gives a population of 5402?###answer:SELECT density__pop_km²_ FROM table_14325808_1 WHERE population__2011_census_ = 5402###context:CREATE TABLE table_14325808_1 (density__pop_km²_ VARCHAR, population__2011_census_ VARCHAR)
###question:What is the area in kilometers squared the population density is 137.61?###answer:SELECT area__km²_ FROM table_14325808_1 WHERE density__pop_km²_ = "137.61"###context:CREATE TABLE table_14325808_1 (area__km²_ VARCHAR, density__pop_km²_ VARCHAR)
###question:How many places according to the 2011 census of whatever population have an area of 132.79 kilometers squared?###answer:SELECT COUNT(population__2011_census_) FROM table_14325808_1 WHERE area__km²_ = "132.79"###context:CREATE TABLE table_14325808_1 (population__2011_census_ VARCHAR, area__km²_ VARCHAR)
###question:How many places of whatever size have a 2007 population estimation of 7996?###answer:SELECT COUNT(area__km²_) FROM table_14325808_1 WHERE population__2007_estimation_ = 7996###context:CREATE TABLE table_14325808_1 (area__km²_ VARCHAR, population__2007_estimation_ VARCHAR)
###question:What is the 3utr sequence when the genbank id is hq021437? ###answer:SELECT 3 AS ’utr_sequence FROM table_14332822_1 WHERE genbank_id = "HQ021437"###context:CREATE TABLE table_14332822_1 (genbank_id VARCHAR)
###question:What is the coding for hq021442 genbankid?###answer:SELECT coding FROM table_14332822_1 WHERE genbank_id = "HQ021442"###context:CREATE TABLE table_14332822_1 (coding VARCHAR, genbank_id VARCHAR)
###question:What is the 3'utr sequence with a variant id of ad'6a 4?###answer:SELECT 3 AS ’utr_sequence FROM table_14332822_1 WHERE variant_id = "AD'6A 4"###context:CREATE TABLE table_14332822_1 (variant_id VARCHAR)
###question:What is the 3'utr sequence with a variant id of acd'6a 3?###answer:SELECT 3 AS ’utr_sequence FROM table_14332822_1 WHERE variant_id = "ACD'6A 3"###context:CREATE TABLE table_14332822_1 (variant_id VARCHAR)
###question:Who is the director of the episode that corresponds to the total episodes number 14? ###answer:SELECT director FROM table_14330096_3 WHERE total_number = 14###context:CREATE TABLE table_14330096_3 (director VARCHAR, total_number VARCHAR)
###question:What's the title of the episode that Rob Heyland wrote? ###answer:SELECT title FROM table_14330096_3 WHERE writer = "Rob Heyland"###context:CREATE TABLE table_14330096_3 (title VARCHAR, writer VARCHAR)
###question:What number from the total number of episodes is the episode written by Julian Unthank?###answer:SELECT series_number FROM table_14330096_3 WHERE writer = "Julian Unthank"###context:CREATE TABLE table_14330096_3 (series_number VARCHAR, writer VARCHAR)
###question:How many touchdowns did Redden score?###answer:SELECT MIN(touchdowns) FROM table_14342210_12 WHERE player = "Redden"###context:CREATE TABLE table_14342210_12 (touchdowns INTEGER, player VARCHAR)
###question:What was the most extra points?###answer:SELECT MAX(extra_points) FROM table_14342210_12###context:CREATE TABLE table_14342210_12 (extra_points INTEGER)
###question:What position did the player who scored 4 extra points play?###answer:SELECT position FROM table_14342210_12 WHERE extra_points = 4###context:CREATE TABLE table_14342210_12 (position VARCHAR, extra_points VARCHAR)
###question:How many points where scored by the right end?###answer:SELECT COUNT(points) FROM table_14342210_12 WHERE position = "Right end"###context:CREATE TABLE table_14342210_12 (points VARCHAR, position VARCHAR)
###question:How many Games Started are there for Hugh White ?###answer:SELECT games_started FROM table_14342210_13 WHERE player = "Hugh White"###context:CREATE TABLE table_14342210_13 (games_started VARCHAR, player VARCHAR)
###question:How many entries are there for Class for the player Everett Sweeley?###answer:SELECT COUNT(class) FROM table_14342210_13 WHERE player = "Everett Sweeley"###context:CREATE TABLE table_14342210_13 (class VARCHAR, player VARCHAR)
###question:How many entries are there for class when the prior experience is shasta h.s.###answer:SELECT COUNT(class) FROM table_14342210_13 WHERE prior_experience = "Shasta H.S."###context:CREATE TABLE table_14342210_13 (class VARCHAR, prior_experience VARCHAR)
###question:What is hugh white's weight?###answer:SELECT MAX(weight) FROM table_14342210_13 WHERE player = "Hugh White"###context:CREATE TABLE table_14342210_13 (weight INTEGER, player VARCHAR)
###question:How many field goals did Walter Shaw make?###answer:SELECT COUNT(field_goals__5_points_) FROM table_14342210_14 WHERE player = "Walter Shaw"###context:CREATE TABLE table_14342210_14 (field_goals__5_points_ VARCHAR, player VARCHAR)
###question:How many field goals were made by the person with 100 points in total?###answer:SELECT MAX(field_goals__5_points_) FROM table_14342210_14 WHERE total_points = 100###context:CREATE TABLE table_14342210_14 (field_goals__5_points_ INTEGER, total_points VARCHAR)
###question:How many touchdowns were made by the person with 7 extra points?###answer:SELECT COUNT(touchdowns__5_points_) FROM table_14342210_14 WHERE extra_points_1_point = 7###context:CREATE TABLE table_14342210_14 (touchdowns__5_points_ VARCHAR, extra_points_1_point VARCHAR)
###question:How many touchdowns did Albert Herrnstein make?###answer:SELECT touchdowns__5_points_ FROM table_14342210_14 WHERE player = "Albert Herrnstein"###context:CREATE TABLE table_14342210_14 (touchdowns__5_points_ VARCHAR, player VARCHAR)
###question:How many touchdowns did Bruce Shorts make?###answer:SELECT MAX(touchdowns__5_points_) FROM table_14342210_14 WHERE player = "Bruce Shorts"###context:CREATE TABLE table_14342210_14 (touchdowns__5_points_ INTEGER, player VARCHAR)
###question:How many players made 4 touchdowns?###answer:SELECT COUNT(player) FROM table_14342210_14 WHERE touchdowns__5_points_ = 4###context:CREATE TABLE table_14342210_14 (player VARCHAR, touchdowns__5_points_ VARCHAR)
###question:Name all the players for fullback###answer:SELECT player FROM table_14342210_2 WHERE position = "Fullback"###context:CREATE TABLE table_14342210_2 (player VARCHAR, position VARCHAR)
###question:Name the position for shorts###answer:SELECT position FROM table_14342210_2 WHERE player = "Shorts"###context:CREATE TABLE table_14342210_2 (position VARCHAR, player VARCHAR)
###question:Which player made 4 touchdowns while playing left halfback?###answer:SELECT player FROM table_14342210_6 WHERE touchdowns = 4 AND position = "Left halfback"###context:CREATE TABLE table_14342210_6 (player VARCHAR, touchdowns VARCHAR, position VARCHAR)
###question:Which left end player made the most points?###answer:SELECT MAX(points) FROM table_14342210_6 WHERE position = "Left end"###context:CREATE TABLE table_14342210_6 (points INTEGER, position VARCHAR)
###question:What is the least amount of points made by Herrnstein?###answer:SELECT MIN(points) FROM table_14342210_6 WHERE player = "Herrnstein"###context:CREATE TABLE table_14342210_6 (points INTEGER, player VARCHAR)
###question:What is the least amount of field goals made by a player?###answer:SELECT MIN(field_goals) FROM table_14342210_6###context:CREATE TABLE table_14342210_6 (field_goals INTEGER)
###question:Which position did Redden play?###answer:SELECT position FROM table_14342210_6 WHERE player = "Redden"###context:CREATE TABLE table_14342210_6 (position VARCHAR, player VARCHAR)
###question:What is the least amount of extra points made in by a player?###answer:SELECT MIN(extra_points) FROM table_14342210_6###context:CREATE TABLE table_14342210_6 (extra_points INTEGER)
###question:What is the previous experience of the player from East Jordan, Michigan?###answer:SELECT previous_experience FROM table_14342367_13 WHERE hometown = "East Jordan, Michigan"###context:CREATE TABLE table_14342367_13 (previous_experience VARCHAR, hometown VARCHAR)
###question:What was the class of the player who played right tackle?###answer:SELECT class FROM table_14342367_13 WHERE position = "Right tackle"###context:CREATE TABLE table_14342367_13 (class VARCHAR, position VARCHAR)
###question:How many players are from Sioux City, Iowa?###answer:SELECT COUNT(player) FROM table_14342367_13 WHERE hometown = "Sioux City, Iowa"###context:CREATE TABLE table_14342367_13 (player VARCHAR, hometown VARCHAR)
###question:Where is George W. Gregory from?###answer:SELECT hometown FROM table_14342367_13 WHERE player = "George W. Gregory"###context:CREATE TABLE table_14342367_13 (hometown VARCHAR, player VARCHAR)
###question:What was George W. Gregory's class?###answer:SELECT class FROM table_14342367_13 WHERE player = "George W. Gregory"###context:CREATE TABLE table_14342367_13 (class VARCHAR, player VARCHAR)
###question:what is the maximum number of points?###answer:SELECT MAX(points) FROM table_14342367_5###context:CREATE TABLE table_14342367_5 (points INTEGER)
###question:was herb graver a starter?###answer:SELECT starter FROM table_14342367_5 WHERE player = "Herb Graver"###context:CREATE TABLE table_14342367_5 (starter VARCHAR, player VARCHAR)
###question:Which player scored 14 touchdowns?###answer:SELECT player FROM table_14342480_15 WHERE touchdowns = 14###context:CREATE TABLE table_14342480_15 (player VARCHAR, touchdowns VARCHAR)
###question:How many points did Duncan Thompson score?###answer:SELECT MAX(points) FROM table_14342480_15 WHERE player = "Duncan Thompson"###context:CREATE TABLE table_14342480_15 (points INTEGER, player VARCHAR)
###question:What is the highest number of extra points?###answer:SELECT MAX(extra_points) FROM table_14342480_15###context:CREATE TABLE table_14342480_15 (extra_points INTEGER)
###question:What players played the position of left tackle?###answer:SELECT player FROM table_14342592_5 WHERE position = "Left tackle"###context:CREATE TABLE table_14342592_5 (player VARCHAR, position VARCHAR)
###question:How many field goals were made by someone playing position of right end?###answer:SELECT COUNT(field_goals) FROM table_14342592_5 WHERE position = "Right end"###context:CREATE TABLE table_14342592_5 (field_goals VARCHAR, position VARCHAR)