answer
stringlengths 32
484
| context
stringlengths 27
489
| question
stringlengths 12
244
|
---|---|---|
SELECT branding FROM table_2610582_3 WHERE callsign = "DWBA-TV"
|
CREATE TABLE table_2610582_3 (branding VARCHAR, callsign VARCHAR)
|
What is the branding of the callsign DWBA-TV?
|
SELECT station_type FROM table_2610582_3 WHERE callsign = "DWMC-TV"
|
CREATE TABLE table_2610582_3 (station_type VARCHAR, callsign VARCHAR)
|
What is the station type of DWMC-TV?
|
SELECT location__transmitter_site_ FROM table_2610582_3 WHERE power_kw__erp_ = "5kW (10kW ERP)"
|
CREATE TABLE table_2610582_3 (location__transmitter_site_ VARCHAR, power_kw__erp_ VARCHAR)
|
What is the location that has a power of 5kw (10kw ERP)?
|
SELECT power_kw__erp_ FROM table_2610582_3 WHERE ch__number = "TV-23" AND callsign = "DYCG-TV"
|
CREATE TABLE table_2610582_3 (power_kw__erp_ VARCHAR, ch__number VARCHAR, callsign VARCHAR)
|
What is the power, in kW, of channel TV-23, callsign DYCG-TV?
|
SELECT power__kw_ FROM table_2610582_7 WHERE location = "General Santos"
|
CREATE TABLE table_2610582_7 (power__kw_ VARCHAR, location VARCHAR)
|
What's the power for General Santos?
|
SELECT branding FROM table_2610582_7 WHERE callsign = "DYTC-FM"
|
CREATE TABLE table_2610582_7 (branding VARCHAR, callsign VARCHAR)
|
What bran is the callsign dytc-fm?
|
SELECT frequency FROM table_2610582_7 WHERE callsign = "DXEC-FM"
|
CREATE TABLE table_2610582_7 (frequency VARCHAR, callsign VARCHAR)
|
What frequency is dxec-fm?
|
SELECT opponent FROM table_26108103_2 WHERE rushing_yards = 117
|
CREATE TABLE table_26108103_2 (opponent VARCHAR, rushing_yards VARCHAR)
|
Who was the opponent when there was 117 rushing yards?
|
SELECT MIN(year) FROM table_26108103_2
|
CREATE TABLE table_26108103_2 (year INTEGER)
|
What was the earliest year?
|
SELECT opponent FROM table_26108103_2 WHERE rushing_yards = 81
|
CREATE TABLE table_26108103_2 (opponent VARCHAR, rushing_yards VARCHAR)
|
Who was the opponent when there was 81 rushing yards?
|
SELECT rushing_yards FROM table_26108103_2 WHERE opponent = "Indiana" AND passing_yards = 503
|
CREATE TABLE table_26108103_2 (rushing_yards VARCHAR, opponent VARCHAR, passing_yards VARCHAR)
|
How many rushing yards where there when the opponent was Indiana and there was 503 passing yards?
|
SELECT opponent FROM table_26108103_2 WHERE player = "Devin Gardner"
|
CREATE TABLE table_26108103_2 (opponent VARCHAR, player VARCHAR)
|
Who was the opponent when Devin Gardner was the player?
|
SELECT points FROM table_26124171_1 WHERE team = "Pole Services"
|
CREATE TABLE table_26124171_1 (points VARCHAR, team VARCHAR)
|
How many points were scored on pole services?
|
SELECT team FROM table_26124171_1 WHERE series = "Championnat de France Formula Renault 2.0"
|
CREATE TABLE table_26124171_1 (team VARCHAR, series VARCHAR)
|
How many teams were in the series championnat de france formula renault 2.0?
|
SELECT area__km_2__ FROM table_261222_1 WHERE population__2010_ = 153085
|
CREATE TABLE table_261222_1 (area__km_2__ VARCHAR, population__2010_ VARCHAR)
|
What is the area (km2) for the place with a 2010 population of 153085?
|
SELECT COUNT(city___municipality) FROM table_261222_1 WHERE area__km_2__ = "506.64"
|
CREATE TABLE table_261222_1 (city___municipality VARCHAR, area__km_2__ VARCHAR)
|
How many city/municipalties have an area (km2) of 506.64?
|
SELECT COUNT(population__2010_) FROM table_261222_1 WHERE area__km_2__ = "409.41"
|
CREATE TABLE table_261222_1 (population__2010_ VARCHAR, area__km_2__ VARCHAR)
|
How many places have an area of 409.41 (km2)?
|
SELECT date_of_creation FROM table_261222_1 WHERE city___municipality = "Kibawe"
|
CREATE TABLE table_261222_1 (date_of_creation VARCHAR, city___municipality VARCHAR)
|
What day was kibawe created?
|
SELECT COUNT(area__km_2__) FROM table_261222_1 WHERE city___municipality = "Manolo Fortich"
|
CREATE TABLE table_261222_1 (area__km_2__ VARCHAR, city___municipality VARCHAR)
|
How many places are named manolo fortich?
|
SELECT position FROM table_26141160_2 WHERE team = "Dallas Burn"
|
CREATE TABLE table_26141160_2 (position VARCHAR, team VARCHAR)
|
Dallas Burn's draft pick was which position?
|
SELECT written_by FROM table_26136228_3 WHERE us_viewers__millions_ = "1.08"
|
CREATE TABLE table_26136228_3 (written_by VARCHAR, us_viewers__millions_ VARCHAR)
|
Who wrote the episode that had 1.08 million U.S. viewers?
|
SELECT directed_by FROM table_26136228_3 WHERE series_no = 11
|
CREATE TABLE table_26136228_3 (directed_by VARCHAR, series_no VARCHAR)
|
Who directed episode 11 in the series?
|
SELECT MAX(episode_no) FROM table_26136228_3 WHERE us_viewers__millions_ = "1.05"
|
CREATE TABLE table_26136228_3 (episode_no INTEGER, us_viewers__millions_ VARCHAR)
|
What episode number in the season had 1.05 million U.S. viewers?
|
SELECT title FROM table_26139405_1 WHERE viewers__in_millions_ = "8.51"
|
CREATE TABLE table_26139405_1 (title VARCHAR, viewers__in_millions_ VARCHAR)
|
What is the name of the episode that had 8.51 million viewers?
|
SELECT writer FROM table_26139405_1 WHERE episode__number = 26
|
CREATE TABLE table_26139405_1 (writer VARCHAR, episode__number VARCHAR)
|
Who wrote episode 26 in the series?
|
SELECT g__μs_km_ FROM table_261642_3 WHERE frequency__hz_ = "100k"
|
CREATE TABLE table_261642_3 (g__μs_km_ VARCHAR, frequency__hz_ VARCHAR)
|
What is the g (μs/km)when the frequency (hz) is 100k?
|
SELECT r__ω_km_ FROM table_261642_3 WHERE frequency__hz_ = "10k"
|
CREATE TABLE table_261642_3 (r__ω_km_ VARCHAR, frequency__hz_ VARCHAR)
|
What is the r (ω/km) when the frequency is 10k?
|
SELECT c__nf_km_ FROM table_261642_3 WHERE r__ω_km_ = "463.59"
|
CREATE TABLE table_261642_3 (c__nf_km_ VARCHAR, r__ω_km_ VARCHAR)
|
What is the c (nf/km) when the r (ω/km) is 463.59?
|
SELECT c__nf_km_ FROM table_261642_3 WHERE l__mh_km_ = "0.6099"
|
CREATE TABLE table_261642_3 (c__nf_km_ VARCHAR, l__mh_km_ VARCHAR)
|
what is the c (nf/km) when the l (mh/km) is 0.6099?
|
SELECT frequency__hz_ FROM table_261642_3 WHERE g__μs_km_ = "53.205"
|
CREATE TABLE table_261642_3 (frequency__hz_ VARCHAR, g__μs_km_ VARCHAR)
|
what is the frequency (hz) when the g (μs/km) is 53.205?
|
SELECT imports FROM table_26160007_1 WHERE country = "United Arab Emirates"
|
CREATE TABLE table_26160007_1 (imports VARCHAR, country VARCHAR)
|
In the country United Arab Emirates, what is the number of imports?
|
SELECT total_trade FROM table_26160007_1 WHERE exports = "6,099.06"
|
CREATE TABLE table_26160007_1 (total_trade VARCHAR, exports VARCHAR)
|
Where the number of exports are 6,099.06, what is the total trade?
|
SELECT country FROM table_26160007_1 WHERE exports = "1,278.13"
|
CREATE TABLE table_26160007_1 (country VARCHAR, exports VARCHAR)
|
In which country are there 1,278.13 exports?
|
SELECT exports FROM table_26160007_1 WHERE total_trade = "14,954.86"
|
CREATE TABLE table_26160007_1 (exports VARCHAR, total_trade VARCHAR)
|
Where the total trade is 14,954.86, what are the exports?
|
SELECT total_trade FROM table_26160007_1 WHERE country = "Switzerland"
|
CREATE TABLE table_26160007_1 (total_trade VARCHAR, country VARCHAR)
|
In the country Switzerland, what is the total trade?
|
SELECT total_trade FROM table_26160007_1 WHERE exports = "13,608.65"
|
CREATE TABLE table_26160007_1 (total_trade VARCHAR, exports VARCHAR)
|
Where the exports is 13,608.65, what is the total trade?
|
SELECT location FROM table_26144632_1 WHERE dates = "Jul 8-11"
|
CREATE TABLE table_26144632_1 (location VARCHAR, dates VARCHAR)
|
What is the location for tournament on Jul 8-11?
|
SELECT dates FROM table_26144632_1 WHERE location = "Hokkaidō" AND prize_fund___¥__ = 150000000
|
CREATE TABLE table_26144632_1 (dates VARCHAR, location VARCHAR, prize_fund___¥__ VARCHAR)
|
What is the date of the tournament at Hokkaidō with prize of ¥150000000?
|
SELECT prize_fund___¥__ FROM table_26144632_1 WHERE location = "Ibaraki"
|
CREATE TABLE table_26144632_1 (prize_fund___¥__ VARCHAR, location VARCHAR)
|
What is the prize for the tournament at Ibaraki?
|
SELECT COUNT(title) FROM table_26150013_1 WHERE original_air_date = "April 3, 2012"
|
CREATE TABLE table_26150013_1 (title VARCHAR, original_air_date VARCHAR)
|
How many titles are there for the original air date April 3, 2012?
|
SELECT location FROM table_26166836_2 WHERE distance = "Marathon" AND month_held = "February"
|
CREATE TABLE table_26166836_2 (location VARCHAR, distance VARCHAR, month_held VARCHAR)
|
What are all of the area where distance is marathon and month held is february
|
SELECT COUNT(country) FROM table_26166836_2 WHERE road_race = "Ottawa Marathon"
|
CREATE TABLE table_26166836_2 (country VARCHAR, road_race VARCHAR)
|
What's the whole range of united states where road race is ottawa marathon
|
SELECT road_race FROM table_26166836_3 WHERE country = "Germany" AND month_held = "May"
|
CREATE TABLE table_26166836_3 (road_race VARCHAR, country VARCHAR, month_held VARCHAR)
|
What race is held in Germany in the month of May?
|
SELECT COUNT(month_held) FROM table_26166836_3 WHERE distance = "Marathon" AND location = "Brighton"
|
CREATE TABLE table_26166836_3 (month_held VARCHAR, distance VARCHAR, location VARCHAR)
|
How many times a year is the Brighton Marathon held?
|
SELECT month_held FROM table_26166836_3 WHERE location = "Paris"
|
CREATE TABLE table_26166836_3 (month_held VARCHAR, location VARCHAR)
|
What month is the Paris 20k Road Race held?
|
SELECT COUNT(month_held) FROM table_26166836_3 WHERE road_race = "Paris 20K"
|
CREATE TABLE table_26166836_3 (month_held VARCHAR, road_race VARCHAR)
|
How many times a year is the Paris 20k road race held?
|
SELECT road_race FROM table_26166836_3 WHERE location = "Omsk"
|
CREATE TABLE table_26166836_3 (road_race VARCHAR, location VARCHAR)
|
What is the name of the road race held in Omsk, Russia?
|
SELECT amman FROM table_26173058_2 WHERE qadisiya = "2-1"
|
CREATE TABLE table_26173058_2 (amman VARCHAR, qadisiya VARCHAR)
|
what is the place where the location is 2-1
|
SELECT qadisiya FROM table_26173058_2 WHERE × = "ramtha"
|
CREATE TABLE table_26173058_2 (qadisiya VARCHAR, × VARCHAR)
|
what is the capital where it is ramtha
|
SELECT ahli FROM table_26173058_2 WHERE ramtha = "1-0"
|
CREATE TABLE table_26173058_2 (ahli VARCHAR, ramtha VARCHAR)
|
what is the location where the record is 1-0
|
SELECT ramtha FROM table_26173058_2 WHERE ahli = "1-1"
|
CREATE TABLE table_26173058_2 (ramtha VARCHAR, ahli VARCHAR)
|
what is the score where the record is 1-1
|
SELECT × FROM table_26173058_2 WHERE jeel = "1-1" AND ramtha = "1-1"
|
CREATE TABLE table_26173058_2 (× VARCHAR, jeel VARCHAR, ramtha VARCHAR)
|
what the team where the record is 1-1 and the player is 1-1
|
SELECT COUNT(amman) FROM table_26173058_2 WHERE wehdat = "0-1"
|
CREATE TABLE table_26173058_2 (amman VARCHAR, wehdat VARCHAR)
|
what is the number of teams where the record is 0-1
|
SELECT location FROM table_26166836_1 WHERE road_race = "Istanbul Marathon"
|
CREATE TABLE table_26166836_1 (location VARCHAR, road_race VARCHAR)
|
Where was the istanbul marathon?
|
SELECT distance FROM table_26166836_1 WHERE road_race = "Great Manchester Run"
|
CREATE TABLE table_26166836_1 (distance VARCHAR, road_race VARCHAR)
|
How long was the great manchester run?
|
SELECT country FROM table_26166836_1 WHERE road_race = "Xiamen International Marathon"
|
CREATE TABLE table_26166836_1 (country VARCHAR, road_race VARCHAR)
|
In which country was the xiamen international marathon?
|
SELECT location FROM table_26166836_1 WHERE road_race = "Berlin Marathon"
|
CREATE TABLE table_26166836_1 (location VARCHAR, road_race VARCHAR)
|
In which city was the berlin marathon?
|
SELECT COUNT(road_race) FROM table_26166836_1 WHERE country = "Japan" AND location = "Fukuoka"
|
CREATE TABLE table_26166836_1 (road_race VARCHAR, country VARCHAR, location VARCHAR)
|
How many races were in fukuoka, japan?
|
SELECT COUNT(no_in_series) FROM table_26168687_3 WHERE vessel_operator = "Canadian Coast Guard"
|
CREATE TABLE table_26168687_3 (no_in_series VARCHAR, vessel_operator VARCHAR)
|
How many times is the vessel operator canadian coast guard?
|
SELECT vessel_type FROM table_26168687_3 WHERE vessel_operator = "Jumbo Shipping"
|
CREATE TABLE table_26168687_3 (vessel_type VARCHAR, vessel_operator VARCHAR)
|
What is the vessel type for vessel operator Jumbo shipping?
|
SELECT narrated_by FROM table_26168687_3 WHERE vessel_operator = "De Beers"
|
CREATE TABLE table_26168687_3 (narrated_by VARCHAR, vessel_operator VARCHAR)
|
Who narrated when the vessel operator is de beers?
|
SELECT COUNT(no_in_series) FROM table_2618061_1 WHERE production_code = 66210
|
CREATE TABLE table_2618061_1 (no_in_series VARCHAR, production_code VARCHAR)
|
How many episodes had the production code 66210?
|
SELECT COUNT(written_by) FROM table_2618061_1 WHERE directed_by = "James Quinn"
|
CREATE TABLE table_2618061_1 (written_by VARCHAR, directed_by VARCHAR)
|
How many episodes were directed by james quinn?
|
SELECT title FROM table_2618061_1 WHERE directed_by = "Daniel Sackheim"
|
CREATE TABLE table_2618061_1 (title VARCHAR, directed_by VARCHAR)
|
What is the title of the episode written by daniel sackheim?
|
SELECT MIN(brup) FROM table_26176081_29 WHERE long = 94
|
CREATE TABLE table_26176081_29 (brup INTEGER, long VARCHAR)
|
What is the lowest brup when long is 94?
|
SELECT MIN(gp) FROM table_26176081_29
|
CREATE TABLE table_26176081_29 (gp INTEGER)
|
What is the lowest gp?
|
SELECT MAX(ff) FROM table_26176081_29 WHERE solo = 56
|
CREATE TABLE table_26176081_29 (ff INTEGER, solo VARCHAR)
|
What is the highest ff when solo is 56?
|
SELECT name FROM table_26176081_29 WHERE tfl_yds = "2-2"
|
CREATE TABLE table_26176081_29 (name VARCHAR, tfl_yds VARCHAR)
|
What is the name when tfl-yds is 2-2?
|
SELECT no_yds FROM table_26176081_29 WHERE no_yds = "1-13"
|
CREATE TABLE table_26176081_29 (no_yds VARCHAR)
|
What is no-yds when no.-yds is 1-13?
|
SELECT MAX(f_laps) FROM table_26178824_1
|
CREATE TABLE table_26178824_1 (f_laps INTEGER)
|
what are the maximum f/laps?
|
SELECT wins FROM table_26178824_1 WHERE series = "Formula Renault 2.0 NEC" AND position = "18th"
|
CREATE TABLE table_26178824_1 (wins VARCHAR, series VARCHAR, position VARCHAR)
|
how many wins had series formula renault 2.0 nec and the position is 18th?
|
SELECT MIN(poles) FROM table_26178824_1
|
CREATE TABLE table_26178824_1 (poles INTEGER)
|
what are the minimum poles?
|
SELECT original_air_date FROM table_2618072_1 WHERE written_by = "Michael S. Chernuchin & Joe Morgenstern"
|
CREATE TABLE table_2618072_1 (original_air_date VARCHAR, written_by VARCHAR)
|
When was the original air date written by michael s. chernuchin & joe morgenstern?
|
SELECT directed_by FROM table_2618072_1 WHERE production_code = 67425
|
CREATE TABLE table_2618072_1 (directed_by VARCHAR, production_code VARCHAR)
|
Who is the directed by when the production code is 67425?
|
SELECT COUNT(title) FROM table_2618119_1 WHERE directed_by = "Matthew Penn" AND no_in_series = 143
|
CREATE TABLE table_2618119_1 (title VARCHAR, directed_by VARCHAR, no_in_series VARCHAR)
|
How many titles have directors of matthew Penn and number in series of 143?
|
SELECT COUNT(no_in_series) FROM table_2618119_1 WHERE no_in_season = 8
|
CREATE TABLE table_2618119_1 (no_in_series VARCHAR, no_in_season VARCHAR)
|
How many numbers in series were for the number in season of 8?
|
SELECT directed_by FROM table_2618113_1 WHERE production_code = "K0122"
|
CREATE TABLE table_2618113_1 (directed_by VARCHAR, production_code VARCHAR)
|
Who directed k0122?
|
SELECT MAX(no_in_season) FROM table_2618113_1 WHERE production_code = "K0104"
|
CREATE TABLE table_2618113_1 (no_in_season INTEGER, production_code VARCHAR)
|
Which season had k0104?
|
SELECT original_air_date FROM table_2618113_1 WHERE production_code = "K0120"
|
CREATE TABLE table_2618113_1 (original_air_date VARCHAR, production_code VARCHAR)
|
What was the airdate of k0120?
|
SELECT institution FROM table_261927_1 WHERE nickname = "Seahawks"
|
CREATE TABLE table_261927_1 (institution VARCHAR, nickname VARCHAR)
|
What is the institution with the nickname seahawks?
|
SELECT colors FROM table_261927_1 WHERE nickname = "Engineers"
|
CREATE TABLE table_261927_1 (colors VARCHAR, nickname VARCHAR)
|
What is the colors for the nickname engineers?
|
SELECT COUNT(institution) FROM table_261927_1 WHERE colors = "Blue & Gold"
|
CREATE TABLE table_261927_1 (institution VARCHAR, colors VARCHAR)
|
How many have the colors blue & gold?
|
SELECT institution FROM table_261927_1 WHERE nickname = "Engineers"
|
CREATE TABLE table_261927_1 (institution VARCHAR, nickname VARCHAR)
|
What is the institution with the nickname engineers?
|
SELECT enrollment FROM table_261927_1 WHERE colors = "Green & Black"
|
CREATE TABLE table_261927_1 (enrollment VARCHAR, colors VARCHAR)
|
What is the enrollment for the colors green & black?
|
SELECT institution FROM table_261906_2 WHERE location = "Wilkes-Barre, Pennsylvania"
|
CREATE TABLE table_261906_2 (institution VARCHAR, location VARCHAR)
|
What institution(s) are located in wilkes-barre, pennsylvania?
|
SELECT MAX(enrollment) FROM table_261906_2 WHERE joined_mac = 1997
|
CREATE TABLE table_261906_2 (enrollment INTEGER, joined_mac VARCHAR)
|
What is the highest enrollment schools that joined the mac in 1997?
|
SELECT MAX(joined_mac) FROM table_261906_2 WHERE institution = "Delaware Valley College"
|
CREATE TABLE table_261906_2 (joined_mac INTEGER, institution VARCHAR)
|
What is the enrollment at delaware valley college?
|
SELECT MIN(joined_mac) FROM table_261906_2 WHERE nickname = "Eagles"
|
CREATE TABLE table_261906_2 (joined_mac INTEGER, nickname VARCHAR)
|
What year did the the school with the nickname eagles join the mac?
|
SELECT institution FROM table_261931_2 WHERE nickname = "Bobcats"
|
CREATE TABLE table_261931_2 (institution VARCHAR, nickname VARCHAR)
|
Which institution's nickname is the Bobcats?
|
SELECT enrollment FROM table_261931_2 WHERE location = "New London, Connecticut"
|
CREATE TABLE table_261931_2 (enrollment VARCHAR, location VARCHAR)
|
What is the enrollment at the institution in New London, Connecticut?
|
SELECT joined FROM table_261931_2 WHERE location = "Lewiston, Maine"
|
CREATE TABLE table_261931_2 (joined VARCHAR, location VARCHAR)
|
When did the institution located in Lewiston, Maine join the conference?
|
SELECT institution FROM table_261931_2 WHERE nickname = "Polar Bears"
|
CREATE TABLE table_261931_2 (institution VARCHAR, nickname VARCHAR)
|
Which institution's nickname is the Polar Bears?
|
SELECT nickname FROM table_261941_1 WHERE institution = "Linfield College"
|
CREATE TABLE table_261941_1 (nickname VARCHAR, institution VARCHAR)
|
What is the nickname of Linfield College?
|
SELECT founded FROM table_261941_1 WHERE type = "Private/Baptist"
|
CREATE TABLE table_261941_1 (founded VARCHAR, type VARCHAR)
|
When was the private/baptist school founded?
|
SELECT COUNT(enrollment) FROM table_261941_1 WHERE joined = "1931, 1949 1"
|
CREATE TABLE table_261941_1 (enrollment VARCHAR, joined VARCHAR)
|
How many different items appear in the enrollment column that joined in 1931, 1949 1?
|
SELECT location FROM table_261941_1 WHERE joined = "1926, 1996 2"
|
CREATE TABLE table_261941_1 (location VARCHAR, joined VARCHAR)
|
What is the location of the University that joined in 1926, 1996 2?
|
SELECT MIN(founded) FROM table_261941_1
|
CREATE TABLE table_261941_1 (founded INTEGER)
|
When was the earliest founded university?
|
SELECT standing FROM table_2619469_1 WHERE goals_against = 130
|
CREATE TABLE table_2619469_1 (standing VARCHAR, goals_against VARCHAR)
|
What was the team standing if the won 130 goals against another team?
|
SELECT type FROM table_261954_1 WHERE location = "Roanoke, Virginia"
|
CREATE TABLE table_261954_1 (type VARCHAR, location VARCHAR)
|
What is every type for the location of Roanoke, Virginia?
|
SELECT COUNT(joined) FROM table_261954_1 WHERE institution = "Guilford College"
|
CREATE TABLE table_261954_1 (joined VARCHAR, institution VARCHAR)
|
How many values for joined occur at Guilford College?
|
Subsets and Splits
SQL Console for knowrohit07/know_sql
Finds questions in the dataset that contain the word 'god', providing a basic filtered view without much analytical insight.