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