answer stringlengths 18 557 | question stringlengths 12 244 | context stringlengths 27 489 |
|---|---|---|
SELECT loss FROM table_name_27 WHERE attendance = "17,675" | What Loss had an Attendance of 17,675? | CREATE TABLE table_name_27 (loss VARCHAR, attendance VARCHAR) |
SELECT score FROM table_name_39 WHERE date = "november 3" | what was the score on november 3? | CREATE TABLE table_name_39 (score VARCHAR, date VARCHAR) |
SELECT country FROM table_name_38 WHERE place = "t1" | Which Country has a Place of t1? | CREATE TABLE table_name_38 (country VARCHAR, place VARCHAR) |
SELECT name FROM table_name_8 WHERE total = "8 (24)" | Which player has a total of 8 (24)? | CREATE TABLE table_name_8 (name VARCHAR, total VARCHAR) |
SELECT AVG(wins) FROM table_name_91 WHERE rank > 5 | What's the mean number of wins with a rank that's more than 5? | CREATE TABLE table_name_91 (wins INTEGER, rank INTEGER) |
SELECT MAX(attendance) FROM table_name_48 WHERE opponent = "at los angeles rams" AND week > 12 | Which Attendance has an Opponent of at los angeles rams, and a Week larger than 12? | CREATE TABLE table_name_48 (attendance INTEGER, opponent VARCHAR, week VARCHAR) |
SELECT record FROM table_name_51 WHERE date = "november 16" | Which Record is on november 16? | CREATE TABLE table_name_51 (record VARCHAR, date VARCHAR) |
SELECT position FROM table_1473672_7 WHERE nhl_team = "California Golden Seals" | the california golden seals that where drafted by nhl teams played what positions | CREATE TABLE table_1473672_7 (position VARCHAR, nhl_team VARCHAR) |
SELECT COUNT(calling_at) FROM table_18333678_2 WHERE arrival = "09.06" | how many callings of trains arriving at 09.06 | CREATE TABLE table_18333678_2 (calling_at VARCHAR, arrival VARCHAR) |
SELECT MIN(geo_id) FROM table_18600760_7 WHERE longitude = "-97.473110" | If the longitude is -97.473110, what is the minimum geo id? | CREATE TABLE table_18600760_7 (geo_id INTEGER, longitude VARCHAR) |
SELECT description FROM table_28652521_1 WHERE singer_part_number = "121795 kit 121908 buttonholer" | What's the description of the buttonholer whose singer part number is 121795 kit 121908 buttonholer? | CREATE TABLE table_28652521_1 (description VARCHAR, singer_part_number VARCHAR) |
SELECT platelet_count FROM table_221653_1 WHERE partial_thromboplastin_time = "Unaffected" AND bleeding_time = "Unaffected" | What is the platelet count when partial thromboplastin time and bleeding time are unaffected? | CREATE TABLE table_221653_1 (platelet_count VARCHAR, partial_thromboplastin_time VARCHAR, bleeding_time VARCHAR) |
SELECT winning_team FROM table_name_31 WHERE year > 2003 AND score = "19½–14½" AND venue = "harding park golf club" | Who is the winning team when the year is more than 2003, the score is 19½–14½ and the venue is harding park golf club? | CREATE TABLE table_name_31 (winning_team VARCHAR, venue VARCHAR, year VARCHAR, score VARCHAR) |
SELECT COUNT(year) FROM table_name_53 WHERE location = "lincoln financial field" AND winner = "new york giants" AND result = "15-7" | How many years did the new york giants win with a result of 15-7 at lincoln financial field? | CREATE TABLE table_name_53 (year VARCHAR, result VARCHAR, location VARCHAR, winner VARCHAR) |
SELECT MAX(week) FROM table_name_10 WHERE result = "w 34-21" | When is the last week that has a result of a w 34-21? | CREATE TABLE table_name_10 (week INTEGER, result VARCHAR) |
SELECT type FROM table_name_41 WHERE state = "chu" | What type of state was Chu? | CREATE TABLE table_name_41 (type VARCHAR, state VARCHAR) |
SELECT cost_of_treatment FROM Treatments ORDER BY date_of_treatment DESC LIMIT 1 | How much does the most recent treatment cost? | CREATE TABLE Treatments (cost_of_treatment VARCHAR, date_of_treatment VARCHAR) |
SELECT MAX(Adjusted) AS points FROM table_26454128_4 WHERE country = "Great Britain" | What is the most adjusted points for Great Britain? | CREATE TABLE table_26454128_4 (Adjusted INTEGER, country VARCHAR) |
SELECT institution FROM table_16078390_2 WHERE team_nickname = "Wildcats" | Which school's team has the nickname of the Wildcats? | CREATE TABLE table_16078390_2 (institution VARCHAR, team_nickname VARCHAR) |
SELECT player FROM table_name_99 WHERE money___£__ = "159,500" AND country = "france" | What player has money of (£) 159,500, and france is the country? | CREATE TABLE table_name_99 (player VARCHAR, money___£__ VARCHAR, country VARCHAR) |
SELECT COUNT(top_25) FROM table_name_23 WHERE wins = 0 AND cuts_made = 1 AND events > 5 | What is the total number of top-25s for tournaments that had 0 wins, 1 cut made, and more than 5 events? | CREATE TABLE table_name_23 (top_25 VARCHAR, events VARCHAR, wins VARCHAR, cuts_made VARCHAR) |
SELECT T1.AirportCode FROM AIRPORTS AS T1 JOIN FLIGHTS AS T2 ON T1.AirportCode = T2.DestAirport OR T1.AirportCode = T2.SourceAirport GROUP BY T1.AirportCode ORDER BY COUNT(*) LIMIT 1 | What is the code of airport that has fewest number of flights? | CREATE TABLE FLIGHTS (DestAirport VARCHAR, SourceAirport VARCHAR); CREATE TABLE AIRPORTS (AirportCode VARCHAR) |
SELECT thurs_2_june FROM table_29218221_1 WHERE fri_3_june = "17' 36.58 128.554mph" | What is the Thurs 2 June time for the rider with a Fri 3 June time of 17' 36.58 128.554mph? | CREATE TABLE table_29218221_1 (thurs_2_june VARCHAR, fri_3_june VARCHAR) |
SELECT township FROM table_18600760_3 WHERE geo_id = 3807116660 | What was the township with a geo ID of 3807116660? | CREATE TABLE table_18600760_3 (township VARCHAR, geo_id VARCHAR) |
SELECT club FROM table_name_65 WHERE drawn = "1" AND lost = "11" AND try_bonus = "7" | Which club had 1, draw, 11 lost, and a try bonus of 7? | CREATE TABLE table_name_65 (club VARCHAR, try_bonus VARCHAR, drawn VARCHAR, lost VARCHAR) |
SELECT AVG(year) FROM table_name_36 WHERE notes = "electronics brand" | What is the average of all the years when the notes are “electronics brand?” | CREATE TABLE table_name_36 (year INTEGER, notes VARCHAR) |
SELECT method FROM table_name_60 WHERE opponent = "stanislav nuschik" | Tell me the method for stanislav nuschik | CREATE TABLE table_name_60 (method VARCHAR, opponent VARCHAR) |
SELECT MAX(races) FROM table_24466191_1 WHERE flaps > 2.0 | Name the most races for flaps larger than 2.0 | CREATE TABLE table_24466191_1 (races INTEGER, flaps INTEGER) |
SELECT COUNT(erp___power_w) FROM table_name_34 WHERE frequency = "89.3 fm" AND facility_id < 40430 | Name the total number of ERP/Power W for frequency of 89.3 fm and facility ID less than 40430 | CREATE TABLE table_name_34 (erp___power_w VARCHAR, frequency VARCHAR, facility_id VARCHAR) |
SELECT MIN(grid) FROM table_name_54 WHERE laps > 21 | What is the lowest grid number that a race took place doing more than 21 laps? | CREATE TABLE table_name_54 (grid INTEGER, laps INTEGER) |
SELECT province_region FROM table_name_98 WHERE location = "cagayan de oro city" | Where is the Cagayan de Oro city located? | CREATE TABLE table_name_98 (province_region VARCHAR, location VARCHAR) |
SELECT SUM(year) FROM table_name_83 WHERE outcome = "runner-up" AND championship = "indian wells" | How many years have runner-up as the outcome, and indian wells as the championship? | CREATE TABLE table_name_83 (year INTEGER, outcome VARCHAR, championship VARCHAR) |
SELECT COUNT(class) FROM table_14342210_13 WHERE prior_experience = "Shasta H.S." | How many entries are there for class when the prior experience is shasta h.s. | CREATE TABLE table_14342210_13 (class VARCHAR, prior_experience VARCHAR) |
SELECT class FROM table_name_31 WHERE laps < 6 | What is the class of the team when less than 6 laps were completed? | CREATE TABLE table_name_31 (class VARCHAR, laps INTEGER) |
SELECT away_team FROM table_name_4 WHERE venue = "western oval" | Which away team's Venue is western oval? | CREATE TABLE table_name_4 (away_team VARCHAR, venue VARCHAR) |
SELECT Official_Name, Status FROM city ORDER BY Population DESC LIMIT 1 | List the official name and status of the city with the largest population. | CREATE TABLE city (Official_Name VARCHAR, Status VARCHAR, Population VARCHAR) |
SELECT decision FROM table_name_71 WHERE visitor = "detroit" AND home = "ottawa" | Who had the decision when the visitor was Detroit and the home team was Ottawa? | CREATE TABLE table_name_71 (decision VARCHAR, visitor VARCHAR, home VARCHAR) |
SELECT t1.customer_name FROM customers AS t1 JOIN customers_policies AS t2 ON t1.customer_id = t2.customer_id GROUP BY t1.customer_name ORDER BY COUNT(*) DESC LIMIT 1 | What is the name of the customer who has the most policies listed? | CREATE TABLE customers (customer_name VARCHAR, customer_id VARCHAR); CREATE TABLE customers_policies (customer_id VARCHAR) |
SELECT MAX(laps) AS Led FROM table_17319931_1 WHERE points = "16" | What is the highest number of laps led with 16 points? | CREATE TABLE table_17319931_1 (laps INTEGER, points VARCHAR) |
SELECT 2013 FROM table_name_5 WHERE 2009 = "virgin" | What is the 2013 with virgin in 2009? | CREATE TABLE table_name_5 (Id VARCHAR) |
SELECT slalom FROM table_name_98 WHERE super_g = "4" | Which Slalom has a Super G of 4? | CREATE TABLE table_name_98 (slalom VARCHAR, super_g VARCHAR) |
SELECT k_league_classic FROM table_name_3 WHERE teams < 10 | What K League classic had less than 10 teams? | CREATE TABLE table_name_3 (k_league_classic VARCHAR, teams INTEGER) |
SELECT zaaps___ziips FROM table_name_36 WHERE model = "e64" | For Model e64 what is the zAAPs/zIIPs? | CREATE TABLE table_name_36 (zaaps___ziips VARCHAR, model VARCHAR) |
SELECT state FROM table_name_24 WHERE member = "frederick bamford" | Which state is frederick bamford a member of? | CREATE TABLE table_name_24 (state VARCHAR, member VARCHAR) |
SELECT SUM(laps) FROM table_name_52 WHERE rider = "pere riba" | How many laps did pere riba ride? | CREATE TABLE table_name_52 (laps INTEGER, rider VARCHAR) |
SELECT road FROM table_25438110_5 WHERE county = "Carson Valley" | What road is associated with Carson Valley county? | CREATE TABLE table_25438110_5 (road VARCHAR, county VARCHAR) |
SELECT MAX(week) FROM table_name_44 WHERE result = "l 24-0" | What is the Week of the game with a Result of L 24-0? | CREATE TABLE table_name_44 (week INTEGER, result VARCHAR) |
SELECT last_appearance FROM table_11240028_3 WHERE character = "Rikki Sandoval" | What episode was the last appearance of the character, rikki sandoval? | CREATE TABLE table_11240028_3 (last_appearance VARCHAR, character VARCHAR) |
SELECT COUNT(external_link) FROM table_2140071_7 WHERE premier_date = "July 24, 2006" | How many episodes have a premier date of july 24, 2006 | CREATE TABLE table_2140071_7 (external_link VARCHAR, premier_date VARCHAR) |
SELECT name FROM church ORDER BY open_date DESC | List all church names in descending order of opening date. | CREATE TABLE church (name VARCHAR, open_date VARCHAR) |
SELECT COUNT(report) FROM table_2267857_1 WHERE date = "July 23" | Name the total number for report july 23 | CREATE TABLE table_2267857_1 (report VARCHAR, date VARCHAR) |
SELECT speed FROM table_name_86 WHERE rank < 3 AND time = "1:03.41.86" | What was the speed with a time of 1:03.41.86 and a rank smaller than 3? | CREATE TABLE table_name_86 (speed VARCHAR, rank VARCHAR, time VARCHAR) |
SELECT MAX(vote__percentage) FROM table_name_53 WHERE election = "1946" | Name the most vote % with election of 1946 | CREATE TABLE table_name_53 (vote__percentage INTEGER, election VARCHAR) |
SELECT COUNT(final_position___giro) FROM table_name_45 WHERE year = 1971 AND final_position___tour > 50 | How many Giro positions are associated with the year 1971 and Tour final positions over 50? | CREATE TABLE table_name_45 (final_position___giro VARCHAR, year VARCHAR, final_position___tour VARCHAR) |
SELECT home_team FROM table_name_90 WHERE away_team = "melbourne" | Who was Melbourne's home team opponent? | CREATE TABLE table_name_90 (home_team VARCHAR, away_team VARCHAR) |
SELECT date FROM table_name_32 WHERE début > 1972 AND opposition = "limerick" | What is the date for the player who debuted later than 1972 against Limerick? | CREATE TABLE table_name_32 (date VARCHAR, début VARCHAR, opposition VARCHAR) |
SELECT AVG(points) FROM table_name_45 WHERE position = 8 | How many Points has a Position of 8? | CREATE TABLE table_name_45 (points INTEGER, position VARCHAR) |
SELECT record FROM table_name_58 WHERE home = "san francisco 49ers" AND visitor = "philadelphia eagles" | What was the record for the game played by the home team San Francisco 49ers and visitor Philadelphia Eagles? | CREATE TABLE table_name_58 (record VARCHAR, home VARCHAR, visitor VARCHAR) |
SELECT won FROM table_17625749_1 WHERE tries_against = "72" | Name the won when tries against is 72 | CREATE TABLE table_17625749_1 (won VARCHAR, tries_against VARCHAR) |
SELECT T1.name FROM accounts AS T1 JOIN checking AS T2 ON T1.custid = T2.custid JOIN savings AS T3 ON T1.custid = T3.custid WHERE T2.balance > T3.balance | Find the name of accounts whose checking balance is higher than corresponding saving balance. | CREATE TABLE savings (custid VARCHAR, balance INTEGER); CREATE TABLE accounts (name VARCHAR, custid VARCHAR); CREATE TABLE checking (custid VARCHAR, balance INTEGER) |
SELECT MAX(date) FROM table_name_4 WHERE description = "br-built inspection saloon" | What is the latest death with a description of BR-Built inspection saloon? | CREATE TABLE table_name_4 (date INTEGER, description VARCHAR) |
SELECT conf FROM table_name_78 WHERE head_coach = "k. c. jones" | What is the name of the conference that K. C. Jones was a head coach in? | CREATE TABLE table_name_78 (conf VARCHAR, head_coach VARCHAR) |
SELECT name FROM table_name_74 WHERE province = "central highlands" AND term_expires = 1996 | Whose term expired in 1996 and was from the province of Central Highlands? | CREATE TABLE table_name_74 (name VARCHAR, province VARCHAR, term_expires VARCHAR) |
SELECT maximum_ceiling_temperature FROM table_1538516_1 WHERE temperature_classification = "Very Extra High" | Name the most ceiling temperature for very extra high | CREATE TABLE table_1538516_1 (maximum_ceiling_temperature VARCHAR, temperature_classification VARCHAR) |
SELECT rank_points FROM table_name_59 WHERE total = "15" AND score_points = "7" | What were the rank points when the score was 7 and the total was 15? | CREATE TABLE table_name_59 (rank_points VARCHAR, total VARCHAR, score_points VARCHAR) |
SELECT opponent FROM table_name_50 WHERE location_attendance = "keyarena at seattle center" | Who was the opponent, during the game at the location of keyarena at seattle center? | CREATE TABLE table_name_50 (opponent VARCHAR, location_attendance VARCHAR) |
SELECT sign FROM table_name_87 WHERE burmese = "taninganwe တနင်္ဂနွေ" | What is the sign of Burmese taninganwe တနင်္ဂနွေ? | CREATE TABLE table_name_87 (sign VARCHAR, burmese VARCHAR) |
SELECT circuit FROM table_name_34 WHERE winner = "jim richards" AND series = "atcc round 1" | What is the Circuit in the ATCC Round 1 Series with Winner Jim Richards? | CREATE TABLE table_name_34 (circuit VARCHAR, winner VARCHAR, series VARCHAR) |
SELECT closest_approach FROM table_name_54 WHERE launched = "3 july 1998" | With a Launched of 3 July 1998 what is the Closest approach? | CREATE TABLE table_name_54 (closest_approach VARCHAR, launched VARCHAR) |
SELECT winning_driver FROM table_name_19 WHERE circuit = "taunus" | what is the winning driver in taunus | CREATE TABLE table_name_19 (winning_driver VARCHAR, circuit VARCHAR) |
SELECT department_id FROM staff_department_assignments GROUP BY department_id ORDER BY COUNT(*) LIMIT 1 | What is the id of the department with the least number of staff? | CREATE TABLE staff_department_assignments (department_id VARCHAR) |
SELECT result FROM table_21058836_1 WHERE opponents = 26 | The game the Bruins scored 26 ,what was the result? | CREATE TABLE table_21058836_1 (result VARCHAR, opponents VARCHAR) |
SELECT team__number2 FROM table_17282875_3 WHERE team__number1 = "River Plate" | Who played River Plate? | CREATE TABLE table_17282875_3 (team__number2 VARCHAR, team__number1 VARCHAR) |
SELECT AVG(pick) FROM table_name_74 WHERE player = "ed o'bannon" AND round < 1 | What was the average pick with Ed O'Bannon and a round smaller than 1? | CREATE TABLE table_name_74 (pick INTEGER, player VARCHAR, round VARCHAR) |
SELECT high_rebounds FROM table_27723228_12 WHERE game = 81 | Name the high rebounds for 81 game | CREATE TABLE table_27723228_12 (high_rebounds VARCHAR, game VARCHAR) |
SELECT captain FROM table_name_15 WHERE guns = "28" | Tell me the captain for guns of 28 | CREATE TABLE table_name_15 (captain VARCHAR, guns VARCHAR) |
SELECT MAX(production_number) FROM table_name_66 WHERE director = "i. freleng" AND release_date = "1955-04-02" | What is the highest production number released on 1955-04-02 with i. freleng as the director? | CREATE TABLE table_name_66 (production_number INTEGER, director VARCHAR, release_date VARCHAR) |
SELECT player FROM table_name_16 WHERE place = "t8" AND score = 74 - 74 - 76 - 77 = 301 | Who is the player with a t8 place and a 74-74-76-77=301 score? | CREATE TABLE table_name_16 (player VARCHAR, place VARCHAR, score VARCHAR) |
SELECT record FROM table_name_68 WHERE home = "pittsburgh" | What was their record when they were at Pittsburgh? | CREATE TABLE table_name_68 (record VARCHAR, home VARCHAR) |
SELECT COUNT(significand) FROM table_name_41 WHERE number_of_decimal_digits = "~34.0" AND total_bits > 128 | What's the total number of signicand with ~34.0 decimal digits and more than 128 total bits? | CREATE TABLE table_name_41 (significand VARCHAR, number_of_decimal_digits VARCHAR, total_bits VARCHAR) |
SELECT event FROM table_name_4 WHERE date = "april 20, 2013" | What is Event, when Date is April 20, 2013? | CREATE TABLE table_name_4 (event VARCHAR, date VARCHAR) |
SELECT MIN(three_pointers) FROM table_22824199_1 WHERE free_throws = 50 | Of the players with 50 free throws, what is the lowest number of three pointers? | CREATE TABLE table_22824199_1 (three_pointers INTEGER, free_throws VARCHAR) |
SELECT MIN(total) FROM table_1057262_2 WHERE crop__kilotonnes_ = "s Lupin" | what's the minimum total with crop (kilotonnes) being s lupin | CREATE TABLE table_1057262_2 (total INTEGER, crop__kilotonnes_ VARCHAR) |
SELECT DISTINCT T1.Maker FROM CAR_MAKERS AS T1 JOIN MODEL_LIST AS T2 ON T1.Id = T2.Maker JOIN CAR_NAMES AS T3 ON T2.model = T3.model JOIN CARS_DATA AS T4 ON T3.MakeId = T4.id WHERE T4.year = '1970' | Find the name of the makers that produced some cars in the year of 1970? | CREATE TABLE MODEL_LIST (Maker VARCHAR, model VARCHAR); CREATE TABLE CAR_MAKERS (Maker VARCHAR, Id VARCHAR); CREATE TABLE CARS_DATA (id VARCHAR, year VARCHAR); CREATE TABLE CAR_NAMES (model VARCHAR, MakeId VARCHAR) |
SELECT date_of_return FROM table_29566606_11 WHERE programme = "Big Brother" | What is the date of return for the program for the program "Big Brother"? | CREATE TABLE table_29566606_11 (date_of_return VARCHAR, programme VARCHAR) |
SELECT COUNT(rank) FROM table_name_90 WHERE player = "tiger woods" AND events < 21 | Tiger Woods has played less than 21 events and is what rank? | CREATE TABLE table_name_90 (rank VARCHAR, player VARCHAR, events VARCHAR) |
SELECT college FROM table_name_13 WHERE pick__number > 25 AND round = 7 AND name = "chris white" | Which College has a Pick # larger than 25, and a Round of 7, and a Name of chris white? | CREATE TABLE table_name_13 (college VARCHAR, name VARCHAR, pick__number VARCHAR, round VARCHAR) |
SELECT name FROM table_name_15 WHERE transfer_window = "summer" AND transfer_fee = "undisclosed" AND moving_from = "brussels" | What is the name of the player with a transfer window in summer, an undisclosed transfer fee, and is moving from brussels? | CREATE TABLE table_name_15 (name VARCHAR, moving_from VARCHAR, transfer_window VARCHAR, transfer_fee VARCHAR) |
SELECT object_type FROM table_name_77 WHERE right_ascension___j2000__ = "11h10m42.8s" | what is the object type when the right ascension (j2000) is 11h10m42.8s? | CREATE TABLE table_name_77 (object_type VARCHAR, right_ascension___j2000__ VARCHAR) |
SELECT T2.emp_fname, T1.crs_code FROM CLASS AS T1 JOIN employee AS T2 ON T1.prof_num = T2.emp_num | Find the first names of all instructors who have taught some course and the course code. | CREATE TABLE CLASS (crs_code VARCHAR, prof_num VARCHAR); CREATE TABLE employee (emp_fname VARCHAR, emp_num VARCHAR) |
SELECT MIN(production_code) FROM table_2409041_5 WHERE no_in_series = 86 | What is the production code for episode number 86 in the series? | CREATE TABLE table_2409041_5 (production_code INTEGER, no_in_series VARCHAR) |
SELECT MIN(played) FROM table_name_17 WHERE goals_for = 73 AND goals_against > 69 | What is the fewest games played for teams with 73 goals for and more than 69 goals against? | CREATE TABLE table_name_17 (played INTEGER, goals_for VARCHAR, goals_against VARCHAR) |
SELECT COUNT(DISTINCT dept_name) FROM department | How many departments does the college has? | CREATE TABLE department (dept_name VARCHAR) |
SELECT AVG(silver) FROM table_name_49 WHERE total < 2 AND nation = "south korea" | Name the Silver that has a Total smaller than 2, and a Nation of south korea? | CREATE TABLE table_name_49 (silver INTEGER, total VARCHAR, nation VARCHAR) |
SELECT MIN(crowd) FROM table_name_92 WHERE home_team = "north melbourne" | What is the lowest crowd when North Melbourne played at home? | CREATE TABLE table_name_92 (crowd INTEGER, home_team VARCHAR) |
SELECT country_region FROM table_13779832_1 WHERE presenters = "Heikki Paasonen Jukka Rossi (Xtra Factor)" | what's the country/region with presenters being heikki paasonen jukka rossi (xtra factor) | CREATE TABLE table_13779832_1 (country_region VARCHAR, presenters VARCHAR) |
SELECT part_number_s_ FROM table_name_71 WHERE l2_cache = "512 kb" AND release_date = "june 2001" AND sspec_number = "sl5lv, sl5pu, sl6bw, sl6jm" | what is the part number(s) when l2 cache is 512 kb, release date is june 2001 and sSpec number is sl5lv, sl5pu, sl6bw, sl6jm? | CREATE TABLE table_name_71 (part_number_s_ VARCHAR, sspec_number VARCHAR, l2_cache VARCHAR, release_date VARCHAR) |
SELECT MAX(no_in_season) FROM table_15431959_1 WHERE directed_by = "Peter DeLuise" | How many seasons did Peter Deluise direct Stargate SG-1? | CREATE TABLE table_15431959_1 (no_in_season INTEGER, directed_by VARCHAR) |
SELECT player FROM table_name_20 WHERE round > 2 AND position = "(d)" | What player has a round larger than 2, and position of (d)? | CREATE TABLE table_name_20 (player VARCHAR, round VARCHAR, position VARCHAR) |
SELECT winning_driver FROM table_name_55 WHERE name = "mugello circuit" | What Winning driver has a Name of mugello circuit? | CREATE TABLE table_name_55 (winning_driver VARCHAR, name VARCHAR) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.