Unnamed: 0 int64 0 60k | input stringlengths 76 562 | answer stringlengths 18 557 |
|---|---|---|
32,700 | <question>: What is the transcription of the sanskrit word chandra? <context>: CREATE TABLE table_180802_3 (transcription VARCHAR, sanskrit_word VARCHAR) | SELECT transcription FROM table_180802_3 WHERE sanskrit_word = "Chandra" |
32,701 | <question>: What is the sanskrit word if the transcription is wan athit? <context>: CREATE TABLE table_180802_3 (sanskrit_word VARCHAR, transcription VARCHAR) | SELECT sanskrit_word FROM table_180802_3 WHERE transcription = "wan athit" |
32,702 | <question>: What is the color of the planet venus? <context>: CREATE TABLE table_180802_3 (color VARCHAR, planet VARCHAR) | SELECT color FROM table_180802_3 WHERE planet = "Venus" |
32,703 | <question>: Which planet has the transcription of wan suk? <context>: CREATE TABLE table_180802_3 (planet VARCHAR, transcription VARCHAR) | SELECT planet FROM table_180802_3 WHERE transcription = "wan suk" |
32,704 | <question>: What is the year to april when the revenue is 434.8 million dollars? <context>: CREATE TABLE table_18077713_1 (year_to_april VARCHAR, revenue__us_$million_ VARCHAR) | SELECT year_to_april FROM table_18077713_1 WHERE revenue__us_$million_ = "434.8" |
32,705 | <question>: What is the dollar amount of ebit when the net profit is 120.6? <context>: CREATE TABLE table_18077713_1 (ebit__us_$m_ VARCHAR, net_profit__us_$m_ VARCHAR) | SELECT ebit__us_$m_ FROM table_18077713_1 WHERE net_profit__us_$m_ = "120.6" |
32,706 | <question>: How many dollars is the revenue when the net profit is 55.4 million dollars? <context>: CREATE TABLE table_18077713_1 (revenue__us_$million_ VARCHAR, net_profit__us_$m_ VARCHAR) | SELECT revenue__us_$million_ FROM table_18077713_1 WHERE net_profit__us_$m_ = "55.4" |
32,707 | <question>: When the earning per share is listed as 22.0 what is the year to april? <context>: CREATE TABLE table_18077713_1 (year_to_april VARCHAR, earnings_per_share__¢_ VARCHAR) | SELECT COUNT(year_to_april) FROM table_18077713_1 WHERE earnings_per_share__¢_ = "22.0" |
32,708 | <question>: What is the earnings per share when the net profit is 16.2 million dollars? <context>: CREATE TABLE table_18077713_1 (earnings_per_share__¢_ VARCHAR, net_profit__us_$m_ VARCHAR) | SELECT earnings_per_share__¢_ FROM table_18077713_1 WHERE net_profit__us_$m_ = "16.2" |
32,709 | <question>: How much is the net profit when the revenue is 150.6 million dollars? <context>: CREATE TABLE table_18077713_1 (net_profit__us_$m_ VARCHAR, revenue__us_$million_ VARCHAR) | SELECT net_profit__us_$m_ FROM table_18077713_1 WHERE revenue__us_$million_ = "150.6" |
32,710 | <question>: Name the year for not nominated for alberto aruelo <context>: CREATE TABLE table_18123274_1 (year__ceremony_ VARCHAR, result VARCHAR, director VARCHAR) | SELECT year__ceremony_ FROM table_18123274_1 WHERE result = "Not Nominated" AND director = "Alberto Aruelo" |
32,711 | <question>: Name the total number of director for oro diablo <context>: CREATE TABLE table_18123274_1 (director VARCHAR, original_title VARCHAR) | SELECT COUNT(director) FROM table_18123274_1 WHERE original_title = "Oro Diablo" |
32,712 | <question>: Name the number of result for maroa <context>: CREATE TABLE table_18123274_1 (result VARCHAR, film_title_used_in_nomination VARCHAR) | SELECT COUNT(result) FROM table_18123274_1 WHERE film_title_used_in_nomination = "Maroa" |
32,713 | <question>: Name the number of director for huelepega: ley de la calle <context>: CREATE TABLE table_18123274_1 (director VARCHAR, original_title VARCHAR) | SELECT COUNT(director) FROM table_18123274_1 WHERE original_title = "Huelepega: Ley de la Calle" |
32,714 | <question>: What was the win/loss record for All Neutral games for the team whose Big 10 winning percentage was .833? <context>: CREATE TABLE table_18135572_2 (all_neutral VARCHAR, b10__percentage VARCHAR) | SELECT all_neutral FROM table_18135572_2 WHERE b10__percentage = ".833" |
32,715 | <question>: What is the category when the version is 1.0 and the title is Chord finder? <context>: CREATE TABLE table_18138132_2 (category VARCHAR, version VARCHAR, title VARCHAR) | SELECT category FROM table_18138132_2 WHERE version = "1.0" AND title = "Chord Finder" |
32,716 | <question>: What was the release date for metronome? <context>: CREATE TABLE table_18138132_2 (release_date VARCHAR, title VARCHAR) | SELECT release_date FROM table_18138132_2 WHERE title = "Metronome" |
32,717 | <question>: Who is the developer for Windows live messenger? <context>: CREATE TABLE table_18138132_2 (developer VARCHAR, title VARCHAR) | SELECT developer FROM table_18138132_2 WHERE title = "Windows Live Messenger" |
32,718 | <question>: What is the function of 1.4 version of Windows live messenger? <context>: CREATE TABLE table_18138132_2 (function VARCHAR, version VARCHAR, title VARCHAR) | SELECT function FROM table_18138132_2 WHERE version = "1.4" AND title = "Windows Live Messenger" |
32,719 | <question>: What functions were released on 2011-06-23? <context>: CREATE TABLE table_18138132_2 (function VARCHAR, release_date VARCHAR) | SELECT function FROM table_18138132_2 WHERE release_date = "2011-06-23" |
32,720 | <question>: What is the cospar ID of the Kosmos 2397 satellite, which has an operational life of 2 months? <context>: CREATE TABLE table_18161217_2 (cospar_id VARCHAR, estimated_operational_life VARCHAR, satellite VARCHAR) | SELECT cospar_id FROM table_18161217_2 WHERE estimated_operational_life = "2 months" AND satellite = "Kosmos 2397" |
32,721 | <question>: What was the launch date the satellite with cospar ID is 2008-033A? <context>: CREATE TABLE table_18161217_2 (launch_date VARCHAR, cospar_id VARCHAR) | SELECT launch_date FROM table_18161217_2 WHERE cospar_id = "2008-033A" |
32,722 | <question>: What it the international designation for the kosmos 2379 satellite? <context>: CREATE TABLE table_18161217_2 (cospar_id VARCHAR, satellite VARCHAR) | SELECT cospar_id FROM table_18161217_2 WHERE satellite = "Kosmos 2379" |
32,723 | <question>: What is the estimated end date for the 2001-037a international designated satellite? <context>: CREATE TABLE table_18161217_2 (estimated_end_date VARCHAR, _clarification_needed_ VARCHAR, cospar_id VARCHAR) | SELECT estimated_end_date[_clarification_needed_] FROM table_18161217_2 WHERE cospar_id = "2001-037A" |
32,724 | <question>: in which city was charter date december 4, 2011 <context>: CREATE TABLE table_18159601_1 (city VARCHAR, charter_date VARCHAR) | SELECT city FROM table_18159601_1 WHERE charter_date = "December 4, 2011" |
32,725 | <question>: how mnay greek designation in tampa <context>: CREATE TABLE table_18159601_1 (greek_designation VARCHAR, city VARCHAR) | SELECT COUNT(greek_designation) FROM table_18159601_1 WHERE city = "Tampa" |
32,726 | <question>: what is the status in vestal <context>: CREATE TABLE table_18159601_1 (status VARCHAR, city VARCHAR) | SELECT status FROM table_18159601_1 WHERE city = "Vestal" |
32,727 | <question>: what is the collegiate institution in queens <context>: CREATE TABLE table_18159601_1 (collegiate_institution VARCHAR, city VARCHAR) | SELECT collegiate_institution FROM table_18159601_1 WHERE city = "Queens" |
32,728 | <question>: What was the original title of Run for Money? <context>: CREATE TABLE table_18162883_1 (original_title VARCHAR, film_title_used_in_nomination VARCHAR) | SELECT original_title FROM table_18162883_1 WHERE film_title_used_in_nomination = "Run for Money" |
32,729 | <question>: What was the Tuesday episode if theThursday episode was 196 Buried? <context>: CREATE TABLE table_18173916_6 (tuesday VARCHAR, thursday VARCHAR) | SELECT tuesday FROM table_18173916_6 WHERE thursday = "196 Buried" |
32,730 | <question>: How many episodes were shown on Friday if 210 Kirby's Epic Yarn was shown on Wednesday? <context>: CREATE TABLE table_18173916_6 (friday VARCHAR, wednesday VARCHAR) | SELECT COUNT(friday) FROM table_18173916_6 WHERE wednesday = "210 Kirby's Epic Yarn" |
32,731 | <question>: How many episodes were shown on Friday if 190 Boardwalk Empire was shown on Wednesday? <context>: CREATE TABLE table_18173916_6 (friday VARCHAR, wednesday VARCHAR) | SELECT COUNT(friday) FROM table_18173916_6 WHERE wednesday = "190 Boardwalk Empire" |
32,732 | <question>: What were the dates when 224 Assassin's Creed: Brotherhood Circus Training was shown on Tuesday? <context>: CREATE TABLE table_18173916_6 (episodes VARCHAR, tuesday VARCHAR) | SELECT episodes FROM table_18173916_6 WHERE tuesday = "224 Assassin's Creed: Brotherhood Circus Training" |
32,733 | <question>: When the average away attendance is 1.889 in the Superettan, what's the average home attendance? <context>: CREATE TABLE table_1816947_2 (average_attendance_home VARCHAR, division___section VARCHAR, average_attendance_away VARCHAR) | SELECT average_attendance_home FROM table_1816947_2 WHERE division___section = "Superettan" AND average_attendance_away = "1.889" |
32,734 | <question>: In which season was the average league attendance 2.572? <context>: CREATE TABLE table_1816947_2 (season INTEGER, average_attendance_league VARCHAR) | SELECT MAX(season) FROM table_1816947_2 WHERE average_attendance_league = "2.572" |
32,735 | <question>: In which division did they compete in 2012? <context>: CREATE TABLE table_1816947_2 (division___section VARCHAR, season VARCHAR) | SELECT division___section FROM table_1816947_2 WHERE season = 2012 |
32,736 | <question>: When the home attendance is 3.123, what's the highest away attendance? <context>: CREATE TABLE table_1816947_2 (highest_attendance_away VARCHAR, average_attendance_home VARCHAR) | SELECT highest_attendance_away FROM table_1816947_2 WHERE average_attendance_home = "3.123" |
32,737 | <question>: Which division has an average home attendance of 2.459? <context>: CREATE TABLE table_1816947_2 (division___section VARCHAR, average_attendance_home VARCHAR) | SELECT division___section FROM table_1816947_2 WHERE average_attendance_home = "2.459" |
32,738 | <question>: How many years was he car number 92? <context>: CREATE TABLE table_181892_4 (speed_rank VARCHAR, car_number VARCHAR) | SELECT COUNT(speed_rank) FROM table_181892_4 WHERE car_number = 92 |
32,739 | <question>: How many years was the chassis a lotus-ford 38/7? <context>: CREATE TABLE table_181892_4 (year VARCHAR, chassis VARCHAR) | SELECT COUNT(year) FROM table_181892_4 WHERE chassis = "Lotus-Ford 38/7" |
32,740 | <question>: What was the race status(es) with the lotus-ford 38/1 chassis? <context>: CREATE TABLE table_181892_4 (race_status VARCHAR, chassis VARCHAR) | SELECT race_status FROM table_181892_4 WHERE chassis = "Lotus-Ford 38/1" |
32,741 | <question>: What year(s) was the race status piston? <context>: CREATE TABLE table_181892_4 (year VARCHAR, race_status VARCHAR) | SELECT year FROM table_181892_4 WHERE race_status = "Piston" |
32,742 | <question>: What is the largest laps led with the lotus-ford 34/3 chassis? <context>: CREATE TABLE table_181892_4 (laps_led INTEGER, chassis VARCHAR) | SELECT MAX(laps_led) FROM table_181892_4 WHERE chassis = "Lotus-Ford 34/3" |
32,743 | <question>: What was the population of Minneapolis in 2012? <context>: CREATE TABLE table_1818254_1 (population INTEGER, city VARCHAR) | SELECT MAX(population) FROM table_1818254_1 WHERE city = "Minneapolis" |
32,744 | <question>: How many burglaries occurred in the city where the violent crime rate was 974.7? <context>: CREATE TABLE table_1818254_1 (burglary VARCHAR, violent_crime VARCHAR) | SELECT burglary FROM table_1818254_1 WHERE violent_crime = "974.7" |
32,745 | <question>: What was the violent crime rate in the city where the robbery rate was 201.4? <context>: CREATE TABLE table_1818254_1 (violent_crime VARCHAR, robbery VARCHAR) | SELECT violent_crime FROM table_1818254_1 WHERE robbery = "201.4" |
32,746 | <question>: How many cities were there in 2012 where the rate of burglary was 224.8? <context>: CREATE TABLE table_1818254_1 (property_crime VARCHAR, burglary VARCHAR) | SELECT COUNT(property_crime) FROM table_1818254_1 WHERE burglary = "224.8" |
32,747 | <question>: What is every value when Mitchell is 676? <context>: CREATE TABLE table_1818471_1 (value VARCHAR, mitchell VARCHAR) | SELECT value FROM table_1818471_1 WHERE mitchell = 676 |
32,748 | <question>: How many different numbers for Afinsa when value is 5p? <context>: CREATE TABLE table_1818471_1 (afinsa VARCHAR, value VARCHAR) | SELECT COUNT(afinsa) FROM table_1818471_1 WHERE value = "5P" |
32,749 | <question>: What is every entry for Scott when the date is (15.12)? <context>: CREATE TABLE table_1818471_1 (scott VARCHAR, date VARCHAR) | SELECT scott FROM table_1818471_1 WHERE date = "(15.12)" |
32,750 | <question>: What is every species when Afinsa is 639? <context>: CREATE TABLE table_1818471_1 (species VARCHAR, afinsa VARCHAR) | SELECT species FROM table_1818471_1 WHERE afinsa = 639 |
32,751 | <question>: How many orders when the species is Pavo Cristatus? <context>: CREATE TABLE table_1818471_1 (order VARCHAR, species VARCHAR) | SELECT COUNT(order) FROM table_1818471_1 WHERE species = "Pavo cristatus" |
32,752 | <question>: If the distance is 55.7, what is the name of the constellation? <context>: CREATE TABLE table_1820752_1 (constellation VARCHAR, distance___ly__ VARCHAR) | SELECT constellation FROM table_1820752_1 WHERE distance___ly__ = "55.7" |
32,753 | <question>: If the spectral type is g1v, what is the total distance amount? <context>: CREATE TABLE table_1820752_1 (distance___ly__ VARCHAR, spectral_type VARCHAR) | SELECT COUNT(distance___ly__) FROM table_1820752_1 WHERE spectral_type = "G1V" |
32,754 | <question>: What is the hd designation for arrival date of February 2070? <context>: CREATE TABLE table_1820752_1 (hd_designation VARCHAR, arrival_date VARCHAR) | SELECT COUNT(hd_designation) FROM table_1820752_1 WHERE arrival_date = "February 2070" |
32,755 | <question>: If the constellation is Gemini, what is the spectral type? <context>: CREATE TABLE table_1820752_1 (spectral_type VARCHAR, constellation VARCHAR) | SELECT spectral_type FROM table_1820752_1 WHERE constellation = "Gemini" |
32,756 | <question>: If the arrival date is January 2059, what is the total amount of signal power? <context>: CREATE TABLE table_1820752_1 (signal_power___kw__ VARCHAR, arrival_date VARCHAR) | SELECT COUNT(signal_power___kw__) FROM table_1820752_1 WHERE arrival_date = "January 2059" |
32,757 | <question>: If the spectral type is g1v, what is the constellation? <context>: CREATE TABLE table_1820752_1 (constellation VARCHAR, spectral_type VARCHAR) | SELECT constellation FROM table_1820752_1 WHERE spectral_type = "G1V" |
32,758 | <question>: List the total numbers of Evian Masters tournaments. <context>: CREATE TABLE table_18198579_2 (no INTEGER, tournament VARCHAR) | SELECT MAX(no) FROM table_18198579_2 WHERE tournament = "Evian Masters" |
32,759 | <question>: What is the original air date of season 9? <context>: CREATE TABLE table_18217753_1 (original_air_date VARCHAR, season__number VARCHAR) | SELECT original_air_date FROM table_18217753_1 WHERE season__number = 9 |
32,760 | <question>: Who were the writers when there were 27.11 million viewers? <context>: CREATE TABLE table_18217753_1 (written_by VARCHAR, us_viewers__millions_ VARCHAR) | SELECT written_by FROM table_18217753_1 WHERE us_viewers__millions_ = "27.11" |
32,761 | <question>: How many series had viewers totaling 23.93 million? <context>: CREATE TABLE table_18217753_1 (series__number VARCHAR, us_viewers__millions_ VARCHAR) | SELECT COUNT(series__number) FROM table_18217753_1 WHERE us_viewers__millions_ = "23.93" |
32,762 | <question>: How many original air dates totaled 26.06 million viewers? <context>: CREATE TABLE table_18217753_1 (original_air_date VARCHAR, us_viewers__millions_ VARCHAR) | SELECT COUNT(original_air_date) FROM table_18217753_1 WHERE us_viewers__millions_ = "26.06" |
32,763 | <question>: What is the title when 18.58 u.s. viewers (millions) watched? <context>: CREATE TABLE table_18217741_1 (title VARCHAR, us_viewers__millions_ VARCHAR) | SELECT title FROM table_18217741_1 WHERE us_viewers__millions_ = "18.58" |
32,764 | <question>: How many digital terrestrial channels are there for channel 4? <context>: CREATE TABLE table_182410_10 (digital_terrestrial_channel VARCHAR, channel VARCHAR) | SELECT COUNT(digital_terrestrial_channel) FROM table_182410_10 WHERE channel = "channel 4" |
32,765 | <question>: What is the channel that is on digital terrestrial channel 10? <context>: CREATE TABLE table_182410_10 (channel VARCHAR, digital_terrestrial_channel VARCHAR) | SELECT channel FROM table_182410_10 WHERE digital_terrestrial_channel = "10" |
32,766 | <question>: What is the digital terrestria channel number for itv3? <context>: CREATE TABLE table_182410_10 (digital_terrestrial_channel VARCHAR, channel VARCHAR) | SELECT digital_terrestrial_channel FROM table_182410_10 WHERE channel = "ITV3" |
32,767 | <question>: What is the position of digital channel 5 44 (+1)? <context>: CREATE TABLE table_182410_10 (position VARCHAR, digital_terrestrial_channel VARCHAR) | SELECT position FROM table_182410_10 WHERE digital_terrestrial_channel = "5 44 (+1)" |
32,768 | <question>: where pageant is elite model look and year is bigger than 1993.0, who is the delegate? <context>: CREATE TABLE table_1825751_14 (delegate VARCHAR, pageant VARCHAR, year VARCHAR) | SELECT delegate FROM table_1825751_14 WHERE pageant = "Elite Model Look" AND year > 1993.0 |
32,769 | <question>: How many years was the pageant miss globe international and delegate was karen loren medrano agustin? <context>: CREATE TABLE table_1825751_14 (year VARCHAR, pageant VARCHAR, delegate VARCHAR) | SELECT COUNT(year) FROM table_1825751_14 WHERE pageant = "Miss Globe International" AND delegate = "Karen Loren Medrano Agustin" |
32,770 | <question>: How many pageants were in san fernando, pampanga? <context>: CREATE TABLE table_1825751_14 (pageant VARCHAR, hometown VARCHAR) | SELECT COUNT(pageant) FROM table_1825751_14 WHERE hometown = "San Fernando, Pampanga" |
32,771 | <question>: How many pageants were margaret ann awitan bayot the delegate of? <context>: CREATE TABLE table_1825751_14 (pageant VARCHAR, delegate VARCHAR) | SELECT COUNT(pageant) FROM table_1825751_14 WHERE delegate = "Margaret Ann Awitan Bayot" |
32,772 | <question>: How many awards did milagros gutierrez win? <context>: CREATE TABLE table_1825751_14 (other_awards VARCHAR, delegate VARCHAR) | SELECT other_awards FROM table_1825751_14 WHERE delegate = "Milagros Gutierrez" |
32,773 | <question>: Where is the miss global teen? <context>: CREATE TABLE table_1825751_14 (hometown VARCHAR, pageant VARCHAR) | SELECT hometown FROM table_1825751_14 WHERE pageant = "Miss Global Teen" |
32,774 | <question>: what is the subtrate for enzyme ala dehydratase <context>: CREATE TABLE table_182499_1 (substrate VARCHAR, enzyme VARCHAR) | SELECT substrate FROM table_182499_1 WHERE enzyme = "ALA dehydratase" |
32,775 | <question>: how many porphyria have substrate δ-aminolevulinic acid <context>: CREATE TABLE table_182499_1 (porphyria VARCHAR, substrate VARCHAR) | SELECT COUNT(porphyria) FROM table_182499_1 WHERE substrate = "δ-Aminolevulinic acid" |
32,776 | <question>: give the location of subtrate coproporphyrinogen iii <context>: CREATE TABLE table_182499_1 (location VARCHAR, substrate VARCHAR) | SELECT location FROM table_182499_1 WHERE substrate = "Coproporphyrinogen III" |
32,777 | <question>: Who were the authors of episode having production code 3t7573? <context>: CREATE TABLE table_18274425_1 (written_by VARCHAR, production_code VARCHAR) | SELECT written_by FROM table_18274425_1 WHERE production_code = "3T7573" |
32,778 | <question>: How many episodes had a viewership of 2.65 million? <context>: CREATE TABLE table_18274425_1 (no_in_season VARCHAR, us_viewers__millions_ VARCHAR) | SELECT COUNT(no_in_season) FROM table_18274425_1 WHERE us_viewers__millions_ = "2.65" |
32,779 | <question>: Who were the director/s of episodes written by Mike Daniels? <context>: CREATE TABLE table_18274425_1 (directed_by VARCHAR, written_by VARCHAR) | SELECT directed_by FROM table_18274425_1 WHERE written_by = "Mike Daniels" |
32,780 | <question>: How many winners of Binibining Pilipinas-International when Nina Ricci Alagao? <context>: CREATE TABLE table_1825751_4 (binibining_pilipinas_international VARCHAR, miss_universe_philippines VARCHAR) | SELECT COUNT(binibining_pilipinas_international) FROM table_1825751_4 WHERE miss_universe_philippines = "Nina Ricci Alagao" |
32,781 | <question>: Who was second runner up when Janina San Miguel won Binibining Pilipinas-World? <context>: CREATE TABLE table_1825751_4 (second_runner_up VARCHAR, binibining_pilipinas_world VARCHAR) | SELECT second_runner_up FROM table_1825751_4 WHERE binibining_pilipinas_world = "Janina San Miguel" |
32,782 | <question>: Who was the winner of binibining pilipinas-International wheh Gionna Cabrera won Miss Universe Philippines? <context>: CREATE TABLE table_1825751_4 (binibining_pilipinas_international VARCHAR, miss_universe_philippines VARCHAR) | SELECT binibining_pilipinas_international FROM table_1825751_4 WHERE miss_universe_philippines = "Gionna Cabrera" |
32,783 | <question>: How many winners of binibining pilipinas-International when Maria Karla Bautista won binibining pilipinas-world? <context>: CREATE TABLE table_1825751_4 (binibining_pilipinas_international VARCHAR, binibining_pilipinas_world VARCHAR) | SELECT COUNT(binibining_pilipinas_international) FROM table_1825751_4 WHERE binibining_pilipinas_world = "Maria Karla Bautista" |
32,784 | <question>: Who is the second runner up when Janina San Miguel won binibining pilipinas-world? <context>: CREATE TABLE table_1825751_4 (second_runner_up VARCHAR, binibining_pilipinas_world VARCHAR) | SELECT COUNT(second_runner_up) FROM table_1825751_4 WHERE binibining_pilipinas_world = "Janina San Miguel" |
32,785 | <question>: When Margaret Ann Bayot won binibining pilipinas-international, how many winners of Miss Universe Philippines were there? <context>: CREATE TABLE table_1825751_4 (miss_universe_philippines VARCHAR, binibining_pilipinas_international VARCHAR) | SELECT COUNT(miss_universe_philippines) FROM table_1825751_4 WHERE binibining_pilipinas_international = "Margaret Ann Bayot" |
32,786 | <question>: What's the minimal number of population served? <context>: CREATE TABLE table_18268930_1 (population_served INTEGER) | SELECT MIN(population_served) FROM table_18268930_1 |
32,787 | <question>: Who's the partner at Tamara, Hon? <context>: CREATE TABLE table_18268930_1 (partner VARCHAR, location VARCHAR) | SELECT partner FROM table_18268930_1 WHERE location = "Tamara, HON" |
32,788 | <question>: How many votes Khuzestan were there when the percentage was 34.50? <context>: CREATE TABLE table_1827900_1 (votes_khuzestan INTEGER, _percentage_of_votes_khuzestan VARCHAR) | SELECT MIN(votes_khuzestan) FROM table_1827900_1 WHERE _percentage_of_votes_khuzestan = "34.50" |
32,789 | <question>: How many figures for votes Khuzestan were there when the percentage was 34.50? <context>: CREATE TABLE table_1827900_1 (votes_khuzestan VARCHAR, _percentage_of_votes_khuzestan VARCHAR) | SELECT COUNT(votes_khuzestan) FROM table_1827900_1 WHERE _percentage_of_votes_khuzestan = "34.50" |
32,790 | <question>: What was the percentage of national votes for Mahmoud Ahmadinejad? <context>: CREATE TABLE table_1827900_1 (_percentage_of_votes_nationally VARCHAR, candidates VARCHAR) | SELECT _percentage_of_votes_nationally FROM table_1827900_1 WHERE candidates = "Mahmoud Ahmadinejad" |
32,791 | <question>: Name the revenue for eps being 8.9 <context>: CREATE TABLE table_18304259_1 (revenue__£million_ VARCHAR, earnings_per_share__p_ VARCHAR) | SELECT revenue__£million_ FROM table_18304259_1 WHERE earnings_per_share__p_ = "8.9" |
32,792 | <question>: Name the total number of year to april for ebit being 24.5 <context>: CREATE TABLE table_18304259_1 (year_to_april VARCHAR, ebit__£m_ VARCHAR) | SELECT COUNT(year_to_april) FROM table_18304259_1 WHERE ebit__£m_ = "24.5" |
32,793 | <question>: Name the eps for net profit being 39.2 <context>: CREATE TABLE table_18304259_1 (earnings_per_share__p_ VARCHAR, net_profit__£m_ VARCHAR) | SELECT earnings_per_share__p_ FROM table_18304259_1 WHERE net_profit__£m_ = "39.2" |
32,794 | <question>: Name the ebit for eps being 10.6 <context>: CREATE TABLE table_18304259_1 (ebit__£m_ VARCHAR, earnings_per_share__p_ VARCHAR) | SELECT ebit__£m_ FROM table_18304259_1 WHERE earnings_per_share__p_ = "10.6" |
32,795 | <question>: What are the population densities of all communes with an are of 28.3 sq.km.? <context>: CREATE TABLE table_1828368_1 (pop_density__km_2__ VARCHAR, area__km_2__ VARCHAR) | SELECT pop_density__km_2__ FROM table_1828368_1 WHERE area__km_2__ = "28.3" |
32,796 | <question>: What commune has an area of 12.4 sq.km.? <context>: CREATE TABLE table_1828368_1 (commune VARCHAR, area__km_2__ VARCHAR) | SELECT commune FROM table_1828368_1 WHERE area__km_2__ = "12.4" |
32,797 | <question>: Which city has a resolution that is negotiated exile in Austria? <context>: CREATE TABLE table_18299148_1 (city VARCHAR, resolution VARCHAR) | SELECT city FROM table_18299148_1 WHERE resolution = "Negotiated exile in Austria" |
32,798 | <question>: How many missions countries have notability with president of burundi? <context>: CREATE TABLE table_18299148_1 (Missions VARCHAR, notability VARCHAR) | SELECT COUNT(Missions) AS country FROM table_18299148_1 WHERE notability = "President of Burundi" |
32,799 | <question>: What is the nickname of the team whose 2013/2014 enrollment is 436? <context>: CREATE TABLE table_18304058_2 (nickname_s_ VARCHAR, enrollment__2013_14_ VARCHAR) | SELECT nickname_s_ FROM table_18304058_2 WHERE enrollment__2013_14_ = 436 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.