question stringlengths 12 244 | context stringlengths 27 489 | answer dict |
|---|---|---|
What is every game on November 21? | CREATE TABLE table_27539535_4 (game VARCHAR, november VARCHAR) | {
"SQL_Query": "SELECT game FROM table_27539535_4 WHERE november = 21"
} |
What is the highest amount of points? | CREATE TABLE table_27539535_4 (points INTEGER) | {
"SQL_Query": "SELECT MAX(points) FROM table_27539535_4"
} |
What is every record for game 13? | CREATE TABLE table_27539535_4 (record VARCHAR, game VARCHAR) | {
"SQL_Query": "SELECT record FROM table_27539535_4 WHERE game = 13"
} |
What is the least amount of points? | CREATE TABLE table_27539535_4 (points INTEGER) | {
"SQL_Query": "SELECT MIN(points) FROM table_27539535_4"
} |
who was the opponent where the game is 14? | CREATE TABLE table_27539272_5 (opponent VARCHAR, game VARCHAR) | {
"SQL_Query": "SELECT opponent FROM table_27539272_5 WHERE game = 14"
} |
what is the total number of locations that had a score of 1-3? | CREATE TABLE table_27539272_5 (location_attendance VARCHAR, score VARCHAR) | {
"SQL_Query": "SELECT COUNT(location_attendance) FROM table_27539272_5 WHERE score = \"1-3\""
} |
what is the maximum number of points? | CREATE TABLE table_27539272_5 (points INTEGER) | {
"SQL_Query": "SELECT MAX(points) FROM table_27539272_5"
} |
what is the record that had a score of 5-3? | CREATE TABLE table_27539272_5 (record VARCHAR, score VARCHAR) | {
"SQL_Query": "SELECT record FROM table_27539272_5 WHERE score = \"5-3\""
} |
what is the record for score 1-3? | CREATE TABLE table_27539272_5 (record VARCHAR, score VARCHAR) | {
"SQL_Query": "SELECT record FROM table_27539272_5 WHERE score = \"1-3\""
} |
what is the number of original airdate written by allan hawco? | CREATE TABLE table_27547668_4 (original_airdate VARCHAR, written_by VARCHAR) | {
"SQL_Query": "SELECT COUNT(original_airdate) FROM table_27547668_4 WHERE written_by = \"Allan Hawco\""
} |
what is the total number of films directy and written by john callaghan? | CREATE TABLE table_27547668_4 (directed_by VARCHAR, written_by VARCHAR) | {
"SQL_Query": "SELECT COUNT(directed_by) FROM table_27547668_4 WHERE written_by = \"John Callaghan\""
} |
How many times was the date october 3, 2010? | CREATE TABLE table_27552095_27 (player VARCHAR, date VARCHAR) | {
"SQL_Query": "SELECT COUNT(player) FROM table_27552095_27 WHERE date = \"October 3, 2010\""
} |
How many institutions are shown for the football stadium of mosaic stadium? | CREATE TABLE table_27599216_6 (institution VARCHAR, football_stadium VARCHAR) | {
"SQL_Query": "SELECT COUNT(institution) FROM table_27599216_6 WHERE football_stadium = \"Mosaic Stadium\""
} |
What year was mcmahon stadium founded? | CREATE TABLE table_27599216_6 (founded INTEGER, football_stadium VARCHAR) | {
"SQL_Query": "SELECT MAX(founded) FROM table_27599216_6 WHERE football_stadium = \"McMahon Stadium\""
} |
What is the year founded for the team Dinos? | CREATE TABLE table_27599216_6 (founded INTEGER, team VARCHAR) | {
"SQL_Query": "SELECT MAX(founded) FROM table_27599216_6 WHERE team = \"Dinos\""
} |
What is the capacity for the institution of university of alberta? | CREATE TABLE table_27599216_6 (capacity VARCHAR, institution VARCHAR) | {
"SQL_Query": "SELECT capacity FROM table_27599216_6 WHERE institution = \"University of Alberta\""
} |
Which institution has an endowment of $25.9m? | CREATE TABLE table_27599216_6 (institution VARCHAR, endowment VARCHAR) | {
"SQL_Query": "SELECT institution FROM table_27599216_6 WHERE endowment = \"$25.9M\""
} |
What is the ramsan-810 transfer delay? | CREATE TABLE table_27615520_1 (latency__microseconds_ VARCHAR, product_name VARCHAR) | {
"SQL_Query": "SELECT COUNT(latency__microseconds_) FROM table_27615520_1 WHERE product_name = \"RamSan-810\""
} |
What is the shape distortion for the range frequency of 10? | CREATE TABLE table_27615520_1 (form_factor VARCHAR, bandwidth__gb_s_ VARCHAR) | {
"SQL_Query": "SELECT form_factor FROM table_27615520_1 WHERE bandwidth__gb_s_ = \"10\""
} |
List the number of ramsan-720 hard drives? | CREATE TABLE table_27615520_1 (storage_medium VARCHAR, product_name VARCHAR) | {
"SQL_Query": "SELECT COUNT(storage_medium) FROM table_27615520_1 WHERE product_name = \"RamSan-720\""
} |
List the range distroration for the ramsan-630 | CREATE TABLE table_27615520_1 (form_factor VARCHAR, product_name VARCHAR) | {
"SQL_Query": "SELECT form_factor FROM table_27615520_1 WHERE product_name = \"RamSan-630\""
} |
What is the Input/output operations per second for the emlc flash? | CREATE TABLE table_27615520_1 (speed___iops__ VARCHAR, storage_medium VARCHAR) | {
"SQL_Query": "SELECT speed___iops__ FROM table_27615520_1 WHERE storage_medium = \"eMLC Flash\""
} |
What is the score for the game with the record of 3–12? | CREATE TABLE table_27698941_6 (score VARCHAR, record VARCHAR) | {
"SQL_Query": "SELECT score FROM table_27698941_6 WHERE record = \"3–12\""
} |
What is the game number for the game with a score of l 90–106 (ot)? | CREATE TABLE table_27698941_6 (game VARCHAR, score VARCHAR) | {
"SQL_Query": "SELECT game FROM table_27698941_6 WHERE score = \"L 90–106 (OT)\""
} |
How many games are shown for the game where andre iguodala (9) had the high rebounds? | CREATE TABLE table_27698941_6 (game VARCHAR, high_rebounds VARCHAR) | {
"SQL_Query": "SELECT COUNT(game) FROM table_27698941_6 WHERE high_rebounds = \"Andre Iguodala (9)\""
} |
Who had the most the most rebounds and how many did they have on April 1? | CREATE TABLE table_27700530_14 (high_rebounds VARCHAR, date VARCHAR) | {
"SQL_Query": "SELECT high_rebounds FROM table_27700530_14 WHERE date = \"April 1\""
} |
Where was the game and what was the attendance on April 3? | CREATE TABLE table_27700530_14 (location_attendance VARCHAR, date VARCHAR) | {
"SQL_Query": "SELECT location_attendance FROM table_27700530_14 WHERE date = \"April 3\""
} |
How many high rebounds are listed for game 35? | CREATE TABLE table_27704187_8 (high_rebounds VARCHAR, game VARCHAR) | {
"SQL_Query": "SELECT COUNT(high_rebounds) FROM table_27704187_8 WHERE game = 35"
} |
If the Close ranged weapons are the knife (stone), knife (iron), what are the Long ranged weapons? | CREATE TABLE table_27704991_1 (long_ranged_weapons VARCHAR, close_ranged_weapons VARCHAR) | {
"SQL_Query": "SELECT long_ranged_weapons FROM table_27704991_1 WHERE close_ranged_weapons = \"Knife (stone), Knife (iron)\""
} |
If the special weapon is the Grenado, what is the armor? | CREATE TABLE table_27704991_1 (armor VARCHAR, special_weapon VARCHAR) | {
"SQL_Query": "SELECT armor FROM table_27704991_1 WHERE special_weapon = \"Grenado\""
} |
If the armor is bronze cuirass , linothorax, what are the close ranged weapons? | CREATE TABLE table_27704991_1 (close_ranged_weapons VARCHAR, armor VARCHAR) | {
"SQL_Query": "SELECT close_ranged_weapons FROM table_27704991_1 WHERE armor = \"Bronze cuirass , Linothorax\""
} |
If the special weapon is glass egg, what is the close ranged weapon? | CREATE TABLE table_27704991_1 (close_ranged_weapons VARCHAR, special_weapon VARCHAR) | {
"SQL_Query": "SELECT close_ranged_weapons FROM table_27704991_1 WHERE special_weapon = \"Glass egg\""
} |
Who had the high rebounds record on December 12? | CREATE TABLE table_27712702_8 (high_rebounds VARCHAR, date VARCHAR) | {
"SQL_Query": "SELECT high_rebounds FROM table_27712702_8 WHERE date = \"December 12\""
} |
What was the record on December 27? | CREATE TABLE table_27712702_8 (record VARCHAR, date VARCHAR) | {
"SQL_Query": "SELECT record FROM table_27712702_8 WHERE date = \"December 27\""
} |
What game number is the Washington team. | CREATE TABLE table_27713583_6 (game VARCHAR, team VARCHAR) | {
"SQL_Query": "SELECT COUNT(game) FROM table_27713583_6 WHERE team = \"Washington\""
} |
Name the location attendance april 5 | CREATE TABLE table_27713583_11 (location_attendance VARCHAR, date VARCHAR) | {
"SQL_Query": "SELECT location_attendance FROM table_27713583_11 WHERE date = \"April 5\""
} |
Name the high assists for madison square garden 19,763 and record is 39–38 | CREATE TABLE table_27713583_11 (high_assists VARCHAR, location_attendance VARCHAR, record VARCHAR) | {
"SQL_Query": "SELECT high_assists FROM table_27713583_11 WHERE location_attendance = \"Madison Square Garden 19,763\" AND record = \"39–38\""
} |
Name the date for cleveland | CREATE TABLE table_27713583_11 (date VARCHAR, team VARCHAR) | {
"SQL_Query": "SELECT date FROM table_27713583_11 WHERE team = \"Cleveland\""
} |
What is the original air date when the u.s. viewers in millions was 5.39? | CREATE TABLE table_27720737_1 (original_air_date VARCHAR, us_viewers__million_ VARCHAR) | {
"SQL_Query": "SELECT original_air_date FROM table_27720737_1 WHERE us_viewers__million_ = \"5.39\""
} |
What is the title of the series # 8? | CREATE TABLE table_27720737_1 (title VARCHAR, series__number VARCHAR) | {
"SQL_Query": "SELECT title FROM table_27720737_1 WHERE series__number = 8"
} |
What is the highest series # directed by ken whittingham? | CREATE TABLE table_27720737_1 (series__number INTEGER, directed_by VARCHAR) | {
"SQL_Query": "SELECT MAX(series__number) FROM table_27720737_1 WHERE directed_by = \"Ken Whittingham\""
} |
How many episodes had a production code 120? | CREATE TABLE table_27720737_1 (series__number VARCHAR, production_code VARCHAR) | {
"SQL_Query": "SELECT COUNT(series__number) FROM table_27720737_1 WHERE production_code = 120"
} |
Who had the most rebounds and how many did they have on October 16? | CREATE TABLE table_27722408_2 (high_rebounds VARCHAR, date VARCHAR) | {
"SQL_Query": "SELECT high_rebounds FROM table_27722408_2 WHERE date = \"October 16\""
} |
Who had the most assists and how many did they have on October 7? | CREATE TABLE table_27722408_2 (high_assists VARCHAR, date VARCHAR) | {
"SQL_Query": "SELECT high_assists FROM table_27722408_2 WHERE date = \"October 7\""
} |
What team did the Hornets play in game 4? | CREATE TABLE table_27723228_3 (team VARCHAR, game VARCHAR) | {
"SQL_Query": "SELECT team FROM table_27723228_3 WHERE game = 4"
} |
Name the high assists for l 103–104 (ot) | CREATE TABLE table_27723526_12 (high_assists VARCHAR, score VARCHAR) | {
"SQL_Query": "SELECT high_assists FROM table_27723526_12 WHERE score = \"L 103–104 (OT)\""
} |
Name the high points for march 30 | CREATE TABLE table_27723526_12 (high_points VARCHAR, date VARCHAR) | {
"SQL_Query": "SELECT high_points FROM table_27723526_12 WHERE date = \"March 30\""
} |
Name the score for josé juan barea (8) | CREATE TABLE table_27723526_12 (score VARCHAR, high_assists VARCHAR) | {
"SQL_Query": "SELECT score FROM table_27723526_12 WHERE high_assists = \"José Juan Barea (8)\""
} |
What is the game number played on April 3? | CREATE TABLE table_27723526_13 (game INTEGER, date VARCHAR) | {
"SQL_Query": "SELECT MAX(game) FROM table_27723526_13 WHERE date = \"April 3\""
} |
What is the record after the Phoenix game? | CREATE TABLE table_27723526_13 (record VARCHAR, team VARCHAR) | {
"SQL_Query": "SELECT record FROM table_27723526_13 WHERE team = \"Phoenix\""
} |
How many games had Robin Lopez (10) for the most rebounds? | CREATE TABLE table_27733258_2 (game VARCHAR, high_rebounds VARCHAR) | {
"SQL_Query": "SELECT COUNT(game) FROM table_27733258_2 WHERE high_rebounds = \"Robin Lopez (10)\""
} |
What two players had the highest rebounds for the October 14 game? | CREATE TABLE table_27733258_2 (high_rebounds VARCHAR, date VARCHAR) | {
"SQL_Query": "SELECT high_rebounds FROM table_27733258_2 WHERE date = \"October 14\""
} |
Name the team for january 17 | CREATE TABLE table_27733909_7 (team VARCHAR, date VARCHAR) | {
"SQL_Query": "SELECT team FROM table_27733909_7 WHERE date = \"January 17\""
} |
Name the team for score l 102–122 (ot) | CREATE TABLE table_27733909_7 (team VARCHAR, score VARCHAR) | {
"SQL_Query": "SELECT team FROM table_27733909_7 WHERE score = \"L 102–122 (OT)\""
} |
Name the number of high rebounds for january 5 | CREATE TABLE table_27733909_7 (high_rebounds VARCHAR, date VARCHAR) | {
"SQL_Query": "SELECT COUNT(high_rebounds) FROM table_27733909_7 WHERE date = \"January 5\""
} |
Who is the mixed doubled on the tour korea super series? | CREATE TABLE table_27753492_2 (mixed_doubles VARCHAR, tour VARCHAR) | {
"SQL_Query": "SELECT mixed_doubles FROM table_27753492_2 WHERE tour = \"Korea Super Series\""
} |
Who is the women's doubles when the mixed doubles are sudket prapakamol saralee thungthongkam? | CREATE TABLE table_27753492_2 (womens_doubles VARCHAR, mixed_doubles VARCHAR) | {
"SQL_Query": "SELECT womens_doubles FROM table_27753492_2 WHERE mixed_doubles = \"Sudket Prapakamol Saralee Thungthongkam\""
} |
Who were the womens doubles when the mixed doubles were zhang nan zhao yunlei on the tour all england super series? | CREATE TABLE table_27753492_2 (womens_doubles VARCHAR, mixed_doubles VARCHAR, tour VARCHAR) | {
"SQL_Query": "SELECT womens_doubles FROM table_27753492_2 WHERE mixed_doubles = \"Zhang Nan Zhao Yunlei\" AND tour = \"All England Super Series\""
} |
Who is the womens doubles on the tour french super series? | CREATE TABLE table_27753492_2 (womens_doubles VARCHAR, tour VARCHAR) | {
"SQL_Query": "SELECT womens_doubles FROM table_27753492_2 WHERE tour = \"French Super Series\""
} |
What was the score in the game in which Michael Beasley (26) did the high points? | CREATE TABLE table_27756314_11 (score VARCHAR, high_points VARCHAR) | {
"SQL_Query": "SELECT score FROM table_27756314_11 WHERE high_points = \"Michael Beasley (26)\""
} |
Who did the most high rebounds on April 6? | CREATE TABLE table_27756314_11 (high_rebounds VARCHAR, date VARCHAR) | {
"SQL_Query": "SELECT high_rebounds FROM table_27756314_11 WHERE date = \"April 6\""
} |
How many different results for high rebounds were there for game number 76? | CREATE TABLE table_27756314_11 (high_rebounds VARCHAR, game VARCHAR) | {
"SQL_Query": "SELECT COUNT(high_rebounds) FROM table_27756314_11 WHERE game = 76"
} |
In how many different games did Luke Ridnour (5) did the most high assists? | CREATE TABLE table_27756314_11 (game VARCHAR, high_assists VARCHAR) | {
"SQL_Query": "SELECT COUNT(game) FROM table_27756314_11 WHERE high_assists = \"Luke Ridnour (5)\""
} |
Who had the high points when the team was charlotte? | CREATE TABLE table_27756314_8 (high_points VARCHAR, team VARCHAR) | {
"SQL_Query": "SELECT high_points FROM table_27756314_8 WHERE team = \"Charlotte\""
} |
What is the highest game with team @ l.a. clippers? | CREATE TABLE table_27756314_8 (game INTEGER, team VARCHAR) | {
"SQL_Query": "SELECT MAX(game) FROM table_27756314_8 WHERE team = \"@ L.A. Clippers\""
} |
What is the date for the game with team orlando? | CREATE TABLE table_27756314_8 (date VARCHAR, team VARCHAR) | {
"SQL_Query": "SELECT date FROM table_27756314_8 WHERE team = \"Orlando\""
} |
How many times did kevin love (22) have the high points? | CREATE TABLE table_27756314_8 (date VARCHAR, high_points VARCHAR) | {
"SQL_Query": "SELECT COUNT(date) FROM table_27756314_8 WHERE high_points = \"Kevin Love (22)\""
} |
What is the date for the game 35? | CREATE TABLE table_27756314_8 (date VARCHAR, game VARCHAR) | {
"SQL_Query": "SELECT date FROM table_27756314_8 WHERE game = 35"
} |
who directed the episode that 6.3 million u.s. viewers saw? | CREATE TABLE table_27811555_1 (directed_by VARCHAR, us_viewers__millions_ VARCHAR) | {
"SQL_Query": "SELECT directed_by FROM table_27811555_1 WHERE us_viewers__millions_ = \"6.3\""
} |
What is the college/junior/club team name of player Mats Lindgren? | CREATE TABLE table_2781227_1 (college_junior_club_team VARCHAR, player VARCHAR) | {
"SQL_Query": "SELECT college_junior_club_team FROM table_2781227_1 WHERE player = \"Mats Lindgren\""
} |
How many NHL teams is Denis Pederson a draft pick for? | CREATE TABLE table_2781227_1 (nhl_team VARCHAR, player VARCHAR) | {
"SQL_Query": "SELECT COUNT(nhl_team) FROM table_2781227_1 WHERE player = \"Denis Pederson\""
} |
Who wrote episode 23 in the season? | CREATE TABLE table_27823359_1 (written_by VARCHAR, season__number VARCHAR) | {
"SQL_Query": "SELECT written_by FROM table_27823359_1 WHERE season__number = \"23\""
} |
Where was the location and attendance when they played milwaukee? | CREATE TABLE table_27882867_9 (location_attendance VARCHAR, team VARCHAR) | {
"SQL_Query": "SELECT location_attendance FROM table_27882867_9 WHERE team = \"Milwaukee\""
} |
What was the date of the game when g. rivers (5) had the high assists? | CREATE TABLE table_27882867_9 (date VARCHAR, high_assists VARCHAR) | {
"SQL_Query": "SELECT date FROM table_27882867_9 WHERE high_assists = \"G. Rivers (5)\""
} |
How many people had the high points when a. webb (7) had the high assists? | CREATE TABLE table_27882867_9 (high_points VARCHAR, high_assists VARCHAR) | {
"SQL_Query": "SELECT COUNT(high_points) FROM table_27882867_9 WHERE high_assists = \"A. Webb (7)\""
} |
What date was the game score w 104-98? | CREATE TABLE table_27882867_9 (date VARCHAR, score VARCHAR) | {
"SQL_Query": "SELECT date FROM table_27882867_9 WHERE score = \"W 104-98\""
} |
Who had the high assists when the opponent was Indiana? | CREATE TABLE table_27882867_9 (high_assists VARCHAR, team VARCHAR) | {
"SQL_Query": "SELECT high_assists FROM table_27882867_9 WHERE team = \"Indiana\""
} |
What was the location and attendance when d. wilkins (29) had the high points? | CREATE TABLE table_27882867_9 (location_attendance VARCHAR, high_points VARCHAR) | {
"SQL_Query": "SELECT location_attendance FROM table_27882867_9 WHERE high_points = \"D. Wilkins (29)\""
} |
What is the location and attendance for the game where b. benjamin (10) had the high rebounds? | CREATE TABLE table_27902171_7 (location_attendance VARCHAR, high_rebounds VARCHAR) | {
"SQL_Query": "SELECT location_attendance FROM table_27902171_7 WHERE high_rebounds = \"B. Benjamin (10)\""
} |
What dated was the game played at the location delta center 19,911? | CREATE TABLE table_27902171_7 (date VARCHAR, location_attendance VARCHAR) | {
"SQL_Query": "SELECT date FROM table_27902171_7 WHERE location_attendance = \"Delta Center 19,911\""
} |
Which game had a score of w 95-85? | CREATE TABLE table_27902171_7 (game INTEGER, score VARCHAR) | {
"SQL_Query": "SELECT MIN(game) FROM table_27902171_7 WHERE score = \"W 95-85\""
} |
Who had the high points when the score was w 112-110? | CREATE TABLE table_27902171_7 (high_points VARCHAR, score VARCHAR) | {
"SQL_Query": "SELECT high_points FROM table_27902171_7 WHERE score = \"W 112-110\""
} |
What date was the game played in seattle center coliseum 12,126? | CREATE TABLE table_27902171_7 (date VARCHAR, location_attendance VARCHAR) | {
"SQL_Query": "SELECT date FROM table_27902171_7 WHERE location_attendance = \"Seattle Center Coliseum 12,126\""
} |
How many production codes had a total number in the season of 8? | CREATE TABLE table_27988382_1 (production_code VARCHAR, no_in_season VARCHAR) | {
"SQL_Query": "SELECT COUNT(production_code) FROM table_27988382_1 WHERE no_in_season = 8"
} |
what is the total rank on airdate march 30, 2011? | CREATE TABLE table_27987623_4 (rank_timeslot_ VARCHAR, airdate VARCHAR) | {
"SQL_Query": "SELECT COUNT(rank_timeslot_) FROM table_27987623_4 WHERE airdate = \"March 30, 2011\""
} |
for the ben williams name what was the previous club | CREATE TABLE table_27998152_1 (previous_club VARCHAR, name VARCHAR) | {
"SQL_Query": "SELECT previous_club FROM table_27998152_1 WHERE name = \"Ben Williams\""
} |
what is the fee for ankaragücü previous club | CREATE TABLE table_27998152_1 (fee VARCHAR, previous_club VARCHAR) | {
"SQL_Query": "SELECT fee FROM table_27998152_1 WHERE previous_club = \"Ankaragücü\""
} |
how many date of birts are if the previous club is chelsea | CREATE TABLE table_27998152_1 (date_of_birth VARCHAR, previous_club VARCHAR) | {
"SQL_Query": "SELECT COUNT(date_of_birth) FROM table_27998152_1 WHERE previous_club = \"Chelsea\""
} |
for the no. 7 what is the date of birth | CREATE TABLE table_27998152_1 (date_of_birth VARCHAR, no VARCHAR) | {
"SQL_Query": "SELECT date_of_birth FROM table_27998152_1 WHERE no = 7"
} |
How many episodes were written by seth hoffman, russel friend & garrett lerner? | CREATE TABLE table_28026156_1 (rank__week_ VARCHAR, written_by VARCHAR) | {
"SQL_Query": "SELECT COUNT(rank__week_) FROM table_28026156_1 WHERE written_by = \"Seth Hoffman, Russel Friend & Garrett Lerner\""
} |
Where did the episode rank that was written by thomas l. moran? | CREATE TABLE table_28026156_1 (rank__week_ VARCHAR, written_by VARCHAR) | {
"SQL_Query": "SELECT rank__week_ FROM table_28026156_1 WHERE written_by = \"Thomas L. Moran\""
} |
Who won Womens Singles in the year that Ma Lin won Mens Singles? | CREATE TABLE table_28138035_15 (womens_singles VARCHAR, mens_singles VARCHAR) | {
"SQL_Query": "SELECT womens_singles FROM table_28138035_15 WHERE mens_singles = \"Ma Lin\""
} |
What is the place and when was the year when the women's doubles womens were Bai yang Niu Jianfeng? | CREATE TABLE table_28138035_33 (year_location VARCHAR, womens_doubles VARCHAR) | {
"SQL_Query": "SELECT year_location FROM table_28138035_33 WHERE womens_doubles = \"Bai Yang Niu Jianfeng\""
} |
How many times has Ma Long won the men's singles? | CREATE TABLE table_28138035_33 (mens_doubles VARCHAR, mens_singles VARCHAR) | {
"SQL_Query": "SELECT COUNT(mens_doubles) FROM table_28138035_33 WHERE mens_singles = \"Ma Long\""
} |
How many times has Sun Jin won the women's doubles? | CREATE TABLE table_28138035_33 (mens_doubles VARCHAR, womens_singles VARCHAR) | {
"SQL_Query": "SELECT COUNT(mens_doubles) FROM table_28138035_33 WHERE womens_singles = \"Sun Jin\""
} |
How many artists were there for the show thoroughly modern millie? | CREATE TABLE table_28140141_1 (artist VARCHAR, show VARCHAR) | {
"SQL_Query": "SELECT COUNT(artist) FROM table_28140141_1 WHERE show = \"Thoroughly Modern Millie\""
} |
How many shows were in 1994? | CREATE TABLE table_28140141_1 (difficulty VARCHAR, year VARCHAR) | {
"SQL_Query": "SELECT COUNT(difficulty) FROM table_28140141_1 WHERE year = 1994"
} |
Name the engine for ecurie lutetia | CREATE TABLE table_28190534_1 (engine VARCHAR, entrant VARCHAR) | {
"SQL_Query": "SELECT engine FROM table_28190534_1 WHERE entrant = \"Ecurie Lutetia\""
} |
Name the chassis for sfacs ecurie france | CREATE TABLE table_28190534_1 (chassis VARCHAR, entrant VARCHAR) | {
"SQL_Query": "SELECT chassis FROM table_28190534_1 WHERE entrant = \"SFACS Ecurie France\""
} |
Name the constructor for b. bira | CREATE TABLE table_28190534_1 (constructor VARCHAR, driver VARCHAR) | {
"SQL_Query": "SELECT constructor FROM table_28190534_1 WHERE driver = \"B. Bira\""
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.