Unnamed: 0
int64
0
60k
input
stringlengths
76
562
answer
stringlengths
18
557
37,800
<question>: What circuit was the Clipsal 500 on? <context>: CREATE TABLE table_25531112_2 (circuit VARCHAR, event VARCHAR)
SELECT circuit FROM table_25531112_2 WHERE event = "Clipsal 500"
37,801
<question>: Who made the challenge on the Albert Park Grand Prix Circuit? <context>: CREATE TABLE table_25531112_2 (challenge VARCHAR, circuit VARCHAR)
SELECT challenge FROM table_25531112_2 WHERE circuit = "Albert Park Grand Prix circuit"
37,802
<question>: In what round was the circuit Eastern Creek Raceway? <context>: CREATE TABLE table_25531112_2 (rd VARCHAR, circuit VARCHAR)
SELECT rd FROM table_25531112_2 WHERE circuit = "Eastern Creek Raceway"
37,803
<question>: Who made the challenge in the Australian Grand Prix? <context>: CREATE TABLE table_25531112_2 (challenge VARCHAR, event VARCHAR)
SELECT challenge FROM table_25531112_2 WHERE event = "Australian Grand Prix"
37,804
<question>: Who is the shirt sponsor of the team with an average squad age of 25.46? <context>: CREATE TABLE table_25527255_2 (shirt_sponsor VARCHAR, average_squad_age VARCHAR)
SELECT shirt_sponsor FROM table_25527255_2 WHERE average_squad_age = "25.46"
37,805
<question>: Who is the shirt sponsor for FC Bunyodkor? <context>: CREATE TABLE table_25527255_2 (shirt_sponsor VARCHAR, team VARCHAR)
SELECT shirt_sponsor FROM table_25527255_2 WHERE team = "FC Bunyodkor"
37,806
<question>: What is the average squad age of the team whose shirt sponsor is Sho'rtan Gaz Mahsulot and whose kit manufacturer is Adidas? <context>: CREATE TABLE table_25527255_2 (average_squad_age VARCHAR, shirt_sponsor VARCHAR, kit_manufacturer VARCHAR)
SELECT average_squad_age FROM table_25527255_2 WHERE shirt_sponsor = "Sho'rtan Gaz Mahsulot" AND kit_manufacturer = "Adidas"
37,807
<question>: Who is the captain of the team whose kit manufacturer is Nike? <context>: CREATE TABLE table_25527255_2 (captain VARCHAR, kit_manufacturer VARCHAR)
SELECT captain FROM table_25527255_2 WHERE kit_manufacturer = "Nike"
37,808
<question>: Who is the manager of FK Andijan? <context>: CREATE TABLE table_25527255_2 (manager VARCHAR, team VARCHAR)
SELECT manager FROM table_25527255_2 WHERE team = "FK Andijan"
37,809
<question>: Name the year for open cup did not qualify and national final <context>: CREATE TABLE table_2553861_1 (year VARCHAR, open_cup VARCHAR, playoffs VARCHAR)
SELECT COUNT(year) FROM table_2553861_1 WHERE open_cup = "Did not qualify" AND playoffs = "National Final"
37,810
<question>: Name the league for 2000 <context>: CREATE TABLE table_2553861_1 (league VARCHAR, year VARCHAR)
SELECT league FROM table_2553861_1 WHERE year = 2000
37,811
<question>: Name the league for conference finals <context>: CREATE TABLE table_2553861_1 (league VARCHAR, playoffs VARCHAR)
SELECT league FROM table_2553861_1 WHERE playoffs = "Conference Finals"
37,812
<question>: Who directed the episode that was written by Bill Lawrence? <context>: CREATE TABLE table_25547943_1 (directed_by VARCHAR, written_by VARCHAR)
SELECT directed_by FROM table_25547943_1 WHERE written_by = "Bill Lawrence"
37,813
<question>: Name the series result for season being 1998 <context>: CREATE TABLE table_2554479_2 (series VARCHAR, season VARCHAR)
SELECT series AS result FROM table_2554479_2 WHERE season = "1998"
37,814
<question>: Name the total number of tests won by australia for series 10 <context>: CREATE TABLE table_2554479_2 (tests_won_by_australia VARCHAR, series VARCHAR)
SELECT COUNT(tests_won_by_australia) FROM table_2554479_2 WHERE series = 10
37,815
<question>: How many winners were there when the mountains classification was not awarded? <context>: CREATE TABLE table_25551880_2 (winner VARCHAR, mountains_classification VARCHAR)
SELECT COUNT(winner) FROM table_25551880_2 WHERE mountains_classification = "not awarded"
37,816
<question>: Who was awarded mountains classifications when Mikel Nieve was the winner? <context>: CREATE TABLE table_25551880_2 (mountains_classification VARCHAR, winner VARCHAR)
SELECT mountains_classification FROM table_25551880_2 WHERE winner = "Mikel Nieve"
37,817
<question>: Who was awarded mountains classification when Alessandro petacchi won? <context>: CREATE TABLE table_25551880_2 (mountains_classification VARCHAR, winner VARCHAR)
SELECT mountains_classification FROM table_25551880_2 WHERE winner = "Alessandro Petacchi"
37,818
<question>: List the number of episodes directed by linda mendoza. <context>: CREATE TABLE table_25548213_1 (production_code VARCHAR, directed_by VARCHAR)
SELECT COUNT(production_code) FROM table_25548213_1 WHERE directed_by = "Linda Mendoza"
37,819
<question>: How many million viewers watch the episode that kevin biegel & aseem batra wrote? <context>: CREATE TABLE table_25548213_1 (us_viewers__million_ VARCHAR, written_by VARCHAR)
SELECT us_viewers__million_ FROM table_25548213_1 WHERE written_by = "Kevin Biegel & Aseem Batra"
37,820
<question>: What is the series number that had 5.31 million viewers? <context>: CREATE TABLE table_25548213_1 (series__number INTEGER, us_viewers__million_ VARCHAR)
SELECT MAX(series__number) FROM table_25548213_1 WHERE us_viewers__million_ = "5.31"
37,821
<question>: What was the name of the episode that bill lawrence directed? <context>: CREATE TABLE table_25548213_1 (title VARCHAR, directed_by VARCHAR)
SELECT title FROM table_25548213_1 WHERE directed_by = "Bill Lawrence"
37,822
<question>: What was the name of the episode that had 4.65 million viewers? <context>: CREATE TABLE table_25548213_1 (title VARCHAR, us_viewers__million_ VARCHAR)
SELECT title FROM table_25548213_1 WHERE us_viewers__million_ = "4.65"
37,823
<question>: What is the production code of the episode directed by Michael McDonald? <context>: CREATE TABLE table_25548505_1 (production_code VARCHAR, directed_by VARCHAR)
SELECT production_code FROM table_25548505_1 WHERE directed_by = "Michael McDonald"
37,824
<question>: What was the original air date of the episode that had 5.30 million U.S. viewers? <context>: CREATE TABLE table_25548505_1 (original_air_date VARCHAR, us_viewers__millions_ VARCHAR)
SELECT original_air_date FROM table_25548505_1 WHERE us_viewers__millions_ = "5.30"
37,825
<question>: What is the title of the episode directed by Linda Mendoza? <context>: CREATE TABLE table_25548505_1 (title VARCHAR, directed_by VARCHAR)
SELECT title FROM table_25548505_1 WHERE directed_by = "Linda Mendoza"
37,826
<question>: What are all the political types where area is 155.77? <context>: CREATE TABLE table_255602_1 (type VARCHAR, area__km²_ VARCHAR)
SELECT type FROM table_255602_1 WHERE area__km²_ = "155.77"
37,827
<question>: What is the minimum number of barangays where the type is component city? <context>: CREATE TABLE table_255602_1 (no_of_barangays INTEGER, type VARCHAR)
SELECT MIN(no_of_barangays) FROM table_255602_1 WHERE type = "Component City"
37,828
<question>: What city/municipality has area of 176.40? <context>: CREATE TABLE table_255602_1 (city__municipality VARCHAR, area__km²_ VARCHAR)
SELECT city__municipality FROM table_255602_1 WHERE area__km²_ = "176.40"
37,829
<question>: What is the area where population in 2010 is 38062? <context>: CREATE TABLE table_255602_1 (area__km²_ VARCHAR, population__2010_ VARCHAR)
SELECT area__km²_ FROM table_255602_1 WHERE population__2010_ = 38062
37,830
<question>: What is the population density where area is 48.67? <context>: CREATE TABLE table_255602_1 (pop_density__per_km²_ VARCHAR, area__km²_ VARCHAR)
SELECT COUNT(pop_density__per_km²_) FROM table_255602_1 WHERE area__km²_ = "48.67"
37,831
<question>: What couple averaged 21.0? <context>: CREATE TABLE table_25557556_5 (couple VARCHAR, average VARCHAR)
SELECT couple FROM table_25557556_5 WHERE average = "21.0"
37,832
<question>: What was the number of dances for the competition finish of 3? <context>: CREATE TABLE table_25557556_5 (number_of_dances INTEGER, competition_finish VARCHAR)
SELECT MAX(number_of_dances) FROM table_25557556_5 WHERE competition_finish = 3
37,833
<question>: What was his minimum number wins in a single year? <context>: CREATE TABLE table_25557880_1 (wins INTEGER)
SELECT MIN(wins) FROM table_25557880_1
37,834
<question>: In which series was his position NC† ? <context>: CREATE TABLE table_25557880_1 (series VARCHAR, position VARCHAR)
SELECT series FROM table_25557880_1 WHERE position = "NC†"
37,835
<question>: What was his position when he garnered 38 points? <context>: CREATE TABLE table_25557880_1 (position VARCHAR, points VARCHAR)
SELECT position FROM table_25557880_1 WHERE points = "38"
37,836
<question>: What was the sail number of Two True? <context>: CREATE TABLE table_25561560_3 (sail_number VARCHAR, yacht VARCHAR)
SELECT sail_number FROM table_25561560_3 WHERE yacht = "Two True"
37,837
<question>: What yacht did Andrew Saies sail on? <context>: CREATE TABLE table_25561560_3 (yacht VARCHAR, skipper VARCHAR)
SELECT yacht FROM table_25561560_3 WHERE skipper = "Andrew Saies"
37,838
<question>: In what position did skipper Mark Richards place? <context>: CREATE TABLE table_25561560_2 (position VARCHAR, skipper VARCHAR)
SELECT position FROM table_25561560_2 WHERE skipper = "Mark Richards"
37,839
<question>: What is the yacht type of Icap Leopard? <context>: CREATE TABLE table_25561560_2 (yacht VARCHAR)
SELECT yacht AS type FROM table_25561560_2 WHERE yacht = "ICAP Leopard"
37,840
<question>: what skipper has the sail number aus60000? <context>: CREATE TABLE table_25561560_2 (skipper VARCHAR, sail_number VARCHAR)
SELECT skipper FROM table_25561560_2 WHERE sail_number = "AUS60000"
37,841
<question>: Who was the aggressive rider when the winner was luis león sánchez? <context>: CREATE TABLE table_25580292_13 (aggressive_rider VARCHAR, winner VARCHAR)
SELECT aggressive_rider FROM table_25580292_13 WHERE winner = "Luis León Sánchez"
37,842
<question>: Who was the aggressive rider when the sprint classification was andré greipel and mountains classification was timothy roe? <context>: CREATE TABLE table_25580292_13 (aggressive_rider VARCHAR, sprint_classification VARCHAR, mountains_classification VARCHAR)
SELECT aggressive_rider FROM table_25580292_13 WHERE sprint_classification = "André Greipel" AND mountains_classification = "Timothy Roe"
37,843
<question>: What was the stage when the winner was luis león sánchez? <context>: CREATE TABLE table_25580292_13 (stage VARCHAR, winner VARCHAR)
SELECT stage FROM table_25580292_13 WHERE winner = "Luis León Sánchez"
37,844
<question>: What was the young rider classification when manuel cardoso was the winner? <context>: CREATE TABLE table_25580292_13 (young_rider_classification VARCHAR, winner VARCHAR)
SELECT young_rider_classification FROM table_25580292_13 WHERE winner = "Manuel Cardoso"
37,845
<question>: How many winners were there for stage 5? <context>: CREATE TABLE table_25580292_13 (winner VARCHAR, stage VARCHAR)
SELECT COUNT(winner) FROM table_25580292_13 WHERE stage = 5
37,846
<question>: What is the 2007 population of Gigmoto? <context>: CREATE TABLE table_255829_1 (population__2007_ VARCHAR, municipality VARCHAR)
SELECT COUNT(population__2007_) FROM table_255829_1 WHERE municipality = "Gigmoto"
37,847
<question>: What is the 2010 population of the municipality with 31 barangays? <context>: CREATE TABLE table_255829_1 (population__2010_ VARCHAR, no_of_barangays VARCHAR)
SELECT population__2010_ FROM table_255829_1 WHERE no_of_barangays = 31
37,848
<question>: What is the population density of Caramoran? <context>: CREATE TABLE table_255829_1 (pop_density__per_km_2__ VARCHAR, municipality VARCHAR)
SELECT pop_density__per_km_2__ FROM table_255829_1 WHERE municipality = "Caramoran"
37,849
<question>: What municipality has a 130.6 pupulation density? <context>: CREATE TABLE table_255829_1 (municipality VARCHAR, pop_density__per_km_2__ VARCHAR)
SELECT municipality FROM table_255829_1 WHERE pop_density__per_km_2__ = "130.6"
37,850
<question>: What is the number of S Barangay for Paracale? <context>: CREATE TABLE table_255885_1 (no_of_s_barangay VARCHAR, municipality VARCHAR)
SELECT no_of_s_barangay FROM table_255885_1 WHERE municipality = "Paracale"
37,851
<question>: What is the municipality that has an area of exactly 199.35 sq. km? <context>: CREATE TABLE table_255885_1 (municipality VARCHAR, area__km²_ VARCHAR)
SELECT municipality FROM table_255885_1 WHERE area__km²_ = "199.35"
37,852
<question>: What is the municipality that has an area of exactly 214.44 sq. km? <context>: CREATE TABLE table_255885_1 (municipality VARCHAR, area__km²_ VARCHAR)
SELECT municipality FROM table_255885_1 WHERE area__km²_ = "214.44"
37,853
<question>: When fr2.0 9 is the series who is the winning team? <context>: CREATE TABLE table_25572118_1 (winning_team VARCHAR, series VARCHAR)
SELECT winning_team FROM table_25572118_1 WHERE series = "FR2.0 9"
37,854
<question>: When fairuz fauzy is the winning driver what is the date? <context>: CREATE TABLE table_25572118_1 (date VARCHAR, winning_driver VARCHAR)
SELECT date FROM table_25572118_1 WHERE winning_driver = "Fairuz Fauzy"
37,855
<question>: When emt 9 is the series what is the date? <context>: CREATE TABLE table_25572118_1 (date VARCHAR, series VARCHAR)
SELECT date FROM table_25572118_1 WHERE series = "EMT 9"
37,856
<question>: what are all the state/nation where the race number is 36 <context>: CREATE TABLE table_25594271_1 (state_country VARCHAR, race_number VARCHAR)
SELECT state_country FROM table_25594271_1 WHERE race_number = "36"
37,857
<question>: What State/Country is Sean Langman the skipper? <context>: CREATE TABLE table_25594888_1 (state_country VARCHAR, skipper VARCHAR)
SELECT state_country FROM table_25594888_1 WHERE skipper = "Sean Langman"
37,858
<question>: What yacht type is involved where Bob Oatley is the skipper? <context>: CREATE TABLE table_25594888_1 (yacht VARCHAR, skipper VARCHAR)
SELECT yacht AS type FROM table_25594888_1 WHERE skipper = "Bob Oatley"
37,859
<question>: How many races was Loki in? <context>: CREATE TABLE table_25594888_1 (race_number VARCHAR, yacht VARCHAR)
SELECT COUNT(race_number) FROM table_25594888_1 WHERE yacht = "Loki"
37,860
<question>: What were the LOA (metres) for the yacht where the skipper was Jez Fanstone? <context>: CREATE TABLE table_25595107_1 (loa__metres_ VARCHAR, skipper VARCHAR)
SELECT loa__metres_ FROM table_25595107_1 WHERE skipper = "Jez Fanstone"
37,861
<question>: What state/country was the yacht from that had 15.79 LOA (metres)? <context>: CREATE TABLE table_25595107_1 (state_country VARCHAR, loa__metres_ VARCHAR)
SELECT state_country FROM table_25595107_1 WHERE loa__metres_ = "15.79"
37,862
<question>: What is Matt Allen's sail number? <context>: CREATE TABLE table_25595209_1 (sail_number VARCHAR, skipper VARCHAR)
SELECT sail_number FROM table_25595209_1 WHERE skipper = "Matt Allen"
37,863
<question>: What is the LOA of Brindabella? <context>: CREATE TABLE table_25595209_1 (loa__metres_ VARCHAR, yacht VARCHAR)
SELECT loa__metres_ FROM table_25595209_1 WHERE yacht = "Brindabella"
37,864
<question>: What the is the state that the boat is from with LOA of 19.50? <context>: CREATE TABLE table_25595209_1 (state_country VARCHAR, loa__metres_ VARCHAR)
SELECT state_country FROM table_25595209_1 WHERE loa__metres_ = "19.50"
37,865
<question>: How many states is Grant Wharington from? <context>: CREATE TABLE table_25595209_1 (state_country VARCHAR, skipper VARCHAR)
SELECT COUNT(state_country) FROM table_25595209_1 WHERE skipper = "Grant Wharington"
37,866
<question>: The date first lit is 1853 total number of current status. <context>: CREATE TABLE table_25597136_1 (current_status VARCHAR, date_first_lit VARCHAR)
SELECT COUNT(current_status) FROM table_25597136_1 WHERE date_first_lit = "1853"
37,867
<question>: Location for focal plane in ft (m) is naidi hills, basco. <context>: CREATE TABLE table_25597136_1 (focal_plane_in_ft__m_ VARCHAR, location VARCHAR)
SELECT focal_plane_in_ft__m_ FROM table_25597136_1 WHERE location = "Naidi Hills, Basco"
37,868
<question>: Focal plane in ft (m) is 43ft (13.1m) is the first date lit. <context>: CREATE TABLE table_25597136_1 (date_first_lit VARCHAR, focal_plane_in_ft__m_ VARCHAR)
SELECT date_first_lit FROM table_25597136_1 WHERE focal_plane_in_ft__m_ = "43ft (13.1m)"
37,869
<question>: The province/city corregidor island (2) is where the lighthouse is located. <context>: CREATE TABLE table_25597136_1 (province_city VARCHAR, lighthouse VARCHAR)
SELECT province_city FROM table_25597136_1 WHERE lighthouse = "Corregidor Island (2)"
37,870
<question>: Where tower height in ft (m) is 46ft (14.0m) the focal plane is ft (m). <context>: CREATE TABLE table_25597136_1 (focal_plane_in_ft__m_ VARCHAR, tower_height_in_ft__m_ VARCHAR)
SELECT focal_plane_in_ft__m_ FROM table_25597136_1 WHERE tower_height_in_ft__m_ = "46ft (14.0m)"
37,871
<question>: What are the number in series of the pieces directed by Win Phelps and which number in season is 11? <context>: CREATE TABLE table_25604014_6 (no_in_series VARCHAR, directed_by VARCHAR, no_in_season VARCHAR)
SELECT no_in_series FROM table_25604014_6 WHERE directed_by = "Win Phelps" AND no_in_season = 11
37,872
<question>: What are the titles of the pieces that are number 2 in season? <context>: CREATE TABLE table_25604014_6 (title VARCHAR, no_in_season VARCHAR)
SELECT title FROM table_25604014_6 WHERE no_in_season = 2
37,873
<question>: What is the production code for the episode directed by Sam weisman? <context>: CREATE TABLE table_25604014_4 (production_code VARCHAR, directed_by VARCHAR)
SELECT production_code FROM table_25604014_4 WHERE directed_by = "Sam Weisman"
37,874
<question>: Who wrote episode number 81 in the series? <context>: CREATE TABLE table_25604014_5 (written_by VARCHAR, no_in_series VARCHAR)
SELECT written_by FROM table_25604014_5 WHERE no_in_series = 81
37,875
<question>: How many episodes directed by david carson? <context>: CREATE TABLE table_25604014_5 (no_in_season VARCHAR, directed_by VARCHAR)
SELECT COUNT(no_in_season) FROM table_25604014_5 WHERE directed_by = "David Carson"
37,876
<question>: Who direcred the episode with production code 7d03? <context>: CREATE TABLE table_25604014_5 (directed_by VARCHAR, production_code VARCHAR)
SELECT directed_by FROM table_25604014_5 WHERE production_code = "7D03"
37,877
<question>: In what settlement is the population 1114? <context>: CREATE TABLE table_2562572_19 (settlement VARCHAR, population__2011_ VARCHAR)
SELECT settlement FROM table_2562572_19 WHERE population__2011_ = 1114
37,878
<question>: What type is the settlement of Lok? <context>: CREATE TABLE table_2562572_19 (type VARCHAR, settlement VARCHAR)
SELECT type FROM table_2562572_19 WHERE settlement = "Lok"
37,879
<question>: How many populations are listed for mladenovo? <context>: CREATE TABLE table_2562572_12 (population__2011_ VARCHAR, settlement VARCHAR)
SELECT COUNT(population__2011_) FROM table_2562572_12 WHERE settlement = "Mladenovo"
37,880
<question>: What is the dominate religion in the location with a population of 4831? <context>: CREATE TABLE table_2562572_12 (dominant_religion__2002_ VARCHAR, population__2011_ VARCHAR)
SELECT dominant_religion__2002_ FROM table_2562572_12 WHERE population__2011_ = 4831
37,881
<question>: What type of institution is San Diego Christian college? <context>: CREATE TABLE table_2562113_1 (type VARCHAR, institution VARCHAR)
SELECT type FROM table_2562113_1 WHERE institution = "San Diego Christian College"
37,882
<question>: What is the enrollment for the hawks? <context>: CREATE TABLE table_2562113_1 (enrollment INTEGER, nickname VARCHAR)
SELECT MAX(enrollment) FROM table_2562113_1 WHERE nickname = "Hawks"
37,883
<question>: What is the enrollment for the institution that joined in 1987? <context>: CREATE TABLE table_2562113_1 (enrollment INTEGER, joined VARCHAR)
SELECT MIN(enrollment) FROM table_2562113_1 WHERE joined = 1987
37,884
<question>: What is the location of the institution nicknamed Lions? <context>: CREATE TABLE table_2562113_1 (location VARCHAR, nickname VARCHAR)
SELECT location FROM table_2562113_1 WHERE nickname = "Lions"
37,885
<question>: How many 2011 populations have a Cyrillic name of футог? <context>: CREATE TABLE table_2562572_2 (population__2011_ VARCHAR, cyrillic_name VARCHAR)
SELECT COUNT(population__2011_) FROM table_2562572_2 WHERE cyrillic_name = "Футог"
37,886
<question>: What is the number of 2002 populations having a 2011 population of exactly 5399? <context>: CREATE TABLE table_2562572_2 (population__2002_ VARCHAR, population__2011_ VARCHAR)
SELECT COUNT(population__2002_) FROM table_2562572_2 WHERE population__2011_ = 5399
37,887
<question>: What is the number of 1991 populations named Bečej? <context>: CREATE TABLE table_2562572_2 (population__1991_ VARCHAR, city___municipality VARCHAR)
SELECT COUNT(population__1991_) FROM table_2562572_2 WHERE city___municipality = "Bečej"
37,888
<question>: What is the 1991 population for the urban settlement named Bački Jarak? <context>: CREATE TABLE table_2562572_2 (population__1991_ VARCHAR, urban_settlement VARCHAR)
SELECT population__1991_ FROM table_2562572_2 WHERE urban_settlement = "Bački Jarak"
37,889
<question>: What is the number of 2011 populations having a 2002 population of 29449? <context>: CREATE TABLE table_2562572_2 (population__2011_ VARCHAR, population__2002_ VARCHAR)
SELECT COUNT(population__2011_) FROM table_2562572_2 WHERE population__2002_ = 29449
37,890
<question>: What is the number of cities/municipalities having an urban settlement of Srbobran? <context>: CREATE TABLE table_2562572_2 (city___municipality VARCHAR, urban_settlement VARCHAR)
SELECT COUNT(city___municipality) FROM table_2562572_2 WHERE urban_settlement = "Srbobran"
37,891
<question>: When town is the type what is the settlement? <context>: CREATE TABLE table_2562572_25 (settlement VARCHAR, type VARCHAR)
SELECT settlement FROM table_2562572_25 WHERE type = "town"
37,892
<question>: When оџаци is the cyrillic name other names what is the type? <context>: CREATE TABLE table_2562572_25 (type VARCHAR, cyrillic_name_other_names VARCHAR)
SELECT type FROM table_2562572_25 WHERE cyrillic_name_other_names = "Оџаци"
37,893
<question>: When ratkovo is the settlement what is the cyrllic name other names? <context>: CREATE TABLE table_2562572_25 (cyrillic_name_other_names VARCHAR, settlement VARCHAR)
SELECT cyrillic_name_other_names FROM table_2562572_25 WHERE settlement = "Ratkovo"
37,894
<question>: When ратково is cyrillic name other names and village is the type and orthodox Christianity is the dominant religion of 2002 what is the settlement? <context>: CREATE TABLE table_2562572_25 (settlement VARCHAR, cyrillic_name_other_names VARCHAR, dominant_religion__2002_ VARCHAR, type VARCHAR)
SELECT settlement FROM table_2562572_25 WHERE dominant_religion__2002_ = "Orthodox Christianity" AND type = "village" AND cyrillic_name_other_names = "Ратково"
37,895
<question>: When дероње is the cyrillic name other names what is the largest ethnic group of 2002? <context>: CREATE TABLE table_2562572_25 (largest_ethnic_group__2002_ VARCHAR, cyrillic_name_other_names VARCHAR)
SELECT largest_ethnic_group__2002_ FROM table_2562572_25 WHERE cyrillic_name_other_names = "Дероње"
37,896
<question>: What are the largest ethnic groups in gunaroš? <context>: CREATE TABLE table_2562572_27 (largest_ethnic_group__2002_ VARCHAR, settlement VARCHAR)
SELECT largest_ethnic_group__2002_ FROM table_2562572_27 WHERE settlement = "Gunaroš"
37,897
<question>: What are the largest ethnic groups where the cyrillic name and other names is пачир (hungarian: pacsér)? <context>: CREATE TABLE table_2562572_27 (largest_ethnic_group__2002_ VARCHAR, cyrillic_name_other_names VARCHAR)
SELECT largest_ethnic_group__2002_ FROM table_2562572_27 WHERE cyrillic_name_other_names = "Пачир (Hungarian: Pacsér)"
37,898
<question>: How many places have as their cyrillic name and other names његошево? <context>: CREATE TABLE table_2562572_27 (settlement VARCHAR, cyrillic_name_other_names VARCHAR)
SELECT COUNT(settlement) FROM table_2562572_27 WHERE cyrillic_name_other_names = "Његошево"
37,899
<question>: What are the dominant religions in the place with a population of 83? <context>: CREATE TABLE table_2562572_27 (dominant_religion__2002_ VARCHAR, population__2011_ VARCHAR)
SELECT dominant_religion__2002_ FROM table_2562572_27 WHERE population__2011_ = "83"