text
stringlengths
142
882
table: 1-1000181-1 columns: State/territory, Text/background colour, Format, Current slogan, Current series, Notes Q: Tell me what the notes are for South Australia A: SELECT Notes FROM 1-1000181-1 WHERE Current slogan = 'SOUTH AUSTRALIA'
table: 1-1000181-1 columns: State/territory, Text/background colour, Format, Current slogan, Current series, Notes Q: What is the current series where the new series began in June 2011? A: SELECT Current series FROM 1-1000181-1 WHERE Notes = 'New series began in June 2011'
table: 1-1000181-1 columns: State/territory, Text/background colour, Format, Current slogan, Current series, Notes Q: What is the format for South Australia? A: SELECT Format FROM 1-1000181-1 WHERE State/territory = 'South Australia'
table: 1-1000181-1 columns: State/territory, Text/background colour, Format, Current slogan, Current series, Notes Q: Name the background colour for the Australian Capital Territory A: SELECT Text/background colour FROM 1-1000181-1 WHERE State/territory = 'Australian Capital Territory'
table: 1-10007452-3 columns: Order Year, Manufacturer, Model, Fleet Series (Quantity), Powertrain (Engine/Transmission), Fuel Propulsion Q: how many times is the fuel propulsion is cng? A: SELECT COUNT Fleet Series (Quantity) FROM 1-10007452-3 WHERE Fuel Propulsion = 'CNG'
table: 1-10007452-3 columns: Order Year, Manufacturer, Model, Fleet Series (Quantity), Powertrain (Engine/Transmission), Fuel Propulsion Q: what is the fuel propulsion where the fleet series (quantity) is 310-329 (20)? A: SELECT Fuel Propulsion FROM 1-10007452-3 WHERE Fleet Series (Quantity) = '310-329 (20)'
table: 1-10007452-3 columns: Order Year, Manufacturer, Model, Fleet Series (Quantity), Powertrain (Engine/Transmission), Fuel Propulsion Q: who is the manufacturer for the order year 1998? A: SELECT Manufacturer FROM 1-10007452-3 WHERE Order Year = '1998'
table: 1-10007452-3 columns: Order Year, Manufacturer, Model, Fleet Series (Quantity), Powertrain (Engine/Transmission), Fuel Propulsion Q: how many times is the model ge40lfr? A: SELECT COUNT Manufacturer FROM 1-10007452-3 WHERE Model = 'GE40LFR'
table: 1-10007452-3 columns: Order Year, Manufacturer, Model, Fleet Series (Quantity), Powertrain (Engine/Transmission), Fuel Propulsion Q: how many times is the fleet series (quantity) is 468-473 (6)? A: SELECT COUNT Order Year FROM 1-10007452-3 WHERE Fleet Series (Quantity) = '468-473 (6)'
table: 1-10007452-3 columns: Order Year, Manufacturer, Model, Fleet Series (Quantity), Powertrain (Engine/Transmission), Fuel Propulsion Q: what is the powertrain (engine/transmission) when the order year is 2000? A: SELECT Powertrain (Engine/Transmission) FROM 1-10007452-3 WHERE Order Year = '2000'
table: 1-10006830-1 columns: Aircraft, Description, Max Gross Weight, Total disk area, Max disk Loading Q: What if the description of a ch-47d chinook? A: SELECT Description FROM 1-10006830-1 WHERE Aircraft = 'CH-47D Chinook'
table: 1-10006830-1 columns: Aircraft, Description, Max Gross Weight, Total disk area, Max disk Loading Q: What is the max gross weight of the Robinson R-22? A: SELECT Max Gross Weight FROM 1-10006830-1 WHERE Aircraft = 'Robinson R-22'
table: 1-10015132-1 columns: Player, No., Nationality, Position, Years in Toronto, School/Club Team Q: What school did player number 6 come from? A: SELECT School/Club Team FROM 1-10015132-1 WHERE No. = '6'
table: 1-10015132-1 columns: Player, No., Nationality, Position, Years in Toronto, School/Club Team Q: What school did the player that has been in Toronto from 2012-present come from? A: SELECT School/Club Team FROM 1-10015132-1 WHERE Years in Toronto = '2012-present'
table: 1-10015132-1 columns: Player, No., Nationality, Position, Years in Toronto, School/Club Team Q: What school did the player that has been in Toronto from 2010-2012 go to? A: SELECT School/Club Team FROM 1-10015132-1 WHERE Years in Toronto = '2010-2012'
table: 1-10015132-1 columns: Player, No., Nationality, Position, Years in Toronto, School/Club Team Q: What position did the player from Baylor play? A: SELECT Position FROM 1-10015132-1 WHERE School/Club Team = 'Baylor'
table: 1-10015132-14 columns: Player, No., Nationality, Position, Years in Toronto, School/Club Team Q: Who played in the Toronto Raptors from 1995-96? A: SELECT Player FROM 1-10015132-14 WHERE Years in Toronto = '1995-96'
table: 1-10015132-14 columns: Player, No., Nationality, Position, Years in Toronto, School/Club Team Q: Which number was Patrick O'Bryant? A: SELECT No. FROM 1-10015132-14 WHERE Player = 'Patrick O'Bryant'
table: 1-10015132-14 columns: Player, No., Nationality, Position, Years in Toronto, School/Club Team Q: What school did Patrick O'Bryant play for? A: SELECT School/Club Team FROM 1-10015132-14 WHERE Player = 'Patrick O'Bryant'
table: 1-10015132-14 columns: Player, No., Nationality, Position, Years in Toronto, School/Club Team Q: How many number does Fordham school have? A: SELECT COUNT No. FROM 1-10015132-14 WHERE School/Club Team = 'Fordham'
table: 1-10015132-14 columns: Player, No., Nationality, Position, Years in Toronto, School/Club Team Q: Which school was in Toronto in 2001-02? A: SELECT School/Club Team FROM 1-10015132-14 WHERE Years in Toronto = '2001-02'
table: 1-10015132-21 columns: Player, No., Nationality, Position, Years in Toronto, School/Club Team Q: Which school did the player that played 2004-05 attend? A: SELECT School/Club Team FROM 1-10015132-21 WHERE Years in Toronto = '2004-05'
table: 1-10015132-21 columns: Player, No., Nationality, Position, Years in Toronto, School/Club Team Q: Which position does Loren Woods play? A: SELECT Position FROM 1-10015132-21 WHERE Player = 'Loren Woods'
table: 1-10015132-21 columns: Player, No., Nationality, Position, Years in Toronto, School/Club Team Q: What number is the player that played 1998-2001 A: SELECT MIN No. FROM 1-10015132-21 WHERE Years in Toronto = '1998-2001'
table: 1-10015132-21 columns: Player, No., Nationality, Position, Years in Toronto, School/Club Team Q: Which country is the player that went to Georgetown from? A: SELECT Nationality FROM 1-10015132-21 WHERE School/Club Team = 'Georgetown'
table: 1-10015132-21 columns: Player, No., Nationality, Position, Years in Toronto, School/Club Team Q: Which school did Herb Williams go to? A: SELECT School/Club Team FROM 1-10015132-21 WHERE Player = 'Herb Williams'
table: 1-10015132-3 columns: Player, No., Nationality, Position, Years in Toronto, School/Club Team Q: When did the player from Hawaii play for Toronto? A: SELECT Years in Toronto FROM 1-10015132-3 WHERE School/Club Team = 'Hawaii'
table: 1-10015132-3 columns: Player, No., Nationality, Position, Years in Toronto, School/Club Team Q: During what period did Dell Curry play for Toronto? A: SELECT Years in Toronto FROM 1-10015132-3 WHERE Player = 'Dell Curry'
table: 1-10015132-3 columns: Player, No., Nationality, Position, Years in Toronto, School/Club Team Q: What's the number of the player from Boise State? A: SELECT No. FROM 1-10015132-3 WHERE School/Club Team = 'Boise State'
table: 1-10015132-3 columns: Player, No., Nationality, Position, Years in Toronto, School/Club Team Q: What's Dell Curry nationality? A: SELECT Nationality FROM 1-10015132-3 WHERE Player = 'Dell Curry'
table: 1-10015132-7 columns: Player, No., Nationality, Position, Years in Toronto, School/Club Team Q: which player is from georgia A: SELECT Player FROM 1-10015132-7 WHERE School/Club Team = 'Georgia'
table: 1-10015132-7 columns: Player, No., Nationality, Position, Years in Toronto, School/Club Team Q: what school is rudy gay from A: SELECT School/Club Team FROM 1-10015132-7 WHERE Player = 'Rudy Gay'
table: 1-10015132-7 columns: Player, No., Nationality, Position, Years in Toronto, School/Club Team Q: what nationality is the player who played from 1997-98 A: SELECT Nationality FROM 1-10015132-7 WHERE Years in Toronto = '1997-98'
table: 1-10015132-7 columns: Player, No., Nationality, Position, Years in Toronto, School/Club Team Q: what position did the player from connecticut play A: SELECT Position FROM 1-10015132-7 WHERE School/Club Team = 'Connecticut'
table: 1-10015132-2 columns: Player, No., Nationality, Position, Years in Toronto, School/Club Team Q: During which years was Marcus Banks in Toronto? A: SELECT Years in Toronto FROM 1-10015132-2 WHERE Player = 'Marcus Banks'
table: 1-10015132-2 columns: Player, No., Nationality, Position, Years in Toronto, School/Club Team Q: Which positions were in Toronto in 2004? A: SELECT Position FROM 1-10015132-2 WHERE Years in Toronto = '2004'
table: 1-10015132-2 columns: Player, No., Nationality, Position, Years in Toronto, School/Club Team Q: What nationality is the player Muggsy Bogues? A: SELECT Nationality FROM 1-10015132-2 WHERE Player = 'Muggsy Bogues'
table: 1-10015132-2 columns: Player, No., Nationality, Position, Years in Toronto, School/Club Team Q: What years was the player Lonny Baxter in Toronto? A: SELECT Years in Toronto FROM 1-10015132-2 WHERE Player = 'Lonny Baxter'
table: 1-10015132-2 columns: Player, No., Nationality, Position, Years in Toronto, School/Club Team Q: How many players were with the school or club team La Salle? A: SELECT COUNT Player FROM 1-10015132-2 WHERE School/Club Team = 'La Salle'
table: 1-10021158-3 columns: Year, Tournaments played, Cuts made*, Wins, 2nd, Top 10s, Best finish, Earnings ($), Money list rank, Scoring average, Scoring rank Q: When the scoring rank was 117, what was the best finish? A: SELECT Best finish FROM 1-10021158-3 WHERE Scoring rank = '117'
table: 1-10021158-3 columns: Year, Tournaments played, Cuts made*, Wins, 2nd, Top 10s, Best finish, Earnings ($), Money list rank, Scoring average, Scoring rank Q: When the best finish was T69, how many people came in 2nd? A: SELECT 2nd FROM 1-10021158-3 WHERE Best finish = 'T69'
table: 1-10021158-3 columns: Year, Tournaments played, Cuts made*, Wins, 2nd, Top 10s, Best finish, Earnings ($), Money list rank, Scoring average, Scoring rank Q: How many wins were there when the money list rank was 183? A: SELECT COUNT Wins FROM 1-10021158-3 WHERE Money list rank = '183'
table: 1-10021158-3 columns: Year, Tournaments played, Cuts made*, Wins, 2nd, Top 10s, Best finish, Earnings ($), Money list rank, Scoring average, Scoring rank Q: When the money list rank was n/a, what was the scoring average? A: SELECT Scoring average FROM 1-10021158-3 WHERE Money list rank = 'n/a'
table: 1-10021158-3 columns: Year, Tournaments played, Cuts made*, Wins, 2nd, Top 10s, Best finish, Earnings ($), Money list rank, Scoring average, Scoring rank Q: What time was the highest for 2nd finishers? A: SELECT MAX 2nd FROM 1-10021158-3
table: 1-1004033-1 columns: Season, Player, Position, Nationality, Team, Draft Pick #, Draft Class, College Q: When did the Metrostars have their first Rookie of the Year winner? A: SELECT MIN Season FROM 1-1004033-1 WHERE Team = 'MetroStars'
table: 1-1004033-1 columns: Season, Player, Position, Nationality, Team, Draft Pick #, Draft Class, College Q: What college did the Rookie of the Year from the Columbus Crew attend? A: SELECT College FROM 1-1004033-1 WHERE Team = 'Columbus Crew'
table: 1-1004033-1 columns: Season, Player, Position, Nationality, Team, Draft Pick #, Draft Class, College Q: How many teams had a #1 draft pick that won the Rookie of the Year Award? A: SELECT COUNT Team FROM 1-1004033-1 WHERE Draft Pick # = '1'
table: 1-1004033-1 columns: Season, Player, Position, Nationality, Team, Draft Pick #, Draft Class, College Q: What position did the #10 draft pick play? A: SELECT Position FROM 1-1004033-1 WHERE Draft Pick # = '10'
table: 1-10023387-1 columns: Player, Years Played, Total W-L, Singles W-L, Doubles W-L Q: what's the years played with singles w-l of 3–2 A: SELECT Years Played FROM 1-10023387-1 WHERE Singles W-L = '3–2'
table: 1-10023387-1 columns: Player, Years Played, Total W-L, Singles W-L, Doubles W-L Q: what's the doubles w-l for player seol jae-min (none) A: SELECT Doubles W-L FROM 1-10023387-1 WHERE Player = 'Seol Jae-Min (none)'
table: 1-10023387-1 columns: Player, Years Played, Total W-L, Singles W-L, Doubles W-L Q: what's the singles w-l for kim doo-hwan A: SELECT Singles W-L FROM 1-10023387-1 WHERE Player = 'Kim Doo-Hwan'
table: 1-10023387-1 columns: Player, Years Played, Total W-L, Singles W-L, Doubles W-L Q: what's the total number of singles w-l with doubles w-l of 0–0 and total w-l of 3–1 A: SELECT COUNT Singles W-L FROM 1-10023387-1 WHERE Doubles W-L = '0–0' AND Total W-L = '3–1'
table: 1-10023387-1 columns: Player, Years Played, Total W-L, Singles W-L, Doubles W-L Q: what's the doubles w-l with years played value of 1 (1968) A: SELECT Doubles W-L FROM 1-10023387-1 WHERE Years Played = '1 (1968)'
table: 1-10023387-1 columns: Player, Years Played, Total W-L, Singles W-L, Doubles W-L Q: what years are played for player  im chung-yang A: SELECT Years Played FROM 1-10023387-1 WHERE Player = 'Im Chung-Yang'
table: 1-10020178-1 columns: Name, Canton, Height (meters), Crest length (meters), Type, Year of construction, Name of the Lake Q: What is the name of the 375 crest length? A: SELECT Name FROM 1-10020178-1 WHERE Crest length (meters) = 375
table: 1-10020178-1 columns: Name, Canton, Height (meters), Crest length (meters), Type, Year of construction, Name of the Lake Q: What is year of construction of spitallamm? A: SELECT MIN Year of construction FROM 1-10020178-1 WHERE Name = 'Spitallamm'
table: 1-10020178-1 columns: Name, Canton, Height (meters), Crest length (meters), Type, Year of construction, Name of the Lake Q: What is the canton of grande dixence? A: SELECT Canton FROM 1-10020178-1 WHERE Name = 'Grande Dixence'
table: 1-10020178-1 columns: Name, Canton, Height (meters), Crest length (meters), Type, Year of construction, Name of the Lake Q: What is the name where lago di luzzone is? A: SELECT Name FROM 1-10020178-1 WHERE Name of the Lake = 'Lago di Luzzone'
table: 1-100518-1 columns: Name, Direction, Mantra, Weapon, Consort, Graha (Planet), Guardian Mātṛkā Q: What is the guardian mātṛkā for the guardian whose consort is Svāhā? A: SELECT Guardian Mātṛkā FROM 1-100518-1 WHERE Consort = 'Svāhā'
table: 1-100518-1 columns: Name, Direction, Mantra, Weapon, Consort, Graha (Planet), Guardian Mātṛkā Q: Where the mantra is "oṃ yaṃ vāyuve namaḥ", what is the direction of the guardian? A: SELECT Direction FROM 1-100518-1 WHERE Mantra = 'Oṃ Yaṃ Vāyuve Namaḥ'
table: 1-100518-1 columns: Name, Direction, Mantra, Weapon, Consort, Graha (Planet), Guardian Mātṛkā Q: What weapon is used by the guardian whose consort is śacī? A: SELECT Weapon FROM 1-100518-1 WHERE Consort = 'Śacī'
table: 1-100518-1 columns: Name, Direction, Mantra, Weapon, Consort, Graha (Planet), Guardian Mātṛkā Q: What are the directions for the guardian whose weapon is khaḍga (sword)? A: SELECT Direction FROM 1-100518-1 WHERE Weapon = 'Khaḍga (sword)'
table: 1-100518-1 columns: Name, Direction, Mantra, Weapon, Consort, Graha (Planet), Guardian Mātṛkā Q: What are the weapons used by guardians for the direction East? A: SELECT Weapon FROM 1-100518-1 WHERE Direction = 'East'
table: 1-100518-1 columns: Name, Direction, Mantra, Weapon, Consort, Graha (Planet), Guardian Mātṛkā Q: What are the directions for the guardian whose graha (planet) is bṛhaspati (Jupiter)? A: SELECT Direction FROM 1-100518-1 WHERE Graha (Planet) = 'Bṛhaspati (Jupiter)'
table: 1-10054296-1 columns: Member, Headquarters, Classification, Chapters, Founded, UCCFS Q: What is the number of chapters listed for the fraternity with a headquarters in Austin, Texas? A: SELECT MAX Chapters FROM 1-10054296-1 WHERE Classification = 'Fraternity' AND Headquarters = 'Austin, Texas'
table: 1-10054296-1 columns: Member, Headquarters, Classification, Chapters, Founded, UCCFS Q: What are the members listed with the sorority classification A: SELECT Member FROM 1-10054296-1 WHERE Classification = 'Sorority'
table: 1-10054296-1 columns: Member, Headquarters, Classification, Chapters, Founded, UCCFS Q: Name the member that has 12 chapters A: SELECT Member FROM 1-10054296-1 WHERE Chapters = 12
table: 1-10054296-1 columns: Member, Headquarters, Classification, Chapters, Founded, UCCFS Q: Where is the headquarters of Alpha Nu Omega A: SELECT Headquarters FROM 1-10054296-1 WHERE Member = 'Alpha Nu Omega'
table: 1-1007688-1 columns: Year, Typhus, Typhoid fever, Relapsing fever, Smallpox, Malaria Q: what is the number of relapsing fever when malaria is 3000 A: SELECT MIN Relapsing fever FROM 1-1007688-1 WHERE Malaria = '3000'
table: 1-1007688-1 columns: Year, Typhus, Typhoid fever, Relapsing fever, Smallpox, Malaria Q: what is the typhoid fever number for the year 1934 A: SELECT Typhoid fever FROM 1-1007688-1 WHERE Year = '1934'
table: 1-1007688-1 columns: Year, Typhus, Typhoid fever, Relapsing fever, Smallpox, Malaria Q: What are all the typhus number when smallpox is 4 A: SELECT Typhus FROM 1-1007688-1 WHERE Smallpox = 4
table: 1-1007688-1 columns: Year, Typhus, Typhoid fever, Relapsing fever, Smallpox, Malaria Q: what is the number of smallpox when typhoid fever is 293 A: SELECT MAX Smallpox FROM 1-1007688-1 WHERE Typhoid fever = 293
table: 1-1007688-1 columns: Year, Typhus, Typhoid fever, Relapsing fever, Smallpox, Malaria Q: what is the typhoid fever number for the year 1929 A: SELECT Typhoid fever FROM 1-1007688-1 WHERE Year = '1929'
table: 1-10082596-1 columns: School, Location, Founded, Affiliation, Enrollment, Team Nickname, Primary conference Q: How many schools are in Bloomington, IN? A: SELECT COUNT Founded FROM 1-10082596-1 WHERE Location = 'Bloomington, IN'
table: 1-10082596-1 columns: School, Location, Founded, Affiliation, Enrollment, Team Nickname, Primary conference Q: How many of the schools are designated private/Presbyterian? A: SELECT COUNT Location FROM 1-10082596-1 WHERE Affiliation = 'Private/Presbyterian'
table: 1-10082596-1 columns: School, Location, Founded, Affiliation, Enrollment, Team Nickname, Primary conference Q: In what year was Lindenwood University founded? A: SELECT MIN Founded FROM 1-10082596-1 WHERE School = 'Lindenwood University'
table: 1-10082596-1 columns: School, Location, Founded, Affiliation, Enrollment, Team Nickname, Primary conference Q: How many of the schools listed are in Ames, IA? A: SELECT COUNT Primary conference FROM 1-10082596-1 WHERE Location = 'Ames, IA'
table: 1-1008653-9 columns: Country ( exonym ), Capital ( exonym ), Country ( endonym ), Capital ( endonym ), Official or native language(s) (alphabet/script) Q: What is the capital (endonym) where Douglas is the Capital (exonym)? A: SELECT Capital ( endonym ) FROM 1-1008653-9 WHERE Capital ( exonym ) = 'Douglas'
table: 1-1008653-9 columns: Country ( exonym ), Capital ( exonym ), Country ( endonym ), Capital ( endonym ), Official or native language(s) (alphabet/script) Q: How many countries (endonym) has the capital (endonym) of Jakarta? A: SELECT COUNT Country ( endonym ) FROM 1-1008653-9 WHERE Capital ( endonym ) = 'Jakarta'
table: 1-1008653-9 columns: Country ( exonym ), Capital ( exonym ), Country ( endonym ), Capital ( endonym ), Official or native language(s) (alphabet/script) Q: What is the country (exonym) where the official or native language(s) (alphabet/script) is Icelandic? A: SELECT Country ( exonym ) FROM 1-1008653-9 WHERE Official or native language(s) (alphabet/script) = 'Icelandic'
table: 1-1008653-9 columns: Country ( exonym ), Capital ( exonym ), Country ( endonym ), Capital ( endonym ), Official or native language(s) (alphabet/script) Q: In which country (endonym) is Irish English the official or native language(s) (alphabet/script)? A: SELECT Country ( endonym ) FROM 1-1008653-9 WHERE Official or native language(s) (alphabet/script) = 'Irish English'
table: 1-1008653-9 columns: Country ( exonym ), Capital ( exonym ), Country ( endonym ), Capital ( endonym ), Official or native language(s) (alphabet/script) Q: Which country (exonym) is the country (endonym) isle of man ellan vannin? A: SELECT Country ( exonym ) FROM 1-1008653-9 WHERE Country ( endonym ) = 'Isle of Man Ellan Vannin'
table: 1-1009087-1 columns: Season, Network, Season premiere, Season finale, TV season, Ranking, Viewers (in millions) Q: The season premiere aired on September 11, 2000 aired on how many networks? A: SELECT COUNT Network FROM 1-1009087-1 WHERE Season premiere = 'September 11, 2000'
table: 1-1009087-1 columns: Season, Network, Season premiere, Season finale, TV season, Ranking, Viewers (in millions) Q: What was the ranking of the season finale aired on May 8, 2006? A: SELECT Ranking FROM 1-1009087-1 WHERE Season finale = 'May 8, 2006'
table: 1-1011906-1 columns: Regional County Municipality (RCM), Population Canada 2011 Census, Land Area, Density (pop. per km2), Seat of RCM Q: what is the minimum population canada 2011 census with seat of rcm being cowansville A: SELECT MIN Population Canada 2011 Census FROM 1-1011906-1 WHERE Seat of RCM = 'Cowansville'
table: 1-1011906-1 columns: Regional County Municipality (RCM), Population Canada 2011 Census, Land Area, Density (pop. per km2), Seat of RCM Q: what's the land area with seat of rcm being granby A: SELECT Land Area FROM 1-1011906-1 WHERE Seat of RCM = 'Granby'
table: 1-101196-1 columns: County, English name, Irish name, Population, Irish speakers Q: What is the population for County Mayo with the English Name Carrowteige? A: SELECT Population FROM 1-101196-1 WHERE County = 'County Mayo' AND English name = 'Carrowteige'
table: 1-101196-1 columns: County, English name, Irish name, Population, Irish speakers Q: What is the Irish name listed with 62% Irish speakers? A: SELECT Irish name FROM 1-101196-1 WHERE Irish speakers = '62%'
table: 1-101196-1 columns: County, English name, Irish name, Population, Irish speakers Q: What is the population for the Irish Name Leitir mealláin? A: SELECT Population FROM 1-101196-1 WHERE Irish name = 'Leitir Mealláin'
table: 1-101196-1 columns: County, English name, Irish name, Population, Irish speakers Q: What is the county for the Irish name Carna? A: SELECT County FROM 1-101196-1 WHERE Irish name = 'Carna'
table: 1-101196-1 columns: County, English name, Irish name, Population, Irish speakers Q: How many County Kerry have 53% Irish speakers? A: SELECT COUNT English name FROM 1-101196-1 WHERE Irish speakers = '53%' AND County = 'County Kerry'
table: 1-101196-1 columns: County, English name, Irish name, Population, Irish speakers Q: What is the population for the English name Spiddal? A: SELECT Population FROM 1-101196-1 WHERE English name = 'Spiddal'
table: 1-10118412-6 columns: State/Territory, Asian American Population (2010 Census), Chinese, Filipino, Indian, Japanese, Korean, Vietnamese, Other Asian Q: What is the the Chinese population for the state that has a Filipino population of 1474707? A: SELECT MIN Chinese FROM 1-10118412-6 WHERE Filipino = 1474707
table: 1-10118412-6 columns: State/Territory, Asian American Population (2010 Census), Chinese, Filipino, Indian, Japanese, Korean, Vietnamese, Other Asian Q: How many States have an Indian population of 30947? A: SELECT COUNT Filipino FROM 1-10118412-6 WHERE Indian = 30947
table: 1-10118412-6 columns: State/Territory, Asian American Population (2010 Census), Chinese, Filipino, Indian, Japanese, Korean, Vietnamese, Other Asian Q: What is the highest Indian population? A: SELECT MAX Indian FROM 1-10118412-6
table: 1-10121127-1 columns: UN Operation name, UN Operation title, Location, Dates of Australian involvement, Number of Australians involved, Australian role Q: What is Australia's role in the UN operation Unama? A: SELECT Australian role FROM 1-10121127-1 WHERE UN Operation name = 'UNAMA'
table: 1-10121127-1 columns: UN Operation name, UN Operation title, Location, Dates of Australian involvement, Number of Australians involved, Australian role Q: What is the UN operation title with the UN operation name, Uncok? A: SELECT UN Operation title FROM 1-10121127-1 WHERE UN Operation name = 'UNCOK'
table: 1-10121127-1 columns: UN Operation name, UN Operation title, Location, Dates of Australian involvement, Number of Australians involved, Australian role Q: How many Australians were in the UN commission on Korea? A: SELECT COUNT Number of Australians involved FROM 1-10121127-1 WHERE UN Operation title = 'UN Commission on Korea'
table: 1-10121127-1 columns: UN Operation name, UN Operation title, Location, Dates of Australian involvement, Number of Australians involved, Australian role Q: When was it where 65 Australians were involved in the UN? A: SELECT Dates of Australian involvement FROM 1-10121127-1 WHERE Number of Australians involved = '65'
table: 1-10120207-8 columns: Season, Timeslot ( ET ), Season premiere, Season finale, TV season, Rank, Viewers (millions) Q: What year is the season with the 10.73 million views? A: SELECT TV season FROM 1-10120207-8 WHERE Viewers (millions) = '10.73'

mlx-community/wikisql

This dataset is processed from salesforce/WikiSQL and is used to demonstrate the fine-tuning function of LLM in the mlx_lm library.

source file form: mlx-examples

Downloads last month
3
Edit dataset card