answer
stringlengths
32
484
context
stringlengths
27
489
question
stringlengths
12
244
SELECT MAX(divisional_titles) FROM table_20190834_1 WHERE enrollment = 30049
CREATE TABLE table_20190834_1 (divisional_titles INTEGER, enrollment VARCHAR)
What is the most divisional titles won by a school with an enrollment of 30049?
SELECT MAX(enrollment) FROM table_20190834_1 WHERE team_name = "Sooners"
CREATE TABLE table_20190834_1 (enrollment INTEGER, team_name VARCHAR)
What is the maximum enrollment of the Sooners?
SELECT MIN(enrollment) FROM table_20190834_1 WHERE team_name = "Cyclones"
CREATE TABLE table_20190834_1 (enrollment INTEGER, team_name VARCHAR)
What is the minimum enrollment of the cyclones?
SELECT result FROM table_20193855_2 WHERE book_title = "Firelands"
CREATE TABLE table_20193855_2 (result VARCHAR, book_title VARCHAR)
What is the result of the book title firelands?
SELECT year FROM table_20193855_2 WHERE book_title = "The Ordinary"
CREATE TABLE table_20193855_2 (year VARCHAR, book_title VARCHAR)
Which year is the book title the ordinary?
SELECT publisher FROM table_20193855_2 WHERE book_title = "Daughters of an Emerald Dusk"
CREATE TABLE table_20193855_2 (publisher VARCHAR, book_title VARCHAR)
Who is the publisher of the book titled daughters of an emerald dusk?
SELECT MAX(year) FROM table_20193855_2 WHERE author_s__or_editor_s_ = "Delia Sherman"
CREATE TABLE table_20193855_2 (year INTEGER, author_s__or_editor_s_ VARCHAR)
In which year were the authors or editors Delia Sherman?
SELECT COUNT(author_s__or_editor_s_) FROM table_20193855_2 WHERE book_title = "Elf Child"
CREATE TABLE table_20193855_2 (author_s__or_editor_s_ VARCHAR, book_title VARCHAR)
How many authors or editors are there for the book title elf child?
SELECT book_title FROM table_20193855_2 WHERE publisher = "Black Car Publishing"
CREATE TABLE table_20193855_2 (book_title VARCHAR, publisher VARCHAR)
What is the title of the book when the publisher is black car publishing?
SELECT prize__eur_ FROM table_20195922_3 WHERE number_of_winning_tickets = 1
CREATE TABLE table_20195922_3 (prize__eur_ VARCHAR, number_of_winning_tickets VARCHAR)
What are the prizes when 1 is the number of winning tickets?
SELECT number_of_winning_tickets FROM table_20195922_3 WHERE prize__eur_ = "180.00"
CREATE TABLE table_20195922_3 (number_of_winning_tickets VARCHAR, prize__eur_ VARCHAR)
What are the number of winning tickets that have 180.00 as the prize (eur)?
SELECT odds_of_winning__1in_ FROM table_20195922_3 WHERE divisions = "6th"
CREATE TABLE table_20195922_3 (odds_of_winning__1in_ VARCHAR, divisions VARCHAR)
How many odd of winning have 6th as the division?
SELECT prize__eur_ FROM table_20195922_3 WHERE divisions = "6th"
CREATE TABLE table_20195922_3 (prize__eur_ VARCHAR, divisions VARCHAR)
What is the prize (eur) for the 6th division?
SELECT divisions FROM table_20195922_3 WHERE number_of_winning_tickets = 565
CREATE TABLE table_20195922_3 (divisions VARCHAR, number_of_winning_tickets VARCHAR)
Which divisions have 565 as the number of winning tickets?
SELECT гә_гә_[ɡʷ] FROM table_202365_2 WHERE ҕь_ҕь_[ʁʲ_ɣʲ] = "Ҭә ҭә [tʷʰ]"
CREATE TABLE table_202365_2 (гә_гә_ VARCHAR, ɡʷ VARCHAR, ҕь_ҕь_ VARCHAR, ʁʲ_ɣʲ VARCHAR)
what is гә гә [ɡʷ] when ҕь ҕь [ʁʲ/ɣʲ] is ҭә ҭә [tʷʰ]?
SELECT гә_гә_[ɡʷ] FROM table_202365_2 WHERE ҕ_ҕ_[ʁ_ɣ] = "Ҿ ҿ [t͡ʂʼ]"
CREATE TABLE table_202365_2 (гә_гә_ VARCHAR, ɡʷ VARCHAR, ҕ_ҕ_ VARCHAR, ʁ_ɣ VARCHAR)
What is гә гә [ɡʷ] when ҕ ҕ [ʁ/ɣ] is ҿ ҿ [t͡ʂʼ]?
SELECT г_г_[ɡ] FROM table_202365_2 WHERE а_а_[a] = "Ҕә ҕә [ʁʷ/ɣʷ]"
CREATE TABLE table_202365_2 (г_г_ VARCHAR, ɡ VARCHAR, а_а_ VARCHAR, a VARCHAR)
what is г г [ɡ] when а а [a] is ҕә ҕә [ʁʷ/ɣʷ]?
SELECT а_а_[a] FROM table_202365_2 WHERE ҕь_ҕь_[ʁʲ_ɣʲ] = "Ш ш [ʂʃ]"
CREATE TABLE table_202365_2 (а_а_ VARCHAR, a VARCHAR, ҕь_ҕь_ VARCHAR, ʁʲ_ɣʲ VARCHAR)
what is а а [a] when ҕь ҕь [ʁʲ/ɣʲ] is ш ш [ʂʃ]?
SELECT а_а_[a] FROM table_202365_2 WHERE гь_гь_[ɡʲ] = "Л л [l]"
CREATE TABLE table_202365_2 (а_а_ VARCHAR, a VARCHAR, гь_гь_ VARCHAR, ɡʲ VARCHAR)
what is а а [a] when гь гь [ɡʲ] is л л [l]?
SELECT ҕь_ҕь_[ʁʲ_ɣʲ] FROM table_202365_2 WHERE гь_гь_[ɡʲ] = "Ҷ ҷ [t͡ʃʼ]"
CREATE TABLE table_202365_2 (ҕь_ҕь_ VARCHAR, ʁʲ_ɣʲ VARCHAR, гь_гь_ VARCHAR, ɡʲ VARCHAR)
what is ҕь ҕь [ʁʲ/ɣʲ] when гь гь [ɡʲ] is ҷ ҷ [t͡ʃʼ]?
SELECT green FROM table_20217811_1 WHERE electorate = "Otaki"
CREATE TABLE table_20217811_1 (green VARCHAR, electorate VARCHAR)
Name the green for otaki
SELECT national FROM table_20217811_1 WHERE electorate = "Rimutaka"
CREATE TABLE table_20217811_1 (national VARCHAR, electorate VARCHAR)
Name the national for rimutaka
SELECT electorate FROM table_20217811_1 WHERE united_future = "4.47%"
CREATE TABLE table_20217811_1 (electorate VARCHAR, united_future VARCHAR)
Name the electoraate for united future being 4.47%
SELECT COUNT(popular_vote) FROM table_20246201_9 WHERE candidate = "Rick Perry"
CREATE TABLE table_20246201_9 (popular_vote VARCHAR, candidate VARCHAR)
How many different popular vote counts were there for the candidate Rick Perry?
SELECT office FROM table_20246201_9 WHERE states___third_place = "1 New Hampshire"
CREATE TABLE table_20246201_9 (office VARCHAR, states___third_place VARCHAR)
Which office has 1 New Hampshire as a third place state?
SELECT office FROM table_20246201_9 WHERE candidate = "Jon Huntsman"
CREATE TABLE table_20246201_9 (office VARCHAR, candidate VARCHAR)
What office is Jon Huntsman a candidate for?
SELECT COUNT(states___first_place) FROM table_20246201_9 WHERE office = "Governor"
CREATE TABLE table_20246201_9 (states___first_place VARCHAR, office VARCHAR)
How many states-first place are there for the office of Governor?
SELECT competition FROM table_20251343_4 WHERE head_to_head = "Australia 13, New Zealand 40, Drawn 3"
CREATE TABLE table_20251343_4 (competition VARCHAR, head_to_head VARCHAR)
Name the competition for australia 13, new zealand 40, drawn 3
SELECT explanation FROM table_2026548_1 WHERE rank_by_time_in_office = 10
CREATE TABLE table_2026548_1 (explanation VARCHAR, rank_by_time_in_office VARCHAR)
Name the explanation by rank is 10
SELECT order_in_office FROM table_2026548_1 WHERE vice_president = "Spiro Agnew"
CREATE TABLE table_2026548_1 (order_in_office VARCHAR, vice_president VARCHAR)
Name the order in office for spiro agnew
SELECT explanation FROM table_2026548_1 WHERE vice_president = "Alben W. Barkley"
CREATE TABLE table_2026548_1 (explanation VARCHAR, vice_president VARCHAR)
Name the explanation for alben w. barkley
SELECT obama__percentage FROM table_20278716_2 WHERE county = "Burlington"
CREATE TABLE table_20278716_2 (obama__percentage VARCHAR, county VARCHAR)
What percentage of people voted for Obama in Burlington?
SELECT mccain__percentage FROM table_20278716_2 WHERE county = "Burlington"
CREATE TABLE table_20278716_2 (mccain__percentage VARCHAR, county VARCHAR)
What percentage of voters choise McCain in Burlington?
SELECT others__percentage FROM table_20278716_2 WHERE others__number = 802
CREATE TABLE table_20278716_2 (others__percentage VARCHAR, others__number VARCHAR)
What percentage of voters voted for a third party in the county that had 802 third party voters?
SELECT mccain__percentage FROM table_20278716_2 WHERE others__percentage = "1.1%"
CREATE TABLE table_20278716_2 (mccain__percentage VARCHAR, others__percentage VARCHAR)
What percentage of voters chose McCain in the county where 1.1% of voters voted third party?
SELECT mccain__percentage FROM table_20278716_2 WHERE others__percentage = "2.1%"
CREATE TABLE table_20278716_2 (mccain__percentage VARCHAR, others__percentage VARCHAR)
What percentage of voters chose McCain in the county where 2.1% of voters voted third party?
SELECT county FROM table_20278716_2 WHERE others__number = 915
CREATE TABLE table_20278716_2 (county VARCHAR, others__number VARCHAR)
What county had 915 third party voters?
SELECT ply__uk, _nz, _au_ FROM table_20297668_1 WHERE yarn_type__us_ = "Fingering"
CREATE TABLE table_20297668_1 (ply__uk VARCHAR, _nz VARCHAR, _au_ VARCHAR, yarn_type__us_ VARCHAR)
Name the ply (uk, nz, au) for fingering
SELECT wraps_per_inch__wpi_ FROM table_20297668_1 WHERE m_100g = "120-240"
CREATE TABLE table_20297668_1 (wraps_per_inch__wpi_ VARCHAR, m_100g VARCHAR)
Name the wraps per inch for 120-240
SELECT ply__uk, _nz, _au_ FROM table_20297668_1 WHERE wraps_per_inch__wpi_ = "7 wpi"
CREATE TABLE table_20297668_1 (ply__uk VARCHAR, _nz VARCHAR, _au_ VARCHAR, wraps_per_inch__wpi_ VARCHAR)
Name the ply uk, nz, au for wraps per inch 7 wpi
SELECT yarn_type__us_ FROM table_20297668_1 WHERE standard_yarn_weight_system = "3 or Light"
CREATE TABLE table_20297668_1 (yarn_type__us_ VARCHAR, standard_yarn_weight_system VARCHAR)
Name the yarn type for standard yarn weight system for 3 or light
SELECT standard_yarn_weight_system FROM table_20297668_1 WHERE wraps_per_inch__wpi_ = "7 wpi"
CREATE TABLE table_20297668_1 (standard_yarn_weight_system VARCHAR, wraps_per_inch__wpi_ VARCHAR)
Name the standard yarn weight system for 7 wpi
SELECT standard_yarn_weight_system FROM table_20297668_1 WHERE wraps_per_inch__wpi_ = "9 wpi"
CREATE TABLE table_20297668_1 (standard_yarn_weight_system VARCHAR, wraps_per_inch__wpi_ VARCHAR)
Name the standard yarn weight system for 9 wpi
SELECT date_motor_gear_fitted FROM table_2030453_1 WHERE lms_1946_no = 1901
CREATE TABLE table_2030453_1 (date_motor_gear_fitted VARCHAR, lms_1946_no VARCHAR)
When was the motor gear of the LMS 1946 no. 1901 model fitted?
SELECT COUNT(played) FROM table_20301877_2 WHERE player = "Wayne Mardle"
CREATE TABLE table_20301877_2 (played VARCHAR, player VARCHAR)
how many matches did wayne mardle play
SELECT 3 AS _dart_average FROM table_20301877_2 WHERE player = "Raymond van Barneveld"
CREATE TABLE table_20301877_2 (player VARCHAR)
what is the 3-dart average of raymond van barneveld
SELECT COUNT(result) FROM table_20319085_2 WHERE conference_record = "4-3"
CREATE TABLE table_20319085_2 (result VARCHAR, conference_record VARCHAR)
How many different results are there for the season with a 4-3 conference record?
SELECT coach FROM table_20319085_2 WHERE conference_record = "6-1"
CREATE TABLE table_20319085_2 (coach VARCHAR, conference_record VARCHAR)
Who coached the team in the season with a 6-1 conference record?
SELECT COUNT(conference_record) FROM table_20319085_2 WHERE season = 2006
CREATE TABLE table_20319085_2 (conference_record VARCHAR, season VARCHAR)
How many different conference records are there for season 2006?
SELECT result FROM table_20319085_2 WHERE conference_record = "7-2"
CREATE TABLE table_20319085_2 (result VARCHAR, conference_record VARCHAR)
How did the season with 7-2 conference record ed?
SELECT MIN(season) FROM table_20319085_2 WHERE conference_record = "4-3"
CREATE TABLE table_20319085_2 (season INTEGER, conference_record VARCHAR)
In what season was the conference record 4-3?
SELECT MAX(3 AS rd_runner_up) FROM table_20325360_2
CREATE TABLE table_20325360_2 (Id VARCHAR)
What is the highest number of third place runners up held by any of the countries competing in the Mr. International competition?.
SELECT COUNT(2 AS nd_runner_up) FROM table_20325360_2 WHERE rank = 3
CREATE TABLE table_20325360_2 (rank VARCHAR)
The country, competing in the Mr. International competition, that holds a rank of 3, has how many 2nd runners up?
SELECT COUNT(2 AS nd_runner_up) FROM table_20325360_2 WHERE rank = 2
CREATE TABLE table_20325360_2 (rank VARCHAR)
For the country that holds a rank of 2, in the Mr. International Competition, what is the total number of competitors listed as 2nd runner ups?
SELECT MAX(total) FROM table_20325360_2 WHERE country_territory = "Brazil"
CREATE TABLE table_20325360_2 (total INTEGER, country_territory VARCHAR)
How many competitors in total, for the Mr. International competition, does Brazil have?
SELECT high_checkout FROM table_20351295_2 WHERE player = "Trina Gulliver"
CREATE TABLE table_20351295_2 (high_checkout VARCHAR, player VARCHAR)
What's Trina Gulliver's high checkout?
SELECT legs_won FROM table_20351295_2 WHERE high_checkout = 80
CREATE TABLE table_20351295_2 (legs_won VARCHAR, high_checkout VARCHAR)
How many legs has the player with high checkout of 80 won?
SELECT sanskrit_word_and_meaning FROM table_20354_7 WHERE zodiac_sign = "Aquarius"
CREATE TABLE table_20354_7 (sanskrit_word_and_meaning VARCHAR, zodiac_sign VARCHAR)
Name the sanskrit word and meaning for aquarius
SELECT zodiac_sign FROM table_20354_7 WHERE malayalam_name = "കന്നി"
CREATE TABLE table_20354_7 (zodiac_sign VARCHAR, malayalam_name VARCHAR)
Name the zodiac for കന്നി
SELECT malayalam_name FROM table_20354_7 WHERE zodiac_sign = "Leo"
CREATE TABLE table_20354_7 (malayalam_name VARCHAR, zodiac_sign VARCHAR)
Name the malayalam name for leo
SELECT transliteration FROM table_20354_7 WHERE malayalam_name = "ചിങ്ങം"
CREATE TABLE table_20354_7 (transliteration VARCHAR, malayalam_name VARCHAR)
Name the transliteration for ചിങ്ങം
SELECT MAX(mccain_number) FROM table_20350118_1 WHERE obama_percentage = "50.7%"
CREATE TABLE table_20350118_1 (mccain_number INTEGER, obama_percentage VARCHAR)
How many votes did McCain get in the county where Obama got 50.7% of the votes?
SELECT county FROM table_20350118_1 WHERE mccain_number = 20226
CREATE TABLE table_20350118_1 (county VARCHAR, mccain_number VARCHAR)
Where did McCain get 20226 votes?
SELECT MIN(total) FROM table_20350118_1 WHERE county = "Cabarrus"
CREATE TABLE table_20350118_1 (total INTEGER, county VARCHAR)
How many people voted in Cabarrus county?
SELECT COUNT(obama_number) FROM table_20350118_1 WHERE obama_percentage = "27.8%"
CREATE TABLE table_20350118_1 (obama_number VARCHAR, obama_percentage VARCHAR)
How many different results were there for the number of votes fro Obama in the county where he got 27.8% of the votes?
SELECT COUNT(no) FROM table_20360535_3 WHERE directed_by = "Ben Jones" AND written_by = "Paul Dini"
CREATE TABLE table_20360535_3 (no VARCHAR, directed_by VARCHAR, written_by VARCHAR)
How many episodes directed by ben jones and written by paul dini?
SELECT title FROM table_20360535_3 WHERE television_order = "S02E01"
CREATE TABLE table_20360535_3 (title VARCHAR, television_order VARCHAR)
What is the title of S02E01?
SELECT television_order FROM table_20360535_3 WHERE written_by = "Gail Simone"
CREATE TABLE table_20360535_3 (television_order VARCHAR, written_by VARCHAR)
What TV order is written by gail simone?
SELECT mens_doubles FROM table_20361783_1 WHERE womens_singles = "Zhou Mi"
CREATE TABLE table_20361783_1 (mens_doubles VARCHAR, womens_singles VARCHAR)
who won mens doubles when zhou mi won womens singles
SELECT mixed_doubles FROM table_20361783_1 WHERE womens_singles = "Zhou Mi"
CREATE TABLE table_20361783_1 (mixed_doubles VARCHAR, womens_singles VARCHAR)
who won mixed doubles when zhou mi won womens singles
SELECT MIN(year) FROM table_20361783_1 WHERE womens_singles = "Li Xuerui"
CREATE TABLE table_20361783_1 (year INTEGER, womens_singles VARCHAR)
state the earliest year li xuerui won womens singles
SELECT womens_doubles FROM table_20361783_1 WHERE year = 2010
CREATE TABLE table_20361783_1 (womens_doubles VARCHAR, year VARCHAR)
who won womens doubles in 2010
SELECT mixed_doubles FROM table_20361783_1 WHERE womens_singles = "Wang Yihan"
CREATE TABLE table_20361783_1 (mixed_doubles VARCHAR, womens_singles VARCHAR)
who won mixed doubles when wang yihan won womens singles
SELECT MAX(county_councils___2011__) FROM table_203802_2 WHERE english_party_name = "Communist Party of Norway"
CREATE TABLE table_203802_2 (county_councils___2011__ INTEGER, english_party_name VARCHAR)
How many county councils for the communist party of norway
SELECT 2013 AS _parliamentary_election FROM table_203802_2 WHERE english_party_name = "Pensioners Party"
CREATE TABLE table_203802_2 (english_party_name VARCHAR)
What percent of the parliamentary election did the pensioners party receive
SELECT COUNT(2013 AS _parliamentary_election) FROM table_203802_2 WHERE english_party_name = "Center Alliance"
CREATE TABLE table_203802_2 (english_party_name VARCHAR)
How many parties are named the Center Alliance
SELECT MAX(withdrawn) FROM table_20391799_1 WHERE ltsr_no = 37
CREATE TABLE table_20391799_1 (withdrawn INTEGER, ltsr_no VARCHAR)
Name the most withdrawn for 37 lstr no.
SELECT won FROM table_20396710_1 WHERE points_for = "83"
CREATE TABLE table_20396710_1 (won VARCHAR, points_for VARCHAR)
how many won 83 points for?
SELECT club FROM table_20396710_1 WHERE "bonus_points" = "bonus_points"
CREATE TABLE table_20396710_1 (club VARCHAR)
which club is listed when bonus points is bonus points
SELECT COUNT(points_difference) FROM table_20396710_1 WHERE points_for = "139"
CREATE TABLE table_20396710_1 (points_difference VARCHAR, points_for VARCHAR)
when the points for is 139 is points difference?
SELECT drawn FROM table_20396710_1 WHERE "points_against" = "points_against"
CREATE TABLE table_20396710_1 (drawn VARCHAR)
when points against is points again, which are the drawn?
SELECT drawn FROM table_20396710_1 WHERE points_for = "39"
CREATE TABLE table_20396710_1 (drawn VARCHAR, points_for VARCHAR)
when points for is 39 what is the total number of drawn
SELECT mccain__percentage FROM table_20424014_1 WHERE obama__percentage = "19.3%"
CREATE TABLE table_20424014_1 (mccain__percentage VARCHAR, obama__percentage VARCHAR)
what is the mccain % where obama got 19.3%
SELECT MAX(mccain__number) FROM table_20424014_1 WHERE obama__percentage = "33.7%"
CREATE TABLE table_20424014_1 (mccain__number INTEGER, obama__percentage VARCHAR)
what is the highest mccain # where obama got 33.7%
SELECT county FROM table_20424014_1 WHERE obama__percentage = "39.8%"
CREATE TABLE table_20424014_1 (county VARCHAR, obama__percentage VARCHAR)
where did obama get 39.8%
SELECT obama__number FROM table_20424014_1 WHERE county = "Carson City"
CREATE TABLE table_20424014_1 (obama__number VARCHAR, county VARCHAR)
what is the obama # in carson city
SELECT county FROM table_20424014_1 WHERE obama__percentage = "41.3%"
CREATE TABLE table_20424014_1 (county VARCHAR, obama__percentage VARCHAR)
where did obama get 41.3%
SELECT COUNT(season) FROM table_20398823_1 WHERE team = "team Bruichladdich"
CREATE TABLE table_20398823_1 (season VARCHAR, team VARCHAR)
Name the number of season for team bruichladdich
SELECT MIN(podiums) FROM table_20398823_1 WHERE points = "49"
CREATE TABLE table_20398823_1 (podiums INTEGER, points VARCHAR)
Name the least podiums for 49 points
SELECT MIN(f_laps) FROM table_20398823_1
CREATE TABLE table_20398823_1 (f_laps INTEGER)
Name the least f/laps
SELECT season FROM table_20398823_1 WHERE wins = 0 AND races = 20
CREATE TABLE table_20398823_1 (season VARCHAR, wins VARCHAR, races VARCHAR)
Namet he season for wins being 0 and 20 races
SELECT MIN(podiums) FROM table_20398823_1 WHERE wins = 0 AND season = 2005 AND points = "321"
CREATE TABLE table_20398823_1 (podiums INTEGER, points VARCHAR, wins VARCHAR, season VARCHAR)
Name the least podiums for 0 wins and 2005 season for 321 points
SELECT spanish_title FROM table_20404716_1 WHERE film_title_used_in_nomination = "Ogu and Mampato in Rapa Nui"
CREATE TABLE table_20404716_1 (spanish_title VARCHAR, film_title_used_in_nomination VARCHAR)
What is the Spanish title of the film whose title used in nomination was Ogu and Mampato in Rapa Nui?
SELECT director FROM table_20404716_1 WHERE result = "Not Nominated" AND spanish_title = "Play"
CREATE TABLE table_20404716_1 (director VARCHAR, result VARCHAR, spanish_title VARCHAR)
Who was the director of the film that was not nominated and had the Spanish title of play?
SELECT COUNT(couple) FROM table_20424140_3 WHERE average = "25.3"
CREATE TABLE table_20424140_3 (couple VARCHAR, average VARCHAR)
How many couples have an average of 25.3?
SELECT COUNT(number_of_dances) FROM table_20424140_3 WHERE place = 6
CREATE TABLE table_20424140_3 (number_of_dances VARCHAR, place VARCHAR)
How many different numbers of total dances are there for the couple ranked at number 6?
SELECT couple FROM table_20424140_3 WHERE average = "17.2"
CREATE TABLE table_20424140_3 (couple VARCHAR, average VARCHAR)
What couple has an average of 17.2?
SELECT MIN(number_of_dances) FROM table_20424140_3
CREATE TABLE table_20424140_3 (number_of_dances INTEGER)
What's the minimal number of dances a couple has danced?
SELECT MAX(place) FROM table_20424140_3
CREATE TABLE table_20424140_3 (place INTEGER)
What's the highest number a couple has ranked at?
SELECT crop_damaged__in_lakh_inr__ FROM table_20403667_2 WHERE public_property_damaged__in_lakh_inr__ = "1,03,049.60"
CREATE TABLE table_20403667_2 (crop_damaged__in_lakh_inr__ VARCHAR, public_property_damaged__in_lakh_inr__ VARCHAR)
How many crops were damaged when the public property damage was 1,03,049.60?