text
stringlengths
114
1.06k
### question: Who is the July playmate with a December playmate Morgan Fox? ### answer: SELECT july FROM table_name_58 WHERE december = "morgan fox" ### context: CREATE TABLE table_name_58 (july VARCHAR, december VARCHAR)
### question: Who is the March playmate with a November playmate Cara Wakelin? ### answer: SELECT march FROM table_name_3 WHERE november = "cara wakelin" ### context: CREATE TABLE table_name_3 (march VARCHAR, november VARCHAR)
### question: In which year did he finish 11th? ### answer: SELECT COUNT(year) FROM table_name_31 WHERE result = "11th" ### context: CREATE TABLE table_name_31 (year VARCHAR, result VARCHAR)
### question: In which year did he finish 8th? ### answer: SELECT year FROM table_name_3 WHERE result = "8th" ### context: CREATE TABLE table_name_3 (year VARCHAR, result VARCHAR)
### question: What is the number of the game that was played in the time of 2:38? ### answer: SELECT MAX(game) FROM table_name_95 WHERE time = "2:38" ### context: CREATE TABLE table_name_95 (game INTEGER, time VARCHAR)
### question: What is the number of the game that was played on October 4? ### answer: SELECT SUM(game) FROM table_name_61 WHERE date = "october 4" ### context: CREATE TABLE table_name_61 (game INTEGER, date VARCHAR)
### question: August 16 had what record? ### answer: SELECT record FROM table_name_72 WHERE date = "august 16" ### context: CREATE TABLE table_name_72 (record VARCHAR, date VARCHAR)
### question: Tell me the record for the date of August 18. ### answer: SELECT record FROM table_name_55 WHERE date = "august 18" ### context: CREATE TABLE table_name_55 (record VARCHAR, date VARCHAR)
### question: For the record of 52-60 what's the date? ### answer: SELECT date FROM table_name_60 WHERE record = "52-60" ### context: CREATE TABLE table_name_60 (date VARCHAR, record VARCHAR)
### question: What is the average attendance for the date of 7 November 2007 with an H/A of H? ### answer: SELECT AVG(attendance) FROM table_name_38 WHERE h___a = "h" AND date = "7 november 2007" ### context: CREATE TABLE table_name_38 (attendance INTEGER, h___a VARCHAR, date VARCHAR)
### question: What is the Group position for the date of 7 November 2007? ### answer: SELECT group_position FROM table_name_9 WHERE date = "7 november 2007" ### context: CREATE TABLE table_name_9 (group_position VARCHAR, date VARCHAR)
### question: What year had a 1st round playoff in the NASL indoor league? ### answer: SELECT year FROM table_name_6 WHERE playoffs = "1st round" AND league = "nasl indoor" ### context: CREATE TABLE table_name_6 (year VARCHAR, playoffs VARCHAR, league VARCHAR)
### question: What is the normal temperature of Abbotsford, British Columbia? ### answer: SELECT normal_temperature FROM table_name_8 WHERE city = "abbotsford, british columbia" ### context: CREATE TABLE table_name_8 (normal_temperature VARCHAR, city VARCHAR)
### question: What is the score on May 18? ### answer: SELECT score FROM table_name_75 WHERE date = "may 18" ### context: CREATE TABLE table_name_75 (score VARCHAR, date VARCHAR)
### question: What is the home team of the game on May 22 with the Edmonton Oilers as the visiting team? ### answer: SELECT home FROM table_name_29 WHERE visitor = "edmonton oilers" AND date = "may 22" ### context: CREATE TABLE table_name_29 (home VARCHAR, visitor VARCHAR, date VARCHAR)
### question: What is the record of the game where the visitor team is the Edmonton Oilers? ### answer: SELECT record FROM table_name_50 WHERE visitor = "edmonton oilers" ### context: CREATE TABLE table_name_50 (record VARCHAR, visitor VARCHAR)
### question: When is the lane less than 5 and is named ágnes kovács? ### answer: SELECT time FROM table_name_65 WHERE lane < 5 AND name = "ágnes kovács" ### context: CREATE TABLE table_name_65 (time VARCHAR, lane VARCHAR, name VARCHAR)
### question: What is the average lane for china? ### answer: SELECT AVG(lane) FROM table_name_52 WHERE nationality = "china" ### context: CREATE TABLE table_name_52 (lane INTEGER, nationality VARCHAR)
### question: What is the average lane that is called rebecca brown? ### answer: SELECT AVG(lane) FROM table_name_88 WHERE name = "rebecca brown" ### context: CREATE TABLE table_name_88 (lane INTEGER, name VARCHAR)
### question: Which Championship total is over 13? ### answer: SELECT AVG(total) FROM table_name_99 WHERE championship > 13 ### context: CREATE TABLE table_name_99 (total INTEGER, championship INTEGER)
### question: When Kerry is at 36.7%, what is the total number of others? ### answer: SELECT COUNT(others_number) FROM table_name_88 WHERE kerry_percentage = "36.7%" ### context: CREATE TABLE table_name_88 (others_number VARCHAR, kerry_percentage VARCHAR)
### question: When Bush has 52.9%, what is the Bush#? ### answer: SELECT bush_number FROM table_name_10 WHERE bush_percentage = "52.9%" ### context: CREATE TABLE table_name_10 (bush_number VARCHAR, bush_percentage VARCHAR)
### question: What is the IATA of Guam? ### answer: SELECT iata FROM table_name_4 WHERE city = "guam" ### context: CREATE TABLE table_name_4 (iata VARCHAR, city VARCHAR)
### question: VIE is the IATA for which city? ### answer: SELECT airport FROM table_name_80 WHERE iata = "vie" ### context: CREATE TABLE table_name_80 (airport VARCHAR, iata VARCHAR)
### question: Which city's ICAO is WADD? ### answer: SELECT city FROM table_name_92 WHERE icao = "wadd" ### context: CREATE TABLE table_name_92 (city VARCHAR, icao VARCHAR)
### question: PER is the IATA for which city? ### answer: SELECT city FROM table_name_84 WHERE iata = "per" ### context: CREATE TABLE table_name_84 (city VARCHAR, iata VARCHAR)
### question: Which city's IATA is KUL? ### answer: SELECT city FROM table_name_50 WHERE iata = "kul" ### context: CREATE TABLE table_name_50 (city VARCHAR, iata VARCHAR)
### question: The Brisbane airport is located in which country? ### answer: SELECT country FROM table_name_85 WHERE airport = "brisbane airport" ### context: CREATE TABLE table_name_85 (country VARCHAR, airport VARCHAR)
### question: Name the opponent for august 26 ### answer: SELECT opponent FROM table_name_99 WHERE date = "august 26" ### context: CREATE TABLE table_name_99 (opponent VARCHAR, date VARCHAR)
### question: What is the lowest win number of the competitor who had 90 points before 1994? ### answer: SELECT MIN(wins) FROM table_name_41 WHERE points = 90 AND year < 1994 ### context: CREATE TABLE table_name_41 (wins INTEGER, points VARCHAR, year VARCHAR)
### question: What is the sum of wins after 1999? ### answer: SELECT SUM(wins) FROM table_name_47 WHERE year > 1999 ### context: CREATE TABLE table_name_47 (wins INTEGER, year INTEGER)
### question: What is the result on Saturday when it's रविवार ravivār on Sunday and मंगळवार mangaḷavār on Tuesday? ### answer: SELECT saturday_shani__saturn_ FROM table_name_41 WHERE sunday_surya__the_sun_ = "रविवार ravivār" AND tuesday_mangala__mars_ = "मंगळवार mangaḷavār" ### context: CREATE TABLE table_name_41 (satu...
### question: What is the result on Saturday that's রবিবার robibar on Sunday ### answer: SELECT saturday_shani__saturn_ FROM table_name_14 WHERE sunday_surya__the_sun_ = "রবিবার robibar" ### context: CREATE TABLE table_name_14 (saturday_shani__saturn_ VARCHAR, sunday_surya__the_sun_ VARCHAR)
### question: What is the result of Friday that's တ္ၚဲ အၚါ [ŋoa əŋɛ̀a] from sans. aṅgāra on Tuesday? ### answer: SELECT friday_shukra__venus_ FROM table_name_91 WHERE tuesday_mangala__mars_ = "တ္ၚဲ အၚါ [ŋoa əŋɛ̀a] from sans. aṅgāra" ### context: CREATE TABLE table_name_91 (friday_shukra__venus_ VARCHAR, tuesday_mangala...
### question: What is the result of Saturday that's ថ្ងៃអាទិត្យ [tŋaj ʔaatɨt ] on Sunday? ### answer: SELECT saturday_shani__saturn_ FROM table_name_30 WHERE sunday_surya__the_sun_ = "ថ្ងៃអាទិត្យ [tŋaj ʔaatɨt ]" ### context: CREATE TABLE table_name_30 (saturday_shani__saturn_ VARCHAR, sunday_surya__the_sun_ VARCHAR)
### question: What is the result on Sunday that's सोमवार somavār on Monday and मंगलवार mangalavār on Tuesday? ### answer: SELECT sunday_surya__the_sun_ FROM table_name_29 WHERE monday_soma__the_moon_ = "सोमवार somavār" AND tuesday_mangala__mars_ = "मंगलवार mangalavār" ### context: CREATE TABLE table_name_29 (sunday_sur...
### question: What year has american music awards? ### answer: SELECT COUNT(year) FROM table_name_97 WHERE award = "american music awards" ### context: CREATE TABLE table_name_97 (year VARCHAR, award VARCHAR)
### question: What was album of the year after 2009? ### answer: SELECT result FROM table_name_99 WHERE year > 2009 AND category = "album of the year" ### context: CREATE TABLE table_name_99 (result VARCHAR, year VARCHAR, category VARCHAR)
### question: How many years had ozone awards? ### answer: SELECT SUM(year) FROM table_name_43 WHERE award = "ozone awards" ### context: CREATE TABLE table_name_43 (year INTEGER, award VARCHAR)
### question: What event did he fight masato shiozawa? ### answer: SELECT event FROM table_name_82 WHERE opponent = "masato shiozawa" ### context: CREATE TABLE table_name_82 (event VARCHAR, opponent VARCHAR)
### question: What is the partner with a score of 4–6, 7–5, [10–8]? ### answer: SELECT partnering FROM table_name_25 WHERE score = "4–6, 7–5, [10–8]" ### context: CREATE TABLE table_name_25 (partnering VARCHAR, score VARCHAR)
### question: What was the score for the game against Marquette? ### answer: SELECT score FROM table_name_68 WHERE opponent = "marquette" ### context: CREATE TABLE table_name_68 (score VARCHAR, opponent VARCHAR)
### question: What was the result of the game in Milwaukee? ### answer: SELECT result FROM table_name_34 WHERE city = "milwaukee" ### context: CREATE TABLE table_name_34 (result VARCHAR, city VARCHAR)
### question: What team was the opponent when the score was 25-0? ### answer: SELECT opponent FROM table_name_7 WHERE score = "25-0" ### context: CREATE TABLE table_name_7 (opponent VARCHAR, score VARCHAR)
### question: What date was the game in Minneapolis? ### answer: SELECT date FROM table_name_21 WHERE city = "minneapolis" ### context: CREATE TABLE table_name_21 (date VARCHAR, city VARCHAR)
### question: Which Record has a Result of loss, and a Time of 3:54? ### answer: SELECT record FROM table_name_96 WHERE res = "loss" AND time = "3:54" ### context: CREATE TABLE table_name_96 (record VARCHAR, res VARCHAR, time VARCHAR)
### question: Which Record has a Method of submission (heel hook), a Round larger than 1, and a Time of 2:28? ### answer: SELECT record FROM table_name_32 WHERE method = "submission (heel hook)" AND round > 1 AND time = "2:28" ### context: CREATE TABLE table_name_32 (record VARCHAR, time VARCHAR, method VARCHAR, round ...
### question: What is the smallest round resulting in a draw with an Opponent of mari kaneko? ### answer: SELECT MIN(round) FROM table_name_88 WHERE res = "draw" AND opponent = "mari kaneko" ### context: CREATE TABLE table_name_88 (round INTEGER, res VARCHAR, opponent VARCHAR)
### question: What ship type was from SE? ### answer: SELECT ship_type FROM table_name_86 WHERE nat = "se" ### context: CREATE TABLE table_name_86 (ship_type VARCHAR, nat VARCHAR)
### question: Who were the victims of the US ship that sank in the Mississippi River near Memphis? ### answer: SELECT principal_victims FROM table_name_35 WHERE nat = "us" AND where_sunk = "mississippi river near memphis" ### context: CREATE TABLE table_name_35 (principal_victims VARCHAR, nat VARCHAR, where_sunk VARCHA...
### question: What was the estimated number of victims for the April 27, 1865 sinking? ### answer: SELECT estimate FROM table_name_78 WHERE date = "april 27, 1865" ### context: CREATE TABLE table_name_78 (estimate VARCHAR, date VARCHAR)
### question: Which nation was the ship from that had 372 victims? ### answer: SELECT nat FROM table_name_26 WHERE estimate = "372" ### context: CREATE TABLE table_name_26 (nat VARCHAR, estimate VARCHAR)
### question: What type of ship was the HMSST George? ### answer: SELECT ship_type FROM table_name_66 WHERE name = "hmsst george" ### context: CREATE TABLE table_name_66 (ship_type VARCHAR, name VARCHAR)
### question: Which region had the CD maxi format? ### answer: SELECT region FROM table_name_91 WHERE format = "cd maxi" ### context: CREATE TABLE table_name_91 (region VARCHAR, format VARCHAR)
### question: What was the format in September 1990 for Catalog 887 847-1? ### answer: SELECT format FROM table_name_84 WHERE catalog = "887 847-1" AND date = "september 1990" ### context: CREATE TABLE table_name_84 (format VARCHAR, catalog VARCHAR, date VARCHAR)
### question: What was the label in Japan? ### answer: SELECT label FROM table_name_14 WHERE region = "japan" ### context: CREATE TABLE table_name_14 (label VARCHAR, region VARCHAR)
### question: In which Tournament was Mansour Bahrami Eric Winogradsky ### answer: SELECT tournament FROM table_name_9 WHERE opponent_in_final = "mansour bahrami eric winogradsky" ### context: CREATE TABLE table_name_9 (tournament VARCHAR, opponent_in_final VARCHAR)
### question: What position was less than 421 overall played by Matt Clark? ### answer: SELECT position FROM table_name_28 WHERE overall < 421 AND player = "matt clark" ### context: CREATE TABLE table_name_28 (position VARCHAR, overall VARCHAR, player VARCHAR)
### question: What was the lowest overall for Louis Coleman? ### answer: SELECT MIN(overall) FROM table_name_91 WHERE player = "louis coleman" ### context: CREATE TABLE table_name_91 (overall INTEGER, player VARCHAR)
### question: What round did Matt Clark play? ### answer: SELECT round FROM table_name_94 WHERE player = "matt clark" ### context: CREATE TABLE table_name_94 (round VARCHAR, player VARCHAR)
### question: Which position was more than 421 overall for the St. Louis Cardinals? ### answer: SELECT position FROM table_name_45 WHERE overall > 421 AND mlb_team = "st. louis cardinals" ### context: CREATE TABLE table_name_45 (position VARCHAR, overall VARCHAR, mlb_team VARCHAR)
### question: What round was less than 545 overall for San Francisco Giants? ### answer: SELECT round FROM table_name_92 WHERE overall < 545 AND mlb_team = "san francisco giants" ### context: CREATE TABLE table_name_92 (round VARCHAR, overall VARCHAR, mlb_team VARCHAR)
### question: What Gender has the area of swannanoa? ### answer: SELECT gender FROM table_name_53 WHERE area = "swannanoa" ### context: CREATE TABLE table_name_53 (gender VARCHAR, area VARCHAR)
### question: What years had the decile smaller than 8 in the area of southbrook? ### answer: SELECT years FROM table_name_13 WHERE decile < 8 AND area = "southbrook" ### context: CREATE TABLE table_name_13 (years VARCHAR, decile VARCHAR, area VARCHAR)
### question: For a Lost of 10 and a Try Bonus of 4, what are the points against them? ### answer: SELECT points_against FROM table_name_54 WHERE try_bonus = "4" AND lost = "10" ### context: CREATE TABLE table_name_54 (points_against VARCHAR, try_bonus VARCHAR, lost VARCHAR)
### question: Having 429 points against, what is the Tries Against? ### answer: SELECT tries_against FROM table_name_24 WHERE points_against = "429" ### context: CREATE TABLE table_name_24 (tries_against VARCHAR, points_against VARCHAR)
### question: With a Try Bonus of 8, what is the Tries Against? ### answer: SELECT tries_against FROM table_name_47 WHERE try_bonus = "8" ### context: CREATE TABLE table_name_47 (tries_against VARCHAR, try_bonus VARCHAR)
### question: What club has a Try Bonus of 8? ### answer: SELECT club FROM table_name_16 WHERE try_bonus = "8" ### context: CREATE TABLE table_name_16 (club VARCHAR, try_bonus VARCHAR)
### question: For Pontyberem RFC that has a Try Bonus of 2, what is the played? ### answer: SELECT played FROM table_name_56 WHERE try_bonus = "2" AND club = "pontyberem rfc" ### context: CREATE TABLE table_name_56 (played VARCHAR, try_bonus VARCHAR, club VARCHAR)
### question: With a club that has 400 Points against, what are the points? ### answer: SELECT points_for FROM table_name_50 WHERE points_against = "400" ### context: CREATE TABLE table_name_50 (points_for VARCHAR, points_against VARCHAR)
### question: When goals against is greater than 60 and losses less than 29, what is the highest played? ### answer: SELECT MAX(played) FROM table_name_6 WHERE goals_against > 60 AND losses < 29 ### context: CREATE TABLE table_name_6 (played INTEGER, goals_against VARCHAR, losses VARCHAR)
### question: What club has less than 60 goals against, a goal difference smaller than 1, and a position of 8? ### answer: SELECT club FROM table_name_73 WHERE goals_against < 60 AND goal_difference < 1 AND position = 8 ### context: CREATE TABLE table_name_73 (club VARCHAR, position VARCHAR, goals_against VARCHAR, goal...
### question: Where did they play in week 14? ### answer: SELECT game_site FROM table_name_57 WHERE week = "14" ### context: CREATE TABLE table_name_57 (game_site VARCHAR, week VARCHAR)
### question: Who was the opponent when 48,121 people attended? ### answer: SELECT opponent FROM table_name_49 WHERE attendance = "48,121" ### context: CREATE TABLE table_name_49 (opponent VARCHAR, attendance VARCHAR)
### question: What was the score when 50,514 people were in attendance? ### answer: SELECT result FROM table_name_54 WHERE attendance = "50,514" ### context: CREATE TABLE table_name_54 (result VARCHAR, attendance VARCHAR)
### question: Where did they have the divisional playoffs? ### answer: SELECT game_site FROM table_name_59 WHERE week = "divisional playoffs" ### context: CREATE TABLE table_name_59 (game_site VARCHAR, week VARCHAR)
### question: What is the result when there was an attendance of 54,418? ### answer: SELECT result FROM table_name_21 WHERE attendance = "54,418" ### context: CREATE TABLE table_name_21 (result VARCHAR, attendance VARCHAR)
### question: What year was the role of Rachel active in TV? ### answer: SELECT year_active FROM table_name_83 WHERE role = "rachel" ### context: CREATE TABLE table_name_83 (year_active VARCHAR, role VARCHAR)
### question: Name the sum of population 1.1.2008 for tønsberg and population 1.1.2006 more than 45.447 ### answer: SELECT SUM(population_112008) FROM table_name_62 WHERE urban_area = "tønsberg" AND population_112006 > 45.447 ### context: CREATE TABLE table_name_62 (population_112008 INTEGER, urban_area VARCHAR, popula...
### question: Name the least population 1.1.2008 with population per square km of 1.957 and population 1.1.2006 less than 12.67 ### answer: SELECT MIN(population_112008) FROM table_name_62 WHERE population_per_square_km = 1.957 AND population_112006 < 12.67 ### context: CREATE TABLE table_name_62 (population_112008 INT...
### question: Name the total number of population per square km with population 1.12006 of 12.757 ### answer: SELECT COUNT(population_per_square_km) FROM table_name_97 WHERE population_112006 = 12.757 ### context: CREATE TABLE table_name_97 (population_per_square_km VARCHAR, population_112006 VARCHAR)
### question: What is the average Points when the engine was a climax straight-4 earlier than 1958? ### answer: SELECT AVG(points) FROM table_name_4 WHERE engine = "climax straight-4" AND year < 1958 ### context: CREATE TABLE table_name_4 (points INTEGER, engine VARCHAR, year VARCHAR)
### question: What is the number of points for the maserati straight-4 engine, later than 1959? ### answer: SELECT COUNT(points) FROM table_name_94 WHERE engine = "maserati straight-4" AND year > 1959 ### context: CREATE TABLE table_name_94 (points VARCHAR, engine VARCHAR, year VARCHAR)
### question: What engine had a JBW chassis in 1960? ### answer: SELECT engine FROM table_name_49 WHERE chassis = "jbw" AND year = 1960 ### context: CREATE TABLE table_name_49 (engine VARCHAR, chassis VARCHAR, year VARCHAR)
### question: What is the highest points for the JBW chassis with a climax straight-4 engine, later than 1961? ### answer: SELECT MAX(points) FROM table_name_53 WHERE chassis = "jbw" AND engine = "climax straight-4" AND year > 1961 ### context: CREATE TABLE table_name_53 (points INTEGER, year VARCHAR, chassis VARCHAR, ...
### question: What is the name of the engine in 1961? ### answer: SELECT engine FROM table_name_83 WHERE year = 1961 ### context: CREATE TABLE table_name_83 (engine VARCHAR, year VARCHAR)
### question: On which date were the 2003 Toronto Blue Jays 54-55? ### answer: SELECT date FROM table_name_5 WHERE record = "54-55" ### context: CREATE TABLE table_name_5 (date VARCHAR, record VARCHAR)
### question: What is the average attendance of the Mariners' attendance when their record was 62-64? ### answer: SELECT AVG(attendance) FROM table_name_86 WHERE opponent = "mariners" AND record = "62-64" ### context: CREATE TABLE table_name_86 (attendance INTEGER, opponent VARCHAR, record VARCHAR)
### question: What was the score when the Blue Jays had an attendance larger than 9,430? ### answer: SELECT score FROM table_name_25 WHERE attendance > 9 OFFSET 430 ### context: CREATE TABLE table_name_25 (score VARCHAR, attendance INTEGER)
### question: What is the height of the fort peck dam which was built before 1968, is located in the united states and has a dam type of TE ? ### answer: SELECT structure_height_[m] FROM table_name_93 WHERE year < 1968 AND type = "te" AND country = "united states" AND name = "fort peck dam" ### context: CREATE TABLE ta...
### question: Who was the runner up before 2007? ### answer: SELECT runner_up FROM table_name_93 WHERE season < 2007 ### context: CREATE TABLE table_name_93 (runner_up VARCHAR, season INTEGER)
### question: Which season was Manresa the champion? ### answer: SELECT season FROM table_name_46 WHERE champion = "manresa" ### context: CREATE TABLE table_name_46 (season VARCHAR, champion VARCHAR)
### question: What year was the cosworth ca2006 2.4 v8 4 series used? ### answer: SELECT AVG(year) FROM table_name_74 WHERE engine = "cosworth ca2006 2.4 v8 4 series" ### context: CREATE TABLE table_name_74 (year INTEGER, engine VARCHAR)
### question: What engine did the mclaren mp4-20 use? ### answer: SELECT engine FROM table_name_40 WHERE chassis = "mclaren mp4-20" ### context: CREATE TABLE table_name_40 (engine VARCHAR, chassis VARCHAR)
### question: What team used the toyota rvx-07 2.4 v8 engine ### answer: SELECT entrant FROM table_name_79 WHERE engine = "toyota rvx-07 2.4 v8" ### context: CREATE TABLE table_name_79 (entrant VARCHAR, engine VARCHAR)
### question: in what year were 2 points scored? ### answer: SELECT MAX(year) FROM table_name_19 WHERE points = "2" ### context: CREATE TABLE table_name_19 (year INTEGER, points VARCHAR)
### question: What engine scored 17 points? ### answer: SELECT engine FROM table_name_86 WHERE points = "17" ### context: CREATE TABLE table_name_86 (engine VARCHAR, points VARCHAR)
### question: What years won when the To par is more than 13? ### answer: SELECT year_s__won FROM table_name_65 WHERE to_par > 13 ### context: CREATE TABLE table_name_65 (year_s__won VARCHAR, to_par INTEGER)
### question: What is the highest Total for Australia? ### answer: SELECT MAX(total) FROM table_name_78 WHERE country = "australia" ### context: CREATE TABLE table_name_78 (total INTEGER, country VARCHAR)
### question: What is the average Total for the United States with a To par more than 6 and 1996 was won? ### answer: SELECT AVG(total) FROM table_name_96 WHERE country = "united states" AND to_par > 6 AND year_s__won = "1996" ### context: CREATE TABLE table_name_96 (total INTEGER, year_s__won VARCHAR, country VARCHAR,...