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