combined_text
stringlengths
106
1.05k
###question:Name the most households###answer:SELECT MAX(households) FROM table_21310575_2###context:CREATE TABLE table_21310575_2 (households INTEGER)
###question:When 0 - 1 barbiero 78' is the score how many measurements of attendance are there?###answer:SELECT COUNT(attendance) FROM table_21377473_7 WHERE score = "0 - 1 Barbiero 78'"###context:CREATE TABLE table_21377473_7 (attendance VARCHAR, score VARCHAR)
###question:When 3 - 1 hughes 64' is the score what is the stadium?###answer:SELECT stadium FROM table_21377473_7 WHERE score = "3 - 1 Hughes 64'"###context:CREATE TABLE table_21377473_7 (stadium VARCHAR, score VARCHAR)
###question:When 1 - 1 leckie 90+3' is the score what is the stadium?###answer:SELECT stadium FROM table_21377473_7 WHERE score = "1 - 1 Leckie 90+3'"###context:CREATE TABLE table_21377473_7 (stadium VARCHAR, score VARCHAR)
###question:What date did Adriano Buzaid have the pole position?###answer:SELECT date FROM table_21373283_3 WHERE pole_position = "Adriano Buzaid"###context:CREATE TABLE table_21373283_3 (date VARCHAR, pole_position VARCHAR)
###question:What is the winning team at Oulton Park when Max Chilton held the pole position?###answer:SELECT winning_team FROM table_21373283_3 WHERE pole_position = "Max Chilton" AND circuit = "Oulton Park"###context:CREATE TABLE table_21373283_3 (winning_team VARCHAR, pole_position VARCHAR, circuit VARCHAR)
###question:What date did Renger Van Der Zande have the pole position at Donington Park?###answer:SELECT date FROM table_21373283_3 WHERE pole_position = "Renger van der Zande" AND circuit = "Donington Park"###context:CREATE TABLE table_21373283_3 (date VARCHAR, pole_position VARCHAR, circuit VARCHAR)
###question:Name the regular season for 2005###answer:SELECT regular_season FROM table_2139111_1 WHERE year = 2005###context:CREATE TABLE table_2139111_1 (regular_season VARCHAR, year VARCHAR)
###question:When nº is 3, what are all the ministires?###answer:SELECT COUNT(ministries) FROM table_21422977_1 WHERE nº = 3###context:CREATE TABLE table_21422977_1 (ministries VARCHAR, nº VARCHAR)
###question:When nº is 3, what are all the coaliton parties?###answer:SELECT coalition_parties FROM table_21422977_1 WHERE nº = 3###context:CREATE TABLE table_21422977_1 (coalition_parties VARCHAR, nº VARCHAR)
###question:What is the most amount of ministries?###answer:SELECT MAX(ministries) FROM table_21422977_1###context:CREATE TABLE table_21422977_1 (ministries INTEGER)
###question:What is the ministries number when duration is 4 years, 4 days (1,465 days)?###answer:SELECT ministries FROM table_21422977_2 WHERE duration = "4 years, 4 days (1,465 days)"###context:CREATE TABLE table_21422977_2 (ministries VARCHAR, duration VARCHAR)
###question:How many ministers are there when the cabinet (nickname) is Steingrímur Hermannsson III?###answer:SELECT ministers FROM table_21422977_2 WHERE cabinet__nickname_ = "Steingrímur Hermannsson III"###context:CREATE TABLE table_21422977_2 (ministers VARCHAR, cabinet__nickname_ VARCHAR)
###question:What is the duration for no 33?###answer:SELECT duration FROM table_21422977_2 WHERE nº = 33###context:CREATE TABLE table_21422977_2 (duration VARCHAR, nº VARCHAR)
###question:When 1 is the number what episodes were used?###answer:SELECT episodes_used FROM table_2144389_9 WHERE _number = 1###context:CREATE TABLE table_2144389_9 (episodes_used VARCHAR, _number VARCHAR)
###question:When 七色アーチ is the japanese title what is the japanese translation?###answer:SELECT japanese_translation FROM table_2144389_9 WHERE japanese_title = "七色アーチ"###context:CREATE TABLE table_2144389_9 (japanese_translation VARCHAR, japanese_title VARCHAR)
###question:When 5 is the number what is the japanese title?###answer:SELECT japanese_title FROM table_2144389_9 WHERE _number = 5###context:CREATE TABLE table_2144389_9 (japanese_title VARCHAR, _number VARCHAR)
###question:When momoiro clover z is the vocalist how many japanese titles are there?###answer:SELECT COUNT(japanese_title) FROM table_2144389_9 WHERE vocalist = "Momoiro Clover Z"###context:CREATE TABLE table_2144389_9 (japanese_title VARCHAR, vocalist VARCHAR)
###question:When momoiro clover z is the vocalist what is the japanese translation?###answer:SELECT japanese_translation FROM table_2144389_9 WHERE vocalist = "Momoiro Clover Z"###context:CREATE TABLE table_2144389_9 (japanese_translation VARCHAR, vocalist VARCHAR)
###question:When pokémon ieru kana? bw is the romaji who is the vocalist?###answer:SELECT vocalist FROM table_2144389_9 WHERE rōmaji = "Pokémon ieru kana? BW"###context:CREATE TABLE table_2144389_9 (vocalist VARCHAR, rōmaji VARCHAR)
###question:Name the miles for jeff gordon###answer:SELECT miles__km_ FROM table_2144863_1 WHERE driver = "Jeff Gordon"###context:CREATE TABLE table_2144863_1 (miles__km_ VARCHAR, driver VARCHAR)
###question:Name the laps for ryan newman###answer:SELECT laps FROM table_2144863_1 WHERE driver = "Ryan Newman"###context:CREATE TABLE table_2144863_1 (laps VARCHAR, driver VARCHAR)
###question:What is the theme of the song by Soul Brothers Six###answer:SELECT theme FROM table_21501518_1 WHERE original_artist = "Soul Brothers Six"###context:CREATE TABLE table_21501518_1 (theme VARCHAR, original_artist VARCHAR)
###question:Which week is the theme First Solo###answer:SELECT week__number FROM table_21501518_1 WHERE theme = "First Solo"###context:CREATE TABLE table_21501518_1 (week__number VARCHAR, theme VARCHAR)
###question:Which week is the theme n/a###answer:SELECT week__number FROM table_21501518_1 WHERE theme = "N/A"###context:CREATE TABLE table_21501518_1 (week__number VARCHAR, theme VARCHAR)
###question:How many total songs has the order #1###answer:SELECT COUNT(song_choice) FROM table_21501518_1 WHERE order__number = "1"###context:CREATE TABLE table_21501518_1 (song_choice VARCHAR, order__number VARCHAR)
###question:Which order #1 has a result of bottom 2###answer:SELECT order__number FROM table_21501518_1 WHERE result = "Bottom 2"###context:CREATE TABLE table_21501518_1 (order__number VARCHAR, result VARCHAR)
###question:Whats the song of name with an original artist Garth Brooks###answer:SELECT song_choice FROM table_21501518_1 WHERE original_artist = "Garth Brooks"###context:CREATE TABLE table_21501518_1 (song_choice VARCHAR, original_artist VARCHAR)
###question:What was the date when Terry McAuliffe won 19%?###answer:SELECT dates_administered FROM table_21535453_1 WHERE terry_mcauliffe = "19%"###context:CREATE TABLE table_21535453_1 (dates_administered VARCHAR, terry_mcauliffe VARCHAR)
###question:What was the source of the poll that gave McAuliffe 30% on June 8?###answer:SELECT source FROM table_21535453_1 WHERE terry_mcauliffe = "30%" AND dates_administered = "June 8"###context:CREATE TABLE table_21535453_1 (source VARCHAR, terry_mcauliffe VARCHAR, dates_administered VARCHAR)
###question:What was Brian Moran's tally in the Survey USA poll where Creigh Deeds had 26%?###answer:SELECT brian_moran FROM table_21535453_1 WHERE source = "Survey USA" AND creigh_deeds = "26%"###context:CREATE TABLE table_21535453_1 (brian_moran VARCHAR, source VARCHAR, creigh_deeds VARCHAR)
###question:What source showed Brian Moran at 19%?###answer:SELECT source FROM table_21535453_1 WHERE brian_moran = "19%"###context:CREATE TABLE table_21535453_1 (source VARCHAR, brian_moran VARCHAR)
###question:What was Brian Moran's share of the votes when Creigh Deeds had 30%?###answer:SELECT brian_moran FROM table_21535453_1 WHERE creigh_deeds = "30%"###context:CREATE TABLE table_21535453_1 (brian_moran VARCHAR, creigh_deeds VARCHAR)
###question:What source gave 26% of the votes to Brian Moran?###answer:SELECT source FROM table_21535453_1 WHERE brian_moran = "26%"###context:CREATE TABLE table_21535453_1 (source VARCHAR, brian_moran VARCHAR)
###question:How many insurgents have 602 as the total per period?###answer:SELECT MAX(insurgents) FROM table_21636599_1 WHERE total_per_period = 602###context:CREATE TABLE table_21636599_1 (insurgents INTEGER, total_per_period VARCHAR)
###question:How many security forces?###answer:SELECT MAX(security_forces) FROM table_21636599_1###context:CREATE TABLE table_21636599_1 (security_forces INTEGER)
###question:How many insurgents have 2003 as a period?###answer:SELECT COUNT(insurgents) FROM table_21636599_1 WHERE period = "2003"###context:CREATE TABLE table_21636599_1 (insurgents VARCHAR, period VARCHAR)
###question:What position did he finish in the year his average start was 16.8?###answer:SELECT position FROM table_2169966_2 WHERE avg_start = "16.8"###context:CREATE TABLE table_2169966_2 (position VARCHAR, avg_start VARCHAR)
###question:What were his winnings when he had 14 top 10s?###answer:SELECT winnings FROM table_2169966_2 WHERE top_10 = 14###context:CREATE TABLE table_2169966_2 (winnings VARCHAR, top_10 VARCHAR)
###question:How many years did he have an average start of 20.7?###answer:SELECT COUNT(avg_finish) FROM table_2169966_2 WHERE avg_start = "20.7"###context:CREATE TABLE table_2169966_2 (avg_finish VARCHAR, avg_start VARCHAR)
###question:What was his average finish when his average start was 27.7?###answer:SELECT avg_finish FROM table_2169966_2 WHERE avg_start = "27.7"###context:CREATE TABLE table_2169966_2 (avg_finish VARCHAR, avg_start VARCHAR)
###question:What is the ISIN that has a coupon of 1.02 and a value issued of 447,000,000?###answer:SELECT isin FROM table_21692771_1 WHERE coupon = "1.02" AND amount_issued_[€] = "447,000,000"###context:CREATE TABLE table_21692771_1 (isin VARCHAR, coupon VARCHAR, amount_issued_ VARCHAR, € VARCHAR)
###question:What is the ISIN that has an amount issued of 223,000,000?###answer:SELECT isin FROM table_21692771_1 WHERE amount_issued_[€] = "223,000,000"###context:CREATE TABLE table_21692771_1 (isin VARCHAR, amount_issued_ VARCHAR, € VARCHAR)
###question:What is the maturity that has a coupon of exactly 0.726?###answer:SELECT maturity FROM table_21692771_1 WHERE coupon = "0.726"###context:CREATE TABLE table_21692771_1 (maturity VARCHAR, coupon VARCHAR)
###question:What is the coupon that has an issuer of Commerzbank AG?###answer:SELECT coupon FROM table_21692771_1 WHERE issuer = "COMMERZBANK AG"###context:CREATE TABLE table_21692771_1 (coupon VARCHAR, issuer VARCHAR)
###question:What is the maturity date of the ISIN labeled DE000A0BVBN3?###answer:SELECT maturity FROM table_21692771_1 WHERE isin = "DE000A0BVBN3"###context:CREATE TABLE table_21692771_1 (maturity VARCHAR, isin VARCHAR)
###question:What is the ISIN associated with the maturity date of 3/11/2011?###answer:SELECT isin FROM table_21692771_1 WHERE maturity = "3/11/2011"###context:CREATE TABLE table_21692771_1 (isin VARCHAR, maturity VARCHAR)
###question:What was the report when the average speed (mph) was 87.599?###answer:SELECT report FROM table_2175685_1 WHERE average_speed__mph_ = "87.599"###context:CREATE TABLE table_2175685_1 (report VARCHAR, average_speed__mph_ VARCHAR)
###question:What team won when the race time was 3:12:30?###answer:SELECT team FROM table_2175685_1 WHERE race_time = "3:12:30"###context:CREATE TABLE table_2175685_1 (team VARCHAR, race_time VARCHAR)
###question:How many miles (km) were driven when the average speed (mph) was 103.145?###answer:SELECT miles__km_ FROM table_2175685_1 WHERE average_speed__mph_ = "103.145"###context:CREATE TABLE table_2175685_1 (miles__km_ VARCHAR, average_speed__mph_ VARCHAR)
###question:If the position is 12th, what was the series?###answer:SELECT series FROM table_21795846_1 WHERE position = "12th"###context:CREATE TABLE table_21795846_1 (series VARCHAR, position VARCHAR)
###question:If the position is 9th, what is the total podiums number?###answer:SELECT COUNT(podiums) FROM table_21795846_1 WHERE position = "9th"###context:CREATE TABLE table_21795846_1 (podiums VARCHAR, position VARCHAR)
###question:If there is 16 points, what was the position? ###answer:SELECT position FROM table_21795846_1 WHERE points = 16###context:CREATE TABLE table_21795846_1 (position VARCHAR, points VARCHAR)
###question:What is the point total for the Formula Renault 2.0 Italy series?###answer:SELECT COUNT(points) FROM table_21795650_1 WHERE series = "Formula Renault 2.0 Italy"###context:CREATE TABLE table_21795650_1 (points VARCHAR, series VARCHAR)
###question:What is the minimum number of f/laps in the Italian Formula Renault 2.0 Winter Series?###answer:SELECT MIN(f_laps) FROM table_21795650_1 WHERE series = "Italian Formula Renault 2.0 Winter series"###context:CREATE TABLE table_21795650_1 (f_laps INTEGER, series VARCHAR)
###question:How many poles were there in the Italian Formula Renault 2.0 Winter Series?###answer:SELECT poles FROM table_21795650_1 WHERE series = "Italian Formula Renault 2.0 Winter series"###context:CREATE TABLE table_21795650_1 (poles VARCHAR, series VARCHAR)
###question:How many podiums were there in the Italian Formula Renault 2.0 Winter Series?###answer:SELECT podiums FROM table_21795650_1 WHERE series = "Italian Formula Renault 2.0 Winter series"###context:CREATE TABLE table_21795650_1 (podiums VARCHAR, series VARCHAR)
###question:What was the highest position for the person who performed in 16 races?###answer:SELECT position FROM table_21795650_1 WHERE races = 16###context:CREATE TABLE table_21795650_1 (position VARCHAR, races VARCHAR)
###question:What team had 4 podiums?###answer:SELECT team FROM table_21795650_1 WHERE podiums = 4###context:CREATE TABLE table_21795650_1 (team VARCHAR, podiums VARCHAR)
###question:Name the year for is my magic###answer:SELECT year__ceremony_ FROM table_21790203_1 WHERE film_title_used_in_nomination = "My Magic"###context:CREATE TABLE table_21790203_1 (year__ceremony_ VARCHAR, film_title_used_in_nomination VARCHAR)
###question:Name the year for japanese###answer:SELECT year__ceremony_ FROM table_21790203_1 WHERE language_s_ = "Japanese"###context:CREATE TABLE table_21790203_1 (year__ceremony_ VARCHAR, language_s_ VARCHAR)
###question:Name the result for already famous###answer:SELECT result FROM table_21790203_1 WHERE film_title_used_in_nomination = "Already Famous"###context:CREATE TABLE table_21790203_1 (result VARCHAR, film_title_used_in_nomination VARCHAR)
###question:Name the result for japanese###answer:SELECT result FROM table_21790203_1 WHERE language_s_ = "Japanese"###context:CREATE TABLE table_21790203_1 (result VARCHAR, language_s_ VARCHAR)
###question:What was the best top five result when the average start is 28.5? ###answer:SELECT MAX(top_5) FROM table_2182573_2 WHERE avg_start = "28.5"###context:CREATE TABLE table_2182573_2 (top_5 INTEGER, avg_start VARCHAR)
###question:What was the average finish in 2007?###answer:SELECT avg_finish FROM table_2182573_2 WHERE year = 2007###context:CREATE TABLE table_2182573_2 (avg_finish VARCHAR, year VARCHAR)
###question:How many poles were there in 1996?###answer:SELECT MIN(poles) FROM table_2182573_2 WHERE year = 1996###context:CREATE TABLE table_2182573_2 (poles INTEGER, year VARCHAR)
###question:With team #21/#07 ss-green light racing, what was the average finish number?###answer:SELECT avg_finish FROM table_2190919_3 WHERE team_s_ = "#21/#07 SS-Green Light Racing"###context:CREATE TABLE table_2190919_3 (avg_finish VARCHAR, team_s_ VARCHAR)
###question:What was the maximum amount of the poles?###answer:SELECT MAX(poles) FROM table_2190919_3###context:CREATE TABLE table_2190919_3 (poles INTEGER)
###question:If the average start is 11.8, what was the team name?###answer:SELECT team_s_ FROM table_2190919_3 WHERE avg_start = "11.8"###context:CREATE TABLE table_2190919_3 (team_s_ VARCHAR, avg_start VARCHAR)
###question:If the winnings was $250,667, what is the top 5 total number?###answer:SELECT COUNT(top_5) FROM table_2190919_3 WHERE winnings = "$250,667"###context:CREATE TABLE table_2190919_3 (top_5 VARCHAR, winnings VARCHAR)
###question:With an average finish of 29.0, what was the average start?###answer:SELECT avg_start FROM table_2190919_3 WHERE avg_finish = "29.0"###context:CREATE TABLE table_2190919_3 (avg_start VARCHAR, avg_finish VARCHAR)
###question:what is the total number of reasons for change where the date the successor was seated is june 8, 1876?###answer:SELECT COUNT(reason_for_change) FROM table_2192067_4 WHERE date_successor_seated = "June 8, 1876"###context:CREATE TABLE table_2192067_4 (reason_for_change VARCHAR, date_successor_seated VARCHAR)
###question:what is the reason for change where the date the successor was seated was july 28, 1876?###answer:SELECT reason_for_change FROM table_2192067_4 WHERE date_successor_seated = "July 28, 1876"###context:CREATE TABLE table_2192067_4 (reason_for_change VARCHAR, date_successor_seated VARCHAR)
###question:what is the district where the vacator is vacant?###answer:SELECT district FROM table_2192067_4 WHERE vacator = "Vacant"###context:CREATE TABLE table_2192067_4 (district VARCHAR, vacator VARCHAR)
###question:Who was the manufacturer for Matt Kenseth on March 7?###answer:SELECT manufacturer FROM table_2196127_1 WHERE driver = "Matt Kenseth" AND date = "March 7"###context:CREATE TABLE table_2196127_1 (manufacturer VARCHAR, driver VARCHAR, date VARCHAR)
###question:What was the average speed for a racetime of 3:08:08?###answer:SELECT average_speed__mph_ FROM table_2196127_1 WHERE race_time = "3:08:08"###context:CREATE TABLE table_2196127_1 (average_speed__mph_ VARCHAR, race_time VARCHAR)
###question:How many laps were there in 2002?###answer:SELECT laps FROM table_2196127_1 WHERE year = "2002"###context:CREATE TABLE table_2196127_1 (laps VARCHAR, year VARCHAR)
###question:How many numbers were recorded under miles for the 3:00:46 race time?###answer:SELECT COUNT(miles__km_) FROM table_2196127_1 WHERE race_time = "3:00:46"###context:CREATE TABLE table_2196127_1 (miles__km_ VARCHAR, race_time VARCHAR)
###question:What was the race time for Jeff Gordon?###answer:SELECT race_time FROM table_2196127_1 WHERE driver = "Jeff Gordon"###context:CREATE TABLE table_2196127_1 (race_time VARCHAR, driver VARCHAR)
###question:What is the latest year?###answer:SELECT MAX(year) FROM table_2199290_1###context:CREATE TABLE table_2199290_1 (year INTEGER)
###question:What is every total for the University of the Cordilleras UC Dance Squad?###answer:SELECT total FROM table_21995420_6 WHERE school = "University of the Cordilleras UC Dance Squad"###context:CREATE TABLE table_21995420_6 (total VARCHAR, school VARCHAR)
###question:What is every school with basic elements of 52?###answer:SELECT school FROM table_21995420_6 WHERE basic_elements = 52###context:CREATE TABLE table_21995420_6 (school VARCHAR, basic_elements VARCHAR)
###question:How many stunts have a total of 201.5?###answer:SELECT COUNT(stunts) FROM table_21995420_6 WHERE total = "201.5"###context:CREATE TABLE table_21995420_6 (stunts VARCHAR, total VARCHAR)
###question:What is every school with stunts of 48?###answer:SELECT school FROM table_21995420_6 WHERE stunts = "48"###context:CREATE TABLE table_21995420_6 (school VARCHAR, stunts VARCHAR)
###question:What is every deduction for pyramids of 49?###answer:SELECT deductions FROM table_21995420_6 WHERE pyramids = "49"###context:CREATE TABLE table_21995420_6 (deductions VARCHAR, pyramids VARCHAR)
###question:In what year was the partner Wesley Moodie?###answer:SELECT MAX(year) FROM table_2199290_2 WHERE partner = "Wesley Moodie"###context:CREATE TABLE table_2199290_2 (year INTEGER, partner VARCHAR)
###question:What was the outcome when the final score was 7–6(9), 7–6(1)?###answer:SELECT outcome FROM table_2199290_2 WHERE score_in_the_final = "7–6(9), 7–6(1)"###context:CREATE TABLE table_2199290_2 (outcome VARCHAR, score_in_the_final VARCHAR)
###question:What are the scores in matches against Tony Roche?###answer:SELECT score_in_the_final FROM table_2201724_1 WHERE opponent_in_the_final = "Tony Roche"###context:CREATE TABLE table_2201724_1 (score_in_the_final VARCHAR, opponent_in_the_final VARCHAR)
###question:Which championship has a final score of 3–6, 4–6, 2–6?###answer:SELECT championship FROM table_2201724_1 WHERE score_in_the_final = "3–6, 4–6, 2–6"###context:CREATE TABLE table_2201724_1 (championship VARCHAR, score_in_the_final VARCHAR)
###question:What is Fred Stolle's final year of competing in a championship? ###answer:SELECT MAX(year) FROM table_2201724_1###context:CREATE TABLE table_2201724_1 (year INTEGER)
###question:List the total number of years that have a score of 3–6, 4–6, 2–6.###answer:SELECT COUNT(year) FROM table_2201724_1 WHERE score_in_the_final = "3–6, 4–6, 2–6"###context:CREATE TABLE table_2201724_1 (year VARCHAR, score_in_the_final VARCHAR)
###question:List the final score of Wimbledon (2/2).###answer:SELECT score_in_the_final FROM table_2201724_1 WHERE championship = "Wimbledon (2/2)"###context:CREATE TABLE table_2201724_1 (score_in_the_final VARCHAR, championship VARCHAR)
###question:What is the winner in event number 15h?###answer:SELECT winner FROM table_22050544_1 WHERE event__number = "15H"###context:CREATE TABLE table_22050544_1 (winner VARCHAR, event__number VARCHAR)
###question:Who is the winner with an elapsed time of 12 h 42 min?###answer:SELECT winner FROM table_22050544_1 WHERE elapsed_time = "12 h 42 min"###context:CREATE TABLE table_22050544_1 (winner VARCHAR, elapsed_time VARCHAR)
###question:What is the prize for the elapsed time of 10 h 10 min?###answer:SELECT prize FROM table_22050544_1 WHERE elapsed_time = "10 h 10 min"###context:CREATE TABLE table_22050544_1 (prize VARCHAR, elapsed_time VARCHAR)
###question:Who is the winner of event # 1h and dateca is Apr 2?###answer:SELECT winner FROM table_22050544_1 WHERE dateca = "Apr 2" AND event__number = "1H"###context:CREATE TABLE table_22050544_1 (winner VARCHAR, dateca VARCHAR, event__number VARCHAR)
###question:What is the event # when the winner is what is 7x6?###answer:SELECT event__number FROM table_22050544_1 WHERE winner = "what is 7x6"###context:CREATE TABLE table_22050544_1 (event__number VARCHAR, winner VARCHAR)
###question:Which positions are the poles 2?###answer:SELECT position FROM table_22056184_1 WHERE poles = 2###context:CREATE TABLE table_22056184_1 (position VARCHAR, poles VARCHAR)
###question:How many positions have f/laps of 1 and british formula three series?###answer:SELECT COUNT(position) FROM table_22056184_1 WHERE f_laps = 1 AND series = "British Formula Three"###context:CREATE TABLE table_22056184_1 (position VARCHAR, f_laps VARCHAR, series VARCHAR)
###question:Which position has 9 podiums?###answer:SELECT position FROM table_22056184_1 WHERE podiums = 9###context:CREATE TABLE table_22056184_1 (position VARCHAR, podiums VARCHAR)