question
stringlengths
12
244
context
stringlengths
27
489
answer
dict
how many times were high rebounds mehmet okur , paul millsap (6)
CREATE TABLE table_17355716_10 (score VARCHAR, high_rebounds VARCHAR)
{ "SQL_Query": "SELECT COUNT(score) FROM table_17355716_10 WHERE high_rebounds = \"Mehmet Okur , Paul Millsap (6)\"" }
what is the score of the match with high points carlos boozer (20)
CREATE TABLE table_17355716_10 (score VARCHAR, high_points VARCHAR)
{ "SQL_Query": "SELECT score FROM table_17355716_10 WHERE high_points = \"Carlos Boozer (20)\"" }
what is the high rebounds stat on april 11
CREATE TABLE table_17355716_10 (high_rebounds VARCHAR, date VARCHAR)
{ "SQL_Query": "SELECT high_rebounds FROM table_17355716_10 WHERE date = \"April 11\"" }
Who wrote season 10
CREATE TABLE table_17355743_1 (written_by VARCHAR, season__number VARCHAR)
{ "SQL_Query": "SELECT written_by FROM table_17355743_1 WHERE season__number = 10" }
Name who directed the episode by joe sachs and david zabel
CREATE TABLE table_17355743_1 (directed_by VARCHAR, written_by VARCHAR)
{ "SQL_Query": "SELECT directed_by FROM table_17355743_1 WHERE written_by = \"Joe Sachs and David Zabel\"" }
What is every value for Points 2 when the value of won is 30?
CREATE TABLE table_17359181_1 (points_2 VARCHAR, won VARCHAR)
{ "SQL_Query": "SELECT points_2 FROM table_17359181_1 WHERE won = 30" }
What is the lowest value of Points 2 when the goal average is 1.50?
CREATE TABLE table_17359181_1 (points_2 INTEGER, goal_average_1 VARCHAR)
{ "SQL_Query": "SELECT MIN(points_2) FROM table_17359181_1 WHERE goal_average_1 = \"1.50\"" }
How many values of goal average 1 occur when the value of goals against is 92?
CREATE TABLE table_17359181_1 (goal_average_1 VARCHAR, goals_against VARCHAR)
{ "SQL_Query": "SELECT COUNT(goal_average_1) FROM table_17359181_1 WHERE goals_against = 92" }
What is the highest value for Points 2 when the goal average 1 is 0.65?
CREATE TABLE table_17359181_1 (points_2 INTEGER, goal_average_1 VARCHAR)
{ "SQL_Query": "SELECT MAX(points_2) FROM table_17359181_1 WHERE goal_average_1 = \"0.65\"" }
How many dates had a final score of w 118-112?
CREATE TABLE table_17382360_9 (date VARCHAR, score VARCHAR)
{ "SQL_Query": "SELECT COUNT(date) FROM table_17382360_9 WHERE score = \"W 118-112\"" }
What was the location and attendance at the game where the final score is w 118-112?
CREATE TABLE table_17382360_9 (location_attendance VARCHAR, score VARCHAR)
{ "SQL_Query": "SELECT location_attendance FROM table_17382360_9 WHERE score = \"W 118-112\"" }
Who had the high rebounds in the game with a final score of w 140-108?
CREATE TABLE table_17382360_9 (high_rebounds VARCHAR, score VARCHAR)
{ "SQL_Query": "SELECT high_rebounds FROM table_17382360_9 WHERE score = \"W 140-108\"" }
in what date was aired the first broacast of the episode 1x02
CREATE TABLE table_17413485_1 (first_broadcast VARCHAR, episode VARCHAR)
{ "SQL_Query": "SELECT first_broadcast FROM table_17413485_1 WHERE episode = \"1x02\"" }
what is the name of the jeremy guest for the episode 1x01
CREATE TABLE table_17413485_1 (jeremys_guest VARCHAR, episode VARCHAR)
{ "SQL_Query": "SELECT jeremys_guest FROM table_17413485_1 WHERE episode = \"1x01\"" }
what is the number of the episode where maria mcerlane where gramer guest
CREATE TABLE table_17413485_1 (episode VARCHAR, graemes_guest VARCHAR)
{ "SQL_Query": "SELECT episode FROM table_17413485_1 WHERE graemes_guest = \"Maria McErlane\"" }
what is the name of the graemest guest of episode 1x03
CREATE TABLE table_17413485_1 (graemes_guest VARCHAR, episode VARCHAR)
{ "SQL_Query": "SELECT graemes_guest FROM table_17413485_1 WHERE episode = \"1x03\"" }
what is the largest city where the population is 6620100?
CREATE TABLE table_17416221_1 (largest_city VARCHAR, population__2013_ VARCHAR)
{ "SQL_Query": "SELECT largest_city FROM table_17416221_1 WHERE population__2013_ = 6620100" }
what is the largest city where the province is eastern cape?
CREATE TABLE table_17416221_1 (largest_city VARCHAR, province VARCHAR)
{ "SQL_Query": "SELECT largest_city FROM table_17416221_1 WHERE province = \"Eastern Cape\"" }
what is minimum area where the largest city is bloemfontein?
CREATE TABLE table_17416221_1 (area__km_2__ INTEGER, largest_city VARCHAR)
{ "SQL_Query": "SELECT MIN(area__km_2__) FROM table_17416221_1 WHERE largest_city = \"Bloemfontein\"" }
what is the numbe of provincial captial where the population is 1162900?
CREATE TABLE table_17416221_1 (provincial_capital VARCHAR, population__2013_ VARCHAR)
{ "SQL_Query": "SELECT COUNT(provincial_capital) FROM table_17416221_1 WHERE population__2013_ = 1162900" }
what is the number of provincial captial where the province is northern cape?
CREATE TABLE table_17416221_1 (provincial_capital VARCHAR, province VARCHAR)
{ "SQL_Query": "SELECT COUNT(provincial_capital) FROM table_17416221_1 WHERE province = \"Northern Cape\"" }
What is the airport with the IATA MEL?
CREATE TABLE table_17419587_1 (airport VARCHAR, iata VARCHAR)
{ "SQL_Query": "SELECT COUNT(airport) FROM table_17419587_1 WHERE iata = \"MEL\"" }
If unknown is larger than 1.0, what is the maximum two year amount?
CREATE TABLE table_174266_6 (two_years INTEGER, unknown INTEGER)
{ "SQL_Query": "SELECT MAX(two_years) FROM table_174266_6 WHERE unknown > 1.0" }
If two years is 159, what is the amount for one year?
CREATE TABLE table_174266_6 (one_year INTEGER, two_years VARCHAR)
{ "SQL_Query": "SELECT MIN(one_year) FROM table_174266_6 WHERE two_years = 159" }
If the year is 2010, what is the minimum amount of years 5-9?
CREATE TABLE table_174266_6 (year VARCHAR)
{ "SQL_Query": "SELECT MIN(5 AS _9_years) FROM table_174266_6 WHERE year = 2010" }
When debra j. fisher & erica messer are the writers and the director is patrick norris what is the series number?
CREATE TABLE table_17467147_1 (series__number VARCHAR, directed_by VARCHAR, written_by VARCHAR)
{ "SQL_Query": "SELECT series__number FROM table_17467147_1 WHERE directed_by = \"Patrick Norris\" AND written_by = \"Debra J. Fisher & Erica Messer\"" }
When there are 12.70 million u.s. viewers who is the director?
CREATE TABLE table_17467147_1 (directed_by VARCHAR, us_viewers__million_ VARCHAR)
{ "SQL_Query": "SELECT directed_by FROM table_17467147_1 WHERE us_viewers__million_ = \"12.70\"" }
Which is the number of the episode "rook gave" "rūku dīo" (デ デ ィ オ ー ル) which aired on July 14, 2003
CREATE TABLE table_17481974_1 (episode__number INTEGER, original_airdate VARCHAR)
{ "SQL_Query": "SELECT MIN(episode__number) FROM table_17481974_1 WHERE original_airdate = \"July 14, 2003\"" }
What are the numbers of episodes that were broadcast on September 1, 2003
CREATE TABLE table_17481974_1 (episode__number VARCHAR, original_airdate VARCHAR)
{ "SQL_Query": "SELECT episode__number FROM table_17481974_1 WHERE original_airdate = \"September 1, 2003\"" }
How many viewers did Episode #5 have?
CREATE TABLE table_17525955_2 (viewers__millions_ VARCHAR, episode__number VARCHAR)
{ "SQL_Query": "SELECT viewers__millions_ FROM table_17525955_2 WHERE episode__number = 5" }
How many share values are listed for the episode with a rating/share value of 2.6/8?
CREATE TABLE table_17525955_2 (share VARCHAR, rating VARCHAR)
{ "SQL_Query": "SELECT COUNT(share) FROM table_17525955_2 WHERE rating / SHARE(18 AS –49) = 2.6 / 8" }
How many episodes were originally aired Saturday, May 30, 2009?
CREATE TABLE table_17525955_2 (episode__number VARCHAR, us_air_date VARCHAR)
{ "SQL_Query": "SELECT COUNT(episode__number) FROM table_17525955_2 WHERE us_air_date = \"Saturday, May 30, 2009\"" }
What is the rating of the episode with a rating/share of 0.9/4?
CREATE TABLE table_17525955_2 (rating VARCHAR)
{ "SQL_Query": "SELECT rating FROM table_17525955_2 WHERE rating / SHARE(18 AS –49) = 0.9 / 4" }
How many episodes aired Saturday, July 11, 2009
CREATE TABLE table_17525955_2 (episode__number VARCHAR, us_air_date VARCHAR)
{ "SQL_Query": "SELECT COUNT(episode__number) FROM table_17525955_2 WHERE us_air_date = \"Saturday, July 11, 2009\"" }
How many rating/share values does the episode aired on Saturday, May 9, 2009?
CREATE TABLE table_17525955_2 (rating VARCHAR, us_air_date VARCHAR)
{ "SQL_Query": "SELECT COUNT(rating) / SHARE(18 AS –49) FROM table_17525955_2 WHERE us_air_date = \"Saturday, May 9, 2009\"" }
How many subsidiaries of Postermobile Limited?
CREATE TABLE table_1756264_2 (subsidiaries VARCHAR, company_name VARCHAR)
{ "SQL_Query": "SELECT subsidiaries FROM table_1756264_2 WHERE company_name = \"POSTERMOBILE LIMITED\"" }
What activities does Clear Channel Entertainment Facilitation Limited engage in?
CREATE TABLE table_1756264_2 (description_of_activities VARCHAR, company_name VARCHAR)
{ "SQL_Query": "SELECT description_of_activities FROM table_1756264_2 WHERE company_name = \"CLEAR CHANNEL ENTERTAINMENT FACILITATION LIMITED\"" }
How many subsidiaries of company F M Media Limited?
CREATE TABLE table_1756264_2 (subsidiaries VARCHAR, company_name VARCHAR)
{ "SQL_Query": "SELECT subsidiaries FROM table_1756264_2 WHERE company_name = \"F M MEDIA LIMITED\"" }
How many subsidiaries are there of Postermobile Advertising Limited?
CREATE TABLE table_1756264_2 (subsidiaries INTEGER, company_name VARCHAR)
{ "SQL_Query": "SELECT MIN(subsidiaries) FROM table_1756264_2 WHERE company_name = \"POSTERMOBILE ADVERTISING LIMITED\"" }
What is the largest number of holding companies?
CREATE TABLE table_1756264_2 (holding_companies INTEGER)
{ "SQL_Query": "SELECT MAX(holding_companies) FROM table_1756264_2" }
How many companies have Postermobile Limited as a parent company?
CREATE TABLE table_1756264_2 (company_name VARCHAR, parent__holding__company VARCHAR)
{ "SQL_Query": "SELECT COUNT(company_name) FROM table_1756264_2 WHERE parent__holding__company = \"POSTERMOBILE LIMITED\"" }
Name the total number of league cup for mark roberts
CREATE TABLE table_17598822_11 (league VARCHAR, player VARCHAR)
{ "SQL_Query": "SELECT COUNT(league) AS Cup FROM table_17598822_11 WHERE player = \"Mark Roberts\"" }
Name the total number of league for 5
CREATE TABLE table_17598822_11 (league VARCHAR, total VARCHAR)
{ "SQL_Query": "SELECT COUNT(league) FROM table_17598822_11 WHERE total = 5" }
Name the maximum leagure for 0 scottish cup
CREATE TABLE table_17598822_11 (league INTEGER, scottish_cup VARCHAR)
{ "SQL_Query": "SELECT MAX(league) FROM table_17598822_11 WHERE scottish_cup = 0" }
Name the most challenge cup for damon gray
CREATE TABLE table_17598822_11 (challenge_cup INTEGER, player VARCHAR)
{ "SQL_Query": "SELECT MAX(challenge_cup) FROM table_17598822_11 WHERE player = \"Damon Gray\"" }
Name the league for paul paton
CREATE TABLE table_17598822_11 (league VARCHAR, player VARCHAR)
{ "SQL_Query": "SELECT league FROM table_17598822_11 WHERE player = \"Paul Paton\"" }
What was the original air date of this episode that was written by Debbie Sarjeant?
CREATE TABLE table_17623902_1 (original_air_date VARCHAR, written_by VARCHAR)
{ "SQL_Query": "SELECT original_air_date FROM table_17623902_1 WHERE written_by = \"Debbie Sarjeant\"" }
How many episodes did Julie Martin wrote for the show If every episode has its own production code?
CREATE TABLE table_17623902_1 (production_code VARCHAR, written_by VARCHAR)
{ "SQL_Query": "SELECT COUNT(production_code) FROM table_17623902_1 WHERE written_by = \"Julie Martin\"" }
Name the total number of series for april 26
CREATE TABLE table_17621978_11 (series VARCHAR, date VARCHAR)
{ "SQL_Query": "SELECT COUNT(series) FROM table_17621978_11 WHERE date = \"April 26\"" }
Name the number of high rebounds for april 21
CREATE TABLE table_17621978_11 (high_rebounds VARCHAR, date VARCHAR)
{ "SQL_Query": "SELECT COUNT(high_rebounds) FROM table_17621978_11 WHERE date = \"April 21\"" }
Name the number of location attendance for april 24
CREATE TABLE table_17621978_11 (location_attendance VARCHAR, date VARCHAR)
{ "SQL_Query": "SELECT COUNT(location_attendance) FROM table_17621978_11 WHERE date = \"April 24\"" }
What is listed in p when the type is listed as free agent 1?
CREATE TABLE table_17634290_7 (p VARCHAR, type VARCHAR)
{ "SQL_Query": "SELECT p FROM table_17634290_7 WHERE type = \"Free agent 1\"" }
What is the end when moving from is listed as cary clarets?
CREATE TABLE table_17634290_7 (ends VARCHAR, moving_from VARCHAR)
{ "SQL_Query": "SELECT ends FROM table_17634290_7 WHERE moving_from = \"Cary Clarets\"" }
What is the name of the country where moving from is listed as bristol city?
CREATE TABLE table_17634290_7 (country VARCHAR, moving_from VARCHAR)
{ "SQL_Query": "SELECT country FROM table_17634290_7 WHERE moving_from = \"Bristol City\"" }
Name the number of duration for viewership of 5.46 million
CREATE TABLE table_17641206_6 (duration VARCHAR, viewership VARCHAR)
{ "SQL_Query": "SELECT COUNT(duration) FROM table_17641206_6 WHERE viewership = \"5.46 million\"" }
Name the total number of episodes written by david cantor
CREATE TABLE table_17641206_6 (episode VARCHAR, written_by VARCHAR)
{ "SQL_Query": "SELECT COUNT(episode) FROM table_17641206_6 WHERE written_by = \"David Cantor\"" }
Name the total number of original titles written by john sullivan and keith lindsay
CREATE TABLE table_17641206_6 (original_title VARCHAR, written_by VARCHAR)
{ "SQL_Query": "SELECT COUNT(original_title) FROM table_17641206_6 WHERE written_by = \"John Sullivan and Keith Lindsay\"" }
Name the original title for 6.05 million viewership
CREATE TABLE table_17641206_6 (original_title VARCHAR, viewership VARCHAR)
{ "SQL_Query": "SELECT original_title FROM table_17641206_6 WHERE viewership = \"6.05 million\"" }
Who took third-place when there were 4 total wins?
CREATE TABLE table_17632217_2 (third_place VARCHAR, total_wins VARCHAR)
{ "SQL_Query": "SELECT third_place FROM table_17632217_2 WHERE total_wins = 4" }
What is the total number of clubs when the runner-up was Liaoning Fushun?
CREATE TABLE table_17632217_2 (number_of_clubs VARCHAR, runners_up VARCHAR)
{ "SQL_Query": "SELECT COUNT(number_of_clubs) FROM table_17632217_2 WHERE runners_up = \"Liaoning Fushun\"" }
Who was placed fourth when third was Beijing Guoan and the winner was Dalian Wanda and wins total was 4?
CREATE TABLE table_17632217_2 (fourth_placed VARCHAR, total_wins VARCHAR, third_place VARCHAR, winners VARCHAR)
{ "SQL_Query": "SELECT fourth_placed FROM table_17632217_2 WHERE third_place = \"Beijing Guoan\" AND winners = \"Dalian Wanda\" AND total_wins = 4" }
Who was placed third when the ruuner up was Guangzhou Apollo?
CREATE TABLE table_17632217_2 (third_place VARCHAR, runners_up VARCHAR)
{ "SQL_Query": "SELECT third_place FROM table_17632217_2 WHERE runners_up = \"Guangzhou Apollo\"" }
Who was placed third in 2001?
CREATE TABLE table_17632217_2 (third_place VARCHAR, season VARCHAR)
{ "SQL_Query": "SELECT third_place FROM table_17632217_2 WHERE season = 2001" }
What is the census ranking for the Perth parish?
CREATE TABLE table_176524_2 (census_ranking VARCHAR, official_name VARCHAR)
{ "SQL_Query": "SELECT census_ranking FROM table_176524_2 WHERE official_name = \"Perth\"" }
What is the minimum population of the parish with a 750.51 km area?
CREATE TABLE table_176524_2 (population INTEGER, area_km_2 VARCHAR)
{ "SQL_Query": "SELECT MIN(population) FROM table_176524_2 WHERE area_km_2 = \"750.51\"" }
with the amount of tries at 89, how many win's were there?
CREATE TABLE table_17675675_2 (won VARCHAR, tries_against VARCHAR)
{ "SQL_Query": "SELECT won FROM table_17675675_2 WHERE tries_against = \"89\"" }
For club Swansea Uplands RFC, what is the amount of tries against?
CREATE TABLE table_17675675_2 (tries_against VARCHAR, club VARCHAR)
{ "SQL_Query": "SELECT tries_against FROM table_17675675_2 WHERE club = \"Swansea Uplands RFC\"" }
What is the total amount of points when the given won is 9?
CREATE TABLE table_17675675_2 (points VARCHAR, won VARCHAR)
{ "SQL_Query": "SELECT points FROM table_17675675_2 WHERE won = \"9\"" }
With the given points of 51, what was the total number of the try bonus?
CREATE TABLE table_17675675_2 (try_bonus VARCHAR, points VARCHAR)
{ "SQL_Query": "SELECT COUNT(try_bonus) FROM table_17675675_2 WHERE points = \"51\"" }
With the given loss of 4, what was the number of tries?
CREATE TABLE table_17675675_2 (tries_for VARCHAR, lost VARCHAR)
{ "SQL_Query": "SELECT COUNT(tries_for) FROM table_17675675_2 WHERE lost = \"4\"" }
With the given points of 667, what was the number of tries against?
CREATE TABLE table_17675675_2 (tries_against VARCHAR, points_for VARCHAR)
{ "SQL_Query": "SELECT tries_against FROM table_17675675_2 WHERE points_for = \"667\"" }
What is the largest number of episodes for a 1989 season dvd release?
CREATE TABLE table_17697980_1 (no_of_episodes INTEGER, year VARCHAR)
{ "SQL_Query": "SELECT MAX(no_of_episodes) FROM table_17697980_1 WHERE year = \"1989\"" }
How many dvd titled "series 5" were released having a release date or a non available date in region 2?
CREATE TABLE table_17697980_1 (region_2 VARCHAR, dvd_title VARCHAR)
{ "SQL_Query": "SELECT COUNT(region_2) FROM table_17697980_1 WHERE dvd_title = \"Series 5\"" }
Who are all the stage winners where the team classification is Caisse D'epargne?
CREATE TABLE table_17672500_19 (stage__winner_ VARCHAR, team_classification VARCHAR)
{ "SQL_Query": "SELECT stage__winner_ FROM table_17672500_19 WHERE team_classification = \"Caisse d'Epargne\"" }
How many original air dates have U.S. Views (millions) of 19.49?
CREATE TABLE table_17758010_2 (original_air_date VARCHAR, us_viewers__millions_ VARCHAR)
{ "SQL_Query": "SELECT COUNT(original_air_date) FROM table_17758010_2 WHERE us_viewers__millions_ = \"19.49\"" }
What is the lowest no. in series?
CREATE TABLE table_17758010_2 (no_in_series INTEGER)
{ "SQL_Query": "SELECT MIN(no_in_series) FROM table_17758010_2" }
The opponent was the New York Jets on what week?
CREATE TABLE table_17781886_1 (week VARCHAR, opponent VARCHAR)
{ "SQL_Query": "SELECT week FROM table_17781886_1 WHERE opponent = \"New York Jets\"" }
Where was the December 12, 1965 game?
CREATE TABLE table_17781886_1 (game_site VARCHAR, date VARCHAR)
{ "SQL_Query": "SELECT game_site FROM table_17781886_1 WHERE date = \"December 12, 1965\"" }
How many attended game(s) against the boston patriots?
CREATE TABLE table_17779448_1 (attendance VARCHAR, opponent VARCHAR)
{ "SQL_Query": "SELECT attendance FROM table_17779448_1 WHERE opponent = \"Boston Patriots\"" }
which examples are pronounced ɪs in american
CREATE TABLE table_17798093_20 (examples VARCHAR, american VARCHAR)
{ "SQL_Query": "SELECT examples FROM table_17798093_20 WHERE american = \"ɪs\"" }
which examples are pronounced et in australian
CREATE TABLE table_17798093_20 (examples VARCHAR, australian VARCHAR)
{ "SQL_Query": "SELECT examples FROM table_17798093_20 WHERE australian = \"et\"" }
how many endings have american pronounciation əs
CREATE TABLE table_17798093_20 (australian VARCHAR, american VARCHAR)
{ "SQL_Query": "SELECT COUNT(australian) FROM table_17798093_20 WHERE american = \"əs\"" }
what are the endings of examples achilles, appendices, fæces
CREATE TABLE table_17798093_20 (ending VARCHAR, examples VARCHAR)
{ "SQL_Query": "SELECT ending FROM table_17798093_20 WHERE examples = \"Achilles, appendices, fæces\"" }
What is the callsign for the Cebu station?
CREATE TABLE table_17822401_1 (callsign VARCHAR, location VARCHAR)
{ "SQL_Query": "SELECT callsign FROM table_17822401_1 WHERE location = \"Cebu\"" }
What is the number of brand where the power is 5kw?
CREATE TABLE table_17822401_1 (branding VARCHAR, power__kw_ VARCHAR)
{ "SQL_Query": "SELECT COUNT(branding) FROM table_17822401_1 WHERE power__kw_ = \"5kW\"" }
What is the power of the Baguio station?
CREATE TABLE table_17822401_1 (power__kw_ VARCHAR, location VARCHAR)
{ "SQL_Query": "SELECT power__kw_ FROM table_17822401_1 WHERE location = \"Baguio\"" }
How many stations are called radyo5 101.9 news fm?
CREATE TABLE table_17822401_1 (location VARCHAR, branding VARCHAR)
{ "SQL_Query": "SELECT COUNT(location) FROM table_17822401_1 WHERE branding = \"Radyo5 101.9 News FM\"" }
What is the church name for the church located in Kyrkjebø?
CREATE TABLE table_178389_1 (church_name VARCHAR, location_of_the_church VARCHAR)
{ "SQL_Query": "SELECT church_name FROM table_178389_1 WHERE location_of_the_church = \"Kyrkjebø\"" }
What is the sub-parish for the church names Høyanger Kyrkje?
CREATE TABLE table_178389_1 (sub_parish__sogn_ VARCHAR, church_name VARCHAR)
{ "SQL_Query": "SELECT sub_parish__sogn_ FROM table_178389_1 WHERE church_name = \"Høyanger kyrkje\"" }
What is the total number of churches built in 1916?
CREATE TABLE table_178389_1 (location_of_the_church VARCHAR, year_built VARCHAR)
{ "SQL_Query": "SELECT COUNT(location_of_the_church) FROM table_178389_1 WHERE year_built = 1916" }
What is the total number of churches named Høyanger Kyrkje?
CREATE TABLE table_178389_1 (sub_parish__sogn_ VARCHAR, church_name VARCHAR)
{ "SQL_Query": "SELECT COUNT(sub_parish__sogn_) FROM table_178389_1 WHERE church_name = \"Høyanger kyrkje\"" }
What is the church name located in Høyanger?
CREATE TABLE table_178389_1 (church_name VARCHAR, location_of_the_church VARCHAR)
{ "SQL_Query": "SELECT church_name FROM table_178389_1 WHERE location_of_the_church = \"Høyanger\"" }
What is the location of the church when the church name is Ortnevik Kyrkje?
CREATE TABLE table_178389_1 (location_of_the_church VARCHAR, church_name VARCHAR)
{ "SQL_Query": "SELECT location_of_the_church FROM table_178389_1 WHERE church_name = \"Ortnevik kyrkje\"" }
Name the total number for sub parish sokn for 1865
CREATE TABLE table_178408_1 (sub_parish__sokn_ VARCHAR, year_built VARCHAR)
{ "SQL_Query": "SELECT COUNT(sub_parish__sokn_) FROM table_178408_1 WHERE year_built = 1865" }
Name the location of the church for berle kyrkje
CREATE TABLE table_178408_1 (location_of_the_church VARCHAR, church_name VARCHAR)
{ "SQL_Query": "SELECT location_of_the_church FROM table_178408_1 WHERE church_name = \"Berle kyrkje\"" }
Name the location of the church for bremanger
CREATE TABLE table_178408_1 (location_of_the_church VARCHAR, sub_parish__sokn_ VARCHAR)
{ "SQL_Query": "SELECT location_of_the_church FROM table_178408_1 WHERE sub_parish__sokn_ = \"Bremanger\"" }
Name the most year built for davik kyrkje
CREATE TABLE table_178408_1 (year_built INTEGER, church_name VARCHAR)
{ "SQL_Query": "SELECT MAX(year_built) FROM table_178408_1 WHERE church_name = \"Davik Kyrkje\"" }
Who was the episode writer when the viewers reached 3.03 million in the US?
CREATE TABLE table_17861265_1 (written_by VARCHAR, us_viewers__million_ VARCHAR)
{ "SQL_Query": "SELECT written_by FROM table_17861265_1 WHERE us_viewers__million_ = \"3.03\"" }
Who wrote the last episode (episode 15) of season 3?
CREATE TABLE table_17861265_1 (written_by VARCHAR, no_in_season VARCHAR)
{ "SQL_Query": "SELECT written_by FROM table_17861265_1 WHERE no_in_season = 15" }
How many episodes did Cliff Bole directed in season 3?
CREATE TABLE table_17861265_1 (title VARCHAR, directed_by VARCHAR)
{ "SQL_Query": "SELECT COUNT(title) FROM table_17861265_1 WHERE directed_by = \"Cliff Bole\"" }