combined_text
stringlengths
106
1.05k
###question:What is the group a winner for modena?###answer:SELECT group_a_winner FROM table_1137142_1 WHERE group_b_winner = "Modena"###context:CREATE TABLE table_1137142_1 (group_a_winner VARCHAR, group_b_winner VARCHAR)
###question:What is the group a winner for vis pesaro?###answer:SELECT group_a_winner FROM table_1137142_1 WHERE group_c_winner = "Vis Pesaro"###context:CREATE TABLE table_1137142_1 (group_a_winner VARCHAR, group_c_winner VARCHAR)
###question:What group a winner was for nocerina?###answer:SELECT group_a_winner FROM table_1137142_1 WHERE group_d_winner = "Nocerina"###context:CREATE TABLE table_1137142_1 (group_a_winner VARCHAR, group_d_winner VARCHAR)
###question:What was the group d winner for modena?###answer:SELECT group_d_winner FROM table_1137142_1 WHERE group_b_winner = "Modena"###context:CREATE TABLE table_1137142_1 (group_d_winner VARCHAR, group_b_winner VARCHAR)
###question:Who had the fastest lap at the brazilian grand prix?###answer:SELECT fastest_lap FROM table_1137695_3 WHERE grand_prix = "Brazilian grand_prix"###context:CREATE TABLE table_1137695_3 (fastest_lap VARCHAR, grand_prix VARCHAR)
###question:Who was on the pole position at the monaco grand prix?###answer:SELECT pole_position FROM table_1137695_3 WHERE grand_prix = "Monaco grand_prix"###context:CREATE TABLE table_1137695_3 (pole_position VARCHAR, grand_prix VARCHAR)
###question:Who was the winning driver when Michael Schumacher had the pole and the fastest lap?###answer:SELECT winning_driver FROM table_1137695_3 WHERE fastest_lap = "Michael Schumacher" AND pole_position = "Michael Schumacher"###context:CREATE TABLE table_1137695_3 (winning_driver VARCHAR, fastest_lap VARCHAR, pole...
###question:what are all the location where date is 5 april###answer:SELECT location FROM table_1137704_2 WHERE date = "5 April"###context:CREATE TABLE table_1137704_2 (location VARCHAR, date VARCHAR)
###question:what are all the pole position where date is 26 july###answer:SELECT pole_position FROM table_1137704_2 WHERE date = "26 July"###context:CREATE TABLE table_1137704_2 (pole_position VARCHAR, date VARCHAR)
###question:who are all the winning constructors where fastest lap is riccardo patrese and location is interlagos###answer:SELECT winning_constructor FROM table_1137704_2 WHERE fastest_lap = "Riccardo Patrese" AND location = "Interlagos"###context:CREATE TABLE table_1137704_2 (winning_constructor VARCHAR, fastest_lap V...
###question:what are all the report where winning constructor is williams - renault and grand prix is south african grand prix###answer:SELECT report FROM table_1137704_2 WHERE winning_constructor = "Williams - Renault" AND grand_prix = "South African grand_prix"###context:CREATE TABLE table_1137704_2 (report VARCHAR, ...
###question:whatthe minimum round where grand prix is german grand prix###answer:SELECT MIN(round) FROM table_1137704_2 WHERE grand_prix = "German grand_prix"###context:CREATE TABLE table_1137704_2 (round INTEGER, grand_prix VARCHAR)
###question:what of the total number of date where grand prix is portuguese grand prix###answer:SELECT COUNT(date) FROM table_1137704_2 WHERE grand_prix = "Portuguese grand_prix"###context:CREATE TABLE table_1137704_2 (date VARCHAR, grand_prix VARCHAR)
###question:What is the number of pole position with a round of 15?###answer:SELECT COUNT(pole_position) FROM table_1137707_2 WHERE round = 15###context:CREATE TABLE table_1137707_2 (pole_position VARCHAR, round VARCHAR)
###question:What is the date of the circuit gilles villeneuve?###answer:SELECT date FROM table_1137707_2 WHERE location = "Circuit Gilles Villeneuve"###context:CREATE TABLE table_1137707_2 (date VARCHAR, location VARCHAR)
###question:What is the location of thierry boutsen?###answer:SELECT location FROM table_1137707_2 WHERE fastest_lap = "Thierry Boutsen"###context:CREATE TABLE table_1137707_2 (location VARCHAR, fastest_lap VARCHAR)
###question:Who had the pole position at the German Grand Prix?###answer:SELECT pole_position FROM table_1137718_2 WHERE grand_prix = "German grand_prix"###context:CREATE TABLE table_1137718_2 (pole_position VARCHAR, grand_prix VARCHAR)
###question:Which rd. occurred on 22 October?###answer:SELECT MIN(rd) FROM table_1137718_2 WHERE date = "22 October"###context:CREATE TABLE table_1137718_2 (rd INTEGER, date VARCHAR)
###question:Who was the winning driver on 13 August?###answer:SELECT winning_driver FROM table_1137718_2 WHERE date = "13 August"###context:CREATE TABLE table_1137718_2 (winning_driver VARCHAR, date VARCHAR)
###question:What was the fastest lap at the Mexican Grand Prix?###answer:SELECT fastest_lap FROM table_1137718_2 WHERE grand_prix = "Mexican grand_prix"###context:CREATE TABLE table_1137718_2 (fastest_lap VARCHAR, grand_prix VARCHAR)
###question:Which rd. took place at Hockenheimring?###answer:SELECT MIN(rd) FROM table_1137718_2 WHERE location = "Hockenheimring"###context:CREATE TABLE table_1137718_2 (rd INTEGER, location VARCHAR)
###question:How many drivers had the fastest lap at Silverstone?###answer:SELECT COUNT(fastest_lap) FROM table_1137718_2 WHERE location = "Silverstone"###context:CREATE TABLE table_1137718_2 (fastest_lap VARCHAR, location VARCHAR)
###question:What is the percentage of Android use when Windows is 1.15%?###answer:SELECT android FROM table_11381701_3 WHERE windows = "1.15%"###context:CREATE TABLE table_11381701_3 (android VARCHAR, windows VARCHAR)
###question:On which dates was the value of Bada 0.05%?###answer:SELECT date FROM table_11381701_3 WHERE bada = "0.05%"###context:CREATE TABLE table_11381701_3 (date VARCHAR, bada VARCHAR)
###question:When the value of "other" is 0.7%, what is the percentage for Windows?###answer:SELECT windows FROM table_11381701_3 WHERE other = "0.7%"###context:CREATE TABLE table_11381701_3 (windows VARCHAR, other VARCHAR)
###question:When Symbian/Series 40 is 0.40%, what is the percentage of "other"?###answer:SELECT other FROM table_11381701_3 WHERE symbian___series_40 = "0.40%"###context:CREATE TABLE table_11381701_3 (other VARCHAR, symbian___series_40 VARCHAR)
###question:Which source shows Blackberry at 2.9%?###answer:SELECT source FROM table_11381701_3 WHERE blackberry = "2.9%"###context:CREATE TABLE table_11381701_3 (source VARCHAR, blackberry VARCHAR)
###question:Which colleges have the english abbreviation MTC?###answer:SELECT english_name FROM table_11390711_4 WHERE abbreviation = "MTC"###context:CREATE TABLE table_11390711_4 (english_name VARCHAR, abbreviation VARCHAR)
###question:What is the Japanese orthography for the English name National Farmers Academy?###answer:SELECT japanese_orthography FROM table_11390711_4 WHERE english_name = "National Farmers Academy"###context:CREATE TABLE table_11390711_4 (japanese_orthography VARCHAR, english_name VARCHAR)
###question:What is the abbreviation for the college pronounced "kōkū daigakkō"?###answer:SELECT abbreviation FROM table_11390711_4 WHERE pronouciation = "Kōkū Daigakkō"###context:CREATE TABLE table_11390711_4 (abbreviation VARCHAR, pronouciation VARCHAR)
###question:How many providers were founded in 1964?###answer:SELECT COUNT(provider_iai_) FROM table_11390711_4 WHERE foundation = 1964###context:CREATE TABLE table_11390711_4 (provider_iai_ VARCHAR, foundation VARCHAR)
###question:What is the Japanese orthography for National Fisheries University?###answer:SELECT japanese_orthography FROM table_11390711_4 WHERE english_name = "National Fisheries University"###context:CREATE TABLE table_11390711_4 (japanese_orthography VARCHAR, english_name VARCHAR)
###question:What is the minimum number for the half marathon (womens)?###answer:SELECT MIN(Half) AS marathon__womens_ FROM table_11391954_3###context:CREATE TABLE table_11391954_3 (Half INTEGER)
###question:Whatis the total number of half marathon (mens) that represented kazakhstan?###answer:SELECT COUNT(Half) AS marathon__mens_ FROM table_11391954_3 WHERE country = "Kazakhstan"###context:CREATE TABLE table_11391954_3 (Half VARCHAR, country VARCHAR)
###question:How many times is Moldova the winner of half marathon (womens)?###answer:SELECT COUNT(Half) AS marathon__womens_ FROM table_11391954_3 WHERE country = "Moldova"###context:CREATE TABLE table_11391954_3 (Half VARCHAR, country VARCHAR)
###question:What is the make of the car that won the brazilian grand prix?###answer:SELECT constructor FROM table_1139087_2 WHERE grand_prix = "Brazilian grand_prix"###context:CREATE TABLE table_1139087_2 (constructor VARCHAR, grand_prix VARCHAR)
###question:Who drove the fastest lap for round 8?###answer:SELECT fastest_lap FROM table_1139087_2 WHERE rd = 8###context:CREATE TABLE table_1139087_2 (fastest_lap VARCHAR, rd VARCHAR)
###question:What day was the grand prix in jerez?###answer:SELECT date FROM table_1139087_2 WHERE location = "Jerez"###context:CREATE TABLE table_1139087_2 (date VARCHAR, location VARCHAR)
###question:What event was in detroit?###answer:SELECT grand_prix FROM table_1139087_2 WHERE location = "Detroit"###context:CREATE TABLE table_1139087_2 (grand_prix VARCHAR, location VARCHAR)
###question:How many events did nigel mansell drive the fastest and a mclaren - honda win?###answer:SELECT COUNT(grand_prix) FROM table_1139087_2 WHERE constructor = "McLaren - Honda" AND fastest_lap = "Nigel Mansell"###context:CREATE TABLE table_1139087_2 (grand_prix VARCHAR, constructor VARCHAR, fastest_lap VARCHAR)
###question:What day is the french grand prix###answer:SELECT date FROM table_1139087_2 WHERE grand_prix = "French grand_prix"###context:CREATE TABLE table_1139087_2 (date VARCHAR, grand_prix VARCHAR)
###question: who is the winners where season result is 7th###answer:SELECT winners FROM table_1139835_3 WHERE season_result = "7th"###context:CREATE TABLE table_1139835_3 (winners VARCHAR, season_result VARCHAR)
###question: who is the winners where season result is 9th###answer:SELECT winners FROM table_1139835_3 WHERE season_result = "9th"###context:CREATE TABLE table_1139835_3 (winners VARCHAR, season_result VARCHAR)
###question: what's the grand finalist where winners is collingwood###answer:SELECT grand_finalist FROM table_1139835_3 WHERE winners = "Collingwood"###context:CREATE TABLE table_1139835_3 (grand_finalist VARCHAR, winners VARCHAR)
###question: who is the season result where margin is 51###answer:SELECT season_result FROM table_1139835_3 WHERE margin = 51###context:CREATE TABLE table_1139835_3 (season_result VARCHAR, margin VARCHAR)
###question: who is the grand finalist where scores is 11.11 (77) – 10.8 (68)###answer:SELECT grand_finalist FROM table_1139835_3 WHERE scores = "11.11 (77) – 10.8 (68)"###context:CREATE TABLE table_1139835_3 (grand_finalist VARCHAR, scores VARCHAR)
###question: who is the grand finalist where scores is 8.9 (57) – 7.12 (54)###answer:SELECT grand_finalist FROM table_1139835_3 WHERE scores = "8.9 (57) – 7.12 (54)"###context:CREATE TABLE table_1139835_3 (grand_finalist VARCHAR, scores VARCHAR)
###question:what was the crowd when the scores are 10.12 (72) – 8.11 (59)?###answer:SELECT MAX(crowd) FROM table_1139835_1 WHERE scores = "10.12 (72) – 8.11 (59)"###context:CREATE TABLE table_1139835_1 (crowd INTEGER, scores VARCHAR)
###question:what is the venue where the scores are 15.13 (103) – 8.4 (52)?###answer:SELECT venue FROM table_1139835_1 WHERE scores = "15.13 (103) – 8.4 (52)"###context:CREATE TABLE table_1139835_1 (venue VARCHAR, scores VARCHAR)
###question:what is the venue where the margin is 4?###answer:SELECT venue FROM table_1139835_1 WHERE margin = 4###context:CREATE TABLE table_1139835_1 (venue VARCHAR, margin VARCHAR)
###question:what is the crowd when the grand finalist was south melbourne?###answer:SELECT crowd FROM table_1139835_1 WHERE grand_finalist = "South Melbourne"###context:CREATE TABLE table_1139835_1 (crowd VARCHAR, grand_finalist VARCHAR)
###question:What was the date for monaco grand prix?###answer:SELECT date FROM table_1140067_2 WHERE race = "Monaco Grand Prix"###context:CREATE TABLE table_1140067_2 (date VARCHAR, race VARCHAR)
###question:What was the date for the pole position of alain prost?###answer:SELECT date FROM table_1140067_2 WHERE pole_position = "Alain Prost"###context:CREATE TABLE table_1140067_2 (date VARCHAR, pole_position VARCHAR)
###question:What is the race winer of the portuguese grand prix?###answer:SELECT race AS Winner FROM table_1140067_2 WHERE race = "Portuguese Grand Prix"###context:CREATE TABLE table_1140067_2 (race VARCHAR)
###question:what's the race winner with date being 12 june###answer:SELECT race AS Winner FROM table_1140074_2 WHERE date = "12 June"###context:CREATE TABLE table_1140074_2 (race VARCHAR, date VARCHAR)
###question:what's the constructor with location being hockenheimring###answer:SELECT constructor FROM table_1140074_2 WHERE location = "Hockenheimring"###context:CREATE TABLE table_1140074_2 (constructor VARCHAR, location VARCHAR)
###question:what's the race winner with location being jacarepaguá###answer:SELECT race AS Winner FROM table_1140074_2 WHERE location = "Jacarepaguá"###context:CREATE TABLE table_1140074_2 (race VARCHAR, location VARCHAR)
###question:what's the total number of race winner with rnd being 10###answer:SELECT COUNT(race) AS Winner FROM table_1140074_2 WHERE rnd = 10###context:CREATE TABLE table_1140074_2 (race VARCHAR, rnd VARCHAR)
###question:what's the pole position with location being hockenheimring###answer:SELECT pole_position FROM table_1140074_2 WHERE location = "Hockenheimring"###context:CREATE TABLE table_1140074_2 (pole_position VARCHAR, location VARCHAR)
###question:what's the report with rnd being 4###answer:SELECT report FROM table_1140074_2 WHERE rnd = 4###context:CREATE TABLE table_1140074_2 (report VARCHAR, rnd VARCHAR)
###question:What venue has an attendance of 30824 at Essendon in 1984?###answer:SELECT venue FROM table_1139835_9 WHERE premier = "Essendon" AND attendance = 30824###context:CREATE TABLE table_1139835_9 (venue VARCHAR, premier VARCHAR, attendance VARCHAR)
###question:What other venue was a runner up to Hawthorn?###answer:SELECT venue FROM table_1139835_9 WHERE runner_up = "Hawthorn"###context:CREATE TABLE table_1139835_9 (venue VARCHAR, runner_up VARCHAR)
###question:What is the other premiership when the runner up wis Geelong?###answer:SELECT premiership FROM table_1139835_9 WHERE runner_up = "Geelong"###context:CREATE TABLE table_1139835_9 (premiership VARCHAR, runner_up VARCHAR)
###question:Who are all the runner ups when the score is 9.12 (66) – 5.6 (36)?###answer:SELECT runner_up FROM table_1139835_9 WHERE score = "9.12 (66) – 5.6 (36)"###context:CREATE TABLE table_1139835_9 (runner_up VARCHAR, score VARCHAR)
###question:Who had the fastest lap in the race where Patrick Tambay was on the pole?###answer:SELECT fastest_lap FROM table_1140073_2 WHERE pole_position = "Patrick Tambay"###context:CREATE TABLE table_1140073_2 (fastest_lap VARCHAR, pole_position VARCHAR)
###question:What race had Nelson Piquet on the pole and was in Nürburgring?###answer:SELECT race FROM table_1140073_2 WHERE pole_position = "Nelson Piquet" AND location = "Nürburgring"###context:CREATE TABLE table_1140073_2 (race VARCHAR, pole_position VARCHAR, location VARCHAR)
###question:How many rounds did Patrick Tambay record the fastest lap?###answer:SELECT COUNT(rnd) FROM table_1140073_2 WHERE fastest_lap = "Patrick Tambay"###context:CREATE TABLE table_1140073_2 (rnd VARCHAR, fastest_lap VARCHAR)
###question:Which race is located in kyalami?###answer:SELECT race FROM table_1140073_2 WHERE location = "Kyalami"###context:CREATE TABLE table_1140073_2 (race VARCHAR, location VARCHAR)
###question:What is the fastest lap with pole position of gilles villeneuve?###answer:SELECT fastest_lap FROM table_1140077_2 WHERE pole_position = "Gilles Villeneuve"###context:CREATE TABLE table_1140077_2 (fastest_lap VARCHAR, pole_position VARCHAR)
###question:Who did the fastest lap in the dutch grand prix?###answer:SELECT fastest_lap FROM table_1140077_2 WHERE race = "Dutch Grand Prix"###context:CREATE TABLE table_1140077_2 (fastest_lap VARCHAR, race VARCHAR)
###question:What is the constructor for 9 May?###answer:SELECT constructor FROM table_1140076_2 WHERE date = "9 May"###context:CREATE TABLE table_1140076_2 (constructor VARCHAR, date VARCHAR)
###question:What is the pole position for the race with the fastest lap by Nelson Piquet and the constructor is Ferrari?###answer:SELECT pole_position FROM table_1140076_2 WHERE fastest_lap = "Nelson Piquet" AND constructor = "Ferrari"###context:CREATE TABLE table_1140076_2 (pole_position VARCHAR, fastest_lap VARCHAR, ...
###question:What is the report listed for the race in San Marino Grand Prix?###answer:SELECT report FROM table_1140076_2 WHERE race = "San Marino Grand Prix"###context:CREATE TABLE table_1140076_2 (report VARCHAR, race VARCHAR)
###question:Who was the constructor in the location Monza?###answer:SELECT constructor FROM table_1140076_2 WHERE location = "Monza"###context:CREATE TABLE table_1140076_2 (constructor VARCHAR, location VARCHAR)
###question:what's the report with location  österreichring###answer:SELECT report FROM table_1140080_2 WHERE location = "Österreichring"###context:CREATE TABLE table_1140080_2 (report VARCHAR, location VARCHAR)
###question:what's the report with race argentine grand prix###answer:SELECT report FROM table_1140080_2 WHERE race = "Argentine Grand Prix"###context:CREATE TABLE table_1140080_2 (report VARCHAR, race VARCHAR)
###question:what's the minimum rnd with race  italian grand prix###answer:SELECT MIN(rnd) FROM table_1140080_2 WHERE race = "Italian Grand Prix"###context:CREATE TABLE table_1140080_2 (rnd INTEGER, race VARCHAR)
###question:what's the total number of report with date  29 april###answer:SELECT COUNT(report) FROM table_1140080_2 WHERE date = "29 April"###context:CREATE TABLE table_1140080_2 (report VARCHAR, date VARCHAR)
###question:what's the race winner with constructor  renault###answer:SELECT race AS Winner FROM table_1140080_2 WHERE constructor = "Renault"###context:CREATE TABLE table_1140080_2 (race VARCHAR, constructor VARCHAR)
###question:what's the date with rnd  1###answer:SELECT date FROM table_1140080_2 WHERE rnd = 1###context:CREATE TABLE table_1140080_2 (date VARCHAR, rnd VARCHAR)
###question:How many days is the Monaco Grand Prix?###answer:SELECT COUNT(date) FROM table_1140083_2 WHERE race = "Monaco Grand Prix"###context:CREATE TABLE table_1140083_2 (date VARCHAR, race VARCHAR)
###question:How many rounds were won with James Hunt as pole position and John Watson as fastest lap?###answer:SELECT COUNT(rnd) FROM table_1140083_2 WHERE pole_position = "James Hunt" AND fastest_lap = "John Watson"###context:CREATE TABLE table_1140083_2 (rnd VARCHAR, pole_position VARCHAR, fastest_lap VARCHAR)
###question:The Dijon-prenois had how many fastest laps?###answer:SELECT COUNT(fastest_lap) FROM table_1140083_2 WHERE location = "Dijon-Prenois"###context:CREATE TABLE table_1140083_2 (fastest_lap VARCHAR, location VARCHAR)
###question:What was the constructor for round 15?###answer:SELECT constructor FROM table_1140083_2 WHERE rnd = 15###context:CREATE TABLE table_1140083_2 (constructor VARCHAR, rnd VARCHAR)
###question:Who won the Brands Hatch circuit?###answer:SELECT winning_driver FROM table_1140088_6 WHERE circuit = "Brands Hatch"###context:CREATE TABLE table_1140088_6 (winning_driver VARCHAR, circuit VARCHAR)
###question:Who constructed the I Italian Republic Grand Prix?###answer:SELECT constructor FROM table_1140088_6 WHERE race_name = "I Italian Republic Grand Prix"###context:CREATE TABLE table_1140088_6 (constructor VARCHAR, race_name VARCHAR)
###question:What race was held at Oulton Park?###answer:SELECT race_name FROM table_1140088_6 WHERE circuit = "Oulton Park"###context:CREATE TABLE table_1140088_6 (race_name VARCHAR, circuit VARCHAR)
###question:Did the I Brazilian Grand Prix have a report?###answer:SELECT report FROM table_1140088_6 WHERE race_name = "I Brazilian Grand Prix"###context:CREATE TABLE table_1140088_6 (report VARCHAR, race_name VARCHAR)
###question:what is the race where the pole position is niki lauda and the date is 27 april?###answer:SELECT race FROM table_1140085_2 WHERE pole_position = "Niki Lauda" AND date = "27 April"###context:CREATE TABLE table_1140085_2 (race VARCHAR, pole_position VARCHAR, date VARCHAR)
###question:what is the date where the constructor is ferrari and the location is anderstorp?###answer:SELECT date FROM table_1140085_2 WHERE constructor = "Ferrari" AND location = "Anderstorp"###context:CREATE TABLE table_1140085_2 (date VARCHAR, constructor VARCHAR, location VARCHAR)
###question:how many times is the pole position niki lauda and the race is monaco grand prix?###answer:SELECT COUNT(rnd) FROM table_1140085_2 WHERE pole_position = "Niki Lauda" AND race = "Monaco Grand Prix"###context:CREATE TABLE table_1140085_2 (rnd VARCHAR, pole_position VARCHAR, race VARCHAR)
###question:what is the report where the location is kyalami?###answer:SELECT report FROM table_1140085_2 WHERE location = "Kyalami"###context:CREATE TABLE table_1140085_2 (report VARCHAR, location VARCHAR)
###question:who is the pole position for the rnd 3###answer:SELECT pole_position FROM table_1140085_2 WHERE rnd = 3###context:CREATE TABLE table_1140085_2 (pole_position VARCHAR, rnd VARCHAR)
###question:what is the race where the fastest lap is by jean-pierre jarier?###answer:SELECT race FROM table_1140085_2 WHERE fastest_lap = "Jean-Pierre Jarier"###context:CREATE TABLE table_1140085_2 (race VARCHAR, fastest_lap VARCHAR)
###question:What circuit did Clay Regazzoni win?###answer:SELECT circuit FROM table_1140090_6 WHERE winning_driver = "Clay Regazzoni"###context:CREATE TABLE table_1140090_6 (circuit VARCHAR, winning_driver VARCHAR)
###question:What was the date when Chris Amon won?###answer:SELECT date FROM table_1140090_6 WHERE winning_driver = "Chris Amon"###context:CREATE TABLE table_1140090_6 (date VARCHAR, winning_driver VARCHAR)
###question:What circuit is the Vi Rhein-Pokalrennen race in?###answer:SELECT circuit FROM table_1140090_6 WHERE race_name = "VI Rhein-Pokalrennen"###context:CREATE TABLE table_1140090_6 (circuit VARCHAR, race_name VARCHAR)
###question:What date is listed at place 13###answer:SELECT date FROM table_1140103_6 WHERE _number = 13###context:CREATE TABLE table_1140103_6 (date VARCHAR, _number VARCHAR)
###question:What date has a solitudering circuit###answer:SELECT date FROM table_1140103_6 WHERE circuit = "Solitudering"###context:CREATE TABLE table_1140103_6 (date VARCHAR, circuit VARCHAR)
###question:How many dates have silverstone circuit###answer:SELECT COUNT(date) FROM table_1140103_6 WHERE circuit = "Silverstone"###context:CREATE TABLE table_1140103_6 (date VARCHAR, circuit VARCHAR)