combined_text stringlengths 106 1.05k |
|---|
###question:From brand Yes! FM 101.1, what was the frequency?###answer:SELECT frequency FROM table_19874169_3 WHERE branding = "YES! FM 101.1"###context:CREATE TABLE table_19874169_3 (frequency VARCHAR, branding VARCHAR) |
###question:If the branding is Yes! FM 91.1 Boracay, what is the power?###answer:SELECT power__kw_ FROM table_19874169_3 WHERE branding = "YES! FM 91.1 Boracay"###context:CREATE TABLE table_19874169_3 (power__kw_ VARCHAR, branding VARCHAR) |
###question:If the call sign is DXYR, what is the branding?###answer:SELECT branding FROM table_19874169_3 WHERE callsign = "DXYR"###context:CREATE TABLE table_19874169_3 (branding VARCHAR, callsign VARCHAR) |
###question:When divisional semifinals are the playoffs what is the year?###answer:SELECT year FROM table_1986692_1 WHERE playoffs = "divisional Semifinals"###context:CREATE TABLE table_1986692_1 (year VARCHAR, playoffs VARCHAR) |
###question:When divisional finals are the playoffs what is the regular season?###answer:SELECT regular_season FROM table_1986692_1 WHERE playoffs = "divisional Finals"###context:CREATE TABLE table_1986692_1 (regular_season VARCHAR, playoffs VARCHAR) |
###question:When 1992 is the year how many divisions are there?###answer:SELECT COUNT(division) FROM table_1986692_1 WHERE year = "1992"###context:CREATE TABLE table_1986692_1 (division VARCHAR, year VARCHAR) |
###question:When final is the open cup what is the league?###answer:SELECT league FROM table_1986692_1 WHERE open_cup = "Final"###context:CREATE TABLE table_1986692_1 (league VARCHAR, open_cup VARCHAR) |
###question:When 1995 is the year what is the open cup?###answer:SELECT open_cup FROM table_1986692_1 WHERE year = "1995"###context:CREATE TABLE table_1986692_1 (open_cup VARCHAR, year VARCHAR) |
###question:When 2008 is the year how many divisions are there?###answer:SELECT COUNT(division) FROM table_1986692_1 WHERE year = "2008"###context:CREATE TABLE table_1986692_1 (division VARCHAR, year VARCHAR) |
###question:what is the least number of stumps in a game with 13 dismissals###answer:SELECT MIN(stumped) FROM table_19870086_24 WHERE dismissals = 13###context:CREATE TABLE table_19870086_24 (stumped INTEGER, dismissals VARCHAR) |
###question:what is the highest number of dismissals in a match with 8 innings###answer:SELECT COUNT(dismissals) FROM table_19870086_24 WHERE innings = 8###context:CREATE TABLE table_19870086_24 (dismissals VARCHAR, innings VARCHAR) |
###question:what is the rank of adam gilchrist###answer:SELECT COUNT(rank) FROM table_19870086_24 WHERE player = "Adam Gilchrist"###context:CREATE TABLE table_19870086_24 (rank VARCHAR, player VARCHAR) |
###question:Where is the ballpark of the Twins?###answer:SELECT location FROM table_1987995_5 WHERE team = "Twins"###context:CREATE TABLE table_1987995_5 (location VARCHAR, team VARCHAR) |
###question:How many locations have been used for ballparks named Memorial Stadium?###answer:SELECT COUNT(location) FROM table_1987995_5 WHERE ballpark = "Memorial Stadium"###context:CREATE TABLE table_1987995_5 (location VARCHAR, ballpark VARCHAR) |
###question:When was the park demolished in 1994 closed?###answer:SELECT MIN(closed) FROM table_1987995_5 WHERE demod = 1994###context:CREATE TABLE table_1987995_5 (closed INTEGER, demod VARCHAR) |
###question:Which flag was on the Green Marine's boat?###answer:SELECT flag FROM table_19872699_1 WHERE builder = "Green Marine"###context:CREATE TABLE table_19872699_1 (flag VARCHAR, builder VARCHAR) |
###question:Who build the boat where Ken Read was the skipper?###answer:SELECT builder FROM table_19872699_1 WHERE skipper = "Ken Read"###context:CREATE TABLE table_19872699_1 (builder VARCHAR, skipper VARCHAR) |
###question:Farr Yacht Design designed boats for how many country/flags?###answer:SELECT COUNT(flag) FROM table_19872699_1 WHERE design_firm = "Farr Yacht Design"###context:CREATE TABLE table_19872699_1 (flag VARCHAR, design_firm VARCHAR) |
###question:Who were the builders of the boat designed by Botin Carkeek?###answer:SELECT builder FROM table_19872699_1 WHERE design_firm = "Botin Carkeek"###context:CREATE TABLE table_19872699_1 (builder VARCHAR, design_firm VARCHAR) |
###question:In how many locations was the episode with the Bailey family filmed?###answer:SELECT COUNT(location_s_) FROM table_19897294_10 WHERE family_families = "The Bailey Family"###context:CREATE TABLE table_19897294_10 (location_s_ VARCHAR, family_families VARCHAR) |
###question:How many episodes with different season numbers had the Jeans family in them?###answer:SELECT COUNT(no_in_season) FROM table_19897294_10 WHERE family_families = "The Jeans Family"###context:CREATE TABLE table_19897294_10 (no_in_season VARCHAR, family_families VARCHAR) |
###question:When did the episode with the Ririe family air for the first time?###answer:SELECT original_air_date FROM table_19897294_10 WHERE family_families = "The Ririe Family"###context:CREATE TABLE table_19897294_10 (original_air_date VARCHAR, family_families VARCHAR) |
###question:Where was the episode with series number US9 filmed?###answer:SELECT location_s_ FROM table_19897294_10 WHERE no_in_series = "US9"###context:CREATE TABLE table_19897294_10 (location_s_ VARCHAR, no_in_series VARCHAR) |
###question:What's the season number of the episode with series number US6?###answer:SELECT MIN(no_in_season) FROM table_19897294_10 WHERE no_in_series = "US6"###context:CREATE TABLE table_19897294_10 (no_in_season INTEGER, no_in_series VARCHAR) |
###question:What family was featured in episode us14 of the series?###answer:SELECT family_families FROM table_19897294_11 WHERE no_in_series = "US14"###context:CREATE TABLE table_19897294_11 (family_families VARCHAR, no_in_series VARCHAR) |
###question:How many locations featured the Webb Family?###answer:SELECT COUNT(location_s_) FROM table_19897294_11 WHERE family_families = "The Webb Family"###context:CREATE TABLE table_19897294_11 (location_s_ VARCHAR, family_families VARCHAR) |
###question:What episode in the season was episode us17 in the series?###answer:SELECT COUNT(no_in_season) FROM table_19897294_11 WHERE no_in_series = "US17"###context:CREATE TABLE table_19897294_11 (no_in_season VARCHAR, no_in_series VARCHAR) |
###question:What episode in the season was episode us18 in the series?###answer:SELECT COUNT(no_in_season) FROM table_19897294_11 WHERE no_in_series = "US18"###context:CREATE TABLE table_19897294_11 (no_in_season VARCHAR, no_in_series VARCHAR) |
###question:What episode in the series was the Amaral family featured?###answer:SELECT no_in_series FROM table_19897294_11 WHERE family_families = "The Amaral Family"###context:CREATE TABLE table_19897294_11 (no_in_series VARCHAR, family_families VARCHAR) |
###question:Who is the round winner when entrant is craven mild racing?###answer:SELECT round_winner FROM table_19886463_1 WHERE entrant = "Craven Mild Racing"###context:CREATE TABLE table_19886463_1 (round_winner VARCHAR, entrant VARCHAR) |
###question:Who is the round winner of the wanneroo park circuit?###answer:SELECT round_winner FROM table_19886463_1 WHERE circuit = "Wanneroo Park"###context:CREATE TABLE table_19886463_1 (round_winner VARCHAR, circuit VARCHAR) |
###question:Which circuit has two heats as the format?###answer:SELECT circuit FROM table_19886463_1 WHERE format = "Two heats"###context:CREATE TABLE table_19886463_1 (circuit VARCHAR, format VARCHAR) |
###question:Name the original air date for the potter family###answer:SELECT original_air_date FROM table_19897294_16 WHERE family_families = "The Potter Family"###context:CREATE TABLE table_19897294_16 (original_air_date VARCHAR, family_families VARCHAR) |
###question:how many original air date where family/families is the ryder family and the schwartz family###answer:SELECT COUNT(original_air_date) FROM table_19897294_9 WHERE family_families = "The Ryder Family and The Schwartz Family"###context:CREATE TABLE table_19897294_9 (original_air_date VARCHAR, family_families V... |
###question:where was the abbas family and the pickering family located###answer:SELECT location_s_ FROM table_19897294_9 WHERE family_families = "The Abbas Family and The Pickering Family"###context:CREATE TABLE table_19897294_9 (location_s_ VARCHAR, family_families VARCHAR) |
###question:in which class is the position forward###answer:SELECT class FROM table_19897896_7 WHERE position = "Forward"###context:CREATE TABLE table_19897896_7 (class VARCHAR, position VARCHAR) |
###question:in which season the position was center###answer:SELECT season FROM table_19897896_7 WHERE position = "Center"###context:CREATE TABLE table_19897896_7 (season VARCHAR, position VARCHAR) |
###question:in which class was the ohio state university###answer:SELECT class FROM table_19897896_7 WHERE university = "Ohio state"###context:CREATE TABLE table_19897896_7 (class VARCHAR, university VARCHAR) |
###question:Name the number of families for uk30###answer:SELECT COUNT(family_families) FROM table_19897294_8 WHERE no_overall = "UK30"###context:CREATE TABLE table_19897294_8 (family_families VARCHAR, no_overall VARCHAR) |
###question:Name the number in series for in the ward family and the wren family###answer:SELECT MAX(no_in_series) FROM table_19897294_8 WHERE family_families = "The Ward Family and The Wren Family"###context:CREATE TABLE table_19897294_8 (no_in_series INTEGER, family_families VARCHAR) |
###question:Name the family for uk31###answer:SELECT family_families FROM table_19897294_8 WHERE no_overall = "UK31"###context:CREATE TABLE table_19897294_8 (family_families VARCHAR, no_overall VARCHAR) |
###question:Name the least number in series###answer:SELECT MIN(no_in_series) FROM table_19897294_8###context:CREATE TABLE table_19897294_8 (no_in_series INTEGER) |
###question:Name the number of locations for uk32###answer:SELECT COUNT(location_s_) FROM table_19897294_8 WHERE no_overall = "UK32"###context:CREATE TABLE table_19897294_8 (location_s_ VARCHAR, no_overall VARCHAR) |
###question:Name the air date for uk17###answer:SELECT original_air_date FROM table_19897294_5 WHERE no_overall = "UK17"###context:CREATE TABLE table_19897294_5 (original_air_date VARCHAR, no_overall VARCHAR) |
###question:Name the family/families uk17###answer:SELECT family_families FROM table_19897294_5 WHERE no_overall = "UK17"###context:CREATE TABLE table_19897294_5 (family_families VARCHAR, no_overall VARCHAR) |
###question:What is the number of the truck that has the crew chief Billy Wilburn?###answer:SELECT MAX(_number) FROM table_19908313_2 WHERE crew_chief = "Billy Wilburn"###context:CREATE TABLE table_19908313_2 (_number INTEGER, crew_chief VARCHAR) |
###question:What number truck is owned by Stephen Germain?###answer:SELECT _number FROM table_19908313_2 WHERE listed_owner_s_ = "Stephen Germain"###context:CREATE TABLE table_19908313_2 (_number VARCHAR, listed_owner_s_ VARCHAR) |
###question:What team is sponsored by d3 Outdoors?###answer:SELECT team FROM table_19908313_2 WHERE primary_sponsor_s_ = "D3 Outdoors"###context:CREATE TABLE table_19908313_2 (team VARCHAR, primary_sponsor_s_ VARCHAR) |
###question:How many teams does Jeff Wyler own?###answer:SELECT COUNT(team) FROM table_19908313_2 WHERE listed_owner_s_ = "Jeff Wyler"###context:CREATE TABLE table_19908313_2 (team VARCHAR, listed_owner_s_ VARCHAR) |
###question:Who is the primary sponsor for crew cheif Rick Ren's team?###answer:SELECT primary_sponsor_s_ FROM table_19908313_2 WHERE crew_chief = "Rick Ren"###context:CREATE TABLE table_19908313_2 (primary_sponsor_s_ VARCHAR, crew_chief VARCHAR) |
###question:Who sponsors owner Bobby Dotter's team?###answer:SELECT primary_sponsor_s_ FROM table_19908313_2 WHERE listed_owner_s_ = "Bobby Dotter"###context:CREATE TABLE table_19908313_2 (primary_sponsor_s_ VARCHAR, listed_owner_s_ VARCHAR) |
###question:What's the price of the team whose captain is Sanath Jayasuriya?###answer:SELECT price FROM table_19905183_1 WHERE captain = "Sanath Jayasuriya"###context:CREATE TABLE table_19905183_1 (price VARCHAR, captain VARCHAR) |
###question:What team is from the Eastern province?###answer:SELECT team FROM table_19905183_1 WHERE province = "Eastern"###context:CREATE TABLE table_19905183_1 (team VARCHAR, province VARCHAR) |
###question:Who's the head coach of the team with a price of $3.22 million?###answer:SELECT head_coach FROM table_19905183_1 WHERE price = "$3.22 million"###context:CREATE TABLE table_19905183_1 (head_coach VARCHAR, price VARCHAR) |
###question:In how many teams is Waqar Younis the head coach?###answer:SELECT COUNT(team) FROM table_19905183_1 WHERE head_coach = "Waqar Younis"###context:CREATE TABLE table_19905183_1 (team VARCHAR, head_coach VARCHAR) |
###question:What province does the Ruhuna Royals team come from?###answer:SELECT province FROM table_19905183_1 WHERE team = "Ruhuna Royals"###context:CREATE TABLE table_19905183_1 (province VARCHAR, team VARCHAR) |
###question:When was Alexey Kuleshov born?###answer:SELECT birth_date FROM table_19900792_1 WHERE player = "Alexey Kuleshov"###context:CREATE TABLE table_19900792_1 (birth_date VARCHAR, player VARCHAR) |
###question:What is the trigger pack on the Colt 602 with the a1 rear sight type? ###answer:SELECT trigger_pack FROM table_19901_1 WHERE rear_sight_type = "A1" AND colt_model_no = "602"###context:CREATE TABLE table_19901_1 (trigger_pack VARCHAR, rear_sight_type VARCHAR, colt_model_no VARCHAR) |
###question:What is the rear sight type on the model with the acr muzzle brake device? ###answer:SELECT rear_sight_type FROM table_19901_1 WHERE muzzle_device = "ACR muzzle brake"###context:CREATE TABLE table_19901_1 (rear_sight_type VARCHAR, muzzle_device VARCHAR) |
###question:Which muzzle devices are on the Colt 603? ###answer:SELECT muzzle_device FROM table_19901_1 WHERE colt_model_no = "603"###context:CREATE TABLE table_19901_1 (muzzle_device VARCHAR, colt_model_no VARCHAR) |
###question:How many millions of people in the US watched the episode with season number 8?###answer:SELECT us_viewers__millions_ FROM table_19925114_1 WHERE no_in_season = 8###context:CREATE TABLE table_19925114_1 (us_viewers__millions_ VARCHAR, no_in_season VARCHAR) |
###question:How many episodes had the series number of 38?###answer:SELECT COUNT(directed_by) FROM table_19925114_1 WHERE no_in_series = 38###context:CREATE TABLE table_19925114_1 (directed_by VARCHAR, no_in_series VARCHAR) |
###question:How many different numbers of people in the US who'd seen the episode with a season number 8 are there?###answer:SELECT COUNT(us_viewers__millions_) FROM table_19925114_1 WHERE no_in_season = 8###context:CREATE TABLE table_19925114_1 (us_viewers__millions_ VARCHAR, no_in_season VARCHAR) |
###question:Name the rufus guest for 15 december 2008###answer:SELECT COUNT(rufus_guest) FROM table_19930660_1 WHERE first_broadcast = "15 December 2008"###context:CREATE TABLE table_19930660_1 (rufus_guest VARCHAR, first_broadcast VARCHAR) |
###question:Name the winner for jason byrne###answer:SELECT winner FROM table_19930660_1 WHERE marcus_guest = "Jason Byrne"###context:CREATE TABLE table_19930660_1 (winner VARCHAR, marcus_guest VARCHAR) |
###question:Name the rufus guest for episode 1x07###answer:SELECT rufus_guest FROM table_19930660_1 WHERE episode = "1x07"###context:CREATE TABLE table_19930660_1 (rufus_guest VARCHAR, episode VARCHAR) |
###question:Name the winner for 26 january 2009###answer:SELECT winner FROM table_19930660_1 WHERE first_broadcast = "26 January 2009"###context:CREATE TABLE table_19930660_1 (winner VARCHAR, first_broadcast VARCHAR) |
###question:When was episode 2x11 aired for the first time?###answer:SELECT first_broadcast FROM table_19930660_2 WHERE episode = "2x11"###context:CREATE TABLE table_19930660_2 (first_broadcast VARCHAR, episode VARCHAR) |
###question:Who won the episode in which Sean Lock was Rufus's guest?###answer:SELECT winner FROM table_19930660_2 WHERE rufus_guest = "Sean Lock"###context:CREATE TABLE table_19930660_2 (winner VARCHAR, rufus_guest VARCHAR) |
###question:When was the episode 2x10 aired for the first time?###answer:SELECT first_broadcast FROM table_19930660_2 WHERE episode = "2x10"###context:CREATE TABLE table_19930660_2 (first_broadcast VARCHAR, episode VARCHAR) |
###question:Who was Marcus's guest in the episode when Rufus's guest was Rory McGrath?###answer:SELECT marcus_guest FROM table_19930660_2 WHERE rufus_guest = "Rory McGrath"###context:CREATE TABLE table_19930660_2 (marcus_guest VARCHAR, rufus_guest VARCHAR) |
###question:How many items were under ranking l.a.(2) when the world ranking was 21st?###answer:SELECT COUNT(ranking_la__2_) FROM table_19948664_2 WHERE world_ranking__1_ = "21st"###context:CREATE TABLE table_19948664_2 (ranking_la__2_ VARCHAR, world_ranking__1_ VARCHAR) |
###question:What was the author/editor/source when the l.a. ranking was 1st?###answer:SELECT author___editor___source FROM table_19948664_2 WHERE ranking_la__2_ = "1st"###context:CREATE TABLE table_19948664_2 (author___editor___source VARCHAR, ranking_la__2_ VARCHAR) |
###question:How many years were listed under index when there were 157 countries sampled?###answer:SELECT COUNT(index__year_) FROM table_19948664_2 WHERE countries_sampled = 157###context:CREATE TABLE table_19948664_2 (index__year_ VARCHAR, countries_sampled VARCHAR) |
###question:What was the publication year ranking l.a. is 1st?###answer:SELECT year_of_publication FROM table_19948664_2 WHERE ranking_la__2_ = "1st"###context:CREATE TABLE table_19948664_2 (year_of_publication VARCHAR, ranking_la__2_ VARCHAR) |
###question:How many years were recorded when world ranking was 21st?###answer:SELECT COUNT(index__year_) FROM table_19948664_2 WHERE world_ranking__1_ = "21st"###context:CREATE TABLE table_19948664_2 (index__year_ VARCHAR, world_ranking__1_ VARCHAR) |
###question:What Wireless LAN had a process technology of 90nm and a Carmel centrino?###answer:SELECT wireless_lan FROM table_199666_1 WHERE process_technology = "90nm" AND centrino = "Carmel"###context:CREATE TABLE table_199666_1 (wireless_lan VARCHAR, process_technology VARCHAR, centrino VARCHAR) |
###question:How many series had the chipset of the Intel Centrino Ultimate-N 6300 wireless LAN with the codename Arrandale?###answer:SELECT chipset FROM table_199666_1 WHERE codename = "Arrandale" AND wireless_lan = "Intel centrino Ultimate-N 6300"###context:CREATE TABLE table_199666_1 (chipset VARCHAR, codename VARCHA... |
###question:What's the process technology of the Intel WiFi Link 5100 wireless LAN?###answer:SELECT process_technology FROM table_199666_1 WHERE wireless_lan = "Intel WiFi Link 5100"###context:CREATE TABLE table_199666_1 (process_technology VARCHAR, wireless_lan VARCHAR) |
###question:What type of processor does the Intel Centrino Wireless-N 105 wireless LAN have?###answer:SELECT processor FROM table_199666_1 WHERE wireless_lan = "Intel centrino Wireless-N 105"###context:CREATE TABLE table_199666_1 (processor VARCHAR, wireless_lan VARCHAR) |
###question:What's the code name of the wireless LAN with Chief River Centrino?###answer:SELECT codename FROM table_199666_1 WHERE centrino = "Chief River"###context:CREATE TABLE table_199666_1 (codename VARCHAR, centrino VARCHAR) |
###question:on 19 april 1985 how many of number last flew###answer:SELECT COUNT(number) FROM table_1997759_1 WHERE last_flew = "19 April 1985"###context:CREATE TABLE table_1997759_1 (number VARCHAR, last_flew VARCHAR) |
###question:what is the registration located on 31 january 1975 where first flew?###answer:SELECT registration FROM table_1997759_1 WHERE first_flew = "31 January 1975"###context:CREATE TABLE table_1997759_1 (registration VARCHAR, first_flew VARCHAR) |
###question:at what location is the last flew on 11 june 2000###answer:SELECT location FROM table_1997759_1 WHERE last_flew = "11 June 2000"###context:CREATE TABLE table_1997759_1 (location VARCHAR, last_flew VARCHAR) |
###question:how many number is located at registration f-bvff?###answer:SELECT COUNT(number) FROM table_1997759_1 WHERE registration = "F-BVFF"###context:CREATE TABLE table_1997759_1 (number VARCHAR, registration VARCHAR) |
###question:Who is the television commentator when the radio commentator is Galyna Babiy?###answer:SELECT television_commentator FROM table_1998037_9 WHERE radio_commentator = "Galyna Babiy"###context:CREATE TABLE table_1998037_9 (television_commentator VARCHAR, radio_commentator VARCHAR) |
###question:Who is the television commentator when the spokesperson is Kateryna Osadcha?###answer:SELECT television_commentator FROM table_1998037_9 WHERE spokesperson = "Kateryna Osadcha"###context:CREATE TABLE table_1998037_9 (television_commentator VARCHAR, spokesperson VARCHAR) |
###question:What is the year when the spoksperson is Ruslana?###answer:SELECT MIN(year_s_) FROM table_1998037_9 WHERE spokesperson = "Ruslana"###context:CREATE TABLE table_1998037_9 (year_s_ INTEGER, spokesperson VARCHAR) |
###question:Who is the television commentator for the year 2006?###answer:SELECT television_commentator FROM table_1998037_9 WHERE year_s_ = 2006###context:CREATE TABLE table_1998037_9 (television_commentator VARCHAR, year_s_ VARCHAR) |
###question:What is the season number of the episode seen by 10.11 million people in the US?###answer:SELECT no_in_season FROM table_19995378_1 WHERE us_viewers__millions_ = "10.11"###context:CREATE TABLE table_19995378_1 (no_in_season VARCHAR, us_viewers__millions_ VARCHAR) |
###question:How many episodes with different series numbers were seen by 8.69 people in the US?###answer:SELECT COUNT(no_in_season) FROM table_19995378_1 WHERE us_viewers__millions_ = "8.69"###context:CREATE TABLE table_19995378_1 (no_in_season VARCHAR, us_viewers__millions_ VARCHAR) |
###question:If the language is only native, what is the percentage of the San Antonio de Lomerio municipality?###answer:SELECT san_antonio_de_lomerío_municipality___percentage_ FROM table_19998428_3 WHERE language = "Only native"###context:CREATE TABLE table_19998428_3 (san_antonio_de_lomerío_municipality___percentage_... |
###question:For language Aymara Simi, what was the maximum San Javier municipality percentage?###answer:SELECT MAX(san_javier_municipality___percentage_) FROM table_19998428_3 WHERE language = "Aymara simi"###context:CREATE TABLE table_19998428_3 (san_javier_municipality___percentage_ INTEGER, language VARCHAR) |
###question:If the San Antonio de Lomerio municipality percentage is 5.480, what is the total percentage for the San Julian municipality?###answer:SELECT COUNT(san_julián_municipality___percentage_) FROM table_19998428_3 WHERE san_antonio_de_lomerío_municipality___percentage_ = "5.480"###context:CREATE TABLE table_1999... |
###question:What is the municipality percentage for San Antonio de Lomerio is San Javier municipality percentage is 31?###answer:SELECT san_antonio_de_lomerío_municipality___percentage_ FROM table_19998428_3 WHERE san_javier_municipality___percentage_ = 31###context:CREATE TABLE table_19998428_3 (san_antonio_de_lomerío... |
###question:If the Cuatro Cañadas municipality percentage is 252, what are all the San Antonio de Lomerío municipality percentage?###answer:SELECT san_antonio_de_lomerío_municipality___percentage_ FROM table_19998428_3 WHERE cuatro_cañadas_municipality___percentage_ = "252"###context:CREATE TABLE table_19998428_3 (san_... |
###question:What is the San Javier municipality percentage if the Cuatro Cañadas municipality percentage is 202?###answer:SELECT san_javier_municipality___percentage_ FROM table_19998428_3 WHERE cuatro_cañadas_municipality___percentage_ = "202"###context:CREATE TABLE table_19998428_3 (san_javier_municipality___percenta... |
###question:How many total number have robert young as the director?###answer:SELECT COUNT(_number) FROM table_19982699_1 WHERE director = "Robert Young"###context:CREATE TABLE table_19982699_1 (_number VARCHAR, director VARCHAR) |
###question:How many numbers have Charles Salmon as the producer and January 27, 2007 was the television premiere?###answer:SELECT MIN(_number) FROM table_19982699_1 WHERE producer = "Charles Salmon" AND television_premiere = "January 27, 2007"###context:CREATE TABLE table_19982699_1 (_number INTEGER, producer VARCHAR,... |
###question:How many dvd releases where directed by david decoteau?###answer:SELECT COUNT(dvd_release) FROM table_19982699_1 WHERE director = "David DeCoteau"###context:CREATE TABLE table_19982699_1 (dvd_release VARCHAR, director VARCHAR) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.