combined_text
stringlengths
106
1.05k
###question:How many timeslots had viewers of 0.238 million?###answer:SELECT COUNT(timeslot) FROM table_27987623_3 WHERE viewers__millions_ = "0.238"###context:CREATE TABLE table_27987623_3 (timeslot VARCHAR, viewers__millions_ VARCHAR)
###question:Which episode was #1 in the order?###answer:SELECT episode FROM table_27987623_3 WHERE order = 1###context:CREATE TABLE table_27987623_3 (episode VARCHAR, order VARCHAR)
###question:What's the density in the district with 2320529 citizens in 2011?###answer:SELECT density_in_2011___km²_ FROM table_2801442_1 WHERE population__2011_census_ = 2320529###context:CREATE TABLE table_2801442_1 (density_in_2011___km²_ VARCHAR, population__2011_census_ VARCHAR)
###question:What's the code of the district in which 312520 people lived in 2011?###answer:SELECT code FROM table_2801442_1 WHERE population__2011_census_ = 312520###context:CREATE TABLE table_2801442_1 (code VARCHAR, population__2011_census_ VARCHAR)
###question:What's the code of the district with 800.5 people per km2?###answer:SELECT code FROM table_2801442_1 WHERE density_in_2011___km²_ = "800.5"###context:CREATE TABLE table_2801442_1 (code VARCHAR, density_in_2011___km²_ VARCHAR)
###question:How many people lived in the district with a code GP in 2011?###answer:SELECT MIN(population__2011_census_) FROM table_2801442_1 WHERE code = "GP"###context:CREATE TABLE table_2801442_1 (population__2011_census_ INTEGER, code VARCHAR)
###question:How many people lived in the district whose headquarters is in Bhubaneswar in 2001?###answer:SELECT population__2001_census_ FROM table_2801442_1 WHERE headquarters = "Bhubaneswar"###context:CREATE TABLE table_2801442_1 (population__2001_census_ VARCHAR, headquarters VARCHAR)
###question:How big (in km2) is the district with a code BW?###answer:SELECT MIN(area__km²_) FROM table_2801442_1 WHERE code = "BW"###context:CREATE TABLE table_2801442_1 (area__km²_ INTEGER, code VARCHAR)
###question:What is the number of this season's episode that had the production code 2t6206?###answer:SELECT MIN(no_in_season) FROM table_28014096_1 WHERE production_code = "2T6206"###context:CREATE TABLE table_28014096_1 (no_in_season INTEGER, production_code VARCHAR)
###question:What episode number of the series had a production code of bdf409?###answer:SELECT MIN(series__number) FROM table_28019988_5 WHERE production_code = "BDF409"###context:CREATE TABLE table_28019988_5 (series__number INTEGER, production_code VARCHAR)
###question:What episode number of the season was written by Tom Garrigus and had 2.31 million u.s. viewers?###answer:SELECT MAX(season__number) FROM table_28019988_5 WHERE us_viewers__million_ = "2.31" AND written_by = "Tom Garrigus"###context:CREATE TABLE table_28019988_5 (season__number INTEGER, us_viewers__million_ VARCHAR, written_by VARCHAR)
###question:What is the highest numbered episode in the series?###answer:SELECT MAX(series__number) FROM table_28019988_5###context:CREATE TABLE table_28019988_5 (series__number INTEGER)
###question:What episode number in the series had a production code of bdf405?###answer:SELECT MIN(series__number) FROM table_28019988_5 WHERE production_code = "BDF405"###context:CREATE TABLE table_28019988_5 (series__number INTEGER, production_code VARCHAR)
###question:Who is the operator when Roe was the bodybuilder?###answer:SELECT operator FROM table_28035004_1 WHERE bodybuilder = "Roe"###context:CREATE TABLE table_28035004_1 (operator VARCHAR, bodybuilder VARCHAR)
###question:What is the variant when Alexander was the bodybuilder?###answer:SELECT variant FROM table_28035004_1 WHERE bodybuilder = "Alexander"###context:CREATE TABLE table_28035004_1 (variant VARCHAR, bodybuilder VARCHAR)
###question:Who was the bodybuilder when Coventry was operating?###answer:SELECT bodybuilder FROM table_28035004_1 WHERE operator = "Coventry"###context:CREATE TABLE table_28035004_1 (bodybuilder VARCHAR, operator VARCHAR)
###question:How many different variants are there for Northern Counties bodybuilder?###answer:SELECT COUNT(variant) FROM table_28035004_1 WHERE bodybuilder = "Northern Counties"###context:CREATE TABLE table_28035004_1 (variant VARCHAR, bodybuilder VARCHAR)
###question:Who is the operator when willowbrook was the bodybuilder?###answer:SELECT operator FROM table_28035004_1 WHERE bodybuilder = "Willowbrook"###context:CREATE TABLE table_28035004_1 (operator VARCHAR, bodybuilder VARCHAR)
###question:How many teams had a point margin of 48?###answer:SELECT COUNT(eliminated_from_competition) FROM table_28068063_3 WHERE points_margin = 48###context:CREATE TABLE table_28068063_3 (eliminated_from_competition VARCHAR, points_margin VARCHAR)
###question:How many teams eliminated béziers from competition?###answer:SELECT COUNT(match_points) FROM table_28068063_3 WHERE eliminated_from_competition = "Béziers"###context:CREATE TABLE table_28068063_3 (match_points VARCHAR, eliminated_from_competition VARCHAR)
###question:Who was eliminated from the competition when pau proceed to the quarter final?###answer:SELECT eliminated_from_competition FROM table_28068063_3 WHERE proceed_to_quarter_final = "Pau"###context:CREATE TABLE table_28068063_3 (eliminated_from_competition VARCHAR, proceed_to_quarter_final VARCHAR)
###question:Who was eliminated from the competition when connacht to the quarter final?###answer:SELECT eliminated_from_competition FROM table_28068063_3 WHERE proceed_to_quarter_final = "Connacht"###context:CREATE TABLE table_28068063_3 (eliminated_from_competition VARCHAR, proceed_to_quarter_final VARCHAR)
###question:Who proceeded to the quarter final when the london irish were eliminated from competition?###answer:SELECT proceed_to_quarter_final FROM table_28068063_3 WHERE eliminated_from_competition = "London Irish"###context:CREATE TABLE table_28068063_3 (proceed_to_quarter_final VARCHAR, eliminated_from_competition VARCHAR)
###question:What was the aggregate score for the match won by Brive?###answer:SELECT aggregate_score FROM table_28068063_2 WHERE winners = "Brive"###context:CREATE TABLE table_28068063_2 (aggregate_score VARCHAR, winners VARCHAR)
###question:What was the match points score for the match won by Connacht?###answer:SELECT match_points FROM table_28068063_2 WHERE winners = "Connacht"###context:CREATE TABLE table_28068063_2 (match_points VARCHAR, winners VARCHAR)
###question:What was the aggregate score for the match won by Viadana?###answer:SELECT aggregate_score FROM table_28068063_2 WHERE winners = "Viadana"###context:CREATE TABLE table_28068063_2 (aggregate_score VARCHAR, winners VARCHAR)
###question:Name the cfl team for patrice denis###answer:SELECT cfl_team FROM table_28059992_2 WHERE player = "Patrice Denis"###context:CREATE TABLE table_28059992_2 (cfl_team VARCHAR, player VARCHAR)
###question:Name the cfl team for robert beveridge###answer:SELECT cfl_team FROM table_28059992_2 WHERE player = "Robert Beveridge"###context:CREATE TABLE table_28059992_2 (cfl_team VARCHAR, player VARCHAR)
###question:Name the college for dl###answer:SELECT college FROM table_28059992_2 WHERE position = "DL"###context:CREATE TABLE table_28059992_2 (college VARCHAR, position VARCHAR)
###question:Name the number of colleges for jerome pathon###answer:SELECT COUNT(college) FROM table_28059992_2 WHERE player = "Jerome Pathon"###context:CREATE TABLE table_28059992_2 (college VARCHAR, player VARCHAR)
###question:Name the number of cfl teams for jeff traversy###answer:SELECT COUNT(cfl_team) FROM table_28059992_2 WHERE player = "Jeff Traversy"###context:CREATE TABLE table_28059992_2 (cfl_team VARCHAR, player VARCHAR)
###question:Name the position for british columbia###answer:SELECT position FROM table_28059992_2 WHERE college = "British Columbia"###context:CREATE TABLE table_28059992_2 (position VARCHAR, college VARCHAR)
###question:What original air date was the episode with production code of 5.05?###answer:SELECT original_air_date FROM table_28089666_1 WHERE production_code = "5.05"###context:CREATE TABLE table_28089666_1 (original_air_date VARCHAR, production_code VARCHAR)
###question:Who wrote episode with production code 1.01?###answer:SELECT written_by FROM table_28089666_1 WHERE production_code = "1.01"###context:CREATE TABLE table_28089666_1 (written_by VARCHAR, production_code VARCHAR)
###question:What is the title when the director is Maynard C. Virgil i ?###answer:SELECT title FROM table_28140588_1 WHERE directed_by = "Maynard C. Virgil I"###context:CREATE TABLE table_28140588_1 (title VARCHAR, directed_by VARCHAR)
###question:Who is the director when the production code is 60034?###answer:SELECT directed_by FROM table_28140588_1 WHERE production_code = 60034###context:CREATE TABLE table_28140588_1 (directed_by VARCHAR, production_code VARCHAR)
###question:What is the name of the episode with 418 as the production code?###answer:SELECT title FROM table_2818164_5 WHERE production_code = 418###context:CREATE TABLE table_2818164_5 (title VARCHAR, production_code VARCHAR)
###question:What episoe number in the season originally aired on February 11, 1988?###answer:SELECT no_in_season FROM table_2818164_5 WHERE original_air_date = "February 11, 1988"###context:CREATE TABLE table_2818164_5 (no_in_season VARCHAR, original_air_date VARCHAR)
###question:What episode number in the series is also number 17 in the season?###answer:SELECT no_in_series FROM table_2818164_5 WHERE no_in_season = "17"###context:CREATE TABLE table_2818164_5 (no_in_series VARCHAR, no_in_season VARCHAR)
###question:What is the production code for episode 96 in the series?###answer:SELECT MIN(production_code) FROM table_2818164_5 WHERE no_in_series = "96"###context:CREATE TABLE table_2818164_5 (production_code INTEGER, no_in_series VARCHAR)
###question:What is the production code that was written by matt robinson?###answer:SELECT production_code FROM table_2818164_7 WHERE written_by = "Matt Robinson"###context:CREATE TABLE table_2818164_7 (production_code VARCHAR, written_by VARCHAR)
###question:Which title has 147 as no. in series?###answer:SELECT title FROM table_2818164_7 WHERE no_in_series = 147###context:CREATE TABLE table_2818164_7 (title VARCHAR, no_in_series VARCHAR)
###question:What is the original air date the was written by mark st. germain and direct by jay sandrich?###answer:SELECT original_air_date FROM table_2818164_7 WHERE written_by = "Mark St. Germain" AND directed_by = "Jay Sandrich"###context:CREATE TABLE table_2818164_7 (original_air_date VARCHAR, written_by VARCHAR, directed_by VARCHAR)
###question:What are the networks whose version of the show includes the judges batuhan zeynioğlu piatti murat bozok erol kaynar?###answer:SELECT network FROM table_28190363_1 WHERE judges = "Batuhan Zeynioğlu Piatti Murat Bozok Erol Kaynar"###context:CREATE TABLE table_28190363_1 (network VARCHAR, judges VARCHAR)
###question:How many networks are there that include the judges pete goffe-wood andrew atkinson benny masekwameng?###answer:SELECT COUNT(network) FROM table_28190363_1 WHERE judges = "Pete Goffe-Wood Andrew Atkinson Benny Masekwameng"###context:CREATE TABLE table_28190363_1 (network VARCHAR, judges VARCHAR)
###question:How many networks are there whose version of the shows includes judges tba and the presenter is Arbana Osmani?###answer:SELECT COUNT(network) FROM table_28190363_1 WHERE judges = "TBA" AND presenter_s_ = "Arbana Osmani"###context:CREATE TABLE table_28190363_1 (network VARCHAR, judges VARCHAR, presenter_s_ VARCHAR)
###question:How many sets of presenters are there for the version of the show named Celebrity Masterchef?###answer:SELECT COUNT(presenter_s_) FROM table_28190363_1 WHERE name = "Celebrity MasterChef"###context:CREATE TABLE table_28190363_1 (presenter_s_ VARCHAR, name VARCHAR)
###question:Who is the incumbent of district pa-8?###answer:SELECT incumbent FROM table_28188239_1 WHERE district = "PA-8"###context:CREATE TABLE table_28188239_1 (incumbent VARCHAR, district VARCHAR)
###question:How many incumbents are in district la-1?###answer:SELECT COUNT(incumbent) FROM table_28188239_1 WHERE district = "LA-1"###context:CREATE TABLE table_28188239_1 (incumbent VARCHAR, district VARCHAR)
###question:Who directed the episode whose production code is pabf05?###answer:SELECT directed_by FROM table_28194879_1 WHERE production_code = "PABF05"###context:CREATE TABLE table_28194879_1 (directed_by VARCHAR, production_code VARCHAR)
###question:What is the last number in season of the episodes written by Dan Vebber?###answer:SELECT MAX(_number) FROM table_28194879_1 WHERE written_by = "Dan Vebber"###context:CREATE TABLE table_28194879_1 (_number INTEGER, written_by VARCHAR)
###question:What is the number in season of the episode whose production code is pabf05?###answer:SELECT _number FROM table_28194879_1 WHERE production_code = "PABF05"###context:CREATE TABLE table_28194879_1 (_number VARCHAR, production_code VARCHAR)
###question:When were the Spartans founded?###answer:SELECT MAX(founded) FROM table_28211213_1 WHERE team_nickname = "Spartans"###context:CREATE TABLE table_28211213_1 (founded INTEGER, team_nickname VARCHAR)
###question:How many affiliations does the University of Toledo have?###answer:SELECT COUNT(affiliation) FROM table_28211213_1 WHERE institution = "University of Toledo"###context:CREATE TABLE table_28211213_1 (affiliation VARCHAR, institution VARCHAR)
###question:What is the affiliation of Davenport University?###answer:SELECT affiliation FROM table_28211213_1 WHERE institution = "Davenport University"###context:CREATE TABLE table_28211213_1 (affiliation VARCHAR, institution VARCHAR)
###question:What is the highest 2001 population when the ethnic group is white: british?###answer:SELECT MAX(2001 AS _population) FROM table_282413_3 WHERE ethnic_group = "White: British"###context:CREATE TABLE table_282413_3 (ethnic_group VARCHAR)
###question:How many times is the ethnic group other: total?###answer:SELECT COUNT(2001 AS __percentage) FROM table_282413_3 WHERE ethnic_group = "Other: Total"###context:CREATE TABLE table_282413_3 (ethnic_group VARCHAR)
###question:What is the highest 2011 population when the ethnic group is asian or asian british: asian other?###answer:SELECT MAX(2011 AS _population) FROM table_282413_3 WHERE ethnic_group = "Asian or Asian British: Asian Other"###context:CREATE TABLE table_282413_3 (ethnic_group VARCHAR)
###question:Name the affiliation for 27209 enrollment###answer:SELECT affiliation FROM table_28253870_1 WHERE enrollment = 27209###context:CREATE TABLE table_28253870_1 (affiliation VARCHAR, enrollment VARCHAR)
###question:Name the least founded###answer:SELECT MIN(founded) FROM table_28253870_1###context:CREATE TABLE table_28253870_1 (founded INTEGER)
###question:Name the founded for florida state university###answer:SELECT founded FROM table_28253870_1 WHERE institution = "Florida State University"###context:CREATE TABLE table_28253870_1 (founded VARCHAR, institution VARCHAR)
###question:Name the location for yellow jackets###answer:SELECT location FROM table_28253870_1 WHERE team_nickname = "Yellow Jackets"###context:CREATE TABLE table_28253870_1 (location VARCHAR, team_nickname VARCHAR)
###question:How many college teams have a player with a nationality of Russia?###answer:SELECT COUNT(college_junior_club_team) FROM table_2840500_6 WHERE nationality = "Russia"###context:CREATE TABLE table_2840500_6 (college_junior_club_team VARCHAR, nationality VARCHAR)
###question:Which pick did Michel Larocque receive?###answer:SELECT pick FROM table_2840500_6 WHERE player = "Michel Larocque"###context:CREATE TABLE table_2840500_6 (pick VARCHAR, player VARCHAR)
###question:Which team picked Blaine Russell?###answer:SELECT nhl_team FROM table_2840500_6 WHERE player = "Blaine Russell"###context:CREATE TABLE table_2840500_6 (nhl_team VARCHAR, player VARCHAR)
###question:How many entries for district home are listed for the 87th congress?###answer:SELECT COUNT(district_home) FROM table_2841865_2 WHERE congress = "87th"###context:CREATE TABLE table_2841865_2 (district_home VARCHAR, congress VARCHAR)
###question:What time span is listed under years for the 96th congres?###answer:SELECT years FROM table_2841865_2 WHERE congress = "96th"###context:CREATE TABLE table_2841865_2 (years VARCHAR, congress VARCHAR)
###question:What party is listed for the Representative under the 85th congress?###answer:SELECT party FROM table_2841865_2 WHERE congress = "85th"###context:CREATE TABLE table_2841865_2 (party VARCHAR, congress VARCHAR)
###question:How many entries are listed for party during the 69th congress?###answer:SELECT COUNT(party) FROM table_2841865_2 WHERE congress = "69th"###context:CREATE TABLE table_2841865_2 (party VARCHAR, congress VARCHAR)
###question:What frame of time is listed under years during the 72nd congress?###answer:SELECT years FROM table_2841865_2 WHERE congress = "72nd"###context:CREATE TABLE table_2841865_2 (years VARCHAR, congress VARCHAR)
###question:What name is listed under representative for the 112th congress?###answer:SELECT representative FROM table_2841865_2 WHERE congress = "112th"###context:CREATE TABLE table_2841865_2 (representative VARCHAR, congress VARCHAR)
###question:What is the value of the runner up column for the Alberta province?###answer:SELECT MAX(runner_up) FROM table_28457809_3 WHERE province = "Alberta"###context:CREATE TABLE table_28457809_3 (runner_up INTEGER, province VARCHAR)
###question:What year was Ontario's first LLCR?###answer:SELECT first_llcr FROM table_28457809_3 WHERE province = "Ontario"###context:CREATE TABLE table_28457809_3 (first_llcr VARCHAR, province VARCHAR)
###question:What is the pinyin name for the english name xin county?###answer:SELECT pinyin FROM table_2847477_2 WHERE english_name = "Xin County"###context:CREATE TABLE table_2847477_2 (pinyin VARCHAR, english_name VARCHAR)
###question:What is the area of 罗山县?###answer:SELECT area FROM table_2847477_2 WHERE simplified = "罗山县"###context:CREATE TABLE table_2847477_2 (area VARCHAR, simplified VARCHAR)
###question:What is the English name of gùshǐ xiàn?###answer:SELECT english_name FROM table_2847477_2 WHERE pinyin = "Gùshǐ Xiàn"###context:CREATE TABLE table_2847477_2 (english_name VARCHAR, pinyin VARCHAR)
###question:How many simplified names are there for xin county?###answer:SELECT COUNT(simplified) FROM table_2847477_2 WHERE english_name = "Xin County"###context:CREATE TABLE table_2847477_2 (simplified VARCHAR, english_name VARCHAR)
###question:What is the density of the place with an area of 1512?###answer:SELECT MAX(density) FROM table_2847477_2 WHERE area = 1512###context:CREATE TABLE table_2847477_2 (density INTEGER, area VARCHAR)
###question:What is the area of xin county?###answer:SELECT area FROM table_2847477_2 WHERE english_name = "Xin County"###context:CREATE TABLE table_2847477_2 (area VARCHAR, english_name VARCHAR)
###question:How many positions are associated with the St. Louis Blues?###answer:SELECT COUNT(position) FROM table_2850912_4 WHERE nhl_team = "St. Louis Blues"###context:CREATE TABLE table_2850912_4 (position VARCHAR, nhl_team VARCHAR)
###question:Which junior team is associated with an NHL pick by the Buffalo Sabres?###answer:SELECT college_junior_club_team FROM table_2850912_4 WHERE nhl_team = "Buffalo Sabres"###context:CREATE TABLE table_2850912_4 (college_junior_club_team VARCHAR, nhl_team VARCHAR)
###question:Which position was selected for by the Toronto Maple Leafs?###answer:SELECT position FROM table_2850912_4 WHERE nhl_team = "Toronto Maple Leafs"###context:CREATE TABLE table_2850912_4 (position VARCHAR, nhl_team VARCHAR)
###question:How many different college/junior/club teams had player John Dzikowski?###answer:SELECT COUNT(college_junior_club_team) FROM table_2850912_6 WHERE player = "John Dzikowski"###context:CREATE TABLE table_2850912_6 (college_junior_club_team VARCHAR, player VARCHAR)
###question:What pick was Greg Strome?###answer:SELECT MAX(pick__number) FROM table_2850912_6 WHERE player = "Greg Strome"###context:CREATE TABLE table_2850912_6 (pick__number INTEGER, player VARCHAR)
###question:What is the gender of the cunningham hill infant school?###answer:SELECT gender FROM table_28523_2 WHERE school = "Cunningham Hill Infant school"###context:CREATE TABLE table_28523_2 (gender VARCHAR, school VARCHAR)
###question:What is the gender with a age range of 3-11 at the st adrian roman catholic primary school?###answer:SELECT gender FROM table_28523_2 WHERE age_range = "3-11" AND school = "St Adrian Roman Catholic Primary school"###context:CREATE TABLE table_28523_2 (gender VARCHAR, age_range VARCHAR, school VARCHAR)
###question:What is the website of the cunningham hill infant school?###answer:SELECT school AS website FROM table_28523_2 WHERE school = "Cunningham Hill Infant school"###context:CREATE TABLE table_28523_2 (school VARCHAR)
###question:Where is the cunningham hill infant school located?###answer:SELECT location FROM table_28523_2 WHERE school = "Cunningham Hill Infant school"###context:CREATE TABLE table_28523_2 (location VARCHAR, school VARCHAR)
###question:Name the event 3 deadlift for hennie jordan###answer:SELECT event_3_deadlift FROM table_28540428_3 WHERE name = "Hennie Jordan"###context:CREATE TABLE table_28540428_3 (event_3_deadlift VARCHAR, name VARCHAR)
###question:How many rebounds per game did Andrej Džaković average when playing 35 minutes per game?###answer:SELECT rebounds_per_game FROM table_28547289_1 WHERE minutes_per_game = "35"###context:CREATE TABLE table_28547289_1 (rebounds_per_game VARCHAR, minutes_per_game VARCHAR)
###question:What are all the winning records when the result is Scotland won on points table and the Runner-Up result is [[|]] 4 points?###answer:SELECT winner FROM table_28601467_1 WHERE result = "Scotland won on points table" AND runner_up = "[[|]] 4 points"###context:CREATE TABLE table_28601467_1 (winner VARCHAR, result VARCHAR, runner_up VARCHAR)
###question:What is the runner-up record where winner record is Ireland 59 points?###answer:SELECT runner_up FROM table_28601467_1 WHERE winner = "Ireland 59 points"###context:CREATE TABLE table_28601467_1 (runner_up VARCHAR, winner VARCHAR)
###question:Which nation hosted the competition in 2004?###answer:SELECT host_nation_s_ FROM table_28601467_1 WHERE year = 2004###context:CREATE TABLE table_28601467_1 (host_nation_s_ VARCHAR, year VARCHAR)
###question:What was the final venue whene England hasted the competition and the runner-up record is [[|]] 4 points and the winner record is [[|]] 6 points?###answer:SELECT final_venue FROM table_28601467_1 WHERE host_nation_s_ = "England" AND runner_up = "[[|]] 4 points" AND winner = "[[|]] 6 points"###context:CREATE TABLE table_28601467_1 (final_venue VARCHAR, winner VARCHAR, host_nation_s_ VARCHAR, runner_up VARCHAR)
###question:What is the most recent year in which the winner record is Ireland 4 points?###answer:SELECT MAX(year) FROM table_28601467_1 WHERE winner = "Ireland 4 points"###context:CREATE TABLE table_28601467_1 (year INTEGER, winner VARCHAR)
###question:under which president was gunther volz executed?###answer:SELECT under_president FROM table_2861364_1 WHERE executed_person = "Gunther Volz"###context:CREATE TABLE table_2861364_1 (under_president VARCHAR, executed_person VARCHAR)
###question:who was executed during president charles de gaulle's reign for thr crime of child murder after rape?###answer:SELECT executed_person FROM table_2861364_1 WHERE under_president = "Charles de Gaulle" AND crime = "Child murder after rape"###context:CREATE TABLE table_2861364_1 (executed_person VARCHAR, under_president VARCHAR, crime VARCHAR)
###question:where was mazouz ghaouti executed?###answer:SELECT place_of_execution FROM table_2861364_1 WHERE executed_person = "Mazouz Ghaouti"###context:CREATE TABLE table_2861364_1 (place_of_execution VARCHAR, executed_person VARCHAR)
###question:for what crime was gunther volz executed at metz?###answer:SELECT crime FROM table_2861364_1 WHERE place_of_execution = "Metz" AND executed_person = "Gunther Volz"###context:CREATE TABLE table_2861364_1 (crime VARCHAR, place_of_execution VARCHAR, executed_person VARCHAR)
###question:How many of Asian release statuses does Uno HD have?###answer:SELECT COUNT(asia) FROM table_28621502_1 WHERE title = "UNO HD"###context:CREATE TABLE table_28621502_1 (asia VARCHAR, title VARCHAR)