question
stringlengths
12
244
context
stringlengths
27
489
answer
dict
How many teams have 7th position?
CREATE TABLE table_22056184_1 (team VARCHAR, position VARCHAR)
{ "SQL_Query": "SELECT COUNT(team) FROM table_22056184_1 WHERE position = \"7th\"" }
How many poles when British formula renault 2.0 series and f/laps 1?
CREATE TABLE table_22056184_1 (poles INTEGER, series VARCHAR, f_laps VARCHAR)
{ "SQL_Query": "SELECT MIN(poles) FROM table_22056184_1 WHERE series = \"British Formula Renault 2.0\" AND f_laps = 1" }
How many points when pole are 1?
CREATE TABLE table_22056184_1 (points VARCHAR, poles VARCHAR)
{ "SQL_Query": "SELECT points FROM table_22056184_1 WHERE poles = 1" }
how many wiaa classifications does fort vancouver high school have?
CREATE TABLE table_22058547_1 (wiaa_classification VARCHAR, high_school VARCHAR)
{ "SQL_Query": "SELECT COUNT(wiaa_classification) FROM table_22058547_1 WHERE high_school = \"Fort Vancouver\"" }
How many high schools have storm mascots?
CREATE TABLE table_22058547_1 (high_school VARCHAR, mascot VARCHAR)
{ "SQL_Query": "SELECT high_school FROM table_22058547_1 WHERE mascot = \"Storm\"" }
What wiaa classifications does vancouver itech prepratory have?
CREATE TABLE table_22058547_1 (wiaa_classification VARCHAR, high_school VARCHAR)
{ "SQL_Query": "SELECT wiaa_classification FROM table_22058547_1 WHERE high_school = \"Vancouver iTech Prepratory\"" }
What school classifications have trappers as mascot?
CREATE TABLE table_22058547_1 (type VARCHAR, mascot VARCHAR)
{ "SQL_Query": "SELECT type FROM table_22058547_1 WHERE mascot = \"Trappers\"" }
How many games were played in the 1989 season?
CREATE TABLE table_2208838_4 (played VARCHAR, season VARCHAR)
{ "SQL_Query": "SELECT played FROM table_2208838_4 WHERE season = \"1989\"" }
How many games were played by the player with 927 points?
CREATE TABLE table_2208838_4 (played VARCHAR, points VARCHAR)
{ "SQL_Query": "SELECT played FROM table_2208838_4 WHERE points = 927" }
Which team had an average of 20.4?
CREATE TABLE table_2208838_4 (team VARCHAR, average VARCHAR)
{ "SQL_Query": "SELECT team FROM table_2208838_4 WHERE average = \"20.4\"" }
What was the date of appointment for the 10th person in position?
CREATE TABLE table_22133191_3 (date_of_appointment VARCHAR, position_in_table VARCHAR)
{ "SQL_Query": "SELECT date_of_appointment FROM table_22133191_3 WHERE position_in_table = \"10th\"" }
What is the date of vacancy for the person that left because of end of caretaker contract?
CREATE TABLE table_22133191_3 (date_of_vacancy VARCHAR, manner_of_departure VARCHAR)
{ "SQL_Query": "SELECT date_of_vacancy FROM table_22133191_3 WHERE manner_of_departure = \"End of caretaker contract\"" }
How many prefectures have an area of 361.719 kilometers squared?
CREATE TABLE table_221398_1 (prefecture VARCHAR, area__km²_ VARCHAR)
{ "SQL_Query": "SELECT COUNT(prefecture) FROM table_221398_1 WHERE area__km²_ = \"361.719\"" }
What prefecture is listed in the map as number 39?
CREATE TABLE table_221398_1 (prefecture VARCHAR, number_in_map VARCHAR)
{ "SQL_Query": "SELECT prefecture FROM table_221398_1 WHERE number_in_map = \"39\"" }
How many prefectures have a population density of 16 people/kilometers squared?
CREATE TABLE table_221398_1 (pop_density___km²_ VARCHAR, number_in_map VARCHAR)
{ "SQL_Query": "SELECT COUNT(pop_density___km²_) FROM table_221398_1 WHERE number_in_map = \"16\"" }
How many wins did he have when he had $95,180 in winnings?
CREATE TABLE table_2216245_2 (wins VARCHAR, winnings VARCHAR)
{ "SQL_Query": "SELECT COUNT(wins) FROM table_2216245_2 WHERE winnings = \"$95,180\"" }
How many top 10s did he have the year he won $80,490?
CREATE TABLE table_2216245_2 (top_10 VARCHAR, winnings VARCHAR)
{ "SQL_Query": "SELECT COUNT(top_10) FROM table_2216245_2 WHERE winnings = \"$80,490\"" }
What is his lowest number of wins?
CREATE TABLE table_2216245_2 (wins INTEGER)
{ "SQL_Query": "SELECT MIN(wins) FROM table_2216245_2" }
How many top 5s when he was on team #28/#49 jay robinson racing?
CREATE TABLE table_2216245_2 (top_5 INTEGER, team_s_ VARCHAR)
{ "SQL_Query": "SELECT MAX(top_5) FROM table_2216245_2 WHERE team_s_ = \"#28/#49 Jay Robinson Racing\"" }
What date did episode 258 in the series originally air?
CREATE TABLE table_2221484_2 (original_air_date VARCHAR, series__number VARCHAR)
{ "SQL_Query": "SELECT original_air_date FROM table_2221484_2 WHERE series__number = 258" }
Who directed episode 266 in the series?
CREATE TABLE table_2221484_2 (directed_by VARCHAR, series__number VARCHAR)
{ "SQL_Query": "SELECT directed_by FROM table_2221484_2 WHERE series__number = 266" }
Name the least season
CREATE TABLE table_2223177_3 (season INTEGER)
{ "SQL_Query": "SELECT MIN(season) FROM table_2223177_3" }
What's the BTU/Gal of the fuel whose kWh/Gal is 24.04?
CREATE TABLE table_2224692_1 (btu_gal VARCHAR, kwh_gal VARCHAR)
{ "SQL_Query": "SELECT btu_gal FROM table_2224692_1 WHERE kwh_gal = \"24.04\"" }
What's the HP -hr/gal of the fuel whose GGE is 0.9000?
CREATE TABLE table_2224692_1 (hp__hr_gal VARCHAR, gge VARCHAR)
{ "SQL_Query": "SELECT hp__hr_gal FROM table_2224692_1 WHERE gge = \"0.9000\"" }
What is the percentage yield for a DPMO of 3.4?
CREATE TABLE table_222448_1 (percentage_yield VARCHAR, dpmo VARCHAR)
{ "SQL_Query": "SELECT percentage_yield FROM table_222448_1 WHERE dpmo = \"3.4\"" }
How many percentage yield figures are there when 6.7% are defective?
CREATE TABLE table_222448_1 (percentage_yield VARCHAR, percent_defective VARCHAR)
{ "SQL_Query": "SELECT COUNT(percentage_yield) FROM table_222448_1 WHERE percent_defective = \"6.7%\"" }
What is long-term C PK when the short-term C PK is 2.00?
CREATE TABLE table_222448_1 (long_term_c_pk VARCHAR, short_term_c_pk VARCHAR)
{ "SQL_Query": "SELECT long_term_c_pk FROM table_222448_1 WHERE short_term_c_pk = \"2.00\"" }
What is the sigma (with 1.5σ shift) when there are 69% defective?
CREATE TABLE table_222448_1 (sigma__with_15σ_shift_ VARCHAR, percent_defective VARCHAR)
{ "SQL_Query": "SELECT sigma__with_15σ_shift_ FROM table_222448_1 WHERE percent_defective = \"69%\"" }
When sigma (with 1.5σ shift) is 2.5, what percent is defective?
CREATE TABLE table_222448_1 (percent_defective VARCHAR, sigma__with_15σ_shift_ VARCHAR)
{ "SQL_Query": "SELECT percent_defective FROM table_222448_1 WHERE sigma__with_15σ_shift_ = \"2.5\"" }
How many times was u.s. Viewers listed for episode 36 in the series?
CREATE TABLE table_22265225_1 (us_viewers__millions_ VARCHAR, no_in_series VARCHAR)
{ "SQL_Query": "SELECT COUNT(us_viewers__millions_) FROM table_22265225_1 WHERE no_in_series = \"36\"" }
How many million U.s. Viewers watched episode 12 in the season?
CREATE TABLE table_22265225_1 (us_viewers__millions_ VARCHAR, no_in_season VARCHAR)
{ "SQL_Query": "SELECT us_viewers__millions_ FROM table_22265225_1 WHERE no_in_season = \"12\"" }
What day did the episode with a production code of 218 originally air?
CREATE TABLE table_22265225_1 (original_air_date VARCHAR, production_code VARCHAR)
{ "SQL_Query": "SELECT original_air_date FROM table_22265225_1 WHERE production_code = \"218\"" }
How many episodes were listed as number 29 in the series?
CREATE TABLE table_22265225_1 (no_in_season VARCHAR, no_in_series VARCHAR)
{ "SQL_Query": "SELECT COUNT(no_in_season) FROM table_22265225_1 WHERE no_in_series = \"29\"" }
What was the Sp of the 2nd Position?
CREATE TABLE table_22265261_1 (sp VARCHAR, position VARCHAR)
{ "SQL_Query": "SELECT COUNT(sp) FROM table_22265261_1 WHERE position = \"2nd\"" }
How old was the horse when the SP was 200/1?
CREATE TABLE table_22265261_1 (age VARCHAR, sp VARCHAR)
{ "SQL_Query": "SELECT COUNT(age) FROM table_22265261_1 WHERE sp = \"200/1\"" }
What was the distance for the 11th position?
CREATE TABLE table_22265261_1 (distance VARCHAR, position VARCHAR)
{ "SQL_Query": "SELECT distance FROM table_22265261_1 WHERE position = \"11th\"" }
Who was the jockey in 7th position?
CREATE TABLE table_22265261_1 (jockey VARCHAR, position VARCHAR)
{ "SQL_Query": "SELECT jockey FROM table_22265261_1 WHERE position = \"7th\"" }
What was the distance when the handicap was 11-2?
CREATE TABLE table_22265261_1 (distance VARCHAR, handicap__st_lb_ VARCHAR)
{ "SQL_Query": "SELECT distance FROM table_22265261_1 WHERE handicap__st_lb_ = \"11-2\"" }
If the production code is 6.18, what was the episode title?
CREATE TABLE table_2226817_7 (title VARCHAR, production_code VARCHAR)
{ "SQL_Query": "SELECT title FROM table_2226817_7 WHERE production_code = \"6.18\"" }
If the original air date January 19, 1992, who was the episode directed by?
CREATE TABLE table_2226817_7 (directed_by VARCHAR, original_air_date VARCHAR)
{ "SQL_Query": "SELECT directed_by FROM table_2226817_7 WHERE original_air_date = \"January 19, 1992\"" }
What's the season number of the episode with series number 84?
CREATE TABLE table_2226817_6 (no_in_season INTEGER, no_in_series VARCHAR)
{ "SQL_Query": "SELECT MIN(no_in_season) FROM table_2226817_6 WHERE no_in_series = 84" }
How many season numbers are there for the episodes written by Art Everett?
CREATE TABLE table_2226817_6 (no_in_season VARCHAR, written_by VARCHAR)
{ "SQL_Query": "SELECT COUNT(no_in_season) FROM table_2226817_6 WHERE written_by = \"Art Everett\"" }
How many series numbers do the episodes originally aired on October 28, 1990?
CREATE TABLE table_2226817_6 (no_in_series VARCHAR, original_air_date VARCHAR)
{ "SQL_Query": "SELECT COUNT(no_in_series) FROM table_2226817_6 WHERE original_air_date = \"October 28, 1990\"" }
What' the series number of the episode with season number 13?
CREATE TABLE table_2226817_6 (no_in_series INTEGER, no_in_season VARCHAR)
{ "SQL_Query": "SELECT MIN(no_in_series) FROM table_2226817_6 WHERE no_in_season = 13" }
What was the report for the Sunday race where the winner had an average speed of 128.27 mph?
CREATE TABLE table_22298383_1 (report VARCHAR, day VARCHAR, average_speed__mph_ VARCHAR)
{ "SQL_Query": "SELECT report FROM table_22298383_1 WHERE day = \"Sunday\" AND average_speed__mph_ = \"128.27\"" }
On what day was the race that Cale Yarborough won in 364 laps?
CREATE TABLE table_22298383_1 (day VARCHAR, laps VARCHAR, driver VARCHAR)
{ "SQL_Query": "SELECT day FROM table_22298383_1 WHERE laps = \"364\" AND driver = \"Cale Yarborough\"" }
Who manufactured the car that won with an average speed of 126.259 mph?
CREATE TABLE table_22298383_1 (manufacturer VARCHAR, average_speed__mph_ VARCHAR)
{ "SQL_Query": "SELECT manufacturer FROM table_22298383_1 WHERE average_speed__mph_ = \"126.259\"" }
What year did the Leo Jackson Racing team win?
CREATE TABLE table_22298383_1 (year VARCHAR, team VARCHAR)
{ "SQL_Query": "SELECT year FROM table_22298383_1 WHERE team = \"Leo Jackson Racing\"" }
When was the station WLS-TV owned since?
CREATE TABLE table_22329326_1 (owned_since VARCHAR, station VARCHAR)
{ "SQL_Query": "SELECT owned_since FROM table_22329326_1 WHERE station = \"WLS-TV\"" }
What market rank and city had the station KABC-TV?
CREATE TABLE table_22329326_1 (market_rank_ VARCHAR, _city_of_license__market VARCHAR, station VARCHAR)
{ "SQL_Query": "SELECT market_rank_ & _city_of_license__market FROM table_22329326_1 WHERE station = \"KABC-TV\"" }
What was the earliest year a station was owned since?
CREATE TABLE table_22329326_1 (owned_since INTEGER)
{ "SQL_Query": "SELECT MIN(owned_since) FROM table_22329326_1" }
How many episodes had 3.62 million viewers?
CREATE TABLE table_22353769_3 (share VARCHAR, viewers__millions_ VARCHAR)
{ "SQL_Query": "SELECT COUNT(share) FROM table_22353769_3 WHERE viewers__millions_ = \"3.62\"" }
How many episodes have episode #11?
CREATE TABLE table_22353769_3 (us_air_date VARCHAR, episode__number VARCHAR)
{ "SQL_Query": "SELECT COUNT(us_air_date) FROM table_22353769_3 WHERE episode__number = 11" }
How many epsidode(s) had 3.63 million viewers?
CREATE TABLE table_22353769_3 (episode__number VARCHAR, viewers__millions_ VARCHAR)
{ "SQL_Query": "SELECT COUNT(episode__number) FROM table_22353769_3 WHERE viewers__millions_ = \"3.63\"" }
What nation had the athlete sebastian coe category:articles with hcards?
CREATE TABLE table_22355_11 (nation VARCHAR, athlete VARCHAR)
{ "SQL_Query": "SELECT nation FROM table_22355_11 WHERE athlete = \"Sebastian Coe Category:Articles with hCards\"" }
What rank did the nation with athlete peter snell category:articles with hcards have?
CREATE TABLE table_22355_11 (rank VARCHAR, athlete VARCHAR)
{ "SQL_Query": "SELECT COUNT(rank) FROM table_22355_11 WHERE athlete = \"Peter Snell Category:Articles with hCards\"" }
how many times was nation counted where athlete is shuhei nishida category:articles with hcards
CREATE TABLE table_22355_50 (nation VARCHAR, athlete VARCHAR)
{ "SQL_Query": "SELECT COUNT(nation) FROM table_22355_50 WHERE athlete = \"Shuhei Nishida Category:Articles with hCards\"" }
What is the least number of silver medals won
CREATE TABLE table_22355_50 (silver INTEGER)
{ "SQL_Query": "SELECT MIN(silver) FROM table_22355_50" }
How many silver medalist was won?
CREATE TABLE table_22355_71 (silver INTEGER)
{ "SQL_Query": "SELECT MAX(silver) FROM table_22355_71" }
Name the league cup for northern ireland
CREATE TABLE table_22357065_1 (league VARCHAR, nation VARCHAR)
{ "SQL_Query": "SELECT league AS Cup FROM table_22357065_1 WHERE nation = \"Northern Ireland\"" }
If the spacecraft is the Shenzhou 7 Eva 1, what is the start (utc) date and time?
CREATE TABLE table_22385461_9 (start___utc__ VARCHAR, spacecraft VARCHAR)
{ "SQL_Query": "SELECT start___utc__ FROM table_22385461_9 WHERE spacecraft = \"Shenzhou 7 EVA 1\"" }
If the start (utc) is November 18, 2008 18:09, what is the name of the spacecraft?
CREATE TABLE table_22385461_9 (spacecraft VARCHAR, start___utc__ VARCHAR)
{ "SQL_Query": "SELECT spacecraft FROM table_22385461_9 WHERE start___utc__ = \"November 18, 2008 18:09\"" }
What is the end (UTC) for spacecraft STS-114 Eva 3?
CREATE TABLE table_22385461_6 (end__utc_ VARCHAR, spacecraft VARCHAR)
{ "SQL_Query": "SELECT end__utc_ FROM table_22385461_6 WHERE spacecraft = \"STS-114 EVA 3\"" }
What is the start date and time of the walk that ends March 28, 2005, 11:31?
CREATE TABLE table_22385461_6 (start___utc__ VARCHAR, end__utc_ VARCHAR)
{ "SQL_Query": "SELECT start___utc__ FROM table_22385461_6 WHERE end__utc_ = \"March 28, 2005, 11:31\"" }
Which points classification has 4 as the stage?
CREATE TABLE table_22464308_2 (points_classification VARCHAR, stage VARCHAR)
{ "SQL_Query": "SELECT points_classification FROM table_22464308_2 WHERE stage = 4" }
Which malaysian team classification had mohd nur rizuan zainal as points classification?
CREATE TABLE table_22464308_2 (malaysian_team_classification VARCHAR, points_classification VARCHAR)
{ "SQL_Query": "SELECT malaysian_team_classification FROM table_22464308_2 WHERE points_classification = \"Mohd Nur Rizuan Zainal\"" }
Which team classification has malaysian team classification of mncf continental team?
CREATE TABLE table_22464308_2 (team_classification VARCHAR, malaysian_team_classification VARCHAR)
{ "SQL_Query": "SELECT team_classification FROM table_22464308_2 WHERE malaysian_team_classification = \"MNCF Continental Team\"" }
When did the term end that began January 3, 2007?
CREATE TABLE table_224672_2 (term_ended VARCHAR, term_began VARCHAR)
{ "SQL_Query": "SELECT term_ended FROM table_224672_2 WHERE term_began = \"January 3, 2007\"" }
When did the term began when the date of election is N/A?
CREATE TABLE table_224672_2 (term_began VARCHAR, elected VARCHAR)
{ "SQL_Query": "SELECT term_began FROM table_224672_2 WHERE elected = \"N/A\"" }
When did the term end that began December 4, 1978?
CREATE TABLE table_224672_2 (term_ended VARCHAR, term_began VARCHAR)
{ "SQL_Query": "SELECT term_ended FROM table_224672_2 WHERE term_began = \"December 4, 1978\"" }
When did the term begin that ended January 3, 1995?
CREATE TABLE table_224672_2 (term_began VARCHAR, term_ended VARCHAR)
{ "SQL_Query": "SELECT term_began FROM table_224672_2 WHERE term_ended = \"January 3, 1995\"" }
What branch of government was the term that ended on January 3, 2001?
CREATE TABLE table_224672_2 (type VARCHAR, term_ended VARCHAR)
{ "SQL_Query": "SELECT type FROM table_224672_2 WHERE term_ended = \"January 3, 2001\"" }
Where is the position when houston, tx is the hometown and worthing is the high school?
CREATE TABLE table_22496344_1 (position VARCHAR, home_town VARCHAR, high_school VARCHAR)
{ "SQL_Query": "SELECT position FROM table_22496344_1 WHERE home_town = \"Houston, TX\" AND high_school = \"Worthing\"" }
Which highschool has senior (rs) for the year?
CREATE TABLE table_22496344_1 (high_school VARCHAR, year VARCHAR)
{ "SQL_Query": "SELECT high_school FROM table_22496344_1 WHERE year = \"Senior (RS)\"" }
What is the # when conroe, tx is the hometown?
CREATE TABLE table_22496344_1 (_number INTEGER, home_town VARCHAR)
{ "SQL_Query": "SELECT MIN(_number) FROM table_22496344_1 WHERE home_town = \"Conroe, TX\"" }
What is the weight when 20 is the number?
CREATE TABLE table_22496344_1 (weight INTEGER, _number VARCHAR)
{ "SQL_Query": "SELECT MAX(weight) FROM table_22496344_1 WHERE _number = 20" }
What is the name when senior is the year with the # less than 10.0?
CREATE TABLE table_22496344_1 (name VARCHAR, year VARCHAR, _number VARCHAR)
{ "SQL_Query": "SELECT name FROM table_22496344_1 WHERE year = \"Senior\" AND _number < 10.0" }
What is the # for worthing high school?
CREATE TABLE table_22496344_1 (_number VARCHAR, high_school VARCHAR)
{ "SQL_Query": "SELECT COUNT(_number) FROM table_22496344_1 WHERE high_school = \"Worthing\"" }
Name the reason for change for jonathan jennings
CREATE TABLE table_225094_4 (reason_for_change VARCHAR, successor VARCHAR)
{ "SQL_Query": "SELECT COUNT(reason_for_change) FROM table_225094_4 WHERE successor = \"Jonathan Jennings\"" }
Name the date successor seated for failure to elect
CREATE TABLE table_225094_4 (date_successor_seated VARCHAR, reason_for_change VARCHAR)
{ "SQL_Query": "SELECT date_successor_seated FROM table_225094_4 WHERE reason_for_change = \"failure to elect\"" }
Name the successor for james noble died in previous congress
CREATE TABLE table_225198_3 (successor VARCHAR, reason_for_change VARCHAR)
{ "SQL_Query": "SELECT successor FROM table_225198_3 WHERE reason_for_change = \"James Noble died in previous Congress\"" }
Name the state class for isaac d. barnard (j)
CREATE TABLE table_225198_3 (state__class_ VARCHAR, vacator VARCHAR)
{ "SQL_Query": "SELECT state__class_ FROM table_225198_3 WHERE vacator = \"Isaac D. Barnard (J)\"" }
Who is the successor when the reason for change is died November 11, 1845?
CREATE TABLE table_225205_4 (successor VARCHAR, reason_for_change VARCHAR)
{ "SQL_Query": "SELECT successor FROM table_225205_4 WHERE reason_for_change = \"Died November 11, 1845\"" }
How many date of successor seated is new jersey 2nd in the district?
CREATE TABLE table_225205_4 (date_successor_seated VARCHAR, district VARCHAR)
{ "SQL_Query": "SELECT COUNT(date_successor_seated) FROM table_225205_4 WHERE district = \"New Jersey 2nd\"" }
Who was the Best Male Artist where Bankie Travolta won the Best Male MC?
CREATE TABLE table_22546460_4 (best_male_artist VARCHAR, best_male_mc VARCHAR)
{ "SQL_Query": "SELECT best_male_artist FROM table_22546460_4 WHERE best_male_mc = \"Bankie Travolta\"" }
Who was the Best Male MC if Best Album won the Best Male Lyricist?
CREATE TABLE table_22546460_4 (best_male_mc VARCHAR, best_male_lyricist VARCHAR)
{ "SQL_Query": "SELECT best_male_mc FROM table_22546460_4 WHERE best_male_lyricist = \"Best Album\"" }
Who was the Best Male Lyricist if Neshia Nee won the Best Male Record?
CREATE TABLE table_22546460_4 (best_male_lyricist VARCHAR, best_male_record VARCHAR)
{ "SQL_Query": "SELECT best_male_lyricist FROM table_22546460_4 WHERE best_male_record = \"Neshia Nee\"" }
Who won the Best Female Artist where Best R&B Contributor won the Best Male Lyricist?
CREATE TABLE table_22546460_4 (best_female_artist VARCHAR, best_male_lyricist VARCHAR)
{ "SQL_Query": "SELECT best_female_artist FROM table_22546460_4 WHERE best_male_lyricist = \"Best R&B Contributor\"" }
What won the Best Female Artist if Best Lyrical Record won the Best Male Artist?
CREATE TABLE table_22546460_4 (best_female_artist VARCHAR, best_male_artist VARCHAR)
{ "SQL_Query": "SELECT best_female_artist FROM table_22546460_4 WHERE best_male_artist = \"Best Lyrical Record\"" }
What won the Best Female Artist if People's Male MC won the Best Female Lyricist?
CREATE TABLE table_22546460_4 (best_female_artist VARCHAR, best_female_lyricist VARCHAR)
{ "SQL_Query": "SELECT best_female_artist FROM table_22546460_4 WHERE best_female_lyricist = \"People's Male MC\"" }
What is the lowest number of states contested under apna dal?
CREATE TABLE table_22582663_1 (states_contested INTEGER, party_name VARCHAR)
{ "SQL_Query": "SELECT MIN(states_contested) FROM table_22582663_1 WHERE party_name = \"Apna Dal\"" }
Where 19 seats were won, what was the minimum number of forfeited seats?
CREATE TABLE table_22582663_1 (forfeited_in_seats INTEGER, seats_won VARCHAR)
{ "SQL_Query": "SELECT MIN(forfeited_in_seats) FROM table_22582663_1 WHERE seats_won = 19" }
How many akhil bharatiya rashtriya azad hind party seats were contested?
CREATE TABLE table_22582663_1 (seats_contested VARCHAR, party_name VARCHAR)
{ "SQL_Query": "SELECT seats_contested FROM table_22582663_1 WHERE party_name = \"Akhil Bharatiya Rashtriya Azad Hind Party\"" }
When was John McEnroe's minimum year?
CREATE TABLE table_22597626_1 (year INTEGER)
{ "SQL_Query": "SELECT MIN(year) FROM table_22597626_1" }
What were the US Open's final scores?
CREATE TABLE table_22597626_1 (score_in_the_final VARCHAR, championship VARCHAR)
{ "SQL_Query": "SELECT score_in_the_final FROM table_22597626_1 WHERE championship = \"US Open\"" }
Who were the partners in games where the score was 7-5, 2-6, [6-10]?
CREATE TABLE table_2259502_2 (partner VARCHAR, score VARCHAR)
{ "SQL_Query": "SELECT partner FROM table_2259502_2 WHERE score = \"7-5, 2-6, [6-10]\"" }
Who were the opponents in the Tokyo championships?
CREATE TABLE table_2259502_2 (opponents VARCHAR, championship VARCHAR)
{ "SQL_Query": "SELECT opponents FROM table_2259502_2 WHERE championship = \"Tokyo\"" }
Who were the partners in games where the score was 1-6, 2-6?
CREATE TABLE table_2259502_2 (partner VARCHAR, score VARCHAR)
{ "SQL_Query": "SELECT partner FROM table_2259502_2 WHERE score = \"1-6, 2-6\"" }
Who were the partners in 2012?
CREATE TABLE table_2259502_2 (partner VARCHAR, year VARCHAR)
{ "SQL_Query": "SELECT partner FROM table_2259502_2 WHERE year = 2012" }
What was the outcome in games where the score was 7-5, 2-6, [6-10]?
CREATE TABLE table_2259502_2 (outcome VARCHAR, score VARCHAR)
{ "SQL_Query": "SELECT outcome FROM table_2259502_2 WHERE score = \"7-5, 2-6, [6-10]\"" }