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