prompt
stringlengths
81
567
completion
stringlengths
18
557
Question: What was the elimination number of the fighter who fought within 26:15? Context: CREATE TABLE table_18598175_2 (elimination_number INTEGER, time VARCHAR) Answer:
SELECT MAX(elimination_number) FROM table_18598175_2 WHERE time = "26:15"
Question: what is the longitude in 35.992 sqmi Context: CREATE TABLE table_18600760_2 (longitude VARCHAR, land___sqmi__ VARCHAR) Answer:
SELECT longitude FROM table_18600760_2 WHERE land___sqmi__ = "35.992"
Question: how many townships where pop (2010) and ater is 0.818 Context: CREATE TABLE table_18600760_2 (pop__2010_ VARCHAR, water__sqmi_ VARCHAR) Answer:
SELECT COUNT(pop__2010_) FROM table_18600760_2 WHERE water__sqmi_ = "0.818"
Question: what is the name of the townships with 32.222 land Context: CREATE TABLE table_18600760_19 (township VARCHAR, land___sqmi__ VARCHAR) Answer:
SELECT township FROM table_18600760_19 WHERE land___sqmi__ = "32.222"
Question: how many lands with longitude of -100.895783 are? Context: CREATE TABLE table_18600760_19 (land___sqmi__ VARCHAR, longitude VARCHAR) Answer:
SELECT COUNT(land___sqmi__) FROM table_18600760_19 WHERE longitude = "-100.895783"
Question: how many geo id with 48.578664 are Context: CREATE TABLE table_18600760_19 (geo_id VARCHAR, latitude VARCHAR) Answer:
SELECT COUNT(geo_id) FROM table_18600760_19 WHERE latitude = "48.578664"
Question: what is the latitude in the township where wate is 0.288 Context: CREATE TABLE table_18600760_19 (latitude VARCHAR, water__sqmi_ VARCHAR) Answer:
SELECT latitude FROM table_18600760_19 WHERE water__sqmi_ = "0.288"
Question: how is called the township where the latitude is 47.377790 Context: CREATE TABLE table_18600760_19 (township VARCHAR, latitude VARCHAR) Answer:
SELECT township FROM table_18600760_19 WHERE latitude = "47.377790"
Question: where the land is 35.990 what is the number of the geo id Context: CREATE TABLE table_18600760_19 (geo_id VARCHAR, land___sqmi__ VARCHAR) Answer:
SELECT geo_id FROM table_18600760_19 WHERE land___sqmi__ = "35.990"
Question: Name the land where geo id is 3807717980 Context: CREATE TABLE table_18600760_4 (land___sqmi__ VARCHAR, geo_id VARCHAR) Answer:
SELECT land___sqmi__ FROM table_18600760_4 WHERE geo_id = 3807717980
Question: Name the latitude for deer lake Context: CREATE TABLE table_18600760_4 (latitude VARCHAR, township VARCHAR) Answer:
SELECT latitude FROM table_18600760_4 WHERE township = "Deer Lake"
Question: If the water square milage is 1.701, what is the land square milage? Context: CREATE TABLE table_18600760_7 (land___sqmi__ VARCHAR, water__sqmi_ VARCHAR) Answer:
SELECT land___sqmi__ FROM table_18600760_7 WHERE water__sqmi_ = "1.701"
Question: In Cavalier County and the geo id is larger than 3801931620.0, what is the population? Context: CREATE TABLE table_18600760_7 (pop__2010_ VARCHAR, county VARCHAR, geo_id VARCHAR) Answer:
SELECT pop__2010_ FROM table_18600760_7 WHERE county = "Cavalier" AND geo_id > 3801931620.0
Question: If the population is 1858, what is the maximum ansi code? Context: CREATE TABLE table_18600760_7 (ansi_code INTEGER, pop__2010_ VARCHAR) Answer:
SELECT MAX(ansi_code) FROM table_18600760_7 WHERE pop__2010_ = 1858
Question: If the longitude is -97.473110, what is the minimum geo id? Context: CREATE TABLE table_18600760_7 (geo_id INTEGER, longitude VARCHAR) Answer:
SELECT MIN(geo_id) FROM table_18600760_7 WHERE longitude = "-97.473110"
Question: If the ansi code is 1036632, what is the name of the township? Context: CREATE TABLE table_18600760_7 (township VARCHAR, ansi_code VARCHAR) Answer:
SELECT township FROM table_18600760_7 WHERE ansi_code = 1036632
Question: If the land square milage is 10.950, what is the longitude? Context: CREATE TABLE table_18600760_7 (longitude VARCHAR, land___sqmi__ VARCHAR) Answer:
SELECT longitude FROM table_18600760_7 WHERE land___sqmi__ = "10.950"
Question: What township is located at longitude -99.287270? Context: CREATE TABLE table_18600760_9 (township VARCHAR, longitude VARCHAR) Answer:
SELECT township FROM table_18600760_9 WHERE longitude = "-99.287270"
Question: What is the longitude of the township at ANSI code 1759682? Context: CREATE TABLE table_18600760_9 (longitude VARCHAR, ansi_code VARCHAR) Answer:
SELECT longitude FROM table_18600760_9 WHERE ansi_code = 1759682
Question: How many square miles of water does the township at latitude 48.064751 have? Context: CREATE TABLE table_18600760_9 (water__sqmi_ VARCHAR, latitude VARCHAR) Answer:
SELECT water__sqmi_ FROM table_18600760_9 WHERE latitude = "48.064751"
Question: What is the geo code of the township with ANSI code 1759243? Context: CREATE TABLE table_18600760_9 (geo_id VARCHAR, ansi_code VARCHAR) Answer:
SELECT geo_id FROM table_18600760_9 WHERE ansi_code = 1759243
Question: When santiago del estero is the hometown who is the contestant? Context: CREATE TABLE table_18626383_2 (contestant VARCHAR, hometown VARCHAR) Answer:
SELECT contestant FROM table_18626383_2 WHERE hometown = "Santiago del Estero"
Question: When belarus is the country what is the hometown? Context: CREATE TABLE table_18626383_2 (hometown VARCHAR, country VARCHAR) Answer:
SELECT hometown FROM table_18626383_2 WHERE country = "Belarus"
Question: When bahamas is the country what is the height in centimeters? Context: CREATE TABLE table_18626383_2 (height__cm_ VARCHAR, country VARCHAR) Answer:
SELECT height__cm_ FROM table_18626383_2 WHERE country = "Bahamas"
Question: When finland is the country how many hometowns are there? Context: CREATE TABLE table_18626383_2 (hometown VARCHAR, country VARCHAR) Answer:
SELECT COUNT(hometown) FROM table_18626383_2 WHERE country = "Finland"
Question: When johannesburg is the hometown who is the contestant? Context: CREATE TABLE table_18626383_2 (contestant VARCHAR, hometown VARCHAR) Answer:
SELECT contestant FROM table_18626383_2 WHERE hometown = "Johannesburg"
Question: When valora roucek is the contestant how many heights in centimeters are there? Context: CREATE TABLE table_18626383_2 (height__cm_ VARCHAR, contestant VARCHAR) Answer:
SELECT COUNT(height__cm_) FROM table_18626383_2 WHERE contestant = "Valora Roucek"
Question: Name the round 1 for team event Context: CREATE TABLE table_18646111_13 (round_1 VARCHAR, event VARCHAR) Answer:
SELECT round_1 FROM table_18646111_13 WHERE event = "Team"
Question: Name the number of semifinals for tt2 Context: CREATE TABLE table_18646111_13 (semifinals VARCHAR, class VARCHAR) Answer:
SELECT COUNT(semifinals) FROM table_18646111_13 WHERE class = "TT2"
Question: Name the 1/8 finals for round 1 n/a Context: CREATE TABLE table_18646111_13 (round_1 VARCHAR) Answer:
SELECT 1 AS _8_finals FROM table_18646111_13 WHERE round_1 = "N/A"
Question: Name the total number of round 3 for class tt1 Context: CREATE TABLE table_18646111_13 (round_3 VARCHAR, class VARCHAR) Answer:
SELECT COUNT(round_3) FROM table_18646111_13 WHERE class = "TT1"
Question: Name the event for hans ruep Context: CREATE TABLE table_18646111_13 (event VARCHAR, athlete VARCHAR) Answer:
SELECT event FROM table_18646111_13 WHERE athlete = "Hans Ruep"
Question: When 4 is the v-band what is the overall amount of ka-bands? Context: CREATE TABLE table_186468_1 (ka_band VARCHAR, v_band VARCHAR) Answer:
SELECT COUNT(ka_band) FROM table_186468_1 WHERE v_band = "4"
Question: When 8.3 is the q-band what is the property? Context: CREATE TABLE table_186468_1 (property VARCHAR, q_band VARCHAR) Answer:
SELECT property FROM table_186468_1 WHERE q_band = "8.3"
Question: When 5.5 is the l-band what is the v-band? Context: CREATE TABLE table_186468_1 (v_band VARCHAR, k_band VARCHAR) Answer:
SELECT v_band FROM table_186468_1 WHERE k_band = "5.5"
Question: When 2 is the k-band what is the v-band? Context: CREATE TABLE table_186468_1 (v_band VARCHAR, k_band VARCHAR) Answer:
SELECT v_band FROM table_186468_1 WHERE k_band = "2"
Question: When 2 is the ka-band how many properties are there? Context: CREATE TABLE table_186468_1 (property VARCHAR, ka_band VARCHAR) Answer:
SELECT COUNT(property) FROM table_186468_1 WHERE ka_band = "2"
Question: When olympikus is the main sponsor who is the secondary sponsor? Context: CREATE TABLE table_187239_1 (secondary_sponsor VARCHAR, main_sponsor VARCHAR) Answer:
SELECT secondary_sponsor FROM table_187239_1 WHERE main_sponsor = "Olympikus"
Question: When ale is the main sponsor who is the secondary sponsor? Context: CREATE TABLE table_187239_1 (secondary_sponsor VARCHAR, main_sponsor VARCHAR) Answer:
SELECT secondary_sponsor FROM table_187239_1 WHERE main_sponsor = "Ale"
Question: When tim brasil brokers are the minor sponsors who is the kit manufacturer? Context: CREATE TABLE table_187239_1 (kit_manufacturer VARCHAR, minor_sponsors VARCHAR) Answer:
SELECT kit_manufacturer FROM table_187239_1 WHERE minor_sponsors = "Tim Brasil Brokers"
Question: When batavo is the main sponsor and olympikus is the kit manufacturer who are the minor sponsors? Context: CREATE TABLE table_187239_1 (minor_sponsors VARCHAR, kit_manufacturer VARCHAR, main_sponsor VARCHAR) Answer:
SELECT minor_sponsors FROM table_187239_1 WHERE kit_manufacturer = "Olympikus" AND main_sponsor = "Batavo"
Question: When 2011 is the period and olympikus is the kit manufacturer how many minor sponsors are there? Context: CREATE TABLE table_187239_1 (minor_sponsors VARCHAR, kit_manufacturer VARCHAR, period VARCHAR) Answer:
SELECT COUNT(minor_sponsors) FROM table_187239_1 WHERE kit_manufacturer = "Olympikus" AND period = "2011"
Question: What season episode is written by neil thompson? Context: CREATE TABLE table_1876825_6 (no_in_season INTEGER, written_by VARCHAR) Answer:
SELECT MIN(no_in_season) FROM table_1876825_6 WHERE written_by = "Neil Thompson"
Question: What was the original air for the 06-03-521 production code? Context: CREATE TABLE table_1876825_6 (original_air_date VARCHAR, production_code VARCHAR) Answer:
SELECT original_air_date FROM table_1876825_6 WHERE production_code = "06-03-521"
Question: What episode number in the series aired on February 8, 2004? Context: CREATE TABLE table_1876825_6 (no_in_series INTEGER, original_air_date VARCHAR) Answer:
SELECT MAX(no_in_series) FROM table_1876825_6 WHERE original_air_date = "February 8, 2004"
Question: In season 5 what episode number was production 06-03-519? Context: CREATE TABLE table_1876825_6 (no_in_season VARCHAR, production_code VARCHAR) Answer:
SELECT COUNT(no_in_season) FROM table_1876825_6 WHERE production_code = "06-03-519"
Question: What was the minimum score for r2? Context: CREATE TABLE table_18812411_3 (r2 INTEGER) Answer:
SELECT MIN(r2) FROM table_18812411_3
Question: What country had a r3 at 72, by Larry Mize? Context: CREATE TABLE table_18812411_3 (country VARCHAR, r3 VARCHAR, player VARCHAR) Answer:
SELECT country FROM table_18812411_3 WHERE r3 = 72 AND player = "Larry Mize"
Question: How many times did Fiji win r1? Context: CREATE TABLE table_18812411_3 (r1 VARCHAR, country VARCHAR) Answer:
SELECT COUNT(r1) FROM table_18812411_3 WHERE country = "Fiji"
Question: How many figures are given for the Socialists in the case where the Social Democrats received 42.2%? Context: CREATE TABLE table_1881642_1 (socialist VARCHAR, social_democratic VARCHAR) Answer:
SELECT COUNT(socialist) FROM table_1881642_1 WHERE social_democratic = "42.2%"
Question: What date did the Green-Communists receive 5.7%? Context: CREATE TABLE table_1881642_1 (date_released VARCHAR, green_communist VARCHAR) Answer:
SELECT date_released FROM table_1881642_1 WHERE green_communist = "5.7%"
Question: If the PCT is 0.514, what was the minimum OTL? Context: CREATE TABLE table_1888165_1 (Otl INTEGER, PCt VARCHAR) Answer:
SELECT MIN(Otl) FROM table_1888165_1 WHERE PCt = 0.514
Question: What was the minimum OTL amount? Context: CREATE TABLE table_1888165_1 (Otl INTEGER) Answer:
SELECT MIN(Otl) FROM table_1888165_1
Question: Name the least events for japan Context: CREATE TABLE table_18888159_1 (events INTEGER, country VARCHAR) Answer:
SELECT MIN(events) FROM table_18888159_1 WHERE country = "Japan"
Question: Name the country for 22 events Context: CREATE TABLE table_18888159_1 (country VARCHAR, events VARCHAR) Answer:
SELECT country FROM table_18888159_1 WHERE events = 22
Question: Name the number for fiji Context: CREATE TABLE table_18888159_1 (_number VARCHAR, country VARCHAR) Answer:
SELECT _number FROM table_18888159_1 WHERE country = "Fiji"
Question: Name the total number of points for number 6 Context: CREATE TABLE table_18888159_1 (points VARCHAR, _number VARCHAR) Answer:
SELECT COUNT(points) FROM table_18888159_1 WHERE _number = 6
Question: What is the location that had a driver named Pierre de Caters? Context: CREATE TABLE table_18893428_1 (location VARCHAR, driver VARCHAR) Answer:
SELECT location FROM table_18893428_1 WHERE driver = "Pierre de Caters"
Question: Who is the constructor for the car driven by George Heath? Context: CREATE TABLE table_18893428_1 (constructor VARCHAR, driver VARCHAR) Answer:
SELECT constructor FROM table_18893428_1 WHERE driver = "George Heath"
Question: What is the total number of drivers who have cars constructed by Mercedes-Benz? Context: CREATE TABLE table_18893428_1 (driver VARCHAR, constructor VARCHAR) Answer:
SELECT COUNT(driver) FROM table_18893428_1 WHERE constructor = "Mercedes-Benz"
Question: What is the location of the car that has a constructor of Lorraine-Dietrich? Context: CREATE TABLE table_18893428_1 (location VARCHAR, constructor VARCHAR) Answer:
SELECT location FROM table_18893428_1 WHERE constructor = "Lorraine-Dietrich"
Question: How many times did Charles Jarrott report? Context: CREATE TABLE table_18893428_1 (report VARCHAR, driver VARCHAR) Answer:
SELECT COUNT(report) FROM table_18893428_1 WHERE driver = "Charles Jarrott"
Question: Who is the driver of the entry constructed by Mercedes-Benz? Context: CREATE TABLE table_18893428_1 (driver VARCHAR, constructor VARCHAR) Answer:
SELECT driver FROM table_18893428_1 WHERE constructor = "Mercedes-Benz"
Question: What is the used (kb) when the graphics mode is 4? Context: CREATE TABLE table_18950885_3 (used__kb_ INTEGER, graphics_mode VARCHAR) Answer:
SELECT MIN(used__kb_) FROM table_18950885_3 WHERE graphics_mode = 4
Question: If graphics mode is less than 1.0, what are the char cells? Context: CREATE TABLE table_18950885_3 (char_cells VARCHAR, graphics_mode INTEGER) Answer:
SELECT char_cells FROM table_18950885_3 WHERE graphics_mode < 1.0
Question: What is the smallest converted value at number 19? Context: CREATE TABLE table_1895522_2 (converted INTEGER, number VARCHAR) Answer:
SELECT MIN(converted) FROM table_1895522_2 WHERE number = "19"
Question: Name the original title for the last metro Context: CREATE TABLE table_18987377_1 (original_title VARCHAR, film_title_used_in_nomination VARCHAR) Answer:
SELECT original_title FROM table_18987377_1 WHERE film_title_used_in_nomination = "The Last Metro"
Question: Name the film title for andré téchiné category:articles with hcards Context: CREATE TABLE table_18987377_1 (film_title_used_in_nomination VARCHAR, director VARCHAR) Answer:
SELECT film_title_used_in_nomination FROM table_18987377_1 WHERE director = "André Téchiné Category:Articles with hCards"
Question: Name the director for coup de torchon Context: CREATE TABLE table_18987377_1 (director VARCHAR, film_title_used_in_nomination VARCHAR) Answer:
SELECT director FROM table_18987377_1 WHERE film_title_used_in_nomination = "Coup de Torchon"
Question: Name the film titled for marcel camus category:articles with hcards Context: CREATE TABLE table_18987377_1 (film_title_used_in_nomination VARCHAR, director VARCHAR) Answer:
SELECT film_title_used_in_nomination FROM table_18987377_1 WHERE director = "Marcel Camus Category:Articles with hCards"
Question: When cindy miranda is the name what is the home or representative town or province? Context: CREATE TABLE table_19061741_1 (home_or_representative_town_or_province VARCHAR, name VARCHAR) Answer:
SELECT home_or_representative_town_or_province FROM table_19061741_1 WHERE name = "Cindy Miranda"
Question: When nel rapiz is the name what is the status? Context: CREATE TABLE table_19061741_1 (status VARCHAR, name VARCHAR) Answer:
SELECT status FROM table_19061741_1 WHERE name = "Nel Rapiz"
Question: When day 8-36 is the duration what is the season? Context: CREATE TABLE table_19061741_1 (season VARCHAR, duration VARCHAR) Answer:
SELECT season FROM table_19061741_1 WHERE duration = "Day 8-36"
Question: When luz mcclinton is the name what is the season? Context: CREATE TABLE table_19061741_1 (season VARCHAR, name VARCHAR) Answer:
SELECT season FROM table_19061741_1 WHERE name = "Luz McClinton"
Question: When yen galagnara is the name what is the highest total days in the pbb house? Context: CREATE TABLE table_19061741_1 (total_days_in_pbb_house INTEGER, name VARCHAR) Answer:
SELECT MAX(total_days_in_pbb_house) FROM table_19061741_1 WHERE name = "Yen Galagnara"
Question: How many match numbers have team europe listed as osku palermaa? Context: CREATE TABLE table_19072602_2 (match_no VARCHAR, team_europe VARCHAR) Answer:
SELECT COUNT(match_no) FROM table_19072602_2 WHERE team_europe = "Osku Palermaa"
Question: When osku palermaa is on the europe team how many match numbers are there? Context: CREATE TABLE table_19072602_5 (match_no VARCHAR, team_europe VARCHAR) Answer:
SELECT COUNT(match_no) FROM table_19072602_5 WHERE team_europe = "Osku Palermaa"
Question: When paul moor is on the europe team who is on the usa team? Context: CREATE TABLE table_19072602_5 (team_usa VARCHAR, team_europe VARCHAR) Answer:
SELECT team_usa FROM table_19072602_5 WHERE team_europe = "Paul Moor"
Question: Name the mountains classification for team columbia Context: CREATE TABLE table_19115414_4 (mountains_classification VARCHAR, team_classification VARCHAR) Answer:
SELECT mountains_classification FROM table_19115414_4 WHERE team_classification = "Team Columbia"
Question: Name the number of stage winners for team columbia Context: CREATE TABLE table_19115414_4 (stage__winner_ VARCHAR, team_classification VARCHAR) Answer:
SELECT COUNT(stage__winner_) FROM table_19115414_4 WHERE team_classification = "Team Columbia"
Question: Name the mountains classification for alexander kristoff Context: CREATE TABLE table_19115414_4 (mountains_classification VARCHAR, points_classification VARCHAR) Answer:
SELECT mountains_classification FROM table_19115414_4 WHERE points_classification = "Alexander Kristoff"
Question: How much is the other black population when the black African population is 37811? Context: CREATE TABLE table_19149550_7 (other_black_population INTEGER, black_african_population VARCHAR) Answer:
SELECT MIN(other_black_population) FROM table_19149550_7 WHERE black_african_population = 37811
Question: Where are the london borough with the black caribbean population of 17974? Context: CREATE TABLE table_19149550_7 (london_borough VARCHAR, black_caribbean_population VARCHAR) Answer:
SELECT london_borough FROM table_19149550_7 WHERE black_caribbean_population = 17974
Question: What is the rank of london borough in southwark? Context: CREATE TABLE table_19149550_7 (rank VARCHAR, london_borough VARCHAR) Answer:
SELECT rank FROM table_19149550_7 WHERE london_borough = "Southwark"
Question: What is the black caribbean population when the other black population is 2243? Context: CREATE TABLE table_19149550_7 (black_caribbean_population INTEGER, other_black_population VARCHAR) Answer:
SELECT MAX(black_caribbean_population) FROM table_19149550_7 WHERE other_black_population = 2243
Question: What is the black caribbean population when the black African population is less than 10552.0? Context: CREATE TABLE table_19149550_7 (black_caribbean_population INTEGER, black_african_population INTEGER) Answer:
SELECT MIN(black_caribbean_population) FROM table_19149550_7 WHERE black_african_population < 10552.0
Question: What time slot had an adult rating of 0.6? Context: CREATE TABLE table_19188562_2 (timeslot VARCHAR, rating__adults_18_49_ VARCHAR) Answer:
SELECT timeslot FROM table_19188562_2 WHERE rating__adults_18_49_ = "0.6"
Question: What season finale date has 2.02 million u.s. Viewers? Context: CREATE TABLE table_19188562_2 (season VARCHAR, us_viewers__in_millions_ VARCHAR) Answer:
SELECT season AS finale FROM table_19188562_2 WHERE us_viewers__in_millions_ = "2.02"
Question: How many million u.s. Viewers watched season 1? Context: CREATE TABLE table_19188562_2 (us_viewers__in_millions_ VARCHAR, season VARCHAR) Answer:
SELECT us_viewers__in_millions_ FROM table_19188562_2 WHERE season = 1
Question: How many tv series had an adult rating of 1.2? Context: CREATE TABLE table_19188562_2 (tv_season VARCHAR, rating__adults_18_49_ VARCHAR) Answer:
SELECT COUNT(tv_season) FROM table_19188562_2 WHERE rating__adults_18_49_ = "1.2"
Question: Where is the University that is also called Hawks? Context: CREATE TABLE table_19210115_1 (location VARCHAR, nickname VARCHAR) Answer:
SELECT location FROM table_19210115_1 WHERE nickname = "Hawks"
Question: Where is the University that is also called Owls? Context: CREATE TABLE table_19210115_1 (location VARCHAR, nickname VARCHAR) Answer:
SELECT location FROM table_19210115_1 WHERE nickname = "Owls"
Question: How many University founded in 1863? Context: CREATE TABLE table_19210115_1 (enrollment VARCHAR, founded VARCHAR) Answer:
SELECT COUNT(enrollment) FROM table_19210115_1 WHERE founded = 1863
Question: Where is the University that plays in the American Athletic Conference? Context: CREATE TABLE table_19210115_1 (location VARCHAR, conference VARCHAR) Answer:
SELECT location FROM table_19210115_1 WHERE conference = "American Athletic conference"
Question: What is the affiliation of the University called Explorers? Context: CREATE TABLE table_19210115_1 (affiliation VARCHAR, nickname VARCHAR) Answer:
SELECT affiliation FROM table_19210115_1 WHERE nickname = "Explorers"
Question: What is the nickname of Drexel University? Context: CREATE TABLE table_19210115_1 (nickname VARCHAR, institution VARCHAR) Answer:
SELECT nickname FROM table_19210115_1 WHERE institution = "Drexel University"
Question: What is the brand in Metro Manila? Context: CREATE TABLE table_19215259_1 (branding VARCHAR, location VARCHAR) Answer:
SELECT branding FROM table_19215259_1 WHERE location = "Metro Manila"
Question: What is the brand in Cabanatuan? Context: CREATE TABLE table_19215259_1 (branding VARCHAR, location VARCHAR) Answer:
SELECT branding FROM table_19215259_1 WHERE location = "Cabanatuan"
Question: What is the power at the cebu station? Context: CREATE TABLE table_19215259_1 (power__kw_ VARCHAR, location VARCHAR) Answer:
SELECT power__kw_ FROM table_19215259_1 WHERE location = "Cebu"
Question: What is the frequency of 101.5 News FM? Context: CREATE TABLE table_19215259_1 (frequency VARCHAR, branding VARCHAR) Answer:
SELECT frequency FROM table_19215259_1 WHERE branding = "101.5 News FM"