Unnamed: 0 int64 0 60k | input stringlengths 76 562 | answer stringlengths 18 557 |
|---|---|---|
28,400 | <question>: How many Mixed Doubles won when Oliver Pongratz won the Men's Singles? <context>: CREATE TABLE table_12164707_1 (mixed_doubles VARCHAR, mens_singles VARCHAR) | SELECT COUNT(mixed_doubles) FROM table_12164707_1 WHERE mens_singles = "Oliver Pongratz" |
28,401 | <question>: Who won the Men's Doubles when Guo Xin won the Women's Singles? <context>: CREATE TABLE table_12164707_1 (mens_doubles VARCHAR, womens_singles VARCHAR) | SELECT mens_doubles FROM table_12164707_1 WHERE womens_singles = "Guo Xin" |
28,402 | <question>: Which college did Dennis Byrd come from? <context>: CREATE TABLE table_12165999_1 (college VARCHAR, player VARCHAR) | SELECT college FROM table_12165999_1 WHERE player = "Dennis Byrd" |
28,403 | <question>: Bob Johnson plays for which AFL team? <context>: CREATE TABLE table_12165999_1 (afl_team VARCHAR, player VARCHAR) | SELECT afl_team FROM table_12165999_1 WHERE player = "Bob Johnson" |
28,404 | <question>: What position does the Cincinnati Bengals' player have? <context>: CREATE TABLE table_12165999_1 (position VARCHAR, afl_team VARCHAR) | SELECT position FROM table_12165999_1 WHERE afl_team = "Cincinnati Bengals" |
28,405 | <question>: What position does Syracuse's player have? <context>: CREATE TABLE table_12165999_1 (position VARCHAR, college VARCHAR) | SELECT position FROM table_12165999_1 WHERE college = "Syracuse" |
28,406 | <question>: What college did the Cincinnati Bengals' player come from? <context>: CREATE TABLE table_12165999_1 (college VARCHAR, afl_team VARCHAR) | SELECT college FROM table_12165999_1 WHERE afl_team = "Cincinnati Bengals" |
28,407 | <question>: What is the pinyin for explaining music? <context>: CREATE TABLE table_1216675_1 (pinyin VARCHAR, translation VARCHAR) | SELECT pinyin FROM table_1216675_1 WHERE translation = "Explaining Music" |
28,408 | <question>: How many subjects have the pinyin shixun? <context>: CREATE TABLE table_1216675_1 (subject VARCHAR, pinyin VARCHAR) | SELECT COUNT(subject) FROM table_1216675_1 WHERE pinyin = "Shixun" |
28,409 | <question>: What is the pinyin for explaining beasts? <context>: CREATE TABLE table_1216675_1 (pinyin VARCHAR, translation VARCHAR) | SELECT pinyin FROM table_1216675_1 WHERE translation = "Explaining Beasts" |
28,410 | <question>: How many pinyin transaltions are available for the chinese phrase 釋蟲? <context>: CREATE TABLE table_1216675_1 (pinyin VARCHAR, chinese VARCHAR) | SELECT COUNT(pinyin) FROM table_1216675_1 WHERE chinese = "釋蟲" |
28,411 | <question>: What chapter number is Shiqiu? <context>: CREATE TABLE table_1216675_1 (chapter INTEGER, pinyin VARCHAR) | SELECT MIN(chapter) FROM table_1216675_1 WHERE pinyin = "Shiqiu" |
28,412 | <question>: How many mens doubles when womens doubles is catrine bengtsson margit borg? <context>: CREATE TABLE table_12171145_1 (mens_doubles VARCHAR, womens_doubles VARCHAR) | SELECT COUNT(mens_doubles) FROM table_12171145_1 WHERE womens_doubles = "Catrine Bengtsson Margit Borg" |
28,413 | <question>: Who is the mens doubles when womens doubles is anastasia chervyakova romina gabdullina? <context>: CREATE TABLE table_12171145_1 (mens_doubles VARCHAR, womens_doubles VARCHAR) | SELECT mens_doubles FROM table_12171145_1 WHERE womens_doubles = "Anastasia Chervyakova Romina Gabdullina" |
28,414 | <question>: Who is themens doubles when the mens singles is flemming delfs? <context>: CREATE TABLE table_12171145_1 (mens_doubles VARCHAR, mens_singles VARCHAR) | SELECT mens_doubles FROM table_12171145_1 WHERE mens_singles = "Flemming Delfs" |
28,415 | <question>: Who was the womens doubles when the mixed doubles is jacco arends selena piek? <context>: CREATE TABLE table_12171145_1 (womens_doubles VARCHAR, mixed_doubles VARCHAR) | SELECT womens_doubles FROM table_12171145_1 WHERE mixed_doubles = "Jacco Arends Selena Piek" |
28,416 | <question>: Who was the mens doubles when womens singles is mette sørensen? <context>: CREATE TABLE table_12171145_1 (mens_doubles VARCHAR, womens_singles VARCHAR) | SELECT mens_doubles FROM table_12171145_1 WHERE womens_singles = "Mette Sørensen" |
28,417 | <question>: Who is the Motogp winnder for the Catalunya Circuit? <context>: CREATE TABLE table_12186237_1 (motogp_winner VARCHAR, circuit VARCHAR) | SELECT motogp_winner FROM table_12186237_1 WHERE circuit = "Catalunya" |
28,418 | <question>: Who is the 125cc winnder for the Phillip Island circuit? <context>: CREATE TABLE table_12186237_1 (circuit VARCHAR) | SELECT 125 AS cc_winner FROM table_12186237_1 WHERE circuit = "Phillip Island" |
28,419 | <question>: What is the date of the German Grand Prix? <context>: CREATE TABLE table_12186237_1 (date VARCHAR, grand_prix VARCHAR) | SELECT date FROM table_12186237_1 WHERE grand_prix = "German grand_prix" |
28,420 | <question>: What circuit was on the date 4 May? <context>: CREATE TABLE table_12186237_1 (circuit VARCHAR, date VARCHAR) | SELECT circuit FROM table_12186237_1 WHERE date = "4 May" |
28,421 | <question>: Name the number of mens doubles for 2004/2005 <context>: CREATE TABLE table_12193259_1 (mens_doubles VARCHAR, season VARCHAR) | SELECT COUNT(mens_doubles) FROM table_12193259_1 WHERE season = "2004/2005" |
28,422 | <question>: Name the total number for mens single for 2002/2003 <context>: CREATE TABLE table_12193259_1 (mens_singles VARCHAR, season VARCHAR) | SELECT COUNT(mens_singles) FROM table_12193259_1 WHERE season = "2002/2003" |
28,423 | <question>: Name the mens singles for 1944/1945 <context>: CREATE TABLE table_12193259_1 (mens_singles VARCHAR, season VARCHAR) | SELECT mens_singles FROM table_12193259_1 WHERE season = "1944/1945" |
28,424 | <question>: How many times was pernell whitaker an opponent? <context>: CREATE TABLE table_12206918_2 (date VARCHAR, opponent VARCHAR) | SELECT COUNT(date) FROM table_12206918_2 WHERE opponent = "Pernell Whitaker" |
28,425 | <question>: How many times was iran barkley an opponent? <context>: CREATE TABLE table_12206918_2 (number VARCHAR, opponent VARCHAR) | SELECT number FROM table_12206918_2 WHERE opponent = "Iran Barkley" |
28,426 | <question>: Who was the opponent when the result was ud 12/12 and date was 1993-05-22? <context>: CREATE TABLE table_12206918_2 (opponent VARCHAR, result VARCHAR, date VARCHAR) | SELECT opponent FROM table_12206918_2 WHERE result = "UD 12/12" AND date = "1993-05-22" |
28,427 | <question>: How many opponents fought on 1982-12-03? <context>: CREATE TABLE table_12206918_2 (opponent VARCHAR, date VARCHAR) | SELECT COUNT(opponent) FROM table_12206918_2 WHERE date = "1982-12-03" |
28,428 | <question>: What is the name of the title winner in the ring light heavyweight (175) division? <context>: CREATE TABLE table_12206918_2 (name VARCHAR, titles VARCHAR) | SELECT name FROM table_12206918_2 WHERE titles = "The Ring Light heavyweight (175)" |
28,429 | <question>: How many trains call at Castor, Overton, Peterborough East and are operated by LNWR? <context>: CREATE TABLE table_12221135_3 (arrival VARCHAR, operator VARCHAR, calling_at VARCHAR) | SELECT COUNT(arrival) FROM table_12221135_3 WHERE operator = "LNWR" AND calling_at = "Castor, Overton, Peterborough East" |
28,430 | <question>: Who won the mens singles in 2009? <context>: CREATE TABLE table_12204717_1 (mens_singles VARCHAR, year VARCHAR) | SELECT mens_singles FROM table_12204717_1 WHERE year = 2009 |
28,431 | <question>: What are the the University of Richmond's school colors? <context>: CREATE TABLE table_1221089_1 (colors VARCHAR, institution VARCHAR) | SELECT colors FROM table_1221089_1 WHERE institution = "University of Richmond" |
28,432 | <question>: What are the school colors of the University of New Hampshire? <context>: CREATE TABLE table_1221089_1 (colors VARCHAR, institution VARCHAR) | SELECT colors FROM table_1221089_1 WHERE institution = "University of New Hampshire" |
28,433 | <question>: What's the name of the central bank in the country where Colombian Peso (cop) is the local currency? <context>: CREATE TABLE table_1222653_10 (central_bank VARCHAR, currency VARCHAR) | SELECT central_bank FROM table_1222653_10 WHERE currency = "Colombian peso (COP)" |
28,434 | <question>: what's the minimum production code written by jay sommers & dick chevillat and al schwartz <context>: CREATE TABLE table_12226390_3 (production_code INTEGER, written_by VARCHAR) | SELECT MIN(production_code) FROM table_12226390_3 WHERE written_by = "Jay Sommers & Dick Chevillat and Al Schwartz" |
28,435 | <question>: what's the total number of title for production code 39 <context>: CREATE TABLE table_12226390_3 (title VARCHAR, production_code VARCHAR) | SELECT COUNT(title) FROM table_12226390_3 WHERE production_code = 39 |
28,436 | <question>: Who wrote the episode 14 in series? <context>: CREATE TABLE table_12226390_2 (written_by VARCHAR, no_in_series VARCHAR) | SELECT written_by FROM table_12226390_2 WHERE no_in_series = 14 |
28,437 | <question>: Who directed the episode with production code 28? <context>: CREATE TABLE table_12226390_2 (directed_by VARCHAR, production_code VARCHAR) | SELECT directed_by FROM table_12226390_2 WHERE production_code = 28 |
28,438 | <question>: What's the title of the episode with a season number 25? <context>: CREATE TABLE table_12226390_6 (title VARCHAR, no_in_season VARCHAR) | SELECT title FROM table_12226390_6 WHERE no_in_season = 25 |
28,439 | <question>: What's the title of the episode with a production code 136? <context>: CREATE TABLE table_12226390_6 (title VARCHAR, production_code VARCHAR) | SELECT title FROM table_12226390_6 WHERE production_code = 136 |
28,440 | <question>: What episode was written by Bobby Bell and Bill Lee? <context>: CREATE TABLE table_12226390_4 (no_in_season INTEGER, written_by VARCHAR) | SELECT MAX(no_in_season) FROM table_12226390_4 WHERE written_by = "Bobby Bell and Bill Lee" |
28,441 | <question>: How many women doubles teams competed in the same year as when Jamie van Hooijdonk competed in men singles? <context>: CREATE TABLE table_12232843_1 (womens_doubles VARCHAR, mens_singles VARCHAR) | SELECT COUNT(womens_doubles) FROM table_12232843_1 WHERE mens_singles = "Jamie van Hooijdonk" |
28,442 | <question>: what is the maximum number of hull numbers? <context>: CREATE TABLE table_12232526_2 (hull_numbers INTEGER) | SELECT MAX(hull_numbers) FROM table_12232526_2 |
28,443 | <question>: who is the class where note is reportedly still active as of 2012? <context>: CREATE TABLE table_12232526_2 (class VARCHAR, note VARCHAR) | SELECT class FROM table_12232526_2 WHERE note = "Reportedly still active as of 2012" |
28,444 | <question>: what is the maximum number of hull nunbers where ship name is kri yos sudarso? <context>: CREATE TABLE table_12232526_2 (hull_numbers INTEGER, ship_name VARCHAR) | SELECT MAX(hull_numbers) FROM table_12232526_2 WHERE ship_name = "KRI Yos Sudarso" |
28,445 | <question>: What titles were fought for on 1997-04-12? <context>: CREATE TABLE table_12262182_2 (titles VARCHAR, date VARCHAR) | SELECT titles FROM table_12262182_2 WHERE date = "1997-04-12" |
28,446 | <question>: What is the date of the match for the lineal super lightweight (140)? <context>: CREATE TABLE table_12262182_2 (date VARCHAR, titles VARCHAR) | SELECT date FROM table_12262182_2 WHERE titles = "Lineal Super lightweight (140)" |
28,447 | <question>: What is the date of the match for the wbc flyweight (112) title? <context>: CREATE TABLE table_12262182_2 (date VARCHAR, titles VARCHAR) | SELECT date FROM table_12262182_2 WHERE titles = "WBC Flyweight (112)" |
28,448 | <question>: Who's the leader in the young rider classification in stage 12? <context>: CREATE TABLE table_12261714_2 (young_rider_classification VARCHAR, stage VARCHAR) | SELECT young_rider_classification FROM table_12261714_2 WHERE stage = "12" |
28,449 | <question>: Who's leading in the general classification in stage 1a? <context>: CREATE TABLE table_12261714_2 (general_classification VARCHAR, stage VARCHAR) | SELECT general_classification FROM table_12261714_2 WHERE stage = "1a" |
28,450 | <question>: How many leaders are there in the intergiro classification in stage 20? <context>: CREATE TABLE table_12261714_2 (intergiro_classification VARCHAR, stage VARCHAR) | SELECT COUNT(intergiro_classification) FROM table_12261714_2 WHERE stage = "20" |
28,451 | <question>: What's the leader team in the Trofeo Fast Team in stage 20? <context>: CREATE TABLE table_12261714_2 (trofeo_fast_team VARCHAR, stage VARCHAR) | SELECT trofeo_fast_team FROM table_12261714_2 WHERE stage = "20" |
28,452 | <question>: Who's the winner in stage 1a, where the leader in the young rider classification is Francesco Casagrande? <context>: CREATE TABLE table_12261714_2 (winner VARCHAR, young_rider_classification VARCHAR, stage VARCHAR) | SELECT winner FROM table_12261714_2 WHERE young_rider_classification = "Francesco Casagrande" AND stage = "1a" |
28,453 | <question>: Name the general classification of stage 15 <context>: CREATE TABLE table_12261806_2 (general_classification VARCHAR, stage VARCHAR) | SELECT COUNT(general_classification) FROM table_12261806_2 WHERE stage = "15" |
28,454 | <question>: Name the trofeo fast team of stage 2 <context>: CREATE TABLE table_12261806_2 (trofeo_fast_team VARCHAR, stage VARCHAR) | SELECT trofeo_fast_team FROM table_12261806_2 WHERE stage = "2" |
28,455 | <question>: Name the young rider classification with laudelino cubino <context>: CREATE TABLE table_12261806_2 (young_rider_classification VARCHAR, winner VARCHAR) | SELECT young_rider_classification FROM table_12261806_2 WHERE winner = "Laudelino Cubino" |
28,456 | <question>: Name the total number of trofeo fast team of stage 16 <context>: CREATE TABLE table_12261806_2 (trofeo_fast_team VARCHAR, stage VARCHAR) | SELECT COUNT(trofeo_fast_team) FROM table_12261806_2 WHERE stage = "16" |
28,457 | <question>: What kind of bleeding does aspirin cause? <context>: CREATE TABLE table_1226250_1 (bleeding_time VARCHAR, condition VARCHAR) | SELECT bleeding_time FROM table_1226250_1 WHERE condition = "Aspirin" |
28,458 | <question>: How in prothrombin affected by glanzmann's thrombasthenia. <context>: CREATE TABLE table_1226250_1 (prothrombin_time VARCHAR, condition VARCHAR) | SELECT prothrombin_time FROM table_1226250_1 WHERE condition = "Glanzmann's thrombasthenia" |
28,459 | <question>: How long does thromboplastin last when prothrombin is unaffected? <context>: CREATE TABLE table_1226250_1 (partial_thromboplastin_time VARCHAR, bleeding_time VARCHAR, prothrombin_time VARCHAR) | SELECT partial_thromboplastin_time FROM table_1226250_1 WHERE bleeding_time = "Unaffected" AND prothrombin_time = "Unaffected" |
28,460 | <question>: Is uremia affect prothrombin? <context>: CREATE TABLE table_1226250_1 (prothrombin_time VARCHAR, condition VARCHAR) | SELECT prothrombin_time FROM table_1226250_1 WHERE condition = "Uremia" |
28,461 | <question>: Is prothrombin time long when thromboplastin is prolonged? <context>: CREATE TABLE table_1226250_1 (prothrombin_time VARCHAR, bleeding_time VARCHAR, partial_thromboplastin_time VARCHAR) | SELECT prothrombin_time FROM table_1226250_1 WHERE bleeding_time = "Prolonged" AND partial_thromboplastin_time = "Prolonged" |
28,462 | <question>: How many live births were there in 2006 in South Yorkshire (met county)? <context>: CREATE TABLE table_12251936_1 (live_births_2006 VARCHAR, county VARCHAR) | SELECT live_births_2006 FROM table_12251936_1 WHERE county = "South Yorkshire (Met county)" |
28,463 | <question>: How many TFR were there in 2006 when the GFR was 53.8? <context>: CREATE TABLE table_12251936_1 (tfr_2006 VARCHAR, gfr_2006 VARCHAR) | SELECT tfr_2006 FROM table_12251936_1 WHERE gfr_2006 = "53.8" |
28,464 | <question>: How many times was the GFR 2006 equal to 53.2? <context>: CREATE TABLE table_12251936_1 (whites_as__percentage_of_pop VARCHAR, gfr_2006 VARCHAR) | SELECT COUNT(whites_as__percentage_of_pop) FROM table_12251936_1 WHERE gfr_2006 = "53.2" |
28,465 | <question>: How many mens doubles took place in 1970/1971? <context>: CREATE TABLE table_12266757_1 (mens_doubles VARCHAR, season VARCHAR) | SELECT COUNT(mens_doubles) FROM table_12266757_1 WHERE season = "1970/1971" |
28,466 | <question>: Where were the Womens Doubles in the 1951/1952 season and who won? <context>: CREATE TABLE table_12266757_1 (womens_doubles VARCHAR, season VARCHAR) | SELECT womens_doubles FROM table_12266757_1 WHERE season = "1951/1952" |
28,467 | <question>: Who was the womens singles winnerwhen the mens doubles were stefan karlsson claes nordin , bk aura gbk? <context>: CREATE TABLE table_12266757_1 (womens_singles VARCHAR, mens_doubles VARCHAR) | SELECT womens_singles FROM table_12266757_1 WHERE mens_doubles = "Stefan Karlsson Claes Nordin , BK Aura GBK" |
28,468 | <question>: Who were the winners of mens doubles in the 1986/1987 season held? <context>: CREATE TABLE table_12266757_1 (mens_doubles VARCHAR, season VARCHAR) | SELECT mens_doubles FROM table_12266757_1 WHERE season = "1986/1987" |
28,469 | <question>: Who won the Mens Singles when the Mixed doubles went to Stellan Mohlin Kerstin Ståhl , Aik? <context>: CREATE TABLE table_12266757_1 (mens_singles VARCHAR, mixed_doubles VARCHAR) | SELECT mens_singles FROM table_12266757_1 WHERE mixed_doubles = "Stellan Mohlin Kerstin Ståhl , AIK" |
28,470 | <question>: Who won the womens singles in the 1958/1959 season? <context>: CREATE TABLE table_12266757_1 (womens_singles VARCHAR, season VARCHAR) | SELECT womens_singles FROM table_12266757_1 WHERE season = "1958/1959" |
28,471 | <question>: What county is in isolation of 29? <context>: CREATE TABLE table_12280396_1 (county VARCHAR, isolation__km_ VARCHAR) | SELECT county FROM table_12280396_1 WHERE isolation__km_ = 29 |
28,472 | <question>: What is the county with an elevation of 1262? <context>: CREATE TABLE table_12280396_1 (county VARCHAR, elevation__m_ VARCHAR) | SELECT county FROM table_12280396_1 WHERE elevation__m_ = 1262 |
28,473 | <question>: Name the rank where the municipality is sunndal? <context>: CREATE TABLE table_12280396_1 (rank VARCHAR, municipality VARCHAR) | SELECT rank FROM table_12280396_1 WHERE municipality = "Sunndal" |
28,474 | <question>: Name the county with the peak being indre russetind? <context>: CREATE TABLE table_12280396_1 (county VARCHAR, peak VARCHAR) | SELECT county FROM table_12280396_1 WHERE peak = "Indre Russetind" |
28,475 | <question>: What is the number of rank of peak fresvikbreen? <context>: CREATE TABLE table_12280396_1 (rank VARCHAR, peak VARCHAR) | SELECT COUNT(rank) FROM table_12280396_1 WHERE peak = "Fresvikbreen" |
28,476 | <question>: Who won the mens singles when sayaka sato won the womens singles? <context>: CREATE TABLE table_12275551_1 (mens_singles VARCHAR, womens_singles VARCHAR) | SELECT mens_singles FROM table_12275551_1 WHERE womens_singles = "Sayaka Sato" |
28,477 | <question>: When did Chetan Anand win his first men's single? <context>: CREATE TABLE table_12275654_1 (year INTEGER, mens_singles VARCHAR) | SELECT MIN(year) FROM table_12275654_1 WHERE mens_singles = "Chetan Anand" |
28,478 | <question>: How many times did Niels Christian Kaldau win the men's single and Pi Hongyan win the women's single in the same year? <context>: CREATE TABLE table_12275654_1 (year VARCHAR, mens_singles VARCHAR, womens_singles VARCHAR) | SELECT COUNT(year) FROM table_12275654_1 WHERE mens_singles = "Niels Christian Kaldau" AND womens_singles = "Pi Hongyan" |
28,479 | <question>: Who won the men's double when Chou Tien-Chen won the men's single? <context>: CREATE TABLE table_12275654_1 (mens_doubles VARCHAR, mens_singles VARCHAR) | SELECT mens_doubles FROM table_12275654_1 WHERE mens_singles = "Chou Tien-chen" |
28,480 | <question>: What team was promoted in the Serbian League East in the same season when Kolubara was promoted in the Serbian League Belgrade? <context>: CREATE TABLE table_12283621_6 (serbian_league_east VARCHAR, serbian_league_belgrade VARCHAR) | SELECT serbian_league_east FROM table_12283621_6 WHERE serbian_league_belgrade = "Kolubara" |
28,481 | <question>: what's the series with reverse being swimming <context>: CREATE TABLE table_12284476_8 (series VARCHAR, reverse VARCHAR) | SELECT series FROM table_12284476_8 WHERE reverse = "Swimming" |
28,482 | <question>: what's the alloy with series being ii series <context>: CREATE TABLE table_12284476_8 (alloy VARCHAR, series VARCHAR) | SELECT alloy FROM table_12284476_8 WHERE series = "II series" |
28,483 | <question>: what's the denomination with year being 2008 and reverse being football <context>: CREATE TABLE table_12284476_8 (denomination VARCHAR, year VARCHAR, reverse VARCHAR) | SELECT denomination FROM table_12284476_8 WHERE year = 2008 AND reverse = "Football" |
28,484 | <question>: how many reverse with series being iii series <context>: CREATE TABLE table_12284476_8 (reverse VARCHAR, series VARCHAR) | SELECT COUNT(reverse) FROM table_12284476_8 WHERE series = "III series" |
28,485 | <question>: How many times did kingfisher east bengal fc win? <context>: CREATE TABLE table_12303563_1 (winners INTEGER, nation VARCHAR) | SELECT MIN(winners) FROM table_12303563_1 WHERE nation = "Kingfisher East Bengal FC" |
28,486 | <question>: How many times did bec tero sasana win? <context>: CREATE TABLE table_12303563_1 (winners INTEGER, nation VARCHAR) | SELECT MAX(winners) FROM table_12303563_1 WHERE nation = "BEC Tero Sasana" |
28,487 | <question>: Nigeria competed on July2, 1999. <context>: CREATE TABLE table_1231316_5 (date VARCHAR, nation VARCHAR) | SELECT date FROM table_1231316_5 WHERE nation = "Nigeria" |
28,488 | <question>: Nigeria had the fastest time once. <context>: CREATE TABLE table_1231316_5 (fastest_time__s_ VARCHAR, nation VARCHAR) | SELECT COUNT(fastest_time__s_) FROM table_1231316_5 WHERE nation = "Nigeria" |
28,489 | <question>: how many runners-up with nation being india <context>: CREATE TABLE table_12303563_2 (runners_up VARCHAR, nation VARCHAR) | SELECT COUNT(runners_up) FROM table_12303563_2 WHERE nation = "India" |
28,490 | <question>: what's the runners-up with nation being malaysia <context>: CREATE TABLE table_12303563_2 (runners_up VARCHAR, nation VARCHAR) | SELECT runners_up FROM table_12303563_2 WHERE nation = "Malaysia" |
28,491 | <question>: how many winners with # being 4 <context>: CREATE TABLE table_12303563_2 (winners VARCHAR, _number VARCHAR) | SELECT COUNT(winners) FROM table_12303563_2 WHERE _number = 4 |
28,492 | <question>: how many maximum winners <context>: CREATE TABLE table_12303563_2 (winners INTEGER) | SELECT MAX(winners) FROM table_12303563_2 |
28,493 | <question>: how many winners from vietnam <context>: CREATE TABLE table_12303563_2 (winners VARCHAR, nation VARCHAR) | SELECT winners FROM table_12303563_2 WHERE nation = "Vietnam" |
28,494 | <question>: What was the total of arlenes vote when craig voted for brian and karen? <context>: CREATE TABLE table_12305325_4 (arlenes_vote VARCHAR, craigs_vote VARCHAR) | SELECT COUNT(arlenes_vote) FROM table_12305325_4 WHERE craigs_vote = "Brian and Karen" |
28,495 | <question>: What is the max week where kate and anton are eliminated? <context>: CREATE TABLE table_12305325_4 (week INTEGER, eliminated VARCHAR) | SELECT MAX(week) FROM table_12305325_4 WHERE eliminated = "Kate and Anton" |
28,496 | <question>: What is the number eliminated when kelly and brendan are safe? <context>: CREATE TABLE table_12305325_4 (eliminated VARCHAR, safe VARCHAR) | SELECT COUNT(eliminated) FROM table_12305325_4 WHERE safe = "Kelly and Brendan" |
28,497 | <question>: Who is safe if John and Nicole are eliminated? <context>: CREATE TABLE table_12305325_4 (safe VARCHAR, eliminated VARCHAR) | SELECT safe FROM table_12305325_4 WHERE eliminated = "John and Nicole" |
28,498 | <question>: What is the total number of brunos vote when willie and erin are eliminated? <context>: CREATE TABLE table_12305325_4 (brunos_vote VARCHAR, eliminated VARCHAR) | SELECT COUNT(brunos_vote) FROM table_12305325_4 WHERE eliminated = "Willie and Erin" |
28,499 | <question>: How many goals were scored by the player who played 17 matches? <context>: CREATE TABLE table_12321870_32 (goals VARCHAR, matches VARCHAR) | SELECT goals FROM table_12321870_32 WHERE matches = "17" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.