instruction
stringlengths
67
299
input
stringlengths
88
550
output
stringlengths
32
484
Write a SQL query that answers the following question: Who is man of the match when Team 1 is ICL Pakistan?
The relevant table was constructed using the following SQL : CREATE TABLE table_17103566_1 (man_of_the_match VARCHAR, team_1 VARCHAR)
SELECT man_of_the_match FROM table_17103566_1 WHERE team_1 = "ICL Pakistan"
Write a SQL query that answers the following question: How many dates have a Match number of 5?
The relevant table was constructed using the following SQL : CREATE TABLE table_17103566_1 (date VARCHAR, match_number VARCHAR)
SELECT COUNT(date) FROM table_17103566_1 WHERE match_number = 5
Write a SQL query that answers the following question: Who is man of the match for match number 5?
The relevant table was constructed using the following SQL : CREATE TABLE table_17103566_1 (man_of_the_match VARCHAR, match_number VARCHAR)
SELECT man_of_the_match FROM table_17103566_1 WHERE match_number = 5
Write a SQL query that answers the following question: With a score of 68-85, what is the location and attendance?
The relevant table was constructed using the following SQL : CREATE TABLE table_17103729_7 (location_attendance VARCHAR, score VARCHAR)
SELECT location_attendance FROM table_17103729_7 WHERE score = "68-85"
Write a SQL query that answers the following question: Name the location of 64-74
The relevant table was constructed using the following SQL : CREATE TABLE table_17103729_8 (location_attendance VARCHAR, score VARCHAR)
SELECT location_attendance FROM table_17103729_8 WHERE score = "64-74"
Write a SQL query that answers the following question: Name the score for game for 25
The relevant table was constructed using the following SQL : CREATE TABLE table_17103729_8 (score VARCHAR, game VARCHAR)
SELECT score FROM table_17103729_8 WHERE game = 25
Write a SQL query that answers the following question: Name the record for attendance location of palace of auburn hills 15,210
The relevant table was constructed using the following SQL : CREATE TABLE table_17103729_8 (record VARCHAR, location_attendance VARCHAR)
SELECT record FROM table_17103729_8 WHERE location_attendance = "Palace of Auburn Hills 15,210"
Write a SQL query that answers the following question: Name the high rebounds for score of 64-74
The relevant table was constructed using the following SQL : CREATE TABLE table_17103729_8 (high_rebounds VARCHAR, score VARCHAR)
SELECT COUNT(high_rebounds) FROM table_17103729_8 WHERE score = "64-74"
Write a SQL query that answers the following question: Namethe score for july 16
The relevant table was constructed using the following SQL : CREATE TABLE table_17103729_8 (score VARCHAR, date VARCHAR)
SELECT score FROM table_17103729_8 WHERE date = "July 16"
Write a SQL query that answers the following question: Which people had the best 10-year period when Fischer had best 15-year period?
The relevant table was constructed using the following SQL : CREATE TABLE table_1710426_2 (best_10_year_period VARCHAR, best_15_year_period VARCHAR)
SELECT best_10_year_period FROM table_1710426_2 WHERE best_15_year_period = "Fischer"
Write a SQL query that answers the following question: Which people had the best 10-year period when Capablanca had the best 15-year period?
The relevant table was constructed using the following SQL : CREATE TABLE table_1710426_2 (best_10_year_period VARCHAR, best_15_year_period VARCHAR)
SELECT best_10_year_period FROM table_1710426_2 WHERE best_15_year_period = "Capablanca"
Write a SQL query that answers the following question: Name the record for june 7
The relevant table was constructed using the following SQL : CREATE TABLE table_17104539_9 (record VARCHAR, date VARCHAR)
SELECT record FROM table_17104539_9 WHERE date = "June 7"
Write a SQL query that answers the following question: Name the date for the score of w 83-69
The relevant table was constructed using the following SQL : CREATE TABLE table_17104539_9 (date VARCHAR, score VARCHAR)
SELECT date FROM table_17104539_9 WHERE score = "W 83-69"
Write a SQL query that answers the following question: Name the record for score of w 76-67
The relevant table was constructed using the following SQL : CREATE TABLE table_17104539_9 (record VARCHAR, score VARCHAR)
SELECT record FROM table_17104539_9 WHERE score = "W 76-67"
Write a SQL query that answers the following question: What are the scores for games played on september 9?
The relevant table was constructed using the following SQL : CREATE TABLE table_17104539_12 (score VARCHAR, date VARCHAR)
SELECT score FROM table_17104539_12 WHERE date = "September 9"
Write a SQL query that answers the following question: What was the score of the game played when the team was 16-17?
The relevant table was constructed using the following SQL : CREATE TABLE table_17104539_12 (score VARCHAR, record VARCHAR)
SELECT score FROM table_17104539_12 WHERE record = "16-17"
Write a SQL query that answers the following question: What was the location and where did the team play game number 32?
The relevant table was constructed using the following SQL : CREATE TABLE table_17104539_12 (location_attendance VARCHAR, game VARCHAR)
SELECT location_attendance FROM table_17104539_12 WHERE game = 32
Write a SQL query that answers the following question: Who had a high rebound where the associated record is 11-13?
The relevant table was constructed using the following SQL : CREATE TABLE table_17104539_10 (high_rebounds VARCHAR, record VARCHAR)
SELECT high_rebounds FROM table_17104539_10 WHERE record = "11-13"
Write a SQL query that answers the following question: On July 8, what was the score?
The relevant table was constructed using the following SQL : CREATE TABLE table_17104539_10 (score VARCHAR, date VARCHAR)
SELECT score FROM table_17104539_10 WHERE date = "July 8"
Write a SQL query that answers the following question: Who was the oppenent what the score was L 68-60?
The relevant table was constructed using the following SQL : CREATE TABLE table_17104539_10 (opponent VARCHAR, score VARCHAR)
SELECT opponent FROM table_17104539_10 WHERE score = "L 68-60"
Write a SQL query that answers the following question: If high assists are under Canty (6) how much would the record be?
The relevant table was constructed using the following SQL : CREATE TABLE table_17118657_10 (record VARCHAR, high_assists VARCHAR)
SELECT record FROM table_17118657_10 WHERE high_assists = "Canty (6)"
Write a SQL query that answers the following question: If the score is 62-70, what are the high points?
The relevant table was constructed using the following SQL : CREATE TABLE table_17118657_10 (high_points VARCHAR, score VARCHAR)
SELECT high_points FROM table_17118657_10 WHERE score = "62-70"
Write a SQL query that answers the following question: On which date was the location/attendance UIC Pavilion 3,829 respectively?
The relevant table was constructed using the following SQL : CREATE TABLE table_17118657_10 (date VARCHAR, location_attendance VARCHAR)
SELECT date FROM table_17118657_10 WHERE location_attendance = "UIC Pavilion 3,829"
Write a SQL query that answers the following question: On which date is high assists Dupree (6)?
The relevant table was constructed using the following SQL : CREATE TABLE table_17118657_10 (date VARCHAR, high_assists VARCHAR)
SELECT date FROM table_17118657_10 WHERE high_assists = "Dupree (6)"
Write a SQL query that answers the following question: What was the local investment (in $) in the projects of the department with $912,185 BID/PRONAR investment?
The relevant table was constructed using the following SQL : CREATE TABLE table_17118006_2 (local_investment__us$_ VARCHAR, bid_pronar_investment__us$_ VARCHAR)
SELECT local_investment__us$_ FROM table_17118006_2 WHERE bid_pronar_investment__us$_ = "912,185"
Write a SQL query that answers the following question: How many farmers were included by the department with 32 projects?
The relevant table was constructed using the following SQL : CREATE TABLE table_17118006_2 (farmers INTEGER, projects VARCHAR)
SELECT MAX(farmers) FROM table_17118006_2 WHERE projects = 32
Write a SQL query that answers the following question: What department irrigated 2170 Ha?
The relevant table was constructed using the following SQL : CREATE TABLE table_17118006_2 (department VARCHAR, irrigated_ha VARCHAR)
SELECT department FROM table_17118006_2 WHERE irrigated_ha = 2170
Write a SQL query that answers the following question: What was the BID/PRONAR investment (in $) in the department that included 1326 farmers in its projects?
The relevant table was constructed using the following SQL : CREATE TABLE table_17118006_2 (bid_pronar_investment__us$_ VARCHAR, farmers VARCHAR)
SELECT bid_pronar_investment__us$_ FROM table_17118006_2 WHERE farmers = 1326
Write a SQL query that answers the following question: What was the department that got $626,798 in local investments?
The relevant table was constructed using the following SQL : CREATE TABLE table_17118006_2 (department VARCHAR, local_investment__us$_ VARCHAR)
SELECT department FROM table_17118006_2 WHERE local_investment__us$_ = "626,798"
Write a SQL query that answers the following question: What number was the game resulting in a 5-11 record?
The relevant table was constructed using the following SQL : CREATE TABLE table_17118657_8 (game INTEGER, record VARCHAR)
SELECT MIN(game) FROM table_17118657_8 WHERE record = "5-11"
Write a SQL query that answers the following question: How many high assists are listed for the game with a score of 68-60?
The relevant table was constructed using the following SQL : CREATE TABLE table_17118657_8 (high_assists VARCHAR, score VARCHAR)
SELECT COUNT(high_assists) FROM table_17118657_8 WHERE score = "68-60"
Write a SQL query that answers the following question: In the game resulting in a 5-11 record, who scored the high rebounds?
The relevant table was constructed using the following SQL : CREATE TABLE table_17118657_8 (high_rebounds VARCHAR, record VARCHAR)
SELECT high_rebounds FROM table_17118657_8 WHERE record = "5-11"
Write a SQL query that answers the following question: Who was the opponent of the game with final score won 4-1?
The relevant table was constructed using the following SQL : CREATE TABLE table_17120964_8 (opponent VARCHAR, result VARCHAR)
SELECT opponent FROM table_17120964_8 WHERE result = "Won 4-1"
Write a SQL query that answers the following question: What was the attendance at the game where Neil Liddiard was Man of the Match?
The relevant table was constructed using the following SQL : CREATE TABLE table_17120964_8 (attendance INTEGER, man_of_the_match VARCHAR)
SELECT MIN(attendance) FROM table_17120964_8 WHERE man_of_the_match = "Neil Liddiard"
Write a SQL query that answers the following question: What was the venue of the game that was lost 3-4?
The relevant table was constructed using the following SQL : CREATE TABLE table_17120964_8 (venue VARCHAR, result VARCHAR)
SELECT venue FROM table_17120964_8 WHERE result = "Lost 3-4"
Write a SQL query that answers the following question: What is the venue of the game with Man of the Match Vaclav Zavoral?
The relevant table was constructed using the following SQL : CREATE TABLE table_17120964_8 (venue VARCHAR, man_of_the_match VARCHAR)
SELECT venue FROM table_17120964_8 WHERE man_of_the_match = "Vaclav Zavoral"
Write a SQL query that answers the following question: How many attendance figures are given for the game where the final score was lost 5-3?
The relevant table was constructed using the following SQL : CREATE TABLE table_17120964_8 (attendance VARCHAR, result VARCHAR)
SELECT COUNT(attendance) FROM table_17120964_8 WHERE result = "Lost 5-3"
Write a SQL query that answers the following question: Name the opponent for 4th
The relevant table was constructed using the following SQL : CREATE TABLE table_17120964_5 (opponent VARCHAR, date VARCHAR)
SELECT opponent FROM table_17120964_5 WHERE date = "4th"
Write a SQL query that answers the following question: Name the venue for 19th date
The relevant table was constructed using the following SQL : CREATE TABLE table_17120964_5 (venue VARCHAR, date VARCHAR)
SELECT venue FROM table_17120964_5 WHERE date = "19th"
Write a SQL query that answers the following question: Name the result for lukas smital and home
The relevant table was constructed using the following SQL : CREATE TABLE table_17120964_5 (result VARCHAR, man_of_the_match VARCHAR, venue VARCHAR)
SELECT result FROM table_17120964_5 WHERE man_of_the_match = "Lukas Smital" AND venue = "Home"
Write a SQL query that answers the following question: Name the man of the match for 24th
The relevant table was constructed using the following SQL : CREATE TABLE table_17120964_5 (man_of_the_match VARCHAR, date VARCHAR)
SELECT man_of_the_match FROM table_17120964_5 WHERE date = "24th"
Write a SQL query that answers the following question: Name the man of the maatch for sheffield scimitars
The relevant table was constructed using the following SQL : CREATE TABLE table_17120964_5 (man_of_the_match VARCHAR, opponent VARCHAR)
SELECT man_of_the_match FROM table_17120964_5 WHERE opponent = "Sheffield Scimitars"
Write a SQL query that answers the following question: On the 19th, where was the venue?
The relevant table was constructed using the following SQL : CREATE TABLE table_17120964_6 (venue VARCHAR, date VARCHAR)
SELECT venue FROM table_17120964_6 WHERE date = "19th"
Write a SQL query that answers the following question: What was the total attendance during the home game against the Swindon Wildcats?
The relevant table was constructed using the following SQL : CREATE TABLE table_17120964_6 (attendance VARCHAR, opponent VARCHAR, venue VARCHAR)
SELECT attendance FROM table_17120964_6 WHERE opponent = "Swindon Wildcats" AND venue = "Home"
Write a SQL query that answers the following question: On what day was Stuart Potts the Man of the Match?
The relevant table was constructed using the following SQL : CREATE TABLE table_17120964_6 (date VARCHAR, man_of_the_match VARCHAR)
SELECT date FROM table_17120964_6 WHERE man_of_the_match = "Stuart Potts"
Write a SQL query that answers the following question: At what venue did Alex Mettam/Mark Williams be named Man of the Match?
The relevant table was constructed using the following SQL : CREATE TABLE table_17120964_6 (venue VARCHAR, man_of_the_match VARCHAR)
SELECT venue FROM table_17120964_6 WHERE man_of_the_match = "Alex Mettam/Mark Williams"
Write a SQL query that answers the following question: How many dates did David Savage get man of the match?
The relevant table was constructed using the following SQL : CREATE TABLE table_17120964_7 (date VARCHAR, man_of_the_match VARCHAR)
SELECT COUNT(date) FROM table_17120964_7 WHERE man_of_the_match = "David Savage"
Write a SQL query that answers the following question: When the attendance was 1568, who was man of the match?
The relevant table was constructed using the following SQL : CREATE TABLE table_17120964_7 (man_of_the_match VARCHAR, attendance VARCHAR)
SELECT man_of_the_match FROM table_17120964_7 WHERE attendance = 1568
Write a SQL query that answers the following question: Who was the man of the match when they lost 2-4?
The relevant table was constructed using the following SQL : CREATE TABLE table_17120964_7 (man_of_the_match VARCHAR, result VARCHAR)
SELECT man_of_the_match FROM table_17120964_7 WHERE result = "Lost 2-4"
Write a SQL query that answers the following question: what was the competitoin where the opponent is sheffield scimitars?
The relevant table was constructed using the following SQL : CREATE TABLE table_17120964_9 (competition VARCHAR, opponent VARCHAR)
SELECT competition FROM table_17120964_9 WHERE opponent = "Sheffield Scimitars"
Write a SQL query that answers the following question: where was the venue where the attendance was 702?
The relevant table was constructed using the following SQL : CREATE TABLE table_17120964_9 (venue VARCHAR, attendance VARCHAR)
SELECT venue FROM table_17120964_9 WHERE attendance = "702"
Write a SQL query that answers the following question: what was the venue where the date was the 22nd?
The relevant table was constructed using the following SQL : CREATE TABLE table_17120964_9 (venue VARCHAR, date VARCHAR)
SELECT venue FROM table_17120964_9 WHERE date = "22nd"
Write a SQL query that answers the following question: who was the opponent where the date was the 21st?
The relevant table was constructed using the following SQL : CREATE TABLE table_17120964_9 (opponent VARCHAR, date VARCHAR)
SELECT opponent FROM table_17120964_9 WHERE date = "21st"
Write a SQL query that answers the following question: What is the score for Milwaukee?
The relevant table was constructed using the following SQL : CREATE TABLE table_17121262_5 (score VARCHAR, team VARCHAR)
SELECT score FROM table_17121262_5 WHERE team = "Milwaukee"
Write a SQL query that answers the following question: What was the record against Washington?
The relevant table was constructed using the following SQL : CREATE TABLE table_17121262_10 (record VARCHAR, team VARCHAR)
SELECT COUNT(record) FROM table_17121262_10 WHERE team = "Washington"
Write a SQL query that answers the following question: If the census ranking is 231 of 5,008, what was the population?
The relevant table was constructed using the following SQL : CREATE TABLE table_171236_1 (population VARCHAR, census_ranking VARCHAR)
SELECT population FROM table_171236_1 WHERE census_ranking = "231 of 5,008"
Write a SQL query that answers the following question: If the area is 59.73, what is the official name?
The relevant table was constructed using the following SQL : CREATE TABLE table_171236_1 (official_name VARCHAR, area_km_2 VARCHAR)
SELECT official_name FROM table_171236_1 WHERE area_km_2 = "59.73"
Write a SQL query that answers the following question: If the census ranking is 693 of 5,008, what is the status?
The relevant table was constructed using the following SQL : CREATE TABLE table_171236_1 (status VARCHAR, census_ranking VARCHAR)
SELECT status FROM table_171236_1 WHERE census_ranking = "693 of 5,008"
Write a SQL query that answers the following question: With the official name Quispamsis, what is the census ranking?
The relevant table was constructed using the following SQL : CREATE TABLE table_171236_1 (census_ranking VARCHAR, official_name VARCHAR)
SELECT census_ranking FROM table_171236_1 WHERE official_name = "Quispamsis"
Write a SQL query that answers the following question: What was the population for census ranking 782 of 5,008?
The relevant table was constructed using the following SQL : CREATE TABLE table_171236_1 (population VARCHAR, census_ranking VARCHAR)
SELECT population FROM table_171236_1 WHERE census_ranking = "782 of 5,008"
Write a SQL query that answers the following question: If the area is 34.73, what is the census ranking?
The relevant table was constructed using the following SQL : CREATE TABLE table_171236_1 (census_ranking VARCHAR, area_km_2 VARCHAR)
SELECT census_ranking FROM table_171236_1 WHERE area_km_2 = "34.73"
Write a SQL query that answers the following question: What are the census ranking(s) for a population of 284?
The relevant table was constructed using the following SQL : CREATE TABLE table_171250_2 (census_ranking VARCHAR, population VARCHAR)
SELECT census_ranking FROM table_171250_2 WHERE population = 284
Write a SQL query that answers the following question: What are the census ranking(s) that have an area of 369.25 km2?
The relevant table was constructed using the following SQL : CREATE TABLE table_171250_2 (census_ranking VARCHAR, area_km_2 VARCHAR)
SELECT census_ranking FROM table_171250_2 WHERE area_km_2 = "369.25"
Write a SQL query that answers the following question: What is the population that has an area of 715.58?
The relevant table was constructed using the following SQL : CREATE TABLE table_171250_2 (population VARCHAR, area_km_2 VARCHAR)
SELECT population FROM table_171250_2 WHERE area_km_2 = "715.58"
Write a SQL query that answers the following question: What are that status(es) of saint-jacques?
The relevant table was constructed using the following SQL : CREATE TABLE table_171250_2 (status VARCHAR, official_name VARCHAR)
SELECT status FROM table_171250_2 WHERE official_name = "Saint-Jacques"
Write a SQL query that answers the following question: What are the area(s) (km2) for saint-joseph?
The relevant table was constructed using the following SQL : CREATE TABLE table_171250_2 (area_km_2 VARCHAR, official_name VARCHAR)
SELECT area_km_2 FROM table_171250_2 WHERE official_name = "Saint-Joseph"
Write a SQL query that answers the following question: What rank is the parish with 482.81 km^2?
The relevant table was constructed using the following SQL : CREATE TABLE table_171356_2 (census_ranking VARCHAR, area_km_2 VARCHAR)
SELECT census_ranking FROM table_171356_2 WHERE area_km_2 = "482.81"
Write a SQL query that answers the following question: What status doe the area with a census ranking of 2,290 of 5,008 have?
The relevant table was constructed using the following SQL : CREATE TABLE table_171356_2 (status VARCHAR, census_ranking VARCHAR)
SELECT status FROM table_171356_2 WHERE census_ranking = "2,290 of 5,008"
Write a SQL query that answers the following question: How many statuses are listed for the parish officially named Gagetown?
The relevant table was constructed using the following SQL : CREATE TABLE table_171356_2 (status VARCHAR, official_name VARCHAR)
SELECT COUNT(status) FROM table_171356_2 WHERE official_name = "Gagetown"
Write a SQL query that answers the following question: What is Petersville's census ranking?
The relevant table was constructed using the following SQL : CREATE TABLE table_171356_2 (census_ranking VARCHAR, official_name VARCHAR)
SELECT census_ranking FROM table_171356_2 WHERE official_name = "Petersville"
Write a SQL query that answers the following question: What is the population of each community with city status?
The relevant table was constructed using the following SQL : CREATE TABLE table_171361_1 (population VARCHAR, status VARCHAR)
SELECT population FROM table_171361_1 WHERE status = "City"
Write a SQL query that answers the following question: What is the name of the community with an area of 30.75 sq. km.?
The relevant table was constructed using the following SQL : CREATE TABLE table_171361_1 (official_name VARCHAR, area_km_2 VARCHAR)
SELECT official_name FROM table_171361_1 WHERE area_km_2 = "30.75"
Write a SQL query that answers the following question: What is the area of the community with a population of 1209?
The relevant table was constructed using the following SQL : CREATE TABLE table_171361_1 (area_km_2 VARCHAR, population VARCHAR)
SELECT area_km_2 FROM table_171361_1 WHERE population = 1209
Write a SQL query that answers the following question: How many population values are listed for the community with an area of 10.25 sq.km.?
The relevant table was constructed using the following SQL : CREATE TABLE table_171361_1 (population VARCHAR, area_km_2 VARCHAR)
SELECT COUNT(population) FROM table_171361_1 WHERE area_km_2 = "10.25"
Write a SQL query that answers the following question: Name the region 1 where region 4 for april 2, 2009
The relevant table was constructed using the following SQL : CREATE TABLE table_171320_3 (region_1 VARCHAR, region_4 VARCHAR)
SELECT region_1 FROM table_171320_3 WHERE region_4 = "April 2, 2009"
Write a SQL query that answers the following question: Name the region 1 for episode number 13
The relevant table was constructed using the following SQL : CREATE TABLE table_171320_3 (region_1 VARCHAR, ep__number VARCHAR)
SELECT region_1 FROM table_171320_3 WHERE ep__number = 13
Write a SQL query that answers the following question: How many episodes have the season number of 1?
The relevant table was constructed using the following SQL : CREATE TABLE table_17152787_3 (series__number VARCHAR, season__number VARCHAR)
SELECT COUNT(series__number) FROM table_17152787_3 WHERE season__number = 1
Write a SQL query that answers the following question: Who was the director of the film with the original title of "The Patience Stone"?
The relevant table was constructed using the following SQL : CREATE TABLE table_17155250_1 (director VARCHAR, original_title VARCHAR)
SELECT director FROM table_17155250_1 WHERE original_title = "The Patience Stone"
Write a SQL query that answers the following question: For what ceremony was "Fire Dancer" not nominated?
The relevant table was constructed using the following SQL : CREATE TABLE table_17155250_1 (year__ceremony_ VARCHAR, original_title VARCHAR)
SELECT year__ceremony_ FROM table_17155250_1 WHERE original_title = "Fire Dancer"
Write a SQL query that answers the following question: What name was used for nomination for the film with an original title of "The Black Tulip"?
The relevant table was constructed using the following SQL : CREATE TABLE table_17155250_1 (film_title_used_in_nomination VARCHAR, original_title VARCHAR)
SELECT film_title_used_in_nomination FROM table_17155250_1 WHERE original_title = "The Black Tulip"
Write a SQL query that answers the following question: What languages were spoken in the film "FireDancer"?
The relevant table was constructed using the following SQL : CREATE TABLE table_17155250_1 (language_s_ VARCHAR, film_title_used_in_nomination VARCHAR)
SELECT language_s_ FROM table_17155250_1 WHERE film_title_used_in_nomination = "FireDancer"
Write a SQL query that answers the following question: Who was the director of the film with an original title of "16 Days in Afghanistan"?
The relevant table was constructed using the following SQL : CREATE TABLE table_17155250_1 (director VARCHAR, original_title VARCHAR)
SELECT director FROM table_17155250_1 WHERE original_title = "16 Days in Afghanistan"
Write a SQL query that answers the following question: what is the model where the method is ha?
The relevant table was constructed using the following SQL : CREATE TABLE table_17157367_1 (model VARCHAR, method VARCHAR)
SELECT model FROM table_17157367_1 WHERE method = "HA"
Write a SQL query that answers the following question: what is the total number of model wehre the status is named geneva?
The relevant table was constructed using the following SQL : CREATE TABLE table_17157367_1 (model VARCHAR, name VARCHAR)
SELECT COUNT(model) FROM table_17157367_1 WHERE "status" = "status" AND name = "GenEva"
Write a SQL query that answers the following question: what is the max fs where the status is status and the method is method?
The relevant table was constructed using the following SQL : CREATE TABLE table_17157367_1 (max_fs VARCHAR)
SELECT max_fs FROM table_17157367_1 WHERE "status" = "status" AND "method" = "method"
Write a SQL query that answers the following question: what ist he output where the short description is massive?
The relevant table was constructed using the following SQL : CREATE TABLE table_17157367_1 (output VARCHAR, short_description VARCHAR)
SELECT output FROM table_17157367_1 WHERE short_description = "massive"
Write a SQL query that answers the following question: What was the nominated film title of শ্যামল ছায়া (shyamol chhaya)?
The relevant table was constructed using the following SQL : CREATE TABLE table_17156199_1 (film_title_used_in_nomination VARCHAR, original_title VARCHAR)
SELECT film_title_used_in_nomination FROM table_17156199_1 WHERE original_title = "শ্যামল ছায়া (Shyamol Chhaya)"
Write a SQL query that answers the following question: What year and ceremony was the original title বৃত্তের বাইরে (britter baire)?
The relevant table was constructed using the following SQL : CREATE TABLE table_17156199_1 (year__ceremony_ VARCHAR, original_title VARCHAR)
SELECT year__ceremony_ FROM table_17156199_1 WHERE original_title = "বৃত্তের বাইরে (Britter Baire)"
Write a SQL query that answers the following question: How many years was the original title was স্বপ্নডানায় (swopnodanay)?
The relevant table was constructed using the following SQL : CREATE TABLE table_17156199_1 (year__ceremony_ VARCHAR, original_title VARCHAR)
SELECT COUNT(year__ceremony_) FROM table_17156199_1 WHERE original_title = "স্বপ্নডানায় (Swopnodanay)"
Write a SQL query that answers the following question: what is the nickname founded in 1902?
The relevant table was constructed using the following SQL : CREATE TABLE table_1715730_2 (nickname VARCHAR, founded VARCHAR)
SELECT nickname FROM table_1715730_2 WHERE founded = 1902
Write a SQL query that answers the following question: where is the enrollment 4259?
The relevant table was constructed using the following SQL : CREATE TABLE table_1715730_2 (location VARCHAR, enrollment VARCHAR)
SELECT location FROM table_1715730_2 WHERE enrollment = 4259
Write a SQL query that answers the following question: what is the year union university was founded?
The relevant table was constructed using the following SQL : CREATE TABLE table_1715730_2 (founded VARCHAR, institution VARCHAR)
SELECT founded FROM table_1715730_2 WHERE institution = "Union University"
Write a SQL query that answers the following question: What was the percentage in Manitoba in 2011?
The relevant table was constructed using the following SQL : CREATE TABLE table_1717824_1 (_percentage_2011 VARCHAR, province VARCHAR)
SELECT _percentage_2011 FROM table_1717824_1 WHERE province = "Manitoba"
Write a SQL query that answers the following question: Which province had population of 210295 South Asians in 2001?
The relevant table was constructed using the following SQL : CREATE TABLE table_1717824_1 (province VARCHAR, south_asians_2001 VARCHAR)
SELECT province FROM table_1717824_1 WHERE south_asians_2001 = 210295
Write a SQL query that answers the following question: What was the South Asian population in Nova Scotia in 2001?
The relevant table was constructed using the following SQL : CREATE TABLE table_1717824_1 (south_asians_2001 VARCHAR, province VARCHAR)
SELECT south_asians_2001 FROM table_1717824_1 WHERE province = "Nova Scotia"
Write a SQL query that answers the following question: What was the percentage in 2011 of the province that had 2.4% population in 2001?
The relevant table was constructed using the following SQL : CREATE TABLE table_1717824_1 (_percentage_2011 VARCHAR, _percentage_2001 VARCHAR)
SELECT _percentage_2011 FROM table_1717824_1 WHERE _percentage_2001 = "2.4%"
Write a SQL query that answers the following question: How many figures are given for total number of South Asians in 2001 for the area where they were 4.4% of population in 2011?
The relevant table was constructed using the following SQL : CREATE TABLE table_1717824_1 (south_asians_2001 VARCHAR, _percentage_2011 VARCHAR)
SELECT COUNT(south_asians_2001) FROM table_1717824_1 WHERE _percentage_2011 = "4.4%"
Write a SQL query that answers the following question: How many Indians were admitted in 2001?
The relevant table was constructed using the following SQL : CREATE TABLE table_1717824_3 (indians_admitted VARCHAR, year VARCHAR)
SELECT indians_admitted FROM table_1717824_3 WHERE year = 2001
Write a SQL query that answers the following question: What is the greatest number of Pakistanis admitted to Canada during those times when the number of Nepalis admitted was 627?
The relevant table was constructed using the following SQL : CREATE TABLE table_1717824_3 (pakistanis_admitted INTEGER, nepalis_admitted VARCHAR)
SELECT MAX(pakistanis_admitted) FROM table_1717824_3 WHERE nepalis_admitted = 627
Write a SQL query that answers the following question: What is the most number of Indians admitted to Canada when the number of Sri Lankans admitted was 3104?
The relevant table was constructed using the following SQL : CREATE TABLE table_1717824_3 (indians_admitted INTEGER, sri_lankans_admitted VARCHAR)
SELECT MIN(indians_admitted) FROM table_1717824_3 WHERE sri_lankans_admitted = 3104