text stringlengths 114 1.06k |
|---|
### question: what is the numbr for fri may 30 and mon may 26 is 19' 02.890 118.847mph? ### answer: SELECT fri_30_may FROM table_14209455_1 WHERE mon_26_may = "19' 02.890 118.847mph" ### context: CREATE TABLE table_14209455_1 (fri_30_may VARCHAR, mon_26_may VARCHAR) |
### question: What the name of the school where the last win in 2007-08? ### answer: SELECT school FROM table_14286908_1 WHERE year_of_last_win = "2007-08" ### context: CREATE TABLE table_14286908_1 (school VARCHAR, year_of_last_win VARCHAR) |
### question: How many times was banbridge academy the winner? ### answer: SELECT COUNT(winners) FROM table_14286908_1 WHERE school = "Banbridge Academy" ### context: CREATE TABLE table_14286908_1 (winners VARCHAR, school VARCHAR) |
### question: What are the names that had a finalist score of 2? ### answer: SELECT school FROM table_14286908_1 WHERE finalists = 2 ### context: CREATE TABLE table_14286908_1 (school VARCHAR, finalists VARCHAR) |
### question: In what year was the total finals at 10? ### answer: SELECT year_of_last_win FROM table_14286908_1 WHERE total_finals = 10 ### context: CREATE TABLE table_14286908_1 (year_of_last_win VARCHAR, total_finals VARCHAR) |
### question: What is the name of the school where the year of last win is 1985-86? ### answer: SELECT school FROM table_14286908_1 WHERE year_of_last_win = "1985-86" ### context: CREATE TABLE table_14286908_1 (school VARCHAR, year_of_last_win VARCHAR) |
### question: How many total finals where there when the last win was in 2012-13? ### answer: SELECT total_finals FROM table_14286908_1 WHERE year_of_last_win = "2012-13" ### context: CREATE TABLE table_14286908_1 (total_finals VARCHAR, year_of_last_win VARCHAR) |
### question: Name the most played ### answer: SELECT MAX(played) FROM table_14323347_1 ### context: CREATE TABLE table_14323347_1 (played INTEGER) |
### question: Name the total number of 1992-93 for 115 points ### answer: SELECT COUNT(1992 AS _93) FROM table_14323347_1 WHERE points = 115 ### context: CREATE TABLE table_14323347_1 (points VARCHAR) |
### question: Name the most touchdowns for field goals being 1 ### answer: SELECT MAX(touchdowns) FROM table_14342480_6 WHERE field_goals = 1 ### context: CREATE TABLE table_14342480_6 (touchdowns INTEGER, field_goals VARCHAR) |
### question: Name the starter for position being left end ### answer: SELECT starter FROM table_14342480_6 WHERE position = "Left end" ### context: CREATE TABLE table_14342480_6 (starter VARCHAR, position VARCHAR) |
### question: Name the fewest touchdowns ### answer: SELECT MIN(touchdowns) FROM table_14342480_6 ### context: CREATE TABLE table_14342480_6 (touchdowns INTEGER) |
### question: Name the most extra points for right tackle ### answer: SELECT MAX(extra_points) FROM table_14342480_6 WHERE position = "Right tackle" ### context: CREATE TABLE table_14342480_6 (extra_points INTEGER, position VARCHAR) |
### question: Name the number of points for field goals being 1 ### answer: SELECT COUNT(points) FROM table_14342480_6 WHERE field_goals = 1 ### context: CREATE TABLE table_14342480_6 (points VARCHAR, field_goals VARCHAR) |
### question: Name the most touchdowns for becker ### answer: SELECT MAX(touchdowns) FROM table_14342592_8 WHERE player = "Becker" ### context: CREATE TABLE table_14342592_8 (touchdowns INTEGER, player VARCHAR) |
### question: Name the extra points for left guard ### answer: SELECT extra_points FROM table_14342592_8 WHERE position = "Left guard" ### context: CREATE TABLE table_14342592_8 (extra_points VARCHAR, position VARCHAR) |
### question: Name the least touchdowns for 11 points ### answer: SELECT MIN(touchdowns) FROM table_14342592_8 WHERE points = 11 ### context: CREATE TABLE table_14342592_8 (touchdowns INTEGER, points VARCHAR) |
### question: Name the most field goals ### answer: SELECT MAX(field_goals) FROM table_14342592_8 ### context: CREATE TABLE table_14342592_8 (field_goals INTEGER) |
### question: Name the number of field goals for 19 extra points ### answer: SELECT COUNT(field_goals) FROM table_14342592_8 WHERE extra_points = 19 ### context: CREATE TABLE table_14342592_8 (field_goals VARCHAR, extra_points VARCHAR) |
### question: Name the most touchdowns for norcross ### answer: SELECT MAX(touchdowns) FROM table_14342592_8 WHERE player = "Norcross" ### context: CREATE TABLE table_14342592_8 (touchdowns INTEGER, player VARCHAR) |
### question: Name who was famous for finished in 9th ### answer: SELECT famous_for FROM table_14345690_4 WHERE finished = "9th" ### context: CREATE TABLE table_14345690_4 (famous_for VARCHAR, finished VARCHAR) |
### question: Name the finished for exited day 13 ### answer: SELECT finished FROM table_14345690_4 WHERE exited = "Day 13" ### context: CREATE TABLE table_14345690_4 (finished VARCHAR, exited VARCHAR) |
### question: Name the entered for famous for page 3 model ### answer: SELECT entered FROM table_14345690_4 WHERE famous_for = "Page 3 Model" ### context: CREATE TABLE table_14345690_4 (entered VARCHAR, famous_for VARCHAR) |
### question: Name the finished for kerry katona ### answer: SELECT COUNT(finished) FROM table_14345690_4 WHERE celebrity = "Kerry Katona" ### context: CREATE TABLE table_14345690_4 (finished VARCHAR, celebrity VARCHAR) |
### question: Name the number of celebrity for athlete ### answer: SELECT COUNT(celebrity) FROM table_14345690_4 WHERE famous_for = "Athlete" ### context: CREATE TABLE table_14345690_4 (celebrity VARCHAR, famous_for VARCHAR) |
### question: What is the total number of values for "Teleplay by" category for series # 35? ### answer: SELECT COUNT(teleplay_by) FROM table_14346950_1 WHERE series__number = 35 ### context: CREATE TABLE table_14346950_1 (teleplay_by VARCHAR, series__number VARCHAR) |
### question: Who is the teleplay by when the director is Rob Bailey? ### answer: SELECT teleplay_by FROM table_14346950_1 WHERE directed_by = "Rob Bailey" ### context: CREATE TABLE table_14346950_1 (teleplay_by VARCHAR, directed_by VARCHAR) |
### question: What is the season # for a teleplay by Richard Price and the director is Steve Shill? ### answer: SELECT season__number FROM table_14346950_1 WHERE teleplay_by = "Richard Price" AND directed_by = "Steve Shill" ### context: CREATE TABLE table_14346950_1 (season__number VARCHAR, teleplay_by VARCHAR, directe... |
### question: What time in eastern standard time was game held at denver broncos? ### answer: SELECT time___et__ FROM table_14433719_1 WHERE opponent = "at Denver Broncos" ### context: CREATE TABLE table_14433719_1 (time___et__ VARCHAR, opponent VARCHAR) |
### question: What are the names of all unix shell with PowerShell (Cmdlet) of select-string? ### answer: SELECT unix_shell FROM table_14465871_1 WHERE powershell__cmdlet_ = "Select-String" ### context: CREATE TABLE table_14465871_1 (unix_shell VARCHAR, powershell__cmdlet_ VARCHAR) |
### question: What are all values of CMD.EXE / COMMAND.COM for the unix shell echo? ### answer: SELECT cmdexe___commandcom FROM table_14465871_1 WHERE unix_shell = "echo" ### context: CREATE TABLE table_14465871_1 (cmdexe___commandcom VARCHAR, unix_shell VARCHAR) |
### question: If Powershell (alias) is cpi, copy, cp, what are all corresponding descriptions. ### answer: SELECT description FROM table_14465871_1 WHERE powershell__alias_ = "cpi, copy, cp" ### context: CREATE TABLE table_14465871_1 (description VARCHAR, powershell__alias_ VARCHAR) |
### question: When the cmd.exe / command.com is type, what are all associated values for powershell (cmdlet)? ### answer: SELECT powershell__cmdlet_ FROM table_14465871_1 WHERE cmdexe___commandcom = "type" ### context: CREATE TABLE table_14465871_1 (powershell__cmdlet_ VARCHAR, cmdexe___commandcom VARCHAR) |
### question: How many values of powershell (cmdlet) are valid when unix shell is env, export, set, setenv? ### answer: SELECT COUNT(powershell__cmdlet_) FROM table_14465871_1 WHERE unix_shell = "env, export, set, setenv" ### context: CREATE TABLE table_14465871_1 (powershell__cmdlet_ VARCHAR, unix_shell VARCHAR) |
### question: What county has 2053 households? ### answer: SELECT county FROM table_1447085_1 WHERE number_of_households = 2053 ### context: CREATE TABLE table_1447085_1 (county VARCHAR, number_of_households VARCHAR) |
### question: Which place has a rank of 71? ### answer: SELECT place FROM table_1447085_1 WHERE rank = 71 ### context: CREATE TABLE table_1447085_1 (place VARCHAR, rank VARCHAR) |
### question: Which county has a median household income of $98,090? ### answer: SELECT county FROM table_1447085_1 WHERE median_house__hold_income = "$98,090" ### context: CREATE TABLE table_1447085_1 (county VARCHAR, median_house__hold_income VARCHAR) |
### question: What is the median household income for Woodside? ### answer: SELECT median_house__hold_income FROM table_1447085_1 WHERE place = "Woodside" ### context: CREATE TABLE table_1447085_1 (median_house__hold_income VARCHAR, place VARCHAR) |
### question: What is the per capita income for Fayette County? ### answer: SELECT per_capita_income FROM table_1447085_1 WHERE county = "Fayette county" ### context: CREATE TABLE table_1447085_1 (per_capita_income VARCHAR, county VARCHAR) |
### question: Where does the common of Galliate rank in population? ### answer: SELECT rank FROM table_1449169_1 WHERE common = "Galliate" ### context: CREATE TABLE table_1449169_1 (rank VARCHAR, common VARCHAR) |
### question: Which common has an area (km2) of 38.38? ### answer: SELECT common FROM table_1449169_1 WHERE area__km_2__ = "38.38" ### context: CREATE TABLE table_1449169_1 (common VARCHAR, area__km_2__ VARCHAR) |
### question: Which common has an area (km2) of 103.02? ### answer: SELECT common FROM table_1449169_1 WHERE area__km_2__ = "103.02" ### context: CREATE TABLE table_1449169_1 (common VARCHAR, area__km_2__ VARCHAR) |
### question: What is the minimum altitude (mslm) in all the commons? ### answer: SELECT MIN(altitude__mslm_) FROM table_1449169_1 ### context: CREATE TABLE table_1449169_1 (altitude__mslm_ INTEGER) |
### question: What rank is the common with an area of 47.3 km^2? ### answer: SELECT rank FROM table_1449176_1 WHERE area__km_2__ = "47.3" ### context: CREATE TABLE table_1449176_1 (rank VARCHAR, area__km_2__ VARCHAR) |
### question: What is the density of the common with an area of 20.4 km^2? ### answer: SELECT density__inhabitants_km_2__ FROM table_1449176_1 WHERE area__km_2__ = "20.4" ### context: CREATE TABLE table_1449176_1 (density__inhabitants_km_2__ VARCHAR, area__km_2__ VARCHAR) |
### question: How many altitudes does the common with an area of 130.7 km^2 have? ### answer: SELECT COUNT(altitude__mslm_) FROM table_1449176_1 WHERE area__km_2__ = "130.7" ### context: CREATE TABLE table_1449176_1 (altitude__mslm_ VARCHAR, area__km_2__ VARCHAR) |
### question: How may population figures are given for Settimo Torinese ### answer: SELECT COUNT(population) FROM table_1449176_1 WHERE common_of = "Settimo Torinese" ### context: CREATE TABLE table_1449176_1 (population VARCHAR, common_of VARCHAR) |
### question: What is the name of the 9th ranked common? ### answer: SELECT common_of FROM table_1449176_1 WHERE rank = "9th" ### context: CREATE TABLE table_1449176_1 (common_of VARCHAR, rank VARCHAR) |
### question: The common of Chieri has what population density? ### answer: SELECT density__inhabitants_km_2__ FROM table_1449176_1 WHERE common_of = "Chieri" ### context: CREATE TABLE table_1449176_1 (density__inhabitants_km_2__ VARCHAR, common_of VARCHAR) |
### question: what's the economics score with education being 92.0 ### answer: SELECT economics FROM table_145439_1 WHERE education = "92.0" ### context: CREATE TABLE table_145439_1 (economics VARCHAR, education VARCHAR) |
### question: what's the health score with justice being 80.7 ### answer: SELECT health FROM table_145439_1 WHERE justice = "80.7" ### context: CREATE TABLE table_145439_1 (health VARCHAR, justice VARCHAR) |
### question: what's the rank for iceland ### answer: SELECT rank FROM table_145439_1 WHERE country = "Iceland" ### context: CREATE TABLE table_145439_1 (rank VARCHAR, country VARCHAR) |
### question: what's the country with health being 91.4 ### answer: SELECT country FROM table_145439_1 WHERE health = "91.4" ### context: CREATE TABLE table_145439_1 (country VARCHAR, health VARCHAR) |
### question: what's the economics score with justice being 90.8 ### answer: SELECT economics FROM table_145439_1 WHERE justice = "90.8" ### context: CREATE TABLE table_145439_1 (economics VARCHAR, justice VARCHAR) |
### question: On October 17, 1937 what was maximum number or attendants. ### answer: SELECT MAX(attendance) FROM table_14608759_1 WHERE date = "October 17, 1937" ### context: CREATE TABLE table_14608759_1 (attendance INTEGER, date VARCHAR) |
### question: In week 9 who were the opponent? ### answer: SELECT opponent FROM table_14608759_1 WHERE week = 9 ### context: CREATE TABLE table_14608759_1 (opponent VARCHAR, week VARCHAR) |
### question: What are week 4 results? ### answer: SELECT result FROM table_14608759_1 WHERE week = 4 ### context: CREATE TABLE table_14608759_1 (result VARCHAR, week VARCHAR) |
### question: What was Trevard Lindley's number? ### answer: SELECT MAX(number) FROM table_14624447_33 WHERE name = "Trevard Lindley" ### context: CREATE TABLE table_14624447_33 (number INTEGER, name VARCHAR) |
### question: Name the player for chicago black hawks ### answer: SELECT player FROM table_1473672_8 WHERE nhl_team = "Chicago Black Hawks" ### context: CREATE TABLE table_1473672_8 (player VARCHAR, nhl_team VARCHAR) |
### question: Name the position for pick number 128 ### answer: SELECT position FROM table_1473672_8 WHERE pick__number = 128 ### context: CREATE TABLE table_1473672_8 (position VARCHAR, pick__number VARCHAR) |
### question: Name the college/junior/club team for left wing ### answer: SELECT college_junior_club_team FROM table_1473672_8 WHERE position = "Left Wing" ### context: CREATE TABLE table_1473672_8 (college_junior_club_team VARCHAR, position VARCHAR) |
### question: What is the Burmese term for Thursday? ### answer: SELECT burmese FROM table_14850099_18 WHERE english = "Thursday" ### context: CREATE TABLE table_14850099_18 (burmese VARCHAR, english VARCHAR) |
### question: What is the cardinal direction associated with Venus? ### answer: SELECT cardinal_direction FROM table_14850099_18 WHERE planet = "Venus" ### context: CREATE TABLE table_14850099_18 (cardinal_direction VARCHAR, planet VARCHAR) |
### question: What is the Burmese term associated with a cardinal direction of west? ### answer: SELECT burmese FROM table_14850099_18 WHERE cardinal_direction = "West" ### context: CREATE TABLE table_14850099_18 (burmese VARCHAR, cardinal_direction VARCHAR) |
### question: What is the planet associated with the direction of south? ### answer: SELECT planet FROM table_14850099_18 WHERE cardinal_direction = "South" ### context: CREATE TABLE table_14850099_18 (planet VARCHAR, cardinal_direction VARCHAR) |
### question: What is the value scored when there were 19 points for the team 3 de Febrero? ### answer: SELECT MAX(scored) FROM table_14871601_2 WHERE points = 19 AND team = "3 de Febrero" ### context: CREATE TABLE table_14871601_2 (scored INTEGER, points VARCHAR, team VARCHAR) |
### question: What was the number of losses when the scored value was 25? ### answer: SELECT MAX(losses) FROM table_14871601_2 WHERE scored = 25 ### context: CREATE TABLE table_14871601_2 (losses INTEGER, scored VARCHAR) |
### question: What were all Yachts with a sail number of 6952? ### answer: SELECT yacht FROM table_14882588_3 WHERE sail_number = "6952" ### context: CREATE TABLE table_14882588_3 (yacht VARCHAR, sail_number VARCHAR) |
### question: How many yachts had a position of 3? ### answer: SELECT COUNT(yacht) FROM table_14882588_3 WHERE position = 3 ### context: CREATE TABLE table_14882588_3 (yacht VARCHAR, position VARCHAR) |
### question: What are all sail numbers for the yacht Yendys? ### answer: SELECT sail_number FROM table_14882588_3 WHERE yacht = "Yendys" ### context: CREATE TABLE table_14882588_3 (sail_number VARCHAR, yacht VARCHAR) |
### question: Who is the courtside reporter for the year 2009-10? ### answer: SELECT courtside_reporter FROM table_14902507_2 WHERE year = "2009-10" ### context: CREATE TABLE table_14902507_2 (courtside_reporter VARCHAR, year VARCHAR) |
### question: Who is the studio host for the year 2006-07? ### answer: SELECT studio_host FROM table_14902507_2 WHERE year = "2006-07" ### context: CREATE TABLE table_14902507_2 (studio_host VARCHAR, year VARCHAR) |
### question: Who are the studio analysts for the year 2008-09? ### answer: SELECT studio_analysts FROM table_14902507_2 WHERE year = "2008-09" ### context: CREATE TABLE table_14902507_2 (studio_analysts VARCHAR, year VARCHAR) |
### question: How many channels were the games shown on in 2001-02? ### answer: SELECT COUNT(channel) FROM table_14902507_2 WHERE year = "2001-02" ### context: CREATE TABLE table_14902507_2 (channel VARCHAR, year VARCHAR) |
### question: What is the current venue for the Miami Masters tournament? ### answer: SELECT current_venue FROM table_14903081_1 WHERE tournament = "Miami Masters" ### context: CREATE TABLE table_14903081_1 (current_venue VARCHAR, tournament VARCHAR) |
### question: Rome is in which country? ### answer: SELECT country FROM table_14903081_1 WHERE location = "Rome" ### context: CREATE TABLE table_14903081_1 (country VARCHAR, location VARCHAR) |
### question: How many tournaments have their current venue as the Lindner Family Tennis Center? ### answer: SELECT COUNT(tournament) FROM table_14903081_1 WHERE current_venue = "Lindner Family Tennis Center" ### context: CREATE TABLE table_14903081_1 (tournament VARCHAR, current_venue VARCHAR) |
### question: What year was the tournament first held in Italy? ### answer: SELECT MIN(began) FROM table_14903081_1 WHERE country = "Italy" ### context: CREATE TABLE table_14903081_1 (began INTEGER, country VARCHAR) |
### question: Which current venues location is Mason, Ohio? ### answer: SELECT current_venue FROM table_14903081_1 WHERE location = "Mason, Ohio" ### context: CREATE TABLE table_14903081_1 (current_venue VARCHAR, location VARCHAR) |
### question: Which tournaments current venue is the Madrid Arena? ### answer: SELECT tournament FROM table_14903081_1 WHERE current_venue = "Madrid Arena" ### context: CREATE TABLE table_14903081_1 (tournament VARCHAR, current_venue VARCHAR) |
### question: What are all values for Womens Doubles in the year 2000/2001? ### answer: SELECT womens_doubles FROM table_14903841_1 WHERE year = "2000/2001" ### context: CREATE TABLE table_14903841_1 (womens_doubles VARCHAR, year VARCHAR) |
### question: Who are all the womens doubles for the year 2008/2009? ### answer: SELECT womens_doubles FROM table_14903841_1 WHERE year = "2008/2009" ### context: CREATE TABLE table_14903841_1 (womens_doubles VARCHAR, year VARCHAR) |
### question: Which episode number drew in 3.84 million viewers in the U.S.? ### answer: SELECT MAX(series__number) FROM table_14929574_3 WHERE us_viewers__million_ = "3.84" ### context: CREATE TABLE table_14929574_3 (series__number INTEGER, us_viewers__million_ VARCHAR) |
### question: How many viewers did the episode directed by David Nutter draw in? ### answer: SELECT us_viewers__million_ FROM table_14929574_3 WHERE directed_by = "David Nutter" ### context: CREATE TABLE table_14929574_3 (us_viewers__million_ VARCHAR, directed_by VARCHAR) |
### question: Which episode number drew in 3.35 million viewers in the United States? ### answer: SELECT COUNT(series__number) FROM table_14929574_3 WHERE us_viewers__million_ = "3.35" ### context: CREATE TABLE table_14929574_3 (series__number VARCHAR, us_viewers__million_ VARCHAR) |
### question: Which episode number was directed by Bill Eagles? ### answer: SELECT MIN(series__number) FROM table_14929574_3 WHERE directed_by = "Bill Eagles" ### context: CREATE TABLE table_14929574_3 (series__number INTEGER, directed_by VARCHAR) |
### question: How many masters fought using a boxing style? ### answer: SELECT COUNT(masters) FROM table_14937957_1 WHERE martial_art_style = "Boxing" ### context: CREATE TABLE table_14937957_1 (masters VARCHAR, martial_art_style VARCHAR) |
### question: How many times did episode 1.8 air? ### answer: SELECT COUNT(original_airdate) FROM table_14937957_1 WHERE episode__number = "1.8" ### context: CREATE TABLE table_14937957_1 (original_airdate VARCHAR, episode__number VARCHAR) |
### question: Which masters fought in hapkido style? ### answer: SELECT masters FROM table_14937957_1 WHERE martial_art_style = "Hapkido" ### context: CREATE TABLE table_14937957_1 (masters VARCHAR, martial_art_style VARCHAR) |
### question: When did the episode featuring a master using Brazilian jiu-jitsu air? ### answer: SELECT original_airdate FROM table_14937957_1 WHERE martial_art_style = "Brazilian Jiu-Jitsu" ### context: CREATE TABLE table_14937957_1 (original_airdate VARCHAR, martial_art_style VARCHAR) |
### question: In which country is the city of Netanya? ### answer: SELECT country FROM table_14937957_1 WHERE city = "Netanya" ### context: CREATE TABLE table_14937957_1 (country VARCHAR, city VARCHAR) |
### question: Which martial arts style was shown in Rio de Janeiro? ### answer: SELECT martial_art_style FROM table_14937957_1 WHERE city = "Rio de Janeiro" ### context: CREATE TABLE table_14937957_1 (martial_art_style VARCHAR, city VARCHAR) |
### question: When 74804 is the attendance what week is it? ### answer: SELECT week FROM table_14941284_1 WHERE attendance = 74804 ### context: CREATE TABLE table_14941284_1 (week VARCHAR, attendance VARCHAR) |
### question: When it is October 25, 1981 who is the opponent? ### answer: SELECT opponent FROM table_14941284_1 WHERE date = "October 25, 1981" ### context: CREATE TABLE table_14941284_1 (opponent VARCHAR, date VARCHAR) |
### question: When it is week 2 what is the record? ### answer: SELECT record FROM table_14941284_1 WHERE week = 2 ### context: CREATE TABLE table_14941284_1 (record VARCHAR, week VARCHAR) |
### question: When it is October 18, 1981 where is the game site? ### answer: SELECT game_site FROM table_14941284_1 WHERE date = "October 18, 1981" ### context: CREATE TABLE table_14941284_1 (game_site VARCHAR, date VARCHAR) |
### question: Name the median income for age band being under 20 ### answer: SELECT median_income FROM table_14946657_3 WHERE age_band = "Under 20" ### context: CREATE TABLE table_14946657_3 (median_income VARCHAR, age_band VARCHAR) |
### question: How many episodes in history have a running time of 24:06? ### answer: SELECT COUNT(archive) FROM table_1498589_1 WHERE run_time = "24:06" ### context: CREATE TABLE table_1498589_1 (archive VARCHAR, run_time VARCHAR) |
### question: Name the southern lakota for híŋhaŋna ### answer: SELECT southern_lakota FROM table_1499774_5 WHERE yankton_yanktonai = "híŋhaŋna" ### context: CREATE TABLE table_1499774_5 (southern_lakota VARCHAR, yankton_yanktonai VARCHAR) |
### question: Name the santee sisseton for wičháša ### answer: SELECT santee_sisseton FROM table_1499774_5 WHERE yankton_yanktonai = "wičháša" ### context: CREATE TABLE table_1499774_5 (santee_sisseton VARCHAR, yankton_yanktonai VARCHAR) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.