training_input stringlengths 118 1.06k |
|---|
###context:CREATE TABLE table_26041144_16 (rank VARCHAR, player VARCHAR)
###human: What is the ranktotal number if the Hashan Tillakaratne?
###assistant: SELECT COUNT(rank) FROM table_26041144_16 WHERE player = "Hashan Tillakaratne" |
###context:CREATE TABLE table_26041144_16 (rank VARCHAR, catches VARCHAR)
###human: If the catches is 131, what is the rank total number?
###assistant: SELECT COUNT(rank) FROM table_26041144_16 WHERE catches = 131 |
###context:CREATE TABLE table_26060884_2 (burglary INTEGER, property_crimes VARCHAR)
###human: What was the maximum burglary statistics if the property crimes is 168630?
###assistant: SELECT MAX(burglary) FROM table_26060884_2 WHERE property_crimes = 168630 |
###context:CREATE TABLE table_26060884_2 (burglary VARCHAR, forcible_rape VARCHAR)
###human: How many burglary crimes were committed if the forcible rapes were 1233?
###assistant: SELECT burglary FROM table_26060884_2 WHERE forcible_rape = 1233 |
###context:CREATE TABLE table_26060884_2 (vehicle_theft VARCHAR, forcible_rape VARCHAR)
###human: How many vehicle thefts data were recorded if forcible rape is 1232?
###assistant: SELECT COUNT(vehicle_theft) FROM table_26060884_2 WHERE forcible_rape = 1232 |
###context:CREATE TABLE table_26060884_2 (vehicle_theft VARCHAR, population VARCHAR)
###human: How many vehicle theft data were recorded for a year with a population of 4465430?
###assistant: SELECT COUNT(vehicle_theft) FROM table_26060884_2 WHERE population = 4465430 |
###context:CREATE TABLE table_26060884_2 (property_crimes INTEGER, burglary VARCHAR)
###human: What was the minimum property crimes stats if the burglary committed was 45350?
###assistant: SELECT MIN(property_crimes) FROM table_26060884_2 WHERE burglary = 45350 |
###context:CREATE TABLE table_26041144_11 (average VARCHAR, player VARCHAR)
###human: What was kumar sangakkara's average?
###assistant: SELECT average FROM table_26041144_11 WHERE player = "Kumar Sangakkara" |
###context:CREATE TABLE table_26041144_11 (player VARCHAR, average VARCHAR)
###human: Who was the player with a 36.74 average?
###assistant: SELECT player FROM table_26041144_11 WHERE average = "36.74" |
###context:CREATE TABLE table_26041144_11 (rank VARCHAR, average VARCHAR)
###human: What is the rank of the player with the 39.69 average?
###assistant: SELECT rank FROM table_26041144_11 WHERE average = "39.69" |
###context:CREATE TABLE table_26041144_11 (matches INTEGER)
###human: What is the lowest number of matches for a record holder?
###assistant: SELECT MIN(matches) FROM table_26041144_11 |
###context:CREATE TABLE table_26099252_1 (h264 VARCHAR, theora VARCHAR)
###human: When theora is 2.3, how much is the h.264?
###assistant: SELECT h264 FROM table_26099252_1 WHERE theora = "2.3" |
###context:CREATE TABLE table_26099252_1 (vp9___webm__ VARCHAR, vp8___webm__ VARCHAR)
###human: When vp8 ( webm ) is 6.0, how much is the vp9 ( webm )?
###assistant: SELECT vp9___webm__ FROM table_26099252_1 WHERE vp8___webm__ = "6.0" |
###context:CREATE TABLE table_26099252_1 (vp9___webm__ VARCHAR, vp8___webm__ VARCHAR)
###human: When vp8 ( webm ) is 4.4, how much is vp9 ( webm )
###assistant: SELECT vp9___webm__ FROM table_26099252_1 WHERE vp8___webm__ = "4.4" |
###context:CREATE TABLE table_26099252_1 (latest_stable_release VARCHAR, vp9___webm__ VARCHAR, h264 VARCHAR)
###human: What is the last stable version where the h.264 is 3.0 and vp9 (webm) is no.
###assistant: SELECT latest_stable_release FROM table_26099252_1 WHERE vp9___webm__ = "No" AND h264 = "3.0" |
###context:CREATE TABLE table_26099252_1 (vp9___webm__ VARCHAR, h264 VARCHAR)
###human: When h.264 is 9.0, how much is vp9 ( webm )
###assistant: SELECT vp9___webm__ FROM table_26099252_1 WHERE h264 = "9.0" |
###context:CREATE TABLE table_260938_1 (peletier VARCHAR, systematics VARCHAR)
###human: Name the peletier for systematics being million 1
###assistant: SELECT peletier FROM table_260938_1 WHERE systematics = "Million 1" |
###context:CREATE TABLE table_260938_1 (si_prefix VARCHAR, chuquet VARCHAR)
###human: Name the si prefix for thousand chuquet
###assistant: SELECT si_prefix FROM table_260938_1 WHERE chuquet = "thousand" |
###context:CREATE TABLE table_260938_1 (base_10 VARCHAR, peletier VARCHAR)
###human: Name the base 10 for peletier for bi llion
###assistant: SELECT base_10 FROM table_260938_1 WHERE peletier = "Bi llion" |
###context:CREATE TABLE table_260938_1 (peletier VARCHAR, shortscale_comparison VARCHAR)
###human: Name the total number of peletier for shortscale comparison billion
###assistant: SELECT COUNT(peletier) FROM table_260938_1 WHERE shortscale_comparison = "Billion" |
###context:CREATE TABLE table_260938_1 (base_10 VARCHAR, shortscale_comparison VARCHAR)
###human: Name the base 10 for shortscale comparison for billion
###assistant: SELECT base_10 FROM table_260938_1 WHERE shortscale_comparison = "Billion" |
###context:CREATE TABLE table_2610582_3 (branding VARCHAR, callsign VARCHAR)
###human: What is the branding of the callsign DWBA-TV?
###assistant: SELECT branding FROM table_2610582_3 WHERE callsign = "DWBA-TV" |
###context:CREATE TABLE table_2610582_3 (station_type VARCHAR, callsign VARCHAR)
###human: What is the station type of DWMC-TV?
###assistant: SELECT station_type FROM table_2610582_3 WHERE callsign = "DWMC-TV" |
###context:CREATE TABLE table_2610582_3 (location__transmitter_site_ VARCHAR, power_kw__erp_ VARCHAR)
###human: What is the location that has a power of 5kw (10kw ERP)?
###assistant: SELECT location__transmitter_site_ FROM table_2610582_3 WHERE power_kw__erp_ = "5kW (10kW ERP)" |
###context:CREATE TABLE table_2610582_3 (power_kw__erp_ VARCHAR, ch__number VARCHAR, callsign VARCHAR)
###human: What is the power, in kW, of channel TV-23, callsign DYCG-TV?
###assistant: SELECT power_kw__erp_ FROM table_2610582_3 WHERE ch__number = "TV-23" AND callsign = "DYCG-TV" |
###context:CREATE TABLE table_2610582_7 (power__kw_ VARCHAR, location VARCHAR)
###human: What's the power for General Santos?
###assistant: SELECT power__kw_ FROM table_2610582_7 WHERE location = "General Santos" |
###context:CREATE TABLE table_2610582_7 (branding VARCHAR, callsign VARCHAR)
###human: What bran is the callsign dytc-fm?
###assistant: SELECT branding FROM table_2610582_7 WHERE callsign = "DYTC-FM" |
###context:CREATE TABLE table_2610582_7 (frequency VARCHAR, callsign VARCHAR)
###human: What frequency is dxec-fm?
###assistant: SELECT frequency FROM table_2610582_7 WHERE callsign = "DXEC-FM" |
###context:CREATE TABLE table_26108103_2 (opponent VARCHAR, rushing_yards VARCHAR)
###human: Who was the opponent when there was 117 rushing yards?
###assistant: SELECT opponent FROM table_26108103_2 WHERE rushing_yards = 117 |
###context:CREATE TABLE table_26108103_2 (year INTEGER)
###human: What was the earliest year?
###assistant: SELECT MIN(year) FROM table_26108103_2 |
###context:CREATE TABLE table_26108103_2 (opponent VARCHAR, rushing_yards VARCHAR)
###human: Who was the opponent when there was 81 rushing yards?
###assistant: SELECT opponent FROM table_26108103_2 WHERE rushing_yards = 81 |
###context:CREATE TABLE table_26108103_2 (rushing_yards VARCHAR, opponent VARCHAR, passing_yards VARCHAR)
###human: How many rushing yards where there when the opponent was Indiana and there was 503 passing yards?
###assistant: SELECT rushing_yards FROM table_26108103_2 WHERE opponent = "Indiana" AND passing_ya... |
###context:CREATE TABLE table_26108103_2 (opponent VARCHAR, player VARCHAR)
###human: Who was the opponent when Devin Gardner was the player?
###assistant: SELECT opponent FROM table_26108103_2 WHERE player = "Devin Gardner" |
###context:CREATE TABLE table_26124171_1 (points VARCHAR, team VARCHAR)
###human: How many points were scored on pole services?
###assistant: SELECT points FROM table_26124171_1 WHERE team = "Pole Services" |
###context:CREATE TABLE table_26124171_1 (team VARCHAR, series VARCHAR)
###human: How many teams were in the series championnat de france formula renault 2.0?
###assistant: SELECT team FROM table_26124171_1 WHERE series = "Championnat de France Formula Renault 2.0" |
###context:CREATE TABLE table_261222_1 (area__km_2__ VARCHAR, population__2010_ VARCHAR)
###human: What is the area (km2) for the place with a 2010 population of 153085?
###assistant: SELECT area__km_2__ FROM table_261222_1 WHERE population__2010_ = 153085 |
###context:CREATE TABLE table_261222_1 (city___municipality VARCHAR, area__km_2__ VARCHAR)
###human: How many city/municipalties have an area (km2) of 506.64?
###assistant: SELECT COUNT(city___municipality) FROM table_261222_1 WHERE area__km_2__ = "506.64" |
###context:CREATE TABLE table_261222_1 (population__2010_ VARCHAR, area__km_2__ VARCHAR)
###human: How many places have an area of 409.41 (km2)?
###assistant: SELECT COUNT(population__2010_) FROM table_261222_1 WHERE area__km_2__ = "409.41" |
###context:CREATE TABLE table_261222_1 (date_of_creation VARCHAR, city___municipality VARCHAR)
###human: What day was kibawe created?
###assistant: SELECT date_of_creation FROM table_261222_1 WHERE city___municipality = "Kibawe" |
###context:CREATE TABLE table_261222_1 (area__km_2__ VARCHAR, city___municipality VARCHAR)
###human: How many places are named manolo fortich?
###assistant: SELECT COUNT(area__km_2__) FROM table_261222_1 WHERE city___municipality = "Manolo Fortich" |
###context:CREATE TABLE table_26141160_2 (position VARCHAR, team VARCHAR)
###human: Dallas Burn's draft pick was which position?
###assistant: SELECT position FROM table_26141160_2 WHERE team = "Dallas Burn" |
###context:CREATE TABLE table_26136228_3 (written_by VARCHAR, us_viewers__millions_ VARCHAR)
###human: Who wrote the episode that had 1.08 million U.S. viewers?
###assistant: SELECT written_by FROM table_26136228_3 WHERE us_viewers__millions_ = "1.08" |
###context:CREATE TABLE table_26136228_3 (directed_by VARCHAR, series_no VARCHAR)
###human: Who directed episode 11 in the series?
###assistant: SELECT directed_by FROM table_26136228_3 WHERE series_no = 11 |
###context:CREATE TABLE table_26136228_3 (episode_no INTEGER, us_viewers__millions_ VARCHAR)
###human: What episode number in the season had 1.05 million U.S. viewers?
###assistant: SELECT MAX(episode_no) FROM table_26136228_3 WHERE us_viewers__millions_ = "1.05" |
###context:CREATE TABLE table_26139405_1 (title VARCHAR, viewers__in_millions_ VARCHAR)
###human: What is the name of the episode that had 8.51 million viewers?
###assistant: SELECT title FROM table_26139405_1 WHERE viewers__in_millions_ = "8.51" |
###context:CREATE TABLE table_26139405_1 (writer VARCHAR, episode__number VARCHAR)
###human: Who wrote episode 26 in the series?
###assistant: SELECT writer FROM table_26139405_1 WHERE episode__number = 26 |
###context:CREATE TABLE table_261642_3 (g__μs_km_ VARCHAR, frequency__hz_ VARCHAR)
###human: What is the g (μs/km)when the frequency (hz) is 100k?
###assistant: SELECT g__μs_km_ FROM table_261642_3 WHERE frequency__hz_ = "100k" |
###context:CREATE TABLE table_261642_3 (r__ω_km_ VARCHAR, frequency__hz_ VARCHAR)
###human: What is the r (ω/km) when the frequency is 10k?
###assistant: SELECT r__ω_km_ FROM table_261642_3 WHERE frequency__hz_ = "10k" |
###context:CREATE TABLE table_261642_3 (c__nf_km_ VARCHAR, r__ω_km_ VARCHAR)
###human: What is the c (nf/km) when the r (ω/km) is 463.59?
###assistant: SELECT c__nf_km_ FROM table_261642_3 WHERE r__ω_km_ = "463.59" |
###context:CREATE TABLE table_261642_3 (c__nf_km_ VARCHAR, l__mh_km_ VARCHAR)
###human: what is the c (nf/km) when the l (mh/km) is 0.6099?
###assistant: SELECT c__nf_km_ FROM table_261642_3 WHERE l__mh_km_ = "0.6099" |
###context:CREATE TABLE table_261642_3 (frequency__hz_ VARCHAR, g__μs_km_ VARCHAR)
###human: what is the frequency (hz) when the g (μs/km) is 53.205?
###assistant: SELECT frequency__hz_ FROM table_261642_3 WHERE g__μs_km_ = "53.205" |
###context:CREATE TABLE table_26160007_1 (imports VARCHAR, country VARCHAR)
###human: In the country United Arab Emirates, what is the number of imports?
###assistant: SELECT imports FROM table_26160007_1 WHERE country = "United Arab Emirates" |
###context:CREATE TABLE table_26160007_1 (total_trade VARCHAR, exports VARCHAR)
###human: Where the number of exports are 6,099.06, what is the total trade?
###assistant: SELECT total_trade FROM table_26160007_1 WHERE exports = "6,099.06" |
###context:CREATE TABLE table_26160007_1 (country VARCHAR, exports VARCHAR)
###human: In which country are there 1,278.13 exports?
###assistant: SELECT country FROM table_26160007_1 WHERE exports = "1,278.13" |
###context:CREATE TABLE table_26160007_1 (exports VARCHAR, total_trade VARCHAR)
###human: Where the total trade is 14,954.86, what are the exports?
###assistant: SELECT exports FROM table_26160007_1 WHERE total_trade = "14,954.86" |
###context:CREATE TABLE table_26160007_1 (total_trade VARCHAR, country VARCHAR)
###human: In the country Switzerland, what is the total trade?
###assistant: SELECT total_trade FROM table_26160007_1 WHERE country = "Switzerland" |
###context:CREATE TABLE table_26160007_1 (total_trade VARCHAR, exports VARCHAR)
###human: Where the exports is 13,608.65, what is the total trade?
###assistant: SELECT total_trade FROM table_26160007_1 WHERE exports = "13,608.65" |
###context:CREATE TABLE table_26144632_1 (location VARCHAR, dates VARCHAR)
###human: What is the location for tournament on Jul 8-11?
###assistant: SELECT location FROM table_26144632_1 WHERE dates = "Jul 8-11" |
###context:CREATE TABLE table_26144632_1 (dates VARCHAR, location VARCHAR, prize_fund___¥__ VARCHAR)
###human: What is the date of the tournament at Hokkaidō with prize of ¥150000000?
###assistant: SELECT dates FROM table_26144632_1 WHERE location = "Hokkaidō" AND prize_fund___¥__ = 150000000 |
###context:CREATE TABLE table_26144632_1 (prize_fund___¥__ VARCHAR, location VARCHAR)
###human: What is the prize for the tournament at Ibaraki?
###assistant: SELECT prize_fund___¥__ FROM table_26144632_1 WHERE location = "Ibaraki" |
###context:CREATE TABLE table_26150013_1 (title VARCHAR, original_air_date VARCHAR)
###human: How many titles are there for the original air date April 3, 2012?
###assistant: SELECT COUNT(title) FROM table_26150013_1 WHERE original_air_date = "April 3, 2012" |
###context:CREATE TABLE table_26166836_2 (location VARCHAR, distance VARCHAR, month_held VARCHAR)
###human: What are all of the area where distance is marathon and month held is february
###assistant: SELECT location FROM table_26166836_2 WHERE distance = "Marathon" AND month_held = "February" |
###context:CREATE TABLE table_26166836_2 (country VARCHAR, road_race VARCHAR)
###human: What's the whole range of united states where road race is ottawa marathon
###assistant: SELECT COUNT(country) FROM table_26166836_2 WHERE road_race = "Ottawa Marathon" |
###context:CREATE TABLE table_26166836_3 (road_race VARCHAR, country VARCHAR, month_held VARCHAR)
###human: What race is held in Germany in the month of May?
###assistant: SELECT road_race FROM table_26166836_3 WHERE country = "Germany" AND month_held = "May" |
###context:CREATE TABLE table_26166836_3 (month_held VARCHAR, distance VARCHAR, location VARCHAR)
###human: How many times a year is the Brighton Marathon held?
###assistant: SELECT COUNT(month_held) FROM table_26166836_3 WHERE distance = "Marathon" AND location = "Brighton" |
###context:CREATE TABLE table_26166836_3 (month_held VARCHAR, location VARCHAR)
###human: What month is the Paris 20k Road Race held?
###assistant: SELECT month_held FROM table_26166836_3 WHERE location = "Paris" |
###context:CREATE TABLE table_26166836_3 (month_held VARCHAR, road_race VARCHAR)
###human: How many times a year is the Paris 20k road race held?
###assistant: SELECT COUNT(month_held) FROM table_26166836_3 WHERE road_race = "Paris 20K" |
###context:CREATE TABLE table_26166836_3 (road_race VARCHAR, location VARCHAR)
###human: What is the name of the road race held in Omsk, Russia?
###assistant: SELECT road_race FROM table_26166836_3 WHERE location = "Omsk" |
###context:CREATE TABLE table_26173058_2 (amman VARCHAR, qadisiya VARCHAR)
###human: what is the place where the location is 2-1
###assistant: SELECT amman FROM table_26173058_2 WHERE qadisiya = "2-1" |
###context:CREATE TABLE table_26173058_2 (qadisiya VARCHAR, × VARCHAR)
###human: what is the capital where it is ramtha
###assistant: SELECT qadisiya FROM table_26173058_2 WHERE × = "ramtha" |
###context:CREATE TABLE table_26173058_2 (ahli VARCHAR, ramtha VARCHAR)
###human: what is the location where the record is 1-0
###assistant: SELECT ahli FROM table_26173058_2 WHERE ramtha = "1-0" |
###context:CREATE TABLE table_26173058_2 (ramtha VARCHAR, ahli VARCHAR)
###human: what is the score where the record is 1-1
###assistant: SELECT ramtha FROM table_26173058_2 WHERE ahli = "1-1" |
###context:CREATE TABLE table_26173058_2 (× VARCHAR, jeel VARCHAR, ramtha VARCHAR)
###human: what the team where the record is 1-1 and the player is 1-1
###assistant: SELECT × FROM table_26173058_2 WHERE jeel = "1-1" AND ramtha = "1-1" |
###context:CREATE TABLE table_26173058_2 (amman VARCHAR, wehdat VARCHAR)
###human: what is the number of teams where the record is 0-1
###assistant: SELECT COUNT(amman) FROM table_26173058_2 WHERE wehdat = "0-1" |
###context:CREATE TABLE table_26166836_1 (location VARCHAR, road_race VARCHAR)
###human: Where was the istanbul marathon?
###assistant: SELECT location FROM table_26166836_1 WHERE road_race = "Istanbul Marathon" |
###context:CREATE TABLE table_26166836_1 (distance VARCHAR, road_race VARCHAR)
###human: How long was the great manchester run?
###assistant: SELECT distance FROM table_26166836_1 WHERE road_race = "Great Manchester Run" |
###context:CREATE TABLE table_26166836_1 (country VARCHAR, road_race VARCHAR)
###human: In which country was the xiamen international marathon?
###assistant: SELECT country FROM table_26166836_1 WHERE road_race = "Xiamen International Marathon" |
###context:CREATE TABLE table_26166836_1 (location VARCHAR, road_race VARCHAR)
###human: In which city was the berlin marathon?
###assistant: SELECT location FROM table_26166836_1 WHERE road_race = "Berlin Marathon" |
###context:CREATE TABLE table_26166836_1 (road_race VARCHAR, country VARCHAR, location VARCHAR)
###human: How many races were in fukuoka, japan?
###assistant: SELECT COUNT(road_race) FROM table_26166836_1 WHERE country = "Japan" AND location = "Fukuoka" |
###context:CREATE TABLE table_26168687_3 (no_in_series VARCHAR, vessel_operator VARCHAR)
###human: How many times is the vessel operator canadian coast guard?
###assistant: SELECT COUNT(no_in_series) FROM table_26168687_3 WHERE vessel_operator = "Canadian Coast Guard" |
###context:CREATE TABLE table_26168687_3 (vessel_type VARCHAR, vessel_operator VARCHAR)
###human: What is the vessel type for vessel operator Jumbo shipping?
###assistant: SELECT vessel_type FROM table_26168687_3 WHERE vessel_operator = "Jumbo Shipping" |
###context:CREATE TABLE table_26168687_3 (narrated_by VARCHAR, vessel_operator VARCHAR)
###human: Who narrated when the vessel operator is de beers?
###assistant: SELECT narrated_by FROM table_26168687_3 WHERE vessel_operator = "De Beers" |
###context:CREATE TABLE table_2618061_1 (no_in_series VARCHAR, production_code VARCHAR)
###human: How many episodes had the production code 66210?
###assistant: SELECT COUNT(no_in_series) FROM table_2618061_1 WHERE production_code = 66210 |
###context:CREATE TABLE table_2618061_1 (written_by VARCHAR, directed_by VARCHAR)
###human: How many episodes were directed by james quinn?
###assistant: SELECT COUNT(written_by) FROM table_2618061_1 WHERE directed_by = "James Quinn" |
###context:CREATE TABLE table_2618061_1 (title VARCHAR, directed_by VARCHAR)
###human: What is the title of the episode written by daniel sackheim?
###assistant: SELECT title FROM table_2618061_1 WHERE directed_by = "Daniel Sackheim" |
###context:CREATE TABLE table_26176081_29 (brup INTEGER, long VARCHAR)
###human: What is the lowest brup when long is 94?
###assistant: SELECT MIN(brup) FROM table_26176081_29 WHERE long = 94 |
###context:CREATE TABLE table_26176081_29 (gp INTEGER)
###human: What is the lowest gp?
###assistant: SELECT MIN(gp) FROM table_26176081_29 |
###context:CREATE TABLE table_26176081_29 (ff INTEGER, solo VARCHAR)
###human: What is the highest ff when solo is 56?
###assistant: SELECT MAX(ff) FROM table_26176081_29 WHERE solo = 56 |
###context:CREATE TABLE table_26176081_29 (name VARCHAR, tfl_yds VARCHAR)
###human: What is the name when tfl-yds is 2-2?
###assistant: SELECT name FROM table_26176081_29 WHERE tfl_yds = "2-2" |
###context:CREATE TABLE table_26176081_29 (no_yds VARCHAR)
###human: What is no-yds when no.-yds is 1-13?
###assistant: SELECT no_yds FROM table_26176081_29 WHERE no_yds = "1-13" |
###context:CREATE TABLE table_26178824_1 (f_laps INTEGER)
###human: what are the maximum f/laps?
###assistant: SELECT MAX(f_laps) FROM table_26178824_1 |
###context:CREATE TABLE table_26178824_1 (wins VARCHAR, series VARCHAR, position VARCHAR)
###human: how many wins had series formula renault 2.0 nec and the position is 18th?
###assistant: SELECT wins FROM table_26178824_1 WHERE series = "Formula Renault 2.0 NEC" AND position = "18th" |
###context:CREATE TABLE table_26178824_1 (poles INTEGER)
###human: what are the minimum poles?
###assistant: SELECT MIN(poles) FROM table_26178824_1 |
###context:CREATE TABLE table_2618072_1 (original_air_date VARCHAR, written_by VARCHAR)
###human: When was the original air date written by michael s. chernuchin & joe morgenstern?
###assistant: SELECT original_air_date FROM table_2618072_1 WHERE written_by = "Michael S. Chernuchin & Joe Morgenstern" |
###context:CREATE TABLE table_2618072_1 (directed_by VARCHAR, production_code VARCHAR)
###human: Who is the directed by when the production code is 67425?
###assistant: SELECT directed_by FROM table_2618072_1 WHERE production_code = 67425 |
###context:CREATE TABLE table_2618119_1 (title VARCHAR, directed_by VARCHAR, no_in_series VARCHAR)
###human: How many titles have directors of matthew Penn and number in series of 143?
###assistant: SELECT COUNT(title) FROM table_2618119_1 WHERE directed_by = "Matthew Penn" AND no_in_series = 143 |
###context:CREATE TABLE table_2618119_1 (no_in_series VARCHAR, no_in_season VARCHAR)
###human: How many numbers in series were for the number in season of 8?
###assistant: SELECT COUNT(no_in_series) FROM table_2618119_1 WHERE no_in_season = 8 |
###context:CREATE TABLE table_2618113_1 (directed_by VARCHAR, production_code VARCHAR)
###human: Who directed k0122?
###assistant: SELECT directed_by FROM table_2618113_1 WHERE production_code = "K0122" |
###context:CREATE TABLE table_2618113_1 (no_in_season INTEGER, production_code VARCHAR)
###human: Which season had k0104?
###assistant: SELECT MAX(no_in_season) FROM table_2618113_1 WHERE production_code = "K0104" |
###context:CREATE TABLE table_2618113_1 (original_air_date VARCHAR, production_code VARCHAR)
###human: What was the airdate of k0120?
###assistant: SELECT original_air_date FROM table_2618113_1 WHERE production_code = "K0120" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.