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