question stringlengths 12 244 | context stringlengths 27 489 | answer stringlengths 18 557 | text stringlengths 114 1.06k |
|---|---|---|---|
Name the typed for formed from 6-pul trailer third in res unit | CREATE TABLE table_name_40 (type VARCHAR, formed_from VARCHAR) | SELECT type FROM table_name_40 WHERE formed_from = "6-pul trailer third in res unit" | ### Context: CREATE TABLE table_name_40 (type VARCHAR, formed_from VARCHAR) ### Question: Name the typed for formed from 6-pul trailer third in res unit ### Answer: SELECT type FROM table_name_40 WHERE formed_from = "6-pul trailer third in res unit" |
Name the formed that has type of 4-cor | CREATE TABLE table_name_58 (formed_from VARCHAR, type VARCHAR) | SELECT formed_from FROM table_name_58 WHERE type = "4-cor" | ### Context: CREATE TABLE table_name_58 (formed_from VARCHAR, type VARCHAR) ### Question: Name the formed that has type of 4-cor ### Answer: SELECT formed_from FROM table_name_58 WHERE type = "4-cor" |
Who lost with a time of 2:42? | CREATE TABLE table_name_9 (loss VARCHAR, time VARCHAR) | SELECT loss FROM table_name_9 WHERE time = "2:42" | ### Context: CREATE TABLE table_name_9 (loss VARCHAR, time VARCHAR) ### Question: Who lost with a time of 2:42? ### Answer: SELECT loss FROM table_name_9 WHERE time = "2:42" |
Who lost on August 27? | CREATE TABLE table_name_93 (loss VARCHAR, date VARCHAR) | SELECT loss FROM table_name_93 WHERE date = "august 27" | ### Context: CREATE TABLE table_name_93 (loss VARCHAR, date VARCHAR) ### Question: Who lost on August 27? ### Answer: SELECT loss FROM table_name_93 WHERE date = "august 27" |
Which of the biggest points numbers had a year more recent than 1953? | CREATE TABLE table_name_62 (points INTEGER, year INTEGER) | SELECT MAX(points) FROM table_name_62 WHERE year > 1953 | ### Context: CREATE TABLE table_name_62 (points INTEGER, year INTEGER) ### Question: Which of the biggest points numbers had a year more recent than 1953? ### Answer: SELECT MAX(points) FROM table_name_62 WHERE year > 1953 |
How many years had more than 0 points? | CREATE TABLE table_name_68 (year INTEGER, points INTEGER) | SELECT SUM(year) FROM table_name_68 WHERE points > 0 | ### Context: CREATE TABLE table_name_68 (year INTEGER, points INTEGER) ### Question: How many years had more than 0 points? ### Answer: SELECT SUM(year) FROM table_name_68 WHERE points > 0 |
Which entrant was present prior to 1953? | CREATE TABLE table_name_67 (entrant VARCHAR, year INTEGER) | SELECT entrant FROM table_name_67 WHERE year < 1953 | ### Context: CREATE TABLE table_name_67 (entrant VARCHAR, year INTEGER) ### Question: Which entrant was present prior to 1953? ### Answer: SELECT entrant FROM table_name_67 WHERE year < 1953 |
How many wickets have runs under 7531, matches over 44, and an average of 22.17? | CREATE TABLE table_name_77 (wickets VARCHAR, average VARCHAR, runs VARCHAR, matches VARCHAR) | SELECT wickets FROM table_name_77 WHERE runs < 7531 AND matches > 44 AND average = 22.17 | ### Context: CREATE TABLE table_name_77 (wickets VARCHAR, average VARCHAR, runs VARCHAR, matches VARCHAR) ### Question: How many wickets have runs under 7531, matches over 44, and an average of 22.17? ### Answer: SELECT wickets FROM table_name_77 WHERE runs < 7531 AND matches > 44 AND average = 22.17 |
What is the total number of wickets that have runs under 4600 and matches under 44? | CREATE TABLE table_name_64 (wickets INTEGER, runs VARCHAR, matches VARCHAR) | SELECT SUM(wickets) FROM table_name_64 WHERE runs < 4600 AND matches < 44 | ### Context: CREATE TABLE table_name_64 (wickets INTEGER, runs VARCHAR, matches VARCHAR) ### Question: What is the total number of wickets that have runs under 4600 and matches under 44? ### Answer: SELECT SUM(wickets) FROM table_name_64 WHERE runs < 4600 AND matches < 44 |
Which Label was cataloged as alca-9013? | CREATE TABLE table_name_2 (label VARCHAR, catalog VARCHAR) | SELECT label FROM table_name_2 WHERE catalog = "alca-9013" | ### Context: CREATE TABLE table_name_2 (label VARCHAR, catalog VARCHAR) ### Question: Which Label was cataloged as alca-9013? ### Answer: SELECT label FROM table_name_2 WHERE catalog = "alca-9013" |
Which Catalog was formated as a CD under the label Alfa Records? | CREATE TABLE table_name_9 (catalog VARCHAR, label VARCHAR, format VARCHAR) | SELECT catalog FROM table_name_9 WHERE label = "alfa records" AND format = "cd" | ### Context: CREATE TABLE table_name_9 (catalog VARCHAR, label VARCHAR, format VARCHAR) ### Question: Which Catalog was formated as a CD under the label Alfa Records? ### Answer: SELECT catalog FROM table_name_9 WHERE label = "alfa records" AND format = "cd" |
What is the earliest year retired delivered in 1965 with an in service in November 1971 for the PoAF Serial less than 7103? | CREATE TABLE table_name_50 (retired INTEGER, poaf_serial VARCHAR, delivery VARCHAR, in_service VARCHAR) | SELECT MIN(retired) FROM table_name_50 WHERE delivery = "1965" AND in_service = "november 1971" AND poaf_serial < 7103 | ### Context: CREATE TABLE table_name_50 (retired INTEGER, poaf_serial VARCHAR, delivery VARCHAR, in_service VARCHAR) ### Question: What is the earliest year retired delivered in 1965 with an in service in November 1971 for the PoAF Serial less than 7103? ### Answer: SELECT MIN(retired) FROM table_name_50 WHERE delivery... |
What is the smallest amount of freight carried on the road that closed on March 31 and reached super B capacity on February 17 after 2011? | CREATE TABLE table_name_80 (freight_carried_s_tonne INTEGER, year VARCHAR, road_closed VARCHAR, super_b_capacity_reached_ VARCHAR, _citation_needed_ VARCHAR) | SELECT MIN(freight_carried_s_tonne) FROM table_name_80 WHERE road_closed = "march 31" AND super_b_capacity_reached_[_citation_needed_] = "february 17" AND year > 2011 | ### Context: CREATE TABLE table_name_80 (freight_carried_s_tonne INTEGER, year VARCHAR, road_closed VARCHAR, super_b_capacity_reached_ VARCHAR, _citation_needed_ VARCHAR) ### Question: What is the smallest amount of freight carried on the road that closed on March 31 and reached super B capacity on February 17 after 20... |
What's the English title listed that has an Original title of The Crying Game? | CREATE TABLE table_name_95 (english_title VARCHAR, original_title VARCHAR) | SELECT english_title FROM table_name_95 WHERE original_title = "the crying game" | ### Context: CREATE TABLE table_name_95 (english_title VARCHAR, original_title VARCHAR) ### Question: What's the English title listed that has an Original title of The Crying Game? ### Answer: SELECT english_title FROM table_name_95 WHERE original_title = "the crying game" |
Which Year has the Orginal title of La Cérémonie? | CREATE TABLE table_name_13 (year VARCHAR, original_title VARCHAR) | SELECT year FROM table_name_13 WHERE original_title = "la cérémonie" | ### Context: CREATE TABLE table_name_13 (year VARCHAR, original_title VARCHAR) ### Question: Which Year has the Orginal title of La Cérémonie? ### Answer: SELECT year FROM table_name_13 WHERE original_title = "la cérémonie" |
What's the Original Title of the English title A Judgement in Stone? | CREATE TABLE table_name_70 (original_title VARCHAR, english_title VARCHAR) | SELECT original_title FROM table_name_70 WHERE english_title = "a judgement in stone" | ### Context: CREATE TABLE table_name_70 (original_title VARCHAR, english_title VARCHAR) ### Question: What's the Original Title of the English title A Judgement in Stone? ### Answer: SELECT original_title FROM table_name_70 WHERE english_title = "a judgement in stone" |
Who is the Director of the Original title of The Crying Game? | CREATE TABLE table_name_59 (director VARCHAR, original_title VARCHAR) | SELECT director FROM table_name_59 WHERE original_title = "the crying game" | ### Context: CREATE TABLE table_name_59 (director VARCHAR, original_title VARCHAR) ### Question: Who is the Director of the Original title of The Crying Game? ### Answer: SELECT director FROM table_name_59 WHERE original_title = "the crying game" |
Which Country is listed for the Director Thomas Vinterberg? | CREATE TABLE table_name_74 (country VARCHAR, director VARCHAR) | SELECT country FROM table_name_74 WHERE director = "thomas vinterberg" | ### Context: CREATE TABLE table_name_74 (country VARCHAR, director VARCHAR) ### Question: Which Country is listed for the Director Thomas Vinterberg? ### Answer: SELECT country FROM table_name_74 WHERE director = "thomas vinterberg" |
Which Country has the Director Chen Kaige? | CREATE TABLE table_name_79 (country VARCHAR, director VARCHAR) | SELECT country FROM table_name_79 WHERE director = "chen kaige" | ### Context: CREATE TABLE table_name_79 (country VARCHAR, director VARCHAR) ### Question: Which Country has the Director Chen Kaige? ### Answer: SELECT country FROM table_name_79 WHERE director = "chen kaige" |
What was the score of the game attended by 50,200? | CREATE TABLE table_name_2 (score VARCHAR, attendance VARCHAR) | SELECT score FROM table_name_2 WHERE attendance = "50,200" | ### Context: CREATE TABLE table_name_2 (score VARCHAR, attendance VARCHAR) ### Question: What was the score of the game attended by 50,200? ### Answer: SELECT score FROM table_name_2 WHERE attendance = "50,200" |
What's the Termination of Mission listed that has a Presentation of Credentials for August 29, 1859? | CREATE TABLE table_name_34 (termination_of_mission VARCHAR, presentation_of_credentials VARCHAR) | SELECT termination_of_mission FROM table_name_34 WHERE presentation_of_credentials = "august 29, 1859" | ### Context: CREATE TABLE table_name_34 (termination_of_mission VARCHAR, presentation_of_credentials VARCHAR) ### Question: What's the Termination of Mission listed that has a Presentation of Credentials for August 29, 1859? ### Answer: SELECT termination_of_mission FROM table_name_34 WHERE presentation_of_credentials ... |
What's the Representative listed that has a Presentation of Credentials of August 25, 1851? | CREATE TABLE table_name_80 (representative VARCHAR, presentation_of_credentials VARCHAR) | SELECT representative FROM table_name_80 WHERE presentation_of_credentials = "august 25, 1851" | ### Context: CREATE TABLE table_name_80 (representative VARCHAR, presentation_of_credentials VARCHAR) ### Question: What's the Representative listed that has a Presentation of Credentials of August 25, 1851? ### Answer: SELECT representative FROM table_name_80 WHERE presentation_of_credentials = "august 25, 1851" |
What Title has a Termination of Mission for August 13, 1854? | CREATE TABLE table_name_93 (title VARCHAR, termination_of_mission VARCHAR) | SELECT title FROM table_name_93 WHERE termination_of_mission = "august 13, 1854" | ### Context: CREATE TABLE table_name_93 (title VARCHAR, termination_of_mission VARCHAR) ### Question: What Title has a Termination of Mission for August 13, 1854? ### Answer: SELECT title FROM table_name_93 WHERE termination_of_mission = "august 13, 1854" |
What Title has a Termination of Mission of November 4, 1861? | CREATE TABLE table_name_60 (title VARCHAR, termination_of_mission VARCHAR) | SELECT title FROM table_name_60 WHERE termination_of_mission = "november 4, 1861" | ### Context: CREATE TABLE table_name_60 (title VARCHAR, termination_of_mission VARCHAR) ### Question: What Title has a Termination of Mission of November 4, 1861? ### Answer: SELECT title FROM table_name_60 WHERE termination_of_mission = "november 4, 1861" |
What Representative has a Presentation of Credentails of April 10, 1855? | CREATE TABLE table_name_42 (representative VARCHAR, presentation_of_credentials VARCHAR) | SELECT representative FROM table_name_42 WHERE presentation_of_credentials = "april 10, 1855" | ### Context: CREATE TABLE table_name_42 (representative VARCHAR, presentation_of_credentials VARCHAR) ### Question: What Representative has a Presentation of Credentails of April 10, 1855? ### Answer: SELECT representative FROM table_name_42 WHERE presentation_of_credentials = "april 10, 1855" |
Which Title has an Appointed by of Millard Fillmore? | CREATE TABLE table_name_21 (title VARCHAR, appointed_by VARCHAR) | SELECT title FROM table_name_21 WHERE appointed_by = "millard fillmore" | ### Context: CREATE TABLE table_name_21 (title VARCHAR, appointed_by VARCHAR) ### Question: Which Title has an Appointed by of Millard Fillmore? ### Answer: SELECT title FROM table_name_21 WHERE appointed_by = "millard fillmore" |
Who was Choong Tan Fook's opponent in 1999? | CREATE TABLE table_name_42 (opponent VARCHAR, year VARCHAR, partner VARCHAR) | SELECT opponent FROM table_name_42 WHERE year = 1999 AND partner = "choong tan fook" | ### Context: CREATE TABLE table_name_42 (opponent VARCHAR, year VARCHAR, partner VARCHAR) ### Question: Who was Choong Tan Fook's opponent in 1999? ### Answer: SELECT opponent FROM table_name_42 WHERE year = 1999 AND partner = "choong tan fook" |
Which opponent played in the Chinese Taipei Open in 2000? | CREATE TABLE table_name_66 (opponent VARCHAR, tournament VARCHAR, year VARCHAR) | SELECT opponent FROM table_name_66 WHERE tournament = "chinese taipei open" AND year = 2000 | ### Context: CREATE TABLE table_name_66 (opponent VARCHAR, tournament VARCHAR, year VARCHAR) ### Question: Which opponent played in the Chinese Taipei Open in 2000? ### Answer: SELECT opponent FROM table_name_66 WHERE tournament = "chinese taipei open" AND year = 2000 |
How many bronzes have a Nation of jamaica (jam), and a Total smaller than 7? | CREATE TABLE table_name_6 (bronze VARCHAR, nation VARCHAR, total VARCHAR) | SELECT COUNT(bronze) FROM table_name_6 WHERE nation = "jamaica (jam)" AND total < 7 | ### Context: CREATE TABLE table_name_6 (bronze VARCHAR, nation VARCHAR, total VARCHAR) ### Question: How many bronzes have a Nation of jamaica (jam), and a Total smaller than 7? ### Answer: SELECT COUNT(bronze) FROM table_name_6 WHERE nation = "jamaica (jam)" AND total < 7 |
What is the average silver with more than 0 gold, a Rank of 1, and a Total smaller than 30? | CREATE TABLE table_name_82 (silver INTEGER, total VARCHAR, gold VARCHAR, rank VARCHAR) | SELECT AVG(silver) FROM table_name_82 WHERE gold > 0 AND rank = "1" AND total < 30 | ### Context: CREATE TABLE table_name_82 (silver INTEGER, total VARCHAR, gold VARCHAR, rank VARCHAR) ### Question: What is the average silver with more than 0 gold, a Rank of 1, and a Total smaller than 30? ### Answer: SELECT AVG(silver) FROM table_name_82 WHERE gold > 0 AND rank = "1" AND total < 30 |
What is the total gold with a total less than 1? | CREATE TABLE table_name_2 (gold INTEGER, total INTEGER) | SELECT SUM(gold) FROM table_name_2 WHERE total < 1 | ### Context: CREATE TABLE table_name_2 (gold INTEGER, total INTEGER) ### Question: What is the total gold with a total less than 1? ### Answer: SELECT SUM(gold) FROM table_name_2 WHERE total < 1 |
Which NIR number is for the tso (ex-br class 488 unit 488305) type that has a 6082 / 72605 BR number? | CREATE TABLE table_name_87 (nir_number VARCHAR, type VARCHAR, br_number_s_ VARCHAR) | SELECT nir_number FROM table_name_87 WHERE type = "tso (ex-br class 488 unit 488305)" AND br_number_s_ = "6082 / 72605" | ### Context: CREATE TABLE table_name_87 (nir_number VARCHAR, type VARCHAR, br_number_s_ VARCHAR) ### Question: Which NIR number is for the tso (ex-br class 488 unit 488305) type that has a 6082 / 72605 BR number? ### Answer: SELECT nir_number FROM table_name_87 WHERE type = "tso (ex-br class 488 unit 488305)" AND br_nu... |
What is the Whakamaru school's authority? | CREATE TABLE table_name_32 (authority VARCHAR, name VARCHAR) | SELECT authority FROM table_name_32 WHERE name = "whakamaru school" | ### Context: CREATE TABLE table_name_32 (authority VARCHAR, name VARCHAR) ### Question: What is the Whakamaru school's authority? ### Answer: SELECT authority FROM table_name_32 WHERE name = "whakamaru school" |
Where is the school with state authority that has a roll of more than 157 students? | CREATE TABLE table_name_11 (area VARCHAR, authority VARCHAR, roll VARCHAR) | SELECT area FROM table_name_11 WHERE authority = "state" AND roll > 157 | ### Context: CREATE TABLE table_name_11 (area VARCHAR, authority VARCHAR, roll VARCHAR) ### Question: Where is the school with state authority that has a roll of more than 157 students? ### Answer: SELECT area FROM table_name_11 WHERE authority = "state" AND roll > 157 |
Name the subject of shiyan | CREATE TABLE table_name_12 (subject VARCHAR, pinyin VARCHAR) | SELECT subject FROM table_name_12 WHERE pinyin = "shiyan" | ### Context: CREATE TABLE table_name_12 (subject VARCHAR, pinyin VARCHAR) ### Question: Name the subject of shiyan ### Answer: SELECT subject FROM table_name_12 WHERE pinyin = "shiyan" |
Name the chinese with subject of adjectives, adverbs, mostly with reduplication | CREATE TABLE table_name_50 (chinese VARCHAR, subject VARCHAR) | SELECT chinese FROM table_name_50 WHERE subject = "adjectives, adverbs, mostly with reduplication" | ### Context: CREATE TABLE table_name_50 (chinese VARCHAR, subject VARCHAR) ### Question: Name the chinese with subject of adjectives, adverbs, mostly with reduplication ### Answer: SELECT chinese FROM table_name_50 WHERE subject = "adjectives, adverbs, mostly with reduplication" |
Name the total number of chapter for chinese of 釋宮 | CREATE TABLE table_name_74 (chapter VARCHAR, chinese VARCHAR) | SELECT COUNT(chapter) FROM table_name_74 WHERE chinese = "釋宮" | ### Context: CREATE TABLE table_name_74 (chapter VARCHAR, chinese VARCHAR) ### Question: Name the total number of chapter for chinese of 釋宮 ### Answer: SELECT COUNT(chapter) FROM table_name_74 WHERE chinese = "釋宮" |
Name the highest chapter with chinese of 釋言 | CREATE TABLE table_name_24 (chapter INTEGER, chinese VARCHAR) | SELECT MAX(chapter) FROM table_name_24 WHERE chinese = "釋言" | ### Context: CREATE TABLE table_name_24 (chapter INTEGER, chinese VARCHAR) ### Question: Name the highest chapter with chinese of 釋言 ### Answer: SELECT MAX(chapter) FROM table_name_24 WHERE chinese = "釋言" |
Name the chapter with chinese of 釋水 | CREATE TABLE table_name_28 (chapter VARCHAR, chinese VARCHAR) | SELECT chapter FROM table_name_28 WHERE chinese = "釋水" | ### Context: CREATE TABLE table_name_28 (chapter VARCHAR, chinese VARCHAR) ### Question: Name the chapter with chinese of 釋水 ### Answer: SELECT chapter FROM table_name_28 WHERE chinese = "釋水" |
Who used Gordini Straight-6 in 1956? | CREATE TABLE table_name_93 (entrant VARCHAR, engine VARCHAR, year VARCHAR) | SELECT entrant FROM table_name_93 WHERE engine = "gordini straight-6" AND year = 1956 | ### Context: CREATE TABLE table_name_93 (entrant VARCHAR, engine VARCHAR, year VARCHAR) ### Question: Who used Gordini Straight-6 in 1956? ### Answer: SELECT entrant FROM table_name_93 WHERE engine = "gordini straight-6" AND year = 1956 |
Who was in 1963? | CREATE TABLE table_name_87 (entrant VARCHAR, year VARCHAR) | SELECT entrant FROM table_name_87 WHERE year = 1963 | ### Context: CREATE TABLE table_name_87 (entrant VARCHAR, year VARCHAR) ### Question: Who was in 1963? ### Answer: SELECT entrant FROM table_name_87 WHERE year = 1963 |
Name the score for september 11 | CREATE TABLE table_name_48 (score VARCHAR, date VARCHAR) | SELECT score FROM table_name_48 WHERE date = "september 11" | ### Context: CREATE TABLE table_name_48 (score VARCHAR, date VARCHAR) ### Question: Name the score for september 11 ### Answer: SELECT score FROM table_name_48 WHERE date = "september 11" |
Name the loss for record of 71-81 | CREATE TABLE table_name_23 (loss VARCHAR, record VARCHAR) | SELECT loss FROM table_name_23 WHERE record = "71-81" | ### Context: CREATE TABLE table_name_23 (loss VARCHAR, record VARCHAR) ### Question: Name the loss for record of 71-81 ### Answer: SELECT loss FROM table_name_23 WHERE record = "71-81" |
Name the score which has record of 73-83 | CREATE TABLE table_name_17 (score VARCHAR, record VARCHAR) | SELECT score FROM table_name_17 WHERE record = "73-83" | ### Context: CREATE TABLE table_name_17 (score VARCHAR, record VARCHAR) ### Question: Name the score which has record of 73-83 ### Answer: SELECT score FROM table_name_17 WHERE record = "73-83" |
Name the date for record of 74-84 | CREATE TABLE table_name_20 (date VARCHAR, record VARCHAR) | SELECT date FROM table_name_20 WHERE record = "74-84" | ### Context: CREATE TABLE table_name_20 (date VARCHAR, record VARCHAR) ### Question: Name the date for record of 74-84 ### Answer: SELECT date FROM table_name_20 WHERE record = "74-84" |
For all events with index f10, what is the sum of the overall rankings? | CREATE TABLE table_name_66 (overall_ranking INTEGER, index VARCHAR) | SELECT SUM(overall_ranking) FROM table_name_66 WHERE index = "f10" | ### Context: CREATE TABLE table_name_66 (overall_ranking INTEGER, index VARCHAR) ### Question: For all events with index f10, what is the sum of the overall rankings? ### Answer: SELECT SUM(overall_ranking) FROM table_name_66 WHERE index = "f10" |
For the event with index f7, what is the status? | CREATE TABLE table_name_23 (status VARCHAR, index VARCHAR) | SELECT status FROM table_name_23 WHERE index = "f7" | ### Context: CREATE TABLE table_name_23 (status VARCHAR, index VARCHAR) ### Question: For the event with index f7, what is the status? ### Answer: SELECT status FROM table_name_23 WHERE index = "f7" |
For the event with index f9, what's the talent segment? | CREATE TABLE table_name_49 (talent_segment VARCHAR, index VARCHAR) | SELECT talent_segment FROM table_name_49 WHERE index = "f9" | ### Context: CREATE TABLE table_name_49 (talent_segment VARCHAR, index VARCHAR) ### Question: For the event with index f9, what's the talent segment? ### Answer: SELECT talent_segment FROM table_name_49 WHERE index = "f9" |
What's the acting segment of 林佩琪 lin peiqi's events that are eliminated? | CREATE TABLE table_name_36 (acting_segment VARCHAR, status VARCHAR, name VARCHAR) | SELECT acting_segment FROM table_name_36 WHERE status = "eliminated" AND name = "林佩琪 lin peiqi" | ### Context: CREATE TABLE table_name_36 (acting_segment VARCHAR, status VARCHAR, name VARCHAR) ### Question: What's the acting segment of 林佩琪 lin peiqi's events that are eliminated? ### Answer: SELECT acting_segment FROM table_name_36 WHERE status = "eliminated" AND name = "林佩琪 lin peiqi" |
What's the total number of overall rankings of 廖尹宁 jvnne leow's events that are eliminated? | CREATE TABLE table_name_12 (overall_ranking VARCHAR, status VARCHAR, name VARCHAR) | SELECT COUNT(overall_ranking) FROM table_name_12 WHERE status = "eliminated" AND name = "廖尹宁 jvnne leow" | ### Context: CREATE TABLE table_name_12 (overall_ranking VARCHAR, status VARCHAR, name VARCHAR) ### Question: What's the total number of overall rankings of 廖尹宁 jvnne leow's events that are eliminated? ### Answer: SELECT COUNT(overall_ranking) FROM table_name_12 WHERE status = "eliminated" AND name = "廖尹宁 jvnne leow" |
Who was the opponent at the qf(r) round? | CREATE TABLE table_name_9 (opponent VARCHAR, round VARCHAR) | SELECT opponent FROM table_name_9 WHERE round = "qf(r)" | ### Context: CREATE TABLE table_name_9 (opponent VARCHAR, round VARCHAR) ### Question: Who was the opponent at the qf(r) round? ### Answer: SELECT opponent FROM table_name_9 WHERE round = "qf(r)" |
What day was the game held at Firhill against AYR United? | CREATE TABLE table_name_60 (date VARCHAR, venue VARCHAR, opponent VARCHAR) | SELECT date FROM table_name_60 WHERE venue = "firhill" AND opponent = "ayr united" | ### Context: CREATE TABLE table_name_60 (date VARCHAR, venue VARCHAR, opponent VARCHAR) ### Question: What day was the game held at Firhill against AYR United? ### Answer: SELECT date FROM table_name_60 WHERE venue = "firhill" AND opponent = "ayr united" |
What is the average attendance at a game held at Firhill for the 5(r) round? | CREATE TABLE table_name_26 (attendance INTEGER, venue VARCHAR, round VARCHAR) | SELECT AVG(attendance) FROM table_name_26 WHERE venue = "firhill" AND round = "5(r)" | ### Context: CREATE TABLE table_name_26 (attendance INTEGER, venue VARCHAR, round VARCHAR) ### Question: What is the average attendance at a game held at Firhill for the 5(r) round? ### Answer: SELECT AVG(attendance) FROM table_name_26 WHERE venue = "firhill" AND round = "5(r)" |
Who was the opponent when the Seattle Seahawks had a record of 0-1? | CREATE TABLE table_name_18 (opponent VARCHAR, record VARCHAR) | SELECT opponent FROM table_name_18 WHERE record = "0-1" | ### Context: CREATE TABLE table_name_18 (opponent VARCHAR, record VARCHAR) ### Question: Who was the opponent when the Seattle Seahawks had a record of 0-1? ### Answer: SELECT opponent FROM table_name_18 WHERE record = "0-1" |
Who was the opponent when the Seattle Seahawks had a record of 8-7? | CREATE TABLE table_name_87 (opponent VARCHAR, record VARCHAR) | SELECT opponent FROM table_name_87 WHERE record = "8-7" | ### Context: CREATE TABLE table_name_87 (opponent VARCHAR, record VARCHAR) ### Question: Who was the opponent when the Seattle Seahawks had a record of 8-7? ### Answer: SELECT opponent FROM table_name_87 WHERE record = "8-7" |
How many points after 1956? | CREATE TABLE table_name_40 (points VARCHAR, year INTEGER) | SELECT COUNT(points) FROM table_name_40 WHERE year > 1956 | ### Context: CREATE TABLE table_name_40 (points VARCHAR, year INTEGER) ### Question: How many points after 1956? ### Answer: SELECT COUNT(points) FROM table_name_40 WHERE year > 1956 |
Before 1956, what Chassis has Gordini Straight-4 engine with 3 points? | CREATE TABLE table_name_83 (chassis VARCHAR, points VARCHAR, year VARCHAR, engine VARCHAR) | SELECT chassis FROM table_name_83 WHERE year < 1956 AND engine = "gordini straight-4" AND points = 3 | ### Context: CREATE TABLE table_name_83 (chassis VARCHAR, points VARCHAR, year VARCHAR, engine VARCHAR) ### Question: Before 1956, what Chassis has Gordini Straight-4 engine with 3 points? ### Answer: SELECT chassis FROM table_name_83 WHERE year < 1956 AND engine = "gordini straight-4" AND points = 3 |
What engine was used by Equipe Simca Gordini before 1956 with less than 4 points? | CREATE TABLE table_name_15 (engine VARCHAR, entrant VARCHAR, year VARCHAR, points VARCHAR) | SELECT engine FROM table_name_15 WHERE year < 1956 AND points < 4 AND entrant = "equipe simca gordini" | ### Context: CREATE TABLE table_name_15 (engine VARCHAR, entrant VARCHAR, year VARCHAR, points VARCHAR) ### Question: What engine was used by Equipe Simca Gordini before 1956 with less than 4 points? ### Answer: SELECT engine FROM table_name_15 WHERE year < 1956 AND points < 4 AND entrant = "equipe simca gordini" |
What chassis has smaller than 9 points by Equipe Rosier? | CREATE TABLE table_name_92 (chassis VARCHAR, points VARCHAR, entrant VARCHAR) | SELECT chassis FROM table_name_92 WHERE points < 9 AND entrant = "equipe rosier" | ### Context: CREATE TABLE table_name_92 (chassis VARCHAR, points VARCHAR, entrant VARCHAR) ### Question: What chassis has smaller than 9 points by Equipe Rosier? ### Answer: SELECT chassis FROM table_name_92 WHERE points < 9 AND entrant = "equipe rosier" |
Who was the winner in the 2008 season? | CREATE TABLE table_name_53 (winner VARCHAR, season VARCHAR) | SELECT winner FROM table_name_53 WHERE season = 2008 | ### Context: CREATE TABLE table_name_53 (winner VARCHAR, season VARCHAR) ### Question: Who was the winner in the 2008 season? ### Answer: SELECT winner FROM table_name_53 WHERE season = 2008 |
Who is the company Investing Dragons, or tiny box? | CREATE TABLE table_name_21 (investing_dragon_s_ VARCHAR, company_or_product_name VARCHAR) | SELECT investing_dragon_s_ FROM table_name_21 WHERE company_or_product_name = "tiny box" | ### Context: CREATE TABLE table_name_21 (investing_dragon_s_ VARCHAR, company_or_product_name VARCHAR) ### Question: Who is the company Investing Dragons, or tiny box? ### Answer: SELECT investing_dragon_s_ FROM table_name_21 WHERE company_or_product_name = "tiny box" |
When did episode 6 first air with entrepreneur Guy Portelli? | CREATE TABLE table_name_98 (first_aired VARCHAR, episode VARCHAR, entrepreneur_s_ VARCHAR) | SELECT first_aired FROM table_name_98 WHERE episode = "episode 6" AND entrepreneur_s_ = "guy portelli" | ### Context: CREATE TABLE table_name_98 (first_aired VARCHAR, episode VARCHAR, entrepreneur_s_ VARCHAR) ### Question: When did episode 6 first air with entrepreneur Guy Portelli? ### Answer: SELECT first_aired FROM table_name_98 WHERE episode = "episode 6" AND entrepreneur_s_ = "guy portelli" |
How much money did the company Neurotica request? | CREATE TABLE table_name_39 (money_requested__£_ VARCHAR, company_or_product_name VARCHAR) | SELECT money_requested__£_ FROM table_name_39 WHERE company_or_product_name = "neurotica" | ### Context: CREATE TABLE table_name_39 (money_requested__£_ VARCHAR, company_or_product_name VARCHAR) ### Question: How much money did the company Neurotica request? ### Answer: SELECT money_requested__£_ FROM table_name_39 WHERE company_or_product_name = "neurotica" |
Name the least hits for year less than 1920 and player of ed delahanty | CREATE TABLE table_name_28 (hits INTEGER, year VARCHAR, player VARCHAR) | SELECT MIN(hits) FROM table_name_28 WHERE year < 1920 AND player = "ed delahanty" | ### Context: CREATE TABLE table_name_28 (hits INTEGER, year VARCHAR, player VARCHAR) ### Question: Name the least hits for year less than 1920 and player of ed delahanty ### Answer: SELECT MIN(hits) FROM table_name_28 WHERE year < 1920 AND player = "ed delahanty" |
Name the player with 238 hits and years after 1885 | CREATE TABLE table_name_8 (player VARCHAR, year VARCHAR, hits VARCHAR) | SELECT player FROM table_name_8 WHERE year > 1885 AND hits = 238 | ### Context: CREATE TABLE table_name_8 (player VARCHAR, year VARCHAR, hits VARCHAR) ### Question: Name the player with 238 hits and years after 1885 ### Answer: SELECT player FROM table_name_8 WHERE year > 1885 AND hits = 238 |
Name the hits for years before 1883 | CREATE TABLE table_name_86 (hits VARCHAR, year INTEGER) | SELECT hits FROM table_name_86 WHERE year < 1883 | ### Context: CREATE TABLE table_name_86 (hits VARCHAR, year INTEGER) ### Question: Name the hits for years before 1883 ### Answer: SELECT hits FROM table_name_86 WHERE year < 1883 |
For the game that was played on october 22 in west side grounds, what is the total attendance | CREATE TABLE table_name_41 (attendance VARCHAR, location VARCHAR, date VARCHAR) | SELECT COUNT(attendance) FROM table_name_41 WHERE location = "west side grounds" AND date = "october 22" | ### Context: CREATE TABLE table_name_41 (attendance VARCHAR, location VARCHAR, date VARCHAR) ### Question: For the game that was played on october 22 in west side grounds, what is the total attendance ### Answer: SELECT COUNT(attendance) FROM table_name_41 WHERE location = "west side grounds" AND date = "october 22" |
Which week was the first game played that had a time of 2:06 and less than 27,374 attendees? | CREATE TABLE table_name_47 (game INTEGER, time VARCHAR, attendance VARCHAR) | SELECT MIN(game) FROM table_name_47 WHERE time = "2:06" AND attendance < 27 OFFSET 374 | ### Context: CREATE TABLE table_name_47 (game INTEGER, time VARCHAR, attendance VARCHAR) ### Question: Which week was the first game played that had a time of 2:06 and less than 27,374 attendees? ### Answer: SELECT MIN(game) FROM table_name_47 WHERE time = "2:06" AND attendance < 27 OFFSET 374 |
In which class had 252 laps and a position of dnf? | CREATE TABLE table_name_5 (class VARCHAR, pos VARCHAR, laps VARCHAR) | SELECT class FROM table_name_5 WHERE pos = "dnf" AND laps = 252 | ### Context: CREATE TABLE table_name_5 (class VARCHAR, pos VARCHAR, laps VARCHAR) ### Question: In which class had 252 laps and a position of dnf? ### Answer: SELECT class FROM table_name_5 WHERE pos = "dnf" AND laps = 252 |
What was the position in 1997? | CREATE TABLE table_name_35 (pos VARCHAR, year VARCHAR) | SELECT pos FROM table_name_35 WHERE year = 1997 | ### Context: CREATE TABLE table_name_35 (pos VARCHAR, year VARCHAR) ### Question: What was the position in 1997? ### Answer: SELECT pos FROM table_name_35 WHERE year = 1997 |
Which Kit manufacturer sponsers Arsenal? | CREATE TABLE table_name_99 (kit_manufacturer VARCHAR, team VARCHAR) | SELECT kit_manufacturer FROM table_name_99 WHERE team = "arsenal" | ### Context: CREATE TABLE table_name_99 (kit_manufacturer VARCHAR, team VARCHAR) ### Question: Which Kit manufacturer sponsers Arsenal? ### Answer: SELECT kit_manufacturer FROM table_name_99 WHERE team = "arsenal" |
Which captain is managed by gianluca vialli? | CREATE TABLE table_name_31 (captain VARCHAR, manager VARCHAR) | SELECT captain FROM table_name_31 WHERE manager = "gianluca vialli" | ### Context: CREATE TABLE table_name_31 (captain VARCHAR, manager VARCHAR) ### Question: Which captain is managed by gianluca vialli? ### Answer: SELECT captain FROM table_name_31 WHERE manager = "gianluca vialli" |
Which Kit Manufacturer supports team Everton? | CREATE TABLE table_name_90 (kit_manufacturer VARCHAR, team VARCHAR) | SELECT kit_manufacturer FROM table_name_90 WHERE team = "everton" | ### Context: CREATE TABLE table_name_90 (kit_manufacturer VARCHAR, team VARCHAR) ### Question: Which Kit Manufacturer supports team Everton? ### Answer: SELECT kit_manufacturer FROM table_name_90 WHERE team = "everton" |
Which team does David O'leary manage? | CREATE TABLE table_name_28 (team VARCHAR, manager VARCHAR) | SELECT team FROM table_name_28 WHERE manager = "david o'leary" | ### Context: CREATE TABLE table_name_28 (team VARCHAR, manager VARCHAR) ### Question: Which team does David O'leary manage? ### Answer: SELECT team FROM table_name_28 WHERE manager = "david o'leary" |
Which shirt sponser has Nike as a kit manufacturer? | CREATE TABLE table_name_68 (shirt_sponsor VARCHAR, kit_manufacturer VARCHAR) | SELECT shirt_sponsor FROM table_name_68 WHERE kit_manufacturer = "nike" | ### Context: CREATE TABLE table_name_68 (shirt_sponsor VARCHAR, kit_manufacturer VARCHAR) ### Question: Which shirt sponser has Nike as a kit manufacturer? ### Answer: SELECT shirt_sponsor FROM table_name_68 WHERE kit_manufacturer = "nike" |
Which title has a year prior to 2008 and xbox 360 as the platform? | CREATE TABLE table_name_31 (title VARCHAR, year VARCHAR, platform VARCHAR) | SELECT title FROM table_name_31 WHERE year < 2008 AND platform = "xbox 360" | ### Context: CREATE TABLE table_name_31 (title VARCHAR, year VARCHAR, platform VARCHAR) ### Question: Which title has a year prior to 2008 and xbox 360 as the platform? ### Answer: SELECT title FROM table_name_31 WHERE year < 2008 AND platform = "xbox 360" |
Which publisher has Far Cry as the title? | CREATE TABLE table_name_4 (publisher VARCHAR, title VARCHAR) | SELECT publisher FROM table_name_4 WHERE title = "far cry" | ### Context: CREATE TABLE table_name_4 (publisher VARCHAR, title VARCHAR) ### Question: Which publisher has Far Cry as the title? ### Answer: SELECT publisher FROM table_name_4 WHERE title = "far cry" |
Which title has xbox as the platform with a year prior to 2006? | CREATE TABLE table_name_85 (title VARCHAR, platform VARCHAR, year VARCHAR) | SELECT title FROM table_name_85 WHERE platform = "xbox" AND year < 2006 | ### Context: CREATE TABLE table_name_85 (title VARCHAR, platform VARCHAR, year VARCHAR) ### Question: Which title has xbox as the platform with a year prior to 2006? ### Answer: SELECT title FROM table_name_85 WHERE platform = "xbox" AND year < 2006 |
Which developer has xbox 360 as the platform? | CREATE TABLE table_name_59 (developer VARCHAR, platform VARCHAR) | SELECT developer FROM table_name_59 WHERE platform = "xbox 360" | ### Context: CREATE TABLE table_name_59 (developer VARCHAR, platform VARCHAR) ### Question: Which developer has xbox 360 as the platform? ### Answer: SELECT developer FROM table_name_59 WHERE platform = "xbox 360" |
What is the average year that has far cry vengeance as the title? | CREATE TABLE table_name_93 (year INTEGER, title VARCHAR) | SELECT AVG(year) FROM table_name_93 WHERE title = "far cry vengeance" | ### Context: CREATE TABLE table_name_93 (year INTEGER, title VARCHAR) ### Question: What is the average year that has far cry vengeance as the title? ### Answer: SELECT AVG(year) FROM table_name_93 WHERE title = "far cry vengeance" |
Which position is the highest to have less than 54 goals, a loss of 7 and a goal difference higher than 23? | CREATE TABLE table_name_9 (position INTEGER, goal_difference VARCHAR, goals_against VARCHAR, losses VARCHAR) | SELECT MAX(position) FROM table_name_9 WHERE goals_against < 54 AND losses = 7 AND goal_difference > 23 | ### Context: CREATE TABLE table_name_9 (position INTEGER, goal_difference VARCHAR, goals_against VARCHAR, losses VARCHAR) ### Question: Which position is the highest to have less than 54 goals, a loss of 7 and a goal difference higher than 23? ### Answer: SELECT MAX(position) FROM table_name_9 WHERE goals_against < 54 ... |
Which is the lowest played with 28-10 points and goals higher than 29? | CREATE TABLE table_name_97 (played INTEGER, points VARCHAR, goals_for VARCHAR) | SELECT MIN(played) FROM table_name_97 WHERE points = "28-10" AND goals_for > 29 | ### Context: CREATE TABLE table_name_97 (played INTEGER, points VARCHAR, goals_for VARCHAR) ### Question: Which is the lowest played with 28-10 points and goals higher than 29? ### Answer: SELECT MIN(played) FROM table_name_97 WHERE points = "28-10" AND goals_for > 29 |
How many positions have 14 wins, goals against of 61 and fewer than 19 losses? | CREATE TABLE table_name_7 (position VARCHAR, losses VARCHAR, wins VARCHAR, goals_against VARCHAR) | SELECT COUNT(position) FROM table_name_7 WHERE wins = 14 AND goals_against = 61 AND losses < 19 | ### Context: CREATE TABLE table_name_7 (position VARCHAR, losses VARCHAR, wins VARCHAR, goals_against VARCHAR) ### Question: How many positions have 14 wins, goals against of 61 and fewer than 19 losses? ### Answer: SELECT COUNT(position) FROM table_name_7 WHERE wins = 14 AND goals_against = 61 AND losses < 19 |
What is the average loss with a goal higher than 51 and wins higher than 14? | CREATE TABLE table_name_88 (losses INTEGER, goals_against VARCHAR, wins VARCHAR) | SELECT AVG(losses) FROM table_name_88 WHERE goals_against > 51 AND wins > 14 | ### Context: CREATE TABLE table_name_88 (losses INTEGER, goals_against VARCHAR, wins VARCHAR) ### Question: What is the average loss with a goal higher than 51 and wins higher than 14? ### Answer: SELECT AVG(losses) FROM table_name_88 WHERE goals_against > 51 AND wins > 14 |
Name the average ends for weston | CREATE TABLE table_name_28 (ends INTEGER, name VARCHAR) | SELECT AVG(ends) FROM table_name_28 WHERE name = "weston" | ### Context: CREATE TABLE table_name_28 (ends INTEGER, name VARCHAR) ### Question: Name the average ends for weston ### Answer: SELECT AVG(ends) FROM table_name_28 WHERE name = "weston" |
What is the lowest decile with a state authority and Midhirst school? | CREATE TABLE table_name_71 (decile INTEGER, authority VARCHAR, name VARCHAR) | SELECT MIN(decile) FROM table_name_71 WHERE authority = "state" AND name = "midhirst school" | ### Context: CREATE TABLE table_name_71 (decile INTEGER, authority VARCHAR, name VARCHAR) ### Question: What is the lowest decile with a state authority and Midhirst school? ### Answer: SELECT MIN(decile) FROM table_name_71 WHERE authority = "state" AND name = "midhirst school" |
What area is Central Takaka School in? | CREATE TABLE table_name_91 (area VARCHAR, name VARCHAR) | SELECT area FROM table_name_91 WHERE name = "central takaka school" | ### Context: CREATE TABLE table_name_91 (area VARCHAR, name VARCHAR) ### Question: What area is Central Takaka School in? ### Answer: SELECT area FROM table_name_91 WHERE name = "central takaka school" |
What is the Mach with Vehicle Flight # m2-f2 #8 and an Altitude (meters) greater than 13,716? | CREATE TABLE table_name_88 (mach INTEGER, vehicle_flight__number VARCHAR, altitude__meters_ VARCHAR) | SELECT SUM(mach) FROM table_name_88 WHERE vehicle_flight__number = "m2-f2 #8" AND altitude__meters_ > 13 OFFSET 716 | ### Context: CREATE TABLE table_name_88 (mach INTEGER, vehicle_flight__number VARCHAR, altitude__meters_ VARCHAR) ### Question: What is the Mach with Vehicle Flight # m2-f2 #8 and an Altitude (meters) greater than 13,716? ### Answer: SELECT SUM(mach) FROM table_name_88 WHERE vehicle_flight__number = "m2-f2 #8" AND alti... |
What Vehicle Flight # has Pilot Peterson and Velocity (km/h) of 649? | CREATE TABLE table_name_31 (vehicle_flight__number VARCHAR, pilot VARCHAR, velocity__km_h_ VARCHAR) | SELECT vehicle_flight__number FROM table_name_31 WHERE pilot = "peterson" AND velocity__km_h_ = 649 | ### Context: CREATE TABLE table_name_31 (vehicle_flight__number VARCHAR, pilot VARCHAR, velocity__km_h_ VARCHAR) ### Question: What Vehicle Flight # has Pilot Peterson and Velocity (km/h) of 649? ### Answer: SELECT vehicle_flight__number FROM table_name_31 WHERE pilot = "peterson" AND velocity__km_h_ = 649 |
What Date has a Mach of 0.662? | CREATE TABLE table_name_77 (date VARCHAR, mach VARCHAR) | SELECT date FROM table_name_77 WHERE mach = 0.662 | ### Context: CREATE TABLE table_name_77 (date VARCHAR, mach VARCHAR) ### Question: What Date has a Mach of 0.662? ### Answer: SELECT date FROM table_name_77 WHERE mach = 0.662 |
In 1865, what was the first party? | CREATE TABLE table_name_20 (year VARCHAR) | SELECT 1 AS st_party FROM table_name_20 WHERE year = "1865" | ### Context: CREATE TABLE table_name_20 (year VARCHAR) ### Question: In 1865, what was the first party? ### Answer: SELECT 1 AS st_party FROM table_name_20 WHERE year = "1865" |
Which Barrel twist has a Stock of canadian 3rd generation and a Hand guards of short ribbed? | CREATE TABLE table_name_33 (barrel_twist VARCHAR, stock VARCHAR, hand_guards VARCHAR) | SELECT barrel_twist FROM table_name_33 WHERE stock = "canadian 3rd generation" AND hand_guards = "short ribbed" | ### Context: CREATE TABLE table_name_33 (barrel_twist VARCHAR, stock VARCHAR, hand_guards VARCHAR) ### Question: Which Barrel twist has a Stock of canadian 3rd generation and a Hand guards of short ribbed? ### Answer: SELECT barrel_twist FROM table_name_33 WHERE stock = "canadian 3rd generation" AND hand_guards = "shor... |
Which Hand guards has a Barrel profile of a2 and a Rear sight of weaver? | CREATE TABLE table_name_1 (hand_guards VARCHAR, barrel_profile VARCHAR, rear_sight VARCHAR) | SELECT hand_guards FROM table_name_1 WHERE barrel_profile = "a2" AND rear_sight = "weaver" | ### Context: CREATE TABLE table_name_1 (hand_guards VARCHAR, barrel_profile VARCHAR, rear_sight VARCHAR) ### Question: Which Hand guards has a Barrel profile of a2 and a Rear sight of weaver? ### Answer: SELECT hand_guards FROM table_name_1 WHERE barrel_profile = "a2" AND rear_sight = "weaver" |
Who was the co-driver for the team with more than 160 laps and the number 6 after 2010? | CREATE TABLE table_name_41 (co_driver VARCHAR, number VARCHAR, laps VARCHAR, year VARCHAR) | SELECT co_driver FROM table_name_41 WHERE laps > 160 AND year > 2010 AND number = 6 | ### Context: CREATE TABLE table_name_41 (co_driver VARCHAR, number VARCHAR, laps VARCHAR, year VARCHAR) ### Question: Who was the co-driver for the team with more than 160 laps and the number 6 after 2010? ### Answer: SELECT co_driver FROM table_name_41 WHERE laps > 160 AND year > 2010 AND number = 6 |
What is the fewest laps for a team with a position of DNF and a number smaller than 25 before 2001? | CREATE TABLE table_name_82 (laps INTEGER, year VARCHAR, position VARCHAR, number VARCHAR) | SELECT MIN(laps) FROM table_name_82 WHERE position = "dnf" AND number < 25 AND year < 2001 | ### Context: CREATE TABLE table_name_82 (laps INTEGER, year VARCHAR, position VARCHAR, number VARCHAR) ### Question: What is the fewest laps for a team with a position of DNF and a number smaller than 25 before 2001? ### Answer: SELECT MIN(laps) FROM table_name_82 WHERE position = "dnf" AND number < 25 AND year < 2001 |
What is the highest number of votes for the French Professor? | CREATE TABLE table_name_20 (votes INTEGER, occupation VARCHAR) | SELECT MAX(votes) FROM table_name_20 WHERE occupation = "french professor" | ### Context: CREATE TABLE table_name_20 (votes INTEGER, occupation VARCHAR) ### Question: What is the highest number of votes for the French Professor? ### Answer: SELECT MAX(votes) FROM table_name_20 WHERE occupation = "french professor" |
Where is Hip 4872? | CREATE TABLE table_name_38 (constellation VARCHAR, designation VARCHAR) | SELECT constellation FROM table_name_38 WHERE designation = "hip 4872" | ### Context: CREATE TABLE table_name_38 (constellation VARCHAR, designation VARCHAR) ### Question: Where is Hip 4872? ### Answer: SELECT constellation FROM table_name_38 WHERE designation = "hip 4872" |
What is the language of the film Rosie? | CREATE TABLE table_name_33 (language_s_ VARCHAR, original_title VARCHAR) | SELECT language_s_ FROM table_name_33 WHERE original_title = "rosie" | ### Context: CREATE TABLE table_name_33 (language_s_ VARCHAR, original_title VARCHAR) ### Question: What is the language of the film Rosie? ### Answer: SELECT language_s_ FROM table_name_33 WHERE original_title = "rosie" |
What was the title used for Rosie, the film nominated for the dutch language? | CREATE TABLE table_name_79 (film_title_used_in_nomination VARCHAR, language_s_ VARCHAR, original_title VARCHAR) | SELECT film_title_used_in_nomination FROM table_name_79 WHERE language_s_ = "dutch" AND original_title = "rosie" | ### Context: CREATE TABLE table_name_79 (film_title_used_in_nomination VARCHAR, language_s_ VARCHAR, original_title VARCHAR) ### Question: What was the title used for Rosie, the film nominated for the dutch language? ### Answer: SELECT film_title_used_in_nomination FROM table_name_79 WHERE language_s_ = "dutch" AND ori... |
Who won the Mixed Doubles in 2007? | CREATE TABLE table_name_49 (mixed_doubles VARCHAR, year VARCHAR) | SELECT mixed_doubles FROM table_name_49 WHERE year = "2007" | ### Context: CREATE TABLE table_name_49 (mixed_doubles VARCHAR, year VARCHAR) ### Question: Who won the Mixed Doubles in 2007? ### Answer: SELECT mixed_doubles FROM table_name_49 WHERE year = "2007" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.