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