answer stringlengths 18 557 | question stringlengths 12 244 | context stringlengths 27 489 |
|---|---|---|
SELECT opponent FROM table_name_62 WHERE week < 12 AND attendance = "65,569" | Who was the opponent on the game with a 65,569 attendance before week 12? | CREATE TABLE table_name_62 (opponent VARCHAR, week VARCHAR, attendance VARCHAR) |
SELECT result FROM table_name_47 WHERE score = "1–0" AND competition = "2014 fifa world cup qualification" | What result has a Score of 1–0, and a Competition of 2014 fifa world cup qualification? | CREATE TABLE table_name_47 (result VARCHAR, score VARCHAR, competition VARCHAR) |
SELECT date FROM table_27700375_7 WHERE game = 23 | what is the date of the game 23? | CREATE TABLE table_27700375_7 (date VARCHAR, game VARCHAR) |
SELECT COUNT(county) FROM table_22815568_3 WHERE population = 2266 | How many counties have a population of 2266? | CREATE TABLE table_22815568_3 (county VARCHAR, population VARCHAR) |
SELECT candidates FROM table_1341663_10 WHERE incumbent = "Sam M. Gibbons" | who are the candidates where the incumbent is sam m. gibbons? | CREATE TABLE table_1341663_10 (candidates VARCHAR, incumbent VARCHAR) |
SELECT 2 AS nd_runner_up FROM table_name_91 WHERE premiere_date = "july 20, 2007" | Name the 2nd runner-up for july 20, 2007 | CREATE TABLE table_name_91 (premiere_date VARCHAR) |
SELECT COUNT(points) FROM table_name_25 WHERE standing_broad_jump__cm_ = "207-215" | How many points are obtained when a standing broad jump is 207-215 cm? | CREATE TABLE table_name_25 (points VARCHAR, standing_broad_jump__cm_ VARCHAR) |
SELECT COUNT(flange_width__mm_) FROM table_2071644_1 WHERE cross_section_area__cm_2__ = "16.4" | What is the flange width (mm) for cross section area (cm 2) 16.4? | CREATE TABLE table_2071644_1 (flange_width__mm_ VARCHAR, cross_section_area__cm_2__ VARCHAR) |
SELECT COUNT(height__cm_) FROM table_name_19 WHERE jersey__number < 16 AND name = "mark fusco" | How many different Heights (cm) did Mark Fusco have, when his Jersey # was less than 16? | CREATE TABLE table_name_19 (height__cm_ VARCHAR, jersey__number VARCHAR, name VARCHAR) |
SELECT AVG(gold) FROM table_name_5 WHERE silver > 2 AND bronze < 13 AND total > 24 | What is the average Gold award that has a Silver award greater than 2, and a Bronze award less than 13, and a Total greater than 24? | CREATE TABLE table_name_5 (gold INTEGER, total VARCHAR, silver VARCHAR, bronze VARCHAR) |
SELECT overall FROM table_13110459_2 WHERE rating = "1.4" | what are all the overall with rating being 1.4 | CREATE TABLE table_13110459_2 (overall VARCHAR, rating VARCHAR) |
SELECT diameter FROM table_name_74 WHERE theme = "dog sled (gold variant)" | What is the Diameter of the Dog Sled (gold variant) Theme coin? | CREATE TABLE table_name_74 (diameter VARCHAR, theme VARCHAR) |
SELECT womens_singles FROM table_12266757_1 WHERE mens_doubles = "Stefan Karlsson Claes Nordin , BK Aura GBK" | Who was the womens singles winnerwhen the mens doubles were stefan karlsson claes nordin , bk aura gbk? | CREATE TABLE table_12266757_1 (womens_singles VARCHAR, mens_doubles VARCHAR) |
SELECT COUNT(DISTINCT T1.Official_native_language) FROM country AS T1 JOIN match_season AS T2 ON T1.Country_id = T2.Country WHERE T2.Position = "Defender" | How many distinct official languages are there among countries of players whose positions are defenders. | CREATE TABLE country (Official_native_language VARCHAR, Country_id VARCHAR); CREATE TABLE match_season (Country VARCHAR, Position VARCHAR) |
SELECT team FROM table_name_65 WHERE qual_1 = "1:16.417" | What is Team, when Qual 1 is 1:16.417? | CREATE TABLE table_name_65 (team VARCHAR, qual_1 VARCHAR) |
SELECT 2007 FROM table_name_27 WHERE tournament = "madrid" | What is 2007, when Tournament is "Madrid"? | CREATE TABLE table_name_27 (tournament VARCHAR) |
SELECT bible_gothic FROM table_name_7 WHERE english = "hand" | What's the Bible Gothic for the word hand? | CREATE TABLE table_name_7 (bible_gothic VARCHAR, english VARCHAR) |
SELECT winning_driver FROM table_name_51 WHERE race_name = "iv grand prix de caen" | Who is the winning drive of iv grand prix de caen? | CREATE TABLE table_name_51 (winning_driver VARCHAR, race_name VARCHAR) |
SELECT spanish FROM table_15040_8 WHERE french = "filtrer" | What is the Spanish word for the French word filtrer? | CREATE TABLE table_15040_8 (spanish VARCHAR, french VARCHAR) |
SELECT candidates FROM table_19753079_12 WHERE district = "Florida 13" | Who are the candidates in Florida 13 district? | CREATE TABLE table_19753079_12 (candidates VARCHAR, district VARCHAR) |
SELECT country FROM table_name_31 WHERE player = "scott hoch" | What is the Country that has a Player of Scott Hoch? | CREATE TABLE table_name_31 (country VARCHAR, player VARCHAR) |
SELECT security_forces FROM table_name_81 WHERE civilians = "67" | Name the security forces with civilians being 67 | CREATE TABLE table_name_81 (security_forces VARCHAR, civilians VARCHAR) |
SELECT laps FROM table_name_36 WHERE grid = "3" | What is the number of laps for Grid 3? | CREATE TABLE table_name_36 (laps VARCHAR, grid VARCHAR) |
SELECT lead FROM table_name_89 WHERE nation = "norway" | Who has the lead in Norway? | CREATE TABLE table_name_89 (lead VARCHAR, nation VARCHAR) |
SELECT builder FROM table_name_18 WHERE railway = "rhodesia railways" | Which builder has a railway of Rhodesia Railways? | CREATE TABLE table_name_18 (builder VARCHAR, railway VARCHAR) |
SELECT sanskrit_word FROM table_180802_3 WHERE transcription = "wan athit" | What is the sanskrit word if the transcription is wan athit? | CREATE TABLE table_180802_3 (sanskrit_word VARCHAR, transcription VARCHAR) |
SELECT MIN(total) FROM table_name_70 WHERE rank < 8 AND silver > 6 AND bronze = 20 | What is the lowest total that has a rank less than 8, a silver greater than 6, and 20 as the bronze? | CREATE TABLE table_name_70 (total INTEGER, bronze VARCHAR, rank VARCHAR, silver VARCHAR) |
SELECT acceleration_0_100km_h__0_62mph_ FROM table_1857216_1 WHERE production = "2002-2006" | What is the acceleration 0-100km/h that was produced in 2002-2006? | CREATE TABLE table_1857216_1 (acceleration_0_100km_h__0_62mph_ VARCHAR, production VARCHAR) |
SELECT date FROM table_name_36 WHERE week = 6 | What day did they play in week 6? | CREATE TABLE table_name_36 (date VARCHAR, week VARCHAR) |
SELECT date FROM table_name_31 WHERE venue = "western oval" | I want to know the date for western oval venue | CREATE TABLE table_name_31 (date VARCHAR, venue VARCHAR) |
SELECT _number FROM table_15781170_2 WHERE poll_winner = "YouTube" | Name the # for youtube | CREATE TABLE table_15781170_2 (_number VARCHAR, poll_winner VARCHAR) |
SELECT to_par FROM table_name_40 WHERE score = 64 - 73 - 74 - 69 = 280 | What is the to par for the score 64-73-74-69=280? | CREATE TABLE table_name_40 (to_par VARCHAR, score VARCHAR) |
SELECT date FROM table_name_85 WHERE label = "total holocaust records" AND format = "ed remaster cassette" | Which date has Total Holocaust records in the ed Remaster cassette format? | CREATE TABLE table_name_85 (date VARCHAR, label VARCHAR, format VARCHAR) |
SELECT 2012 FROM table_name_60 WHERE 2007 = "a" AND 2010 = "a" AND tournament = "canada masters" | What is the 2012 value with an A value in 2007 and A value in 2010 in the Canada Masters? | CREATE TABLE table_name_60 (tournament VARCHAR) |
SELECT high_school_name FROM table_2518850_4 WHERE prefecture = "Kyoto" | Which high school is located in Kyoto? | CREATE TABLE table_2518850_4 (high_school_name VARCHAR, prefecture VARCHAR) |
SELECT name FROM table_name_81 WHERE overall > 414 AND pick__number > 9 | Who has an overall greater than 414 with a pick# bigger than 9? | CREATE TABLE table_name_81 (name VARCHAR, overall VARCHAR, pick__number VARCHAR) |
SELECT AVG(percentage) FROM table_name_80 WHERE wins > 0 AND points_against > 481 AND losses = 8 AND points_for > 826 | What is the average Percentage when there are more than 0 wins, Points Against is more than 481, Losses of 8, and a Points For larger than 826? | CREATE TABLE table_name_80 (percentage INTEGER, points_for VARCHAR, losses VARCHAR, wins VARCHAR, points_against VARCHAR) |
SELECT accompaniment FROM table_name_26 WHERE title = "stormy seas blues" | what is the accompaniment when the title is stormy seas blues? | CREATE TABLE table_name_26 (accompaniment VARCHAR, title VARCHAR) |
SELECT venue FROM table_name_4 WHERE position = "25th" AND year = 2004 | Name the venue for 2004 and position of 25th | CREATE TABLE table_name_4 (venue VARCHAR, position VARCHAR, year VARCHAR) |
SELECT COUNT(total) FROM table_name_2 WHERE finish = "1" | What is the Total of the Player with a Finish of 1? | CREATE TABLE table_name_2 (total VARCHAR, finish VARCHAR) |
SELECT record FROM table_17104539_9 WHERE score = "W 76-67" | Name the record for score of w 76-67 | CREATE TABLE table_17104539_9 (record VARCHAR, score VARCHAR) |
SELECT publisher FROM table_name_35 WHERE title = "crysis warhead" | What publisher created Crysis Warhead? | CREATE TABLE table_name_35 (publisher VARCHAR, title VARCHAR) |
SELECT latitude FROM table_16799784_7 WHERE longitude = "80.0E" | what is the latitude of the feature of longitude 80.0e | CREATE TABLE table_16799784_7 (latitude VARCHAR, longitude VARCHAR) |
SELECT MIN(races) FROM table_25421463_1 | What is the fewest amount of races in any season? | CREATE TABLE table_25421463_1 (races INTEGER) |
SELECT 2010 FROM table_name_59 WHERE 2006 = "a" AND 2009 = "1r" | What is the value for 2010 when the value for 2006 is A and the value for 2009 is 1R? | CREATE TABLE table_name_59 (Id VARCHAR) |
SELECT density__hab_km²_ FROM table_name_72 WHERE city_district = "san sebastián" | What is the density of San Sebastián? | CREATE TABLE table_name_72 (density__hab_km²_ VARCHAR, city_district VARCHAR) |
SELECT MAX(production_code) FROM table_2468961_4 WHERE original_air_date = "October 1, 1993" | What was the production code for the episode that debuted October 1, 1993? | CREATE TABLE table_2468961_4 (production_code INTEGER, original_air_date VARCHAR) |
SELECT MIN(highest) FROM table_11207040_5 WHERE team = "Hamilton Academical" | What is the highest attandence at a Hamilton Academical game? | CREATE TABLE table_11207040_5 (highest INTEGER, team VARCHAR) |
SELECT 2007 FROM table_name_16 WHERE 1999 = "—" AND model = "seat mii" | what kind of 2007 has a 1999 of —, and a Model of seat mii? | CREATE TABLE table_name_16 (model VARCHAR) |
SELECT visitor FROM table_name_77 WHERE series = "2 – 3" | Who has Series of 2 – 3? | CREATE TABLE table_name_77 (visitor VARCHAR, series VARCHAR) |
SELECT home_team FROM table_name_26 WHERE away_team = "north melbourne" | Who was North Melbourne's home opponent? | CREATE TABLE table_name_26 (home_team VARCHAR, away_team VARCHAR) |
SELECT molecular_target FROM table_12715053_1 WHERE compound_name = "Hemiasterlin (E7974)" | What is the molecular target listed under the compounded name of hemiasterlin (e7974) | CREATE TABLE table_12715053_1 (molecular_target VARCHAR, compound_name VARCHAR) |
SELECT team__number2 FROM table_name_70 WHERE team__number1 = "gambrinus sika brno" | Which Team #2 has a Team #1 of gambrinus sika brno? | CREATE TABLE table_name_70 (team__number2 VARCHAR, team__number1 VARCHAR) |
SELECT MIN(wins) FROM table_2333416_2 | What is the greatest number of wins Ken Bouchard had in a season? | CREATE TABLE table_2333416_2 (wins INTEGER) |
SELECT total FROM table_name_68 WHERE set_3 = "25-15" | What is the Total when the Set 3 was 25-15? | CREATE TABLE table_name_68 (total VARCHAR, set_3 VARCHAR) |
SELECT callsign FROM table_name_23 WHERE power__kw_ = "5kw" AND branding = "sonshine radio cotabato" | What is the callsign of the 5kW Sonshine Radio Cotabato? | CREATE TABLE table_name_23 (callsign VARCHAR, power__kw_ VARCHAR, branding VARCHAR) |
SELECT location FROM table_name_81 WHERE school = "lakewood park christian" | What is the location for Lakewood Park Christian? | CREATE TABLE table_name_81 (location VARCHAR, school VARCHAR) |
SELECT flno, origin, destination FROM Flight ORDER BY origin | Show flight number, origin, destination of all flights in the alphabetical order of the departure cities. | CREATE TABLE Flight (flno VARCHAR, origin VARCHAR, destination VARCHAR) |
SELECT 2008 FROM table_name_36 WHERE 2009 = "0" AND tournament = "atp tournaments won" | What are the results in 2008 when 2009 is 0, and the ATP Tournaments Won is the tournament? | CREATE TABLE table_name_36 (tournament VARCHAR) |
SELECT président FROM table_name_36 WHERE party = "union for a popular movement" AND départment__or_collectivity_ = "hautes-alpes" | Who is the president from the Union for a Popular Movement party that represents the Hautes-Alpes department? | CREATE TABLE table_name_36 (président VARCHAR, party VARCHAR, départment__or_collectivity_ VARCHAR) |
SELECT june_10_11 FROM table_25286976_2 WHERE march_27_29 = "129" | When 129 is on March 27th to 29th what is June 10th to 11th? | CREATE TABLE table_25286976_2 (june_10_11 VARCHAR, march_27_29 VARCHAR) |
SELECT COUNT(attendance) FROM table_name_94 WHERE opponent = "mariners" AND score = "9-6" | How many people attended the game against the Mariners with a score of 9-6? | CREATE TABLE table_name_94 (attendance VARCHAR, opponent VARCHAR, score VARCHAR) |
SELECT surface FROM table_name_1 WHERE score_in_final = "5–7, 6–4, [10–7]" | What was the surface of the match that ended in a score of 5–7, 6–4, [10–7]? | CREATE TABLE table_name_1 (surface VARCHAR, score_in_final VARCHAR) |
SELECT guest_2 FROM table_20466963_4 WHERE guest_4 = "Iyare Igiehon" AND guest_3 = "John Oliver" | Who is the guest 2 in the episode where guest 4 is Iyare Igiehon and guest 3 is John Oliver? | CREATE TABLE table_20466963_4 (guest_2 VARCHAR, guest_4 VARCHAR, guest_3 VARCHAR) |
SELECT package_option FROM TV_Channel WHERE NOT id IN (SELECT channel FROM cartoon WHERE directed_by = 'Ben Jones') | find the package option of the tv channel that do not have any cartoon directed by Ben Jones. | CREATE TABLE cartoon (package_option VARCHAR, id VARCHAR, channel VARCHAR, directed_by VARCHAR); CREATE TABLE TV_Channel (package_option VARCHAR, id VARCHAR, channel VARCHAR, directed_by VARCHAR) |
SELECT MAX(goals) FROM table_name_6 WHERE nat = "geo" AND ends > 2010 | What is the highest goal for a GEO nat., that ended after 2010? | CREATE TABLE table_name_6 (goals INTEGER, nat VARCHAR, ends VARCHAR) |
SELECT rank__week_ FROM table_15681686_4 WHERE viewers__millions_ = "6.45" | what rank has viewers at 6.45? | CREATE TABLE table_15681686_4 (rank__week_ VARCHAR, viewers__millions_ VARCHAR) |
SELECT home_team AS score FROM table_name_93 WHERE home_team = "carlton" | When the Home team of carlton played, what was their score? | CREATE TABLE table_name_93 (home_team VARCHAR) |
SELECT AVG(rank) FROM table_name_1 WHERE athletes = "calvin mokoto" | What is Calvin Mokoto's average rank? | CREATE TABLE table_name_1 (rank INTEGER, athletes VARCHAR) |
SELECT date FROM table_name_92 WHERE record = "67-58" | On which date did the Indians have a record of 67-58 | CREATE TABLE table_name_92 (date VARCHAR, record VARCHAR) |
SELECT MIN(home_attendance) FROM table_14302582_1 WHERE competition = "Southern Derby" | What was the lowest home attendance for the southern derby? | CREATE TABLE table_14302582_1 (home_attendance INTEGER, competition VARCHAR) |
SELECT home_team FROM table_name_10 WHERE score = "2–1" AND away_team = "telford united" | What home team has a score of 2–1, when the away team was Telford United? | CREATE TABLE table_name_10 (home_team VARCHAR, score VARCHAR, away_team VARCHAR) |
SELECT T1.Name FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode GROUP BY T1.Name ORDER BY COUNT(*) DESC LIMIT 1 | What is name of the country that speaks the largest number of languages? | CREATE TABLE countrylanguage (CountryCode VARCHAR); CREATE TABLE country (Name VARCHAR, Code VARCHAR) |
SELECT institutional_authority FROM table_11869952_1 WHERE rocket_launch = "Rehnuma-8" | Which authority has a rocket launch called rehnuma-8? | CREATE TABLE table_11869952_1 (institutional_authority VARCHAR, rocket_launch VARCHAR) |
SELECT MIN(series__number) FROM table_23286722_1 WHERE written_by = "David E. Kelley & Jill Goldsmith" | Name least series number for writers david e. kelley & jill goldsmith | CREATE TABLE table_23286722_1 (series__number INTEGER, written_by VARCHAR) |
SELECT losing_bonus FROM table_13399573_4 WHERE tries_against = "39" | In the 2008/2009 season one team had 39 tries against, how many losing bonuses did they have that year? | CREATE TABLE table_13399573_4 (losing_bonus VARCHAR, tries_against VARCHAR) |
SELECT character_s_ FROM table_name_89 WHERE first_appearance = "amazing fantasy #15" | Which character first appeared in Amazing Fantasy #15? | CREATE TABLE table_name_89 (character_s_ VARCHAR, first_appearance VARCHAR) |
SELECT COUNT(100) FROM table_2985664_8 WHERE average = "15.78" | How many entries for 100 occur when the average is 15.78? | CREATE TABLE table_2985664_8 (average VARCHAR) |
SELECT new_entries_this_round FROM table_name_71 WHERE phase = "second phase" AND winners_from_previous_round = "4" | How many new entries are there for a second phase that has 4 winners from previous rounds? | CREATE TABLE table_name_71 (new_entries_this_round VARCHAR, phase VARCHAR, winners_from_previous_round VARCHAR) |
SELECT copa_libertadores_1996 FROM table_name_84 WHERE copa_conmebol_1996 = "quarterfinals" | What is the copa libertadores 1996 result of the team with a copa conmebol 1996 result of quarterfinals? | CREATE TABLE table_name_84 (copa_libertadores_1996 VARCHAR, copa_conmebol_1996 VARCHAR) |
SELECT score_in_the_final FROM table_name_70 WHERE surface = "clay" AND tournament = "dortmund" | Played on Clay Surface, what was the Score of the Dortmund Tournament? | CREATE TABLE table_name_70 (score_in_the_final VARCHAR, surface VARCHAR, tournament VARCHAR) |
SELECT school_club_team FROM table_name_38 WHERE player = "roy rogers" | Roy Rogers play for what school/club team? | CREATE TABLE table_name_38 (school_club_team VARCHAR, player VARCHAR) |
SELECT COUNT(stolen_ends) FROM table_1644857_2 WHERE country = France | How many times is a score for stolen ends recorded for France? | CREATE TABLE table_1644857_2 (stolen_ends VARCHAR, country VARCHAR, France VARCHAR) |
SELECT COUNT(pick__number) FROM table_2850912_3 WHERE player = "Michal Pivonka" | What is Michal Pivonka's pick number? | CREATE TABLE table_2850912_3 (pick__number VARCHAR, player VARCHAR) |
SELECT score FROM table_name_78 WHERE home = "deportes savio" | What was the score of the game wehre the deportes savio were the home team? | CREATE TABLE table_name_78 (score VARCHAR, home VARCHAR) |
SELECT AVG(area_km_2) FROM table_name_89 WHERE status = "village" AND official_name = "paquetville" AND population > 706 | What is the area (in km2) for the village of Paquetville, with a population over 706? | CREATE TABLE table_name_89 (area_km_2 INTEGER, population VARCHAR, status VARCHAR, official_name VARCHAR) |
SELECT driver FROM table_name_35 WHERE time_retired = "+1 lap" AND constructor = "bar - honda" | What driver has a ime/Retired of +1 lap, and a Constructor of bar - honda? | CREATE TABLE table_name_35 (driver VARCHAR, time_retired VARCHAR, constructor VARCHAR) |
SELECT season FROM table_name_61 WHERE rank < 4 AND club = "barcelona" AND goals < 115 | Which Season has a Rank smaller than 4, and a Club of barcelona, and less than 115 goals? | CREATE TABLE table_name_61 (season VARCHAR, goals VARCHAR, rank VARCHAR, club VARCHAR) |
SELECT fourth_place FROM table_name_58 WHERE year = 1978 | What is the Fourth place with a Year that is 1978? | CREATE TABLE table_name_58 (fourth_place VARCHAR, year VARCHAR) |
SELECT frequency FROM table_name_18 WHERE format = "active rock" | What is the frequency for the active rock format? | CREATE TABLE table_name_18 (frequency VARCHAR, format VARCHAR) |
SELECT SUM(crowd) FROM table_name_58 WHERE home_team = "hawthorn" | How many people were in the crowd when the Home Team was Hawthorn? | CREATE TABLE table_name_58 (crowd INTEGER, home_team VARCHAR) |
SELECT MAX(population_august_15), _2012 FROM table_12496904_1 WHERE population_density_2012__km_2__ = 307 | What is the August 15, 2012 population when the population density of 2012 is 307? | CREATE TABLE table_12496904_1 (_2012 VARCHAR, population_august_15 INTEGER, population_density_2012__km_2__ VARCHAR) |
SELECT start FROM table_name_13 WHERE laps = 199 AND qual = "224.838" | Name the start with Laps of 199 with qual of 224.838 | CREATE TABLE table_name_13 (start VARCHAR, laps VARCHAR, qual VARCHAR) |
SELECT MIN(clubs_remaining) FROM table_18328569_1 WHERE round = "Fourth round" | How many clubs remain in the fourth round? | CREATE TABLE table_18328569_1 (clubs_remaining INTEGER, round VARCHAR) |
SELECT us_viewers__millions_ FROM table_12159115_3 WHERE series__number = 26 | How many U.S Viewers, in millions, were for series # 26? | CREATE TABLE table_12159115_3 (us_viewers__millions_ VARCHAR, series__number VARCHAR) |
SELECT MAX(draw) FROM table_19523708_1 | What is the highest draw represented? | CREATE TABLE table_19523708_1 (draw INTEGER) |
SELECT freq_currently FROM table_name_7 WHERE callsign = "4gg" | What is the Freq currently of the 4GG Callsign? | CREATE TABLE table_name_7 (freq_currently VARCHAR, callsign VARCHAR) |
SELECT COUNT(no_in_season) FROM table_23528223_2 WHERE us_viewers__millions_ = "13.54" | How many season numbers are there for the episode seen by 13.54 million people in the US? | CREATE TABLE table_23528223_2 (no_in_season VARCHAR, us_viewers__millions_ VARCHAR) |
SELECT kansas_state_vs FROM table_name_85 WHERE current_streak = "w 2" AND games_played = "31" | What kansas vs. that has w 2 as the current streak, and 31 as games played? | CREATE TABLE table_name_85 (kansas_state_vs VARCHAR, current_streak VARCHAR, games_played VARCHAR) |
SELECT COUNT(date) FROM table_10725629_2 WHERE circuit = "Michigan International Speedway" | On how many dates did the Michigan International Speedway hold a round? | CREATE TABLE table_10725629_2 (date VARCHAR, circuit VARCHAR) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.