answer stringlengths 18 557 | question stringlengths 12 244 | context stringlengths 27 484 |
|---|---|---|
SELECT location_attendance FROM table_27700530_10 WHERE high_assists = "Gilbert Arenas (9)" | What is the location and attendance of the game when gilbert arenas (9) had the high assists? | CREATE TABLE table_27700530_10 (location_attendance VARCHAR, high_assists VARCHAR) |
SELECT time_retired FROM table_name_31 WHERE grid > 17 AND laps = 74 | What is the time/retired for a grid over 17 with 74 laps? | CREATE TABLE table_name_31 (time_retired VARCHAR, grid VARCHAR, laps VARCHAR) |
SELECT method FROM table_name_38 WHERE location = "tokyo , japan" AND event = "rings: millennium combine 2" | What is Method, when Location is "Tokyo , Japan", and when Event is "Rings: Millennium Combine 2"? | CREATE TABLE table_name_38 (method VARCHAR, location VARCHAR, event VARCHAR) |
SELECT champion FROM table_name_3 WHERE name = "philips open" AND runner_up = "javier sánchez" | Who was the champion of the Philips Open with a runner-up of Javier Sánchez? | CREATE TABLE table_name_3 (champion VARCHAR, name VARCHAR, runner_up VARCHAR) |
SELECT date FROM table_name_14 WHERE opponent = "panathinaikos" | On what Date was the Opponent Panathinaikos? | CREATE TABLE table_name_14 (date VARCHAR, opponent VARCHAR) |
SELECT directed_by FROM table_14637853_3 WHERE original_air_date = "November18,1995" | who directed with original air date being november18,1995 | CREATE TABLE table_14637853_3 (directed_by VARCHAR, original_air_date VARCHAR) |
SELECT date FROM table_name_61 WHERE catalog = "kicp-1321" | What date had a catalog of kicp-1321? | CREATE TABLE table_name_61 (date VARCHAR, catalog VARCHAR) |
SELECT band FROM table_name_17 WHERE album_or_song = "self versus self - immersion" | Which band plays Self Versus Self - Immersion? | CREATE TABLE table_name_17 (band VARCHAR, album_or_song VARCHAR) |
SELECT event FROM table_name_88 WHERE date = 2009 AND opponent = "leonardo chocolate" | What was the event with leonardo chocolate in 2009? | CREATE TABLE table_name_88 (event VARCHAR, date VARCHAR, opponent VARCHAR) |
SELECT current_version FROM table_name_97 WHERE license = "gpl v2" AND name = "mupen64plus" | what is the current version of the name mupen64plus with gpl v2 license? | CREATE TABLE table_name_97 (current_version VARCHAR, license VARCHAR, name VARCHAR) |
SELECT venue FROM table_1139835_9 WHERE runner_up = "Hawthorn" | What other venue was a runner up to Hawthorn? | CREATE TABLE table_1139835_9 (venue VARCHAR, runner_up VARCHAR) |
SELECT AVG(t3.age) FROM club AS t1 JOIN member_of_club AS t2 ON t1.clubid = t2.clubid JOIN student AS t3 ON t2.stuid = t3.stuid WHERE t1.clubname = "Tennis Club" | Retrieve the average age of members of the club "Tennis Club". | CREATE TABLE club (clubid VARCHAR, clubname VARCHAR); CREATE TABLE student (age INTEGER, stuid VARCHAR); CREATE TABLE member_of_club (clubid VARCHAR, stuid VARCHAR) |
SELECT MAX(round) FROM table_name_36 WHERE overall = 143 AND pick > 6 | What is the highest round that has an overall of 143 and a pick greater than 6? | CREATE TABLE table_name_36 (round INTEGER, overall VARCHAR, pick VARCHAR) |
SELECT Chair_Name FROM festival_detail ORDER BY YEAR | What are the names of the chairs of festivals, sorted in ascending order of the year held? | CREATE TABLE festival_detail (Chair_Name VARCHAR, YEAR VARCHAR) |
SELECT role FROM table_name_26 WHERE registration = "s5-hpg s5-hpc" | What is the role of the aircraft that has a registration of s5-hpg s5-hpc? | CREATE TABLE table_name_26 (role VARCHAR, registration VARCHAR) |
SELECT MIN(pick) FROM table_name_99 WHERE position = "defensive back" AND school = "drake" | What's the lowest pick for a defensive back at Drake? | CREATE TABLE table_name_99 (pick INTEGER, position VARCHAR, school VARCHAR) |
SELECT winning_driver FROM table_name_48 WHERE location = "imola" | Which winning driver is located in Imola? | CREATE TABLE table_name_48 (winning_driver VARCHAR, location VARCHAR) |
SELECT COUNT(station_type) FROM table_23394920_1 WHERE callsign = "DWHR-TV" | When dwhr-tv is the call sign how many station types are there? | CREATE TABLE table_23394920_1 (station_type VARCHAR, callsign VARCHAR) |
SELECT region FROM table_name_8 WHERE most_populous_city_town = "clonmel" AND irish_name = "tiobraid árann (contae thiobraid árann)" | Most populous city/town of clonmel, and a Irish name of tiobraid árann (contae thiobraid árann) is which region? | CREATE TABLE table_name_8 (region VARCHAR, most_populous_city_town VARCHAR, irish_name VARCHAR) |
SELECT AVG(lane) FROM table_name_99 WHERE time = 54.95 | Which average lane has 54.95 as a time? | CREATE TABLE table_name_99 (lane INTEGER, time VARCHAR) |
SELECT score FROM table_name_84 WHERE date = "june 22" | What was the score from the game played on June 22? | CREATE TABLE table_name_84 (score VARCHAR, date VARCHAR) |
SELECT race_name FROM table_27887723_1 WHERE uci_rating = "CN" | what race name had a uci rating of cn? | CREATE TABLE table_27887723_1 (race_name VARCHAR, uci_rating VARCHAR) |
SELECT hometown FROM table_name_47 WHERE name = "kyle love" | What hometown is Kyle love from? | CREATE TABLE table_name_47 (hometown VARCHAR, name VARCHAR) |
SELECT owned_since FROM table_11147852_1 WHERE city_of_license_market = "Albuquerque" | The station located in Albuquerque has been owned since what year? | CREATE TABLE table_11147852_1 (owned_since VARCHAR, city_of_license_market VARCHAR) |
SELECT T1.customer_name, T1.customer_address FROM customers AS T1 JOIN customer_orders AS T2 ON T1.customer_id = T2.customer_id WHERE T2.order_status_code = "New" INTERSECT SELECT T1.customer_name, T1.customer_address FROM customers AS T1 JOIN customer_orders AS T2 ON T1.customer_id = T2.customer_id WHERE T2.order_stat... | Find the name and address of the customers who have both New and Pending orders. | CREATE TABLE customers (customer_name VARCHAR, customer_address VARCHAR, customer_id VARCHAR); CREATE TABLE customer_orders (customer_id VARCHAR, order_status_code VARCHAR) |
SELECT score FROM table_name_50 WHERE december > 29 | after december 29 what is the score? | CREATE TABLE table_name_50 (score VARCHAR, december INTEGER) |
SELECT counties_represented FROM table_name_17 WHERE party = "democratic" AND committee = "ways and means" | What counties represented have a democratic committee, and a committee of ways and means? | CREATE TABLE table_name_17 (counties_represented VARCHAR, party VARCHAR, committee VARCHAR) |
SELECT COUNT(average) FROM table_name_21 WHERE wickets > 537 AND career = "1899/00-1925/26" AND matches < 211 | Name the total number of average for wickets more than 537, career of 1899/00-1925/26 and matches less than 211 | CREATE TABLE table_name_21 (average VARCHAR, matches VARCHAR, wickets VARCHAR, career VARCHAR) |
SELECT location_attendance FROM table_name_80 WHERE team = "l.a. lakers" | For the game played against the L.A. Lakers, where was the match played and what was the attendance level? | CREATE TABLE table_name_80 (location_attendance VARCHAR, team VARCHAR) |
SELECT record FROM table_name_9 WHERE opponent = "atlanta hawks" | What is the record for the opponent Atlanta Hawks? | CREATE TABLE table_name_9 (record VARCHAR, opponent VARCHAR) |
SELECT COUNT(receptions) FROM table_name_82 WHERE avg_g = 2 | How many times is avg/g 2? | CREATE TABLE table_name_82 (receptions VARCHAR, avg_g VARCHAR) |
SELECT november FROM table_name_36 WHERE year = 1979 | Who is in November in the year 1979? | CREATE TABLE table_name_36 (november VARCHAR, year VARCHAR) |
SELECT oberliga_baden_württemberg FROM table_14242137_4 WHERE oberliga_bayern = "TSV 1860 Munich" AND oberliga_südwest = "Borussia Neunkirchen" | Name the oberliga for where tsv 1860 munich and borussia neunkirchen | CREATE TABLE table_14242137_4 (oberliga_baden_württemberg VARCHAR, oberliga_bayern VARCHAR, oberliga_südwest VARCHAR) |
SELECT median_family_income FROM table_name_8 WHERE median_household_income = "$38,137" | What is the Median family income when the Median household income is $38,137? | CREATE TABLE table_name_8 (median_family_income VARCHAR, median_household_income VARCHAR) |
SELECT college FROM table_name_53 WHERE round = 11 AND pick = 14 | Which College has a Round of 11, and a Pick of 14? | CREATE TABLE table_name_53 (college VARCHAR, round VARCHAR, pick VARCHAR) |
SELECT t1.address, t1.shop_id FROM shop AS t1 JOIN happy_hour AS t2 ON t1.shop_id = t2.shop_id WHERE MONTH = 'May' | What are the id and address of the shops which have a happy hour in May? | CREATE TABLE shop (address VARCHAR, shop_id VARCHAR); CREATE TABLE happy_hour (shop_id VARCHAR) |
SELECT school_club_team FROM table_10015132_1 WHERE no = "6" | What school did player number 6 come from? | CREATE TABLE table_10015132_1 (school_club_team VARCHAR, no VARCHAR) |
SELECT opponent FROM table_name_39 WHERE score = "2–6, 6–4, 3–6" | What is the Opponent with a Score that is 2–6, 6–4, 3–6? | CREATE TABLE table_name_39 (opponent VARCHAR, score VARCHAR) |
SELECT home_team AS score FROM table_name_52 WHERE away_team = "footscray" | Who was the home team of the game where Footscray is the away team? | CREATE TABLE table_name_52 (home_team VARCHAR, away_team VARCHAR) |
SELECT pinyin FROM table_1638437_2 WHERE area = "487" | Name the pinyin for 487 area | CREATE TABLE table_1638437_2 (pinyin VARCHAR, area VARCHAR) |
SELECT points_for FROM table_name_83 WHERE try_bonus = "1" | What is the points when the try bonus is 1? | CREATE TABLE table_name_83 (points_for VARCHAR, try_bonus VARCHAR) |
SELECT billing_state, COUNT(*), SUM(total) FROM invoices WHERE billing_state = "CA" | List the number of invoices and the invoice total from California. | CREATE TABLE invoices (billing_state VARCHAR, total INTEGER) |
SELECT tone FROM table_name_65 WHERE standard_thai = "ปลา" | Which tone has a Standard Thai at ปลา? | CREATE TABLE table_name_65 (tone VARCHAR, standard_thai VARCHAR) |
SELECT date FROM table_name_23 WHERE attendance = "20,874" | What was the date of the game with an attendance of 20,874 fans? | CREATE TABLE table_name_23 (date VARCHAR, attendance VARCHAR) |
SELECT dates_administered FROM table_21535453_1 WHERE terry_mcauliffe = "19%" | What was the date when Terry McAuliffe won 19%? | CREATE TABLE table_21535453_1 (dates_administered VARCHAR, terry_mcauliffe VARCHAR) |
SELECT COUNT(score) FROM table_name_50 WHERE player = "jaco coetzee" AND tries > 6 | Player of jaco coetzee, and a Tries larger than 6 had what total number of score? | CREATE TABLE table_name_50 (score VARCHAR, player VARCHAR, tries VARCHAR) |
SELECT name FROM table_name_45 WHERE pick__number > 5 AND college = "washington" | What is the name of a pick more than 5 at Washington College? | CREATE TABLE table_name_45 (name VARCHAR, pick__number VARCHAR, college VARCHAR) |
SELECT COUNT(games_played) FROM table_15740666_6 WHERE kansas_state_vs = "DePaul" | how many games has kansas state and depaul played against each other | CREATE TABLE table_15740666_6 (games_played VARCHAR, kansas_state_vs VARCHAR) |
SELECT record FROM table_name_44 WHERE date = "november 14" | WHAT IS THE RECORD FOR DATE NOVEMBER 14? | CREATE TABLE table_name_44 (record VARCHAR, date VARCHAR) |
SELECT date FROM table_name_26 WHERE loss = "wakefield (5-2)" | What was the date of the game with a loss of Wakefield (5-2)? | CREATE TABLE table_name_26 (date VARCHAR, loss VARCHAR) |
SELECT COUNT(l_g) FROM table_22538587_3 WHERE c_g > 1.0 AND c_apps = 3 | Name the total number of lg for cg is larger than 1.0 for c apps is 3 | CREATE TABLE table_22538587_3 (l_g VARCHAR, c_g VARCHAR, c_apps VARCHAR) |
SELECT MIN(area_km_2) FROM table_name_16 WHERE population = 2 OFFSET 352 | Can you tell me the lowest Area km 2 that has the Population of 2,352? | CREATE TABLE table_name_16 (area_km_2 INTEGER, population VARCHAR) |
SELECT venue FROM table_name_84 WHERE result = "w" AND goals = "deacon 5/5" | Which venue has a Result of w, and a Goal of deacon 5/5? | CREATE TABLE table_name_84 (venue VARCHAR, result VARCHAR, goals VARCHAR) |
SELECT MAX(game) FROM table_27537870_6 WHERE january = 21 | If the game was on January 21, which game was it? | CREATE TABLE table_27537870_6 (game INTEGER, january VARCHAR) |
SELECT SUM(grid) FROM table_name_86 WHERE constructor = "alfa romeo" AND driver = "toulo de graffenried" | Tell me the sum of the grid with alfa romeo and toulo de graffenried | CREATE TABLE table_name_86 (grid INTEGER, constructor VARCHAR, driver VARCHAR) |
SELECT AVG(round) FROM table_name_61 WHERE player = "dave pulkkinen" AND draft > 1969 | What is the average round of player dave pulkkinen, who had a draft after 1969? | CREATE TABLE table_name_61 (round INTEGER, player VARCHAR, draft VARCHAR) |
SELECT round FROM table_name_78 WHERE res = "loss" AND record = "2-4" | What is the round when the loss came with a record of 2-4? | CREATE TABLE table_name_78 (round VARCHAR, res VARCHAR, record VARCHAR) |
SELECT SUM(attendance) FROM table_name_99 WHERE venue = "a" AND scorers = "di matteo, m. hughes" | What is the number of people in attendance when venue shows A, and Di Matteo, M. Hughes were the scorers? | CREATE TABLE table_name_99 (attendance INTEGER, venue VARCHAR, scorers VARCHAR) |
SELECT year FROM table_name_31 WHERE laps = 112 | Which year has 112 laps? | CREATE TABLE table_name_31 (year VARCHAR, laps VARCHAR) |
SELECT MAX(series__number) FROM table_21994729_3 WHERE prod_code = "2APX05" | how many maximum series number have 2apx05 prod. code. | CREATE TABLE table_21994729_3 (series__number INTEGER, prod_code VARCHAR) |
SELECT player FROM table_name_75 WHERE nationality = "canada" AND pick = "199" | Who is the player from Canada with a 199 pick? | CREATE TABLE table_name_75 (player VARCHAR, nationality VARCHAR, pick VARCHAR) |
SELECT method FROM table_name_31 WHERE record = "0-1" | What was the method of resolution when Katsuhisa Fujii's record was 0-1? | CREATE TABLE table_name_31 (method VARCHAR, record VARCHAR) |
SELECT production_code FROM table_2468961_7 WHERE no_in_series = 137 | When 137 is the number in series what is the production code? | CREATE TABLE table_2468961_7 (production_code VARCHAR, no_in_series VARCHAR) |
SELECT SUM(rank) FROM table_name_10 WHERE nation = "serbia" AND gold > 0 | What is the rank that when Serbia is the nation, and gold is larger than 0? | CREATE TABLE table_name_10 (rank INTEGER, nation VARCHAR, gold VARCHAR) |
SELECT date FROM table_name_53 WHERE team = "detroit" AND game > 3 | Tell me the date for detroit and game more than 3 | CREATE TABLE table_name_53 (date VARCHAR, team VARCHAR, game VARCHAR) |
SELECT album FROM table_18442691_2 WHERE no = 35 | When 35 is the number what is the album? | CREATE TABLE table_18442691_2 (album VARCHAR, no VARCHAR) |
SELECT MAX(population) FROM table_170958_2 WHERE area_km_2 = "276.84" | What is the maximum population of the land with an area of 276.84 km2? | CREATE TABLE table_170958_2 (population INTEGER, area_km_2 VARCHAR) |
SELECT election FROM table_name_37 WHERE total_seats < 144 AND seats = 32 | If the total number of seats is under 144, and the seats won is 32, which election is this? | CREATE TABLE table_name_37 (election VARCHAR, total_seats VARCHAR, seats VARCHAR) |
SELECT player FROM table_2508633_5 WHERE nfl_team = "Green Bay Packers" | Which player did the green bay packers pick? | CREATE TABLE table_2508633_5 (player VARCHAR, nfl_team VARCHAR) |
SELECT COUNT(1 AS st_leg) FROM table_19294812_2 WHERE team_1 = "OFK Belgrade" | How many 1st leg have team 1 ofk belgrade? | CREATE TABLE table_19294812_2 (team_1 VARCHAR) |
SELECT runners_up FROM table_2869837_1 WHERE school = "Royal school Dungannon" | What are the number of runners up for Royal School Dungannon? | CREATE TABLE table_2869837_1 (runners_up VARCHAR, school VARCHAR) |
SELECT representative FROM table_name_59 WHERE termination_of_mission = "mar 25, 1976" | Which representative has a Termination of MIssion date Mar 25, 1976? | CREATE TABLE table_name_59 (representative VARCHAR, termination_of_mission VARCHAR) |
SELECT T1.Name FROM MEDIATYPE AS T1 JOIN TRACK AS T2 ON T1.MediaTypeId = T2.MediaTypeId GROUP BY T2.MediaTypeId ORDER BY COUNT(*) LIMIT 1 | What is the least common media type in all tracks? | CREATE TABLE MEDIATYPE (Name VARCHAR, MediaTypeId VARCHAR); CREATE TABLE TRACK (MediaTypeId VARCHAR) |
SELECT english_title FROM table_name_68 WHERE year = 1984 AND country = "sweden" | What is the English title for 1984 from Sweden? | CREATE TABLE table_name_68 (english_title VARCHAR, year VARCHAR, country VARCHAR) |
SELECT COUNT(location_attendance) FROM table_27539272_5 WHERE score = "1-3" | what is the total number of locations that had a score of 1-3? | CREATE TABLE table_27539272_5 (location_attendance VARCHAR, score VARCHAR) |
SELECT location_attendance FROM table_name_27 WHERE record = "27-22" | What is the location attendance of the game with a 27-22 record? | CREATE TABLE table_name_27 (location_attendance VARCHAR, record VARCHAR) |
SELECT turnout__percentage FROM table_name_32 WHERE ngilu = "30,535" | What's listed for the Turnout % with a Ngilu of 30,535? | CREATE TABLE table_name_32 (turnout__percentage VARCHAR, ngilu VARCHAR) |
SELECT date FROM table_name_31 WHERE week < 8 AND opponent = "atlanta falcons" | Which Date has a Week smaller than 8, and an Opponent of atlanta falcons? | CREATE TABLE table_name_31 (date VARCHAR, week VARCHAR, opponent VARCHAR) |
SELECT score FROM table_name_78 WHERE high_points = "carmelo anthony (26)" | What was the final score for the game in which Carmelo Anthony (26) was the high points scorer? | CREATE TABLE table_name_78 (score VARCHAR, high_points VARCHAR) |
SELECT circuit FROM table_name_3 WHERE winning_driver = "johnny wakefield" | Which Circuit did Johnny Wakefield win? | CREATE TABLE table_name_3 (circuit VARCHAR, winning_driver VARCHAR) |
SELECT creator FROM table_1574968_1 WHERE viewer = "GDDM, AFP viewer" | Who is the creator when the view happens to gddm, afp viewer? | CREATE TABLE table_1574968_1 (creator VARCHAR, viewer VARCHAR) |
SELECT 1993 FROM table_name_67 WHERE 1990 = "2–2" | Who had 1990 of 2–2 in 1993? | CREATE TABLE table_name_67 (Id VARCHAR) |
SELECT SUM(round) FROM table_name_91 WHERE school_club_team = "pan american" | How many rounds have School/club team of pan american? | CREATE TABLE table_name_91 (round INTEGER, school_club_team VARCHAR) |
SELECT SUM(position) FROM table_name_98 WHERE goal_difference < -11 AND played < 38 | What was the position of the team that had a goal difference of less than -11 and played less than 38 games? | CREATE TABLE table_name_98 (position INTEGER, goal_difference VARCHAR, played VARCHAR) |
SELECT MAX(stats) FROM table_19839391_3 WHERE pitcher = "Doug Davis" | What are Doug Davis' maximum pitching stats? | CREATE TABLE table_19839391_3 (stats INTEGER, pitcher VARCHAR) |
SELECT rank FROM table_name_20 WHERE gold > 0 AND bronze = 0 AND nation = "germany (ger)" | What rank has a gold greater than 0, 0 as the bronze, with germany (ger) as the nation? | CREATE TABLE table_name_20 (rank VARCHAR, nation VARCHAR, gold VARCHAR, bronze VARCHAR) |
SELECT COUNT(δs_) AS ‡__cal_mol_−1_k_−1 FROM table_2068719_1 WHERE _butadiene = "1,2-dimethylene-cyclohexane" | Name the number of δs ‡ /cal mol −1 k −1 for butadiene being 1,2-dimethylene-cyclohexane | CREATE TABLE table_2068719_1 (δs_ VARCHAR, _butadiene VARCHAR) |
SELECT COUNT(total) FROM table_name_87 WHERE year_s__won = "1986" AND to_par > 6 | What is the total for 1986 with a to par higher than 6? | CREATE TABLE table_name_87 (total VARCHAR, year_s__won VARCHAR, to_par VARCHAR) |
SELECT constructor FROM table_1139087_2 WHERE grand_prix = "Brazilian grand_prix" | What is the make of the car that won the brazilian grand prix? | CREATE TABLE table_1139087_2 (constructor VARCHAR, grand_prix VARCHAR) |
SELECT department_name, COUNT(*) FROM employees AS T1 JOIN departments AS T2 ON T1.department_id = T2.department_id GROUP BY department_name | display the department name and number of employees in each of the department. | CREATE TABLE employees (department_id VARCHAR); CREATE TABLE departments (department_id VARCHAR) |
SELECT score FROM table_name_16 WHERE record = "31–28–3" | WHich Score has a Record of 31–28–3? | CREATE TABLE table_name_16 (score VARCHAR, record VARCHAR) |
SELECT MAX(burglary) FROM table_26060884_2 WHERE property_crimes = 168630 | What was the maximum burglary statistics if the property crimes is 168630? | CREATE TABLE table_26060884_2 (burglary INTEGER, property_crimes VARCHAR) |
SELECT MAX(heat) FROM table_name_79 WHERE lane > 1 AND mark = "1:48.61" | What is the highest heat for a lane past 1 and mark of 1:48.61? | CREATE TABLE table_name_79 (heat INTEGER, lane VARCHAR, mark VARCHAR) |
SELECT opponent FROM table_name_18 WHERE time = "0:38" | Which Opponent has a Time of 0:38? | CREATE TABLE table_name_18 (opponent VARCHAR, time VARCHAR) |
SELECT nor_2 FROM table_name_25 WHERE nor_1 = "nor 1" | What is the nor 2 that has nor 1 as nor 1? | CREATE TABLE table_name_25 (nor_2 VARCHAR, nor_1 VARCHAR) |
SELECT MIN(different_holders) FROM table_name_93 WHERE country = "ireland" AND giro_wins < 1 | what is the least different holders when the country is ireland and giro wins is less than 1? | CREATE TABLE table_name_93 (different_holders INTEGER, country VARCHAR, giro_wins VARCHAR) |
SELECT director FROM table_name_80 WHERE role = "melissa" | Which Director has a Role of melissa? | CREATE TABLE table_name_80 (director VARCHAR, role VARCHAR) |
SELECT region FROM table_name_30 WHERE format = "gold vinyl" | What region is the Gold Vinyl format from? | CREATE TABLE table_name_30 (region VARCHAR, format VARCHAR) |
SELECT team FROM table_name_78 WHERE name = "andrew ranger" | What team was Andrew Ranger in? | CREATE TABLE table_name_78 (team VARCHAR, name VARCHAR) |
SELECT original_air_date FROM table_17355820_1 WHERE directed_by = "TR Babu Subramaniam" | On which dates did the episodes directed by TR Babu Subramaniam air? | CREATE TABLE table_17355820_1 (original_air_date VARCHAR, directed_by VARCHAR) |
End of preview. Expand in Data Studio
Copy of the b-mc2/sql-create-context dataset, split into train and test
For details see b-mc2/sql-create-context
- Downloads last month
- 65