sql
stringlengths
9
2.37k
table
stringclasses
9 values
query
stringlengths
51
503
SELECT record FROM table_name_77 WHERE home = "pittsburgh" AND points = 35
CREATE TABLE INST, Here is a database schema( table schema);
What is the record of the game with 35 points and pittsburgh as the home team?It is not neccessary to use all the tables.
SELECT MIN Total FROM table WHERE Bronze > 0 AND Silver = 6 AND Rank < 3
CREATE TABLE INST, Here is a database schema( table schema);
What is the lowest total medals the team with more than 0 bronze, 6 silver, and a rank higher than 3 has?.It is not neccessary to use all the tables.
SELECT no_built FROM table_name_17 WHERE loco_nos = "11-20"
CREATE TABLE INST, Here is a database schema( table schema);
How many were built with a locomotive number of 11-20?It is not neccessary to use all the tables.
SELECT state FROM table_name_26 WHERE swimsuit < 8.874 AND evening_gown < 9.257 AND interview < 9.121
CREATE TABLE INST, Here is a database schema( table schema);
What state had less than 8.874 for swimsuit less than 9.257 for evening gown and less than 9.121 for interview?It is not neccessary to use all the tables.
SELECT MAX Ends Lost FROM table
CREATE TABLE INST, Here is a database schema( table schema);
What is the highest number of ends lost?.It is not neccessary to use all the tables.
SELECT Place FROM table WHERE Score = 66
CREATE TABLE INST, Here is a database schema( table schema);
What is the Place for the 66 Score?.It is not neccessary to use all the tables.
SELECT kemmerode FROM table_name_68 WHERE gersdorf = "39"
CREATE TABLE INST, Here is a database schema( table schema);
What Kemmerode has a Gersforf of 39?It is not neccessary to use all the tables.
SELECT athlete FROM table_name_11 WHERE data = "3:10:48+"
CREATE TABLE INST, Here is a database schema( table schema);
Who has a walking data of 3:10:48+?It is not neccessary to use all the tables.
SELECT ordained_priest FROM table_1656555_1 WHERE vacated_throne = "August 18, 1885"
CREATE TABLE INST, Here is a database schema( table schema);
When was the archbishop who vacated the throne on August 18 1885 ordained as a priest?It is not neccessary to use all the tables.
SELECT School website FROM table WHERE Religious Affiliation = Church of England
CREATE TABLE INST, Here is a database schema( table schema);
What is the website of the school affiliated with the Church of England?.It is not neccessary to use all the tables.
SELECT goals_for_against FROM table_14181578_1 WHERE w_l_d = "3-1-1"
CREATE TABLE INST, Here is a database schema( table schema);
what's the goals for/against with w-l-d being 3-1-1It is not neccessary to use all the tables.
SELECT Margin of victory FROM table WHERE Runner(s)-up = janet coles
CREATE TABLE INST, Here is a database schema( table schema);
What was the margin of victory when the runner-up was Janet Coles?.It is not neccessary to use all the tables.
SELECT COUNT(*) > 0 FROM course, course_offering, instructor, offering_instructor, semester WHERE course.course_id = course_offering.course_id AND course.department = 'HISTORY' AND course.number = 773 AND instructor.name LIKE '%Xiaoyang Li%' AND offering_instructor.instructor_id = instructor.instructor_id AND offering_instructor.offering_id = course_offering.offering_id AND semester.semester = 'Spring-Summer' AND semester.semester_id = course_offering.semester AND semester.year = 2011
CREATE TABLE INST, Here is a database schema( table schema);
Courses for Spring-Summer 2011 included Prof. Xiaoyang Li for HISTORY 773 ?It is not neccessary to use all the tables.
SELECT Winning score FROM table WHERE Margin of victory = 9 strokes
CREATE TABLE INST, Here is a database schema( table schema);
What was the winning score when there were 9 strokes advantage?.It is not neccessary to use all the tables.
SELECT MIN Total FROM table WHERE Finish = t59
CREATE TABLE INST, Here is a database schema( table schema);
Which Total has a Finish of t59?.It is not neccessary to use all the tables.
SELECT date FROM table_name_59 WHERE record = "17–24–5"
CREATE TABLE INST, Here is a database schema( table schema);
What day is the team 17–24–5?It is not neccessary to use all the tables.
SELECT country FROM table_name_29 WHERE left_office = "incumbent"
CREATE TABLE INST, Here is a database schema( table schema);
What is the country of the Representative that left office as incumbent?It is not neccessary to use all the tables.
SELECT year_joined FROM table_name_46 WHERE enrollment = 413
CREATE TABLE INST, Here is a database schema( table schema);
Which year did the school with enrollment of 413 join?It is not neccessary to use all the tables.
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic WHERE demographic.ethnicity = "WHITE"
CREATE TABLE INST, Here is a database schema( table schema);
count the number of patients whose ethnicity is white?It is not neccessary to use all the tables.
SELECT Year Opened FROM table WHERE Coaster Name = le monstre
CREATE TABLE INST, Here is a database schema( table schema);
Which year opened has le monstre coaster?.It is not neccessary to use all the tables.
SELECT position FROM table_24540893_6 WHERE school = "Kent State"
CREATE TABLE INST, Here is a database schema( table schema);
What position does the player from kent state play?It is not neccessary to use all the tables.
SELECT AVG(wins) FROM table_name_12 WHERE tournament = "masters tournament" AND events < 12
CREATE TABLE INST, Here is a database schema( table schema);
How many times did Morgan win The Masters Tournament with fewer than 12 appearances?It is not neccessary to use all the tables.
SELECT GT Winning Team FROM table WHERE GTC Winning Team = No. 54 Black Swan Racing
CREATE TABLE INST, Here is a database schema( table schema);
Who were the GT winning team when the GTC winning team was No. 54 Black Swan Racing?.It is not neccessary to use all the tables.
SELECT "HDD Capacity" FROM table_11562 WHERE "# FDD" > '0' AND "FDD Capacity (each)" = '710kb'
CREATE TABLE INST, Here is a database schema( table schema);
Tell me the HDD capacity for # FDD larger than 0 when FDD capacity is 710kbIt is not neccessary to use all the tables.
SELECT Opponent FROM table WHERE Loss = stieb (5-7)
CREATE TABLE INST, Here is a database schema( table schema);
Who was the opponent at the game that had a loss of Stieb (5-7)?.It is not neccessary to use all the tables.
SELECT Label FROM table WHERE Date = march 25, 1984
CREATE TABLE INST, Here is a database schema( table schema);
What label released a record on March 25, 1984?.It is not neccessary to use all the tables.
SELECT result FROM table_2062148_2 WHERE jockey = "J. Marshall"
CREATE TABLE INST, Here is a database schema( table schema);
What was the result of the race where the jockey was J. Marshall?It is not neccessary to use all the tables.
SELECT Athlete FROM table WHERE Notes = sc/d AND Time = 7:26.85
CREATE TABLE INST, Here is a database schema( table schema);
Who has a time of 7:26.85 and notes of sc/d?.It is not neccessary to use all the tables.
SELECT COUNT Points FROM table WHERE Played > 14
CREATE TABLE INST, Here is a database schema( table schema);
What is the total number of points combined from the teams that played over 14 games?.It is not neccessary to use all the tables.
SELECT intakeoutput.celllabel FROM intakeoutput WHERE intakeoutput.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '002-58565')) AND intakeoutput.cellpath LIKE '%intake%' AND DATETIME(intakeoutput.intakeoutputtime, 'start of year') = DATETIME(CURRENT_TIME(), 'start of year', '-1 year') AND STRFTIME('%m-%d', intakeoutput.intakeoutputtime) = '02-09' ORDER BY intakeoutput.intakeoutputtime DESC LIMIT 1
CREATE TABLE INST, Here is a database schema( table schema);
what was the name of the last intake of patient 002-58565 that they had on 02/09/last year?It is not neccessary to use all the tables.
SELECT MAX Attendance FROM table WHERE Venue = a AND Opponent = west ham united
CREATE TABLE INST, Here is a database schema( table schema);
What is the highest attendance for the match against west ham united at the venue of a?.It is not neccessary to use all the tables.
SELECT COUNT Party FROM table WHERE Incumbent = Thomas J. Lane
CREATE TABLE INST, Here is a database schema( table schema);
Thomas J. Lane is the incumbent of how many parties?.It is not neccessary to use all the tables.
SELECT MIN Chorley FROM table WHERE Preston = 6 AND West Lancashire < 4
CREATE TABLE INST, Here is a database schema( table schema);
What is the lowest Chorley with a 6 Preston and a 4 for West Lancashire?.It is not neccessary to use all the tables.
SELECT engine FROM table_name_72 WHERE chassis = "march 85c"
CREATE TABLE INST, Here is a database schema( table schema);
What Engine had a chassis of March 85c?It is not neccessary to use all the tables.
SELECT record FROM table_20928682_1 WHERE hurricanes_points = 24
CREATE TABLE INST, Here is a database schema( table schema);
What was the record after the game in which the Hurricanes scored 24 points?It is not neccessary to use all the tables.
SELECT date_of_birth FROM table_name_12 WHERE years_at_club = "1951"
CREATE TABLE INST, Here is a database schema( table schema);
What is the birthday of the player who has Years at Club of 1951?It is not neccessary to use all the tables.
SELECT away_team AS score FROM table_name_7 WHERE venue = "kardinia park"
CREATE TABLE INST, Here is a database schema( table schema);
What was the away teams score when they played at kardinia park?It is not neccessary to use all the tables.
SELECT Line Name FROM table WHERE NIMT Junction = ohakune junction
CREATE TABLE INST, Here is a database schema( table schema);
What Line has Ohakune Junction as its NIMT?.It is not neccessary to use all the tables.
SELECT AVG(erp_w) FROM table_name_15 WHERE call_sign = "whre"
CREATE TABLE INST, Here is a database schema( table schema);
What is the average ERP W when the call sign is whre?It is not neccessary to use all the tables.
SELECT Pos. FROM table WHERE Date To = 30 june 2009 AND Name = eddie johnson
CREATE TABLE INST, Here is a database schema( table schema);
What is Pos., when Date To is "30 June 2009", and when Name is "Eddie Johnson"?.It is not neccessary to use all the tables.
SELECT "General classification" FROM table_5627 WHERE "Team classification" = 'mapei-clas' AND "Stage" = '12'
CREATE TABLE INST, Here is a database schema( table schema);
What is the general classification of Mapei-clas in stage 12?It is not neccessary to use all the tables.
SELECT pinyin FROM table_1982739_2 WHERE english_name = "Dingyuan County"
CREATE TABLE INST, Here is a database schema( table schema);
What is the Pinyin name for Dingyuan County?It is not neccessary to use all the tables.
SELECT "Type" FROM table_37219 WHERE "Location" = 'nova scotia' AND "Disaster" = 'rms atlantic'
CREATE TABLE INST, Here is a database schema( table schema);
What type of disaster is rms atlantic categorized in that was located in Nova Scotia?It is not neccessary to use all the tables.
SELECT score FROM table_name_59 WHERE date = "14 october 1998" AND goal > 10
CREATE TABLE INST, Here is a database schema( table schema);
What was the score of the match played on 14 October 1998 resulting in more than 10 goals?It is not neccessary to use all the tables.
SELECT COUNT Date FROM table WHERE Record = 0-2-0
CREATE TABLE INST, Here is a database schema( table schema);
How many games did they play when their record 0-2-0?.It is not neccessary to use all the tables.
SELECT AVG Attendance FROM table WHERE Season < 1986 AND Margin = 6 AND Score = 13.16 (94) – 13.10 (88)
CREATE TABLE INST, Here is a database schema( table schema);
What is the average attendnace for seasons before 1986, a margin of 6, and a Score of 13.16 (94) – 13.10 (88)?.It is not neccessary to use all the tables.
SELECT AVG(sp) + fs FROM table_name_2 WHERE places < 94 AND name = "renata baierova"
CREATE TABLE INST, Here is a database schema( table schema);
Name the average SP+FS with places less tha 94 for renata baierovaIt is not neccessary to use all the tables.
SELECT MAX Floors FROM table WHERE Pinnacle height ft (m) = 995 (303) AND Std. Rank > 6
CREATE TABLE INST, Here is a database schema( table schema);
Which Floors have a Pinnacle height ft (m) of 995 (303), and an Std Rank larger than 6?.It is not neccessary to use all the tables.
SELECT Position FROM table WHERE Pick > 94 AND Team = boston patriots
CREATE TABLE INST, Here is a database schema( table schema);
What was the position of the player picked after 94, by the Boston Patriots?.It is not neccessary to use all the tables.
SELECT Institution FROM table WHERE New Conference = SELC
CREATE TABLE INST, Here is a database schema( table schema);
What school has the new conference as SELC?.It is not neccessary to use all the tables.
SELECT MIN(ends_lost) FROM table_name_16 WHERE stolen_ends_for < 13 AND stolen_ends_against = 6
CREATE TABLE INST, Here is a database schema( table schema);
What is the lowest ends lost when the stolen ends for is less than 13 and stolten ends against is 6?It is not neccessary to use all the tables.
SELECT Driver-matched dB FROM table WHERE Headphone Class = Joseph Grado Signature
CREATE TABLE INST, Here is a database schema( table schema);
Name the driver matched db for joseph grado signature.It is not neccessary to use all the tables.
SELECT total FROM table_22014431_3 WHERE tosses_pyramids = "44"
CREATE TABLE INST, Here is a database schema( table schema);
What is the total if 44 is tosses/pyramids?It is not neccessary to use all the tables.
SELECT Jockey FROM table WHERE Post = 12
CREATE TABLE INST, Here is a database schema( table schema);
What is Jockey, when Post is 12?.It is not neccessary to use all the tables.
SELECT DISTINCT flight.flight_id FROM airport_service AS AIRPORT_SERVICE_0, airport_service AS AIRPORT_SERVICE_1, airport_service AS AIRPORT_SERVICE_2, city AS CITY_0, city AS CITY_1, city AS CITY_2, flight, flight_stop WHERE (CITY_1.city_code = AIRPORT_SERVICE_1.city_code AND CITY_1.city_name = 'SAN FRANCISCO' AND CITY_2.city_code = AIRPORT_SERVICE_2.city_code AND CITY_2.city_name = 'DENVER' AND flight_stop.stop_airport = AIRPORT_SERVICE_2.airport_code AND flight.flight_id = flight_stop.flight_id AND flight.to_airport = AIRPORT_SERVICE_1.airport_code) AND CITY_0.city_code = AIRPORT_SERVICE_0.city_code AND CITY_0.city_name = 'BOSTON' AND flight.from_airport = AIRPORT_SERVICE_0.airport_code
CREATE TABLE INST, Here is a database schema( table schema);
can i go from BOSTON to SAN FRANCISCO with a stopover in DENVERIt is not neccessary to use all the tables.
SELECT Runs FROM table WHERE Batting partners = vijay hazare and gul mohammad
CREATE TABLE INST, Here is a database schema( table schema);
How many runs did Vijay Hazare and Gul Mohammad score?.It is not neccessary to use all the tables.
SELECT winner FROM table_22917458_15 WHERE stage = 1
CREATE TABLE INST, Here is a database schema( table schema);
Who was the Stage 1 winner?It is not neccessary to use all the tables.
SELECT Round FROM table WHERE Method = decision (unanimous) AND Event = ufc 145
CREATE TABLE INST, Here is a database schema( table schema);
Which Round has a Method of decision (unanimous), and an Event of ufc 145?.It is not neccessary to use all the tables.
SELECT Home team FROM table WHERE Venue = corio oval
CREATE TABLE INST, Here is a database schema( table schema);
Who was the home team for the game played at Corio Oval?.It is not neccessary to use all the tables.
SELECT venue FROM table_name_25 WHERE competition = "2010 fifa world cup qualification" AND result = "won" AND date = "14 june 2008"
CREATE TABLE INST, Here is a database schema( table schema);
What is Venue when Competition is 2010 FIFA World Cup Qualification when Result is Won and when Date is 14 June 2008?It is not neccessary to use all the tables.
SELECT DISTINCT course.name, course.number, program_course.workload FROM course, program_course WHERE course.department = 'EECS' AND course.number BETWEEN 300 AND 300 + 100 AND program_course.course_id = course.course_id AND program_course.workload < 3 ORDER BY program_course.workload
CREATE TABLE INST, Here is a database schema( table schema);
Show me 300 -level courses that are easy .It is not neccessary to use all the tables.
SELECT year_s__won FROM table_name_62 WHERE country = "united states" AND total > 152
CREATE TABLE INST, Here is a database schema( table schema);
Can you tell me the Year(s) Won that has the Country of united states and the Total larger than 152?It is not neccessary to use all the tables.
SELECT MAX Term Ending FROM table WHERE Name = xue hanqin
CREATE TABLE INST, Here is a database schema( table schema);
Name of xue hanqin has what highest term ending?.It is not neccessary to use all the tables.
SELECT time FROM table_name_3 WHERE team = "honda 250cc" AND rank > 2 AND rider = "chris palmer"
CREATE TABLE INST, Here is a database schema( table schema);
Team of honda 250cc and a Rank larger than 2 and a Rider of chris palmer is what time?It is not neccessary to use all the tables.
SELECT Attendance FROM table WHERE Points > 90
CREATE TABLE INST, Here is a database schema( table schema);
Which Attendance has more than 90 points?.It is not neccessary to use all the tables.
SELECT title FROM table_26982362_2 WHERE original_airdate = "April 23, 2010"
CREATE TABLE INST, Here is a database schema( table schema);
What is the title of the episode whose original airdate is April 23 2010?It is not neccessary to use all the tables.
SELECT November FROM table WHERE February = willy rey
CREATE TABLE INST, Here is a database schema( table schema);
Who is in November where February is willy rey?.It is not neccessary to use all the tables.
SELECT Country FROM table WHERE Events = 22
CREATE TABLE INST, Here is a database schema( table schema);
Name the country for 22 events.It is not neccessary to use all the tables.
SELECT state FROM table_name_71 WHERE status = "colony" AND school = "shippensburg university"
CREATE TABLE INST, Here is a database schema( table schema);
What state has colony as a status and shippensburg university as the school?It is not neccessary to use all the tables.
SELECT Team 2 FROM table WHERE Team 1 = sestese(e16)
CREATE TABLE INST, Here is a database schema( table schema);
who is the team 2 when the team 1 is sestese(e16)?.It is not neccessary to use all the tables.
SELECT Primary Sponsor(s) FROM table WHERE Owner(s) = randy humphrey
CREATE TABLE INST, Here is a database schema( table schema);
What is the Primary Sponsor for the team owned by Randy Humphrey?.It is not neccessary to use all the tables.
SELECT MIN Goals For FROM table WHERE Goals Against = 75 AND Drawn < 11
CREATE TABLE INST, Here is a database schema( table schema);
What is the fewest goals for when goals against is 75 and drawn is smaller than 11?.It is not neccessary to use all the tables.
SELECT name FROM table_1585609_2 WHERE date_of_designation = "2002-04-01"
CREATE TABLE INST, Here is a database schema( table schema);
Name thenames for 2002-04-01It is not neccessary to use all the tables.
SELECT D 42 √ FROM table WHERE D 44 √ = majority→
CREATE TABLE INST, Here is a database schema( table schema);
What's the D 42 √ when D 44 √ is majority→?.It is not neccessary to use all the tables.
SELECT MIN(swimsuit) FROM table_name_85 WHERE interview < 8.56 AND evening_gown > 8.54
CREATE TABLE INST, Here is a database schema( table schema);
What is the lowest swimsuit score where the contestant scored less than 8.56 in the interview and greater than 8.54 in the evening gown?It is not neccessary to use all the tables.
SELECT Headquarters, COUNT(Headquarters) FROM company GROUP BY Headquarters ORDER BY Headquarters DESC
CREATE TABLE INST, Here is a database schema( table schema);
How many companies in each headquarter? Plot a bar chart, I want to order in descending by the Headquarters please.It is not neccessary to use all the tables.
SELECT july FROM table_15945862_1 WHERE march = "0.41"
CREATE TABLE INST, Here is a database schema( table schema);
March 0.41 in July?It is not neccessary to use all the tables.
SELECT COUNT(founded) FROM table_2076557_2 WHERE location_s_ = "Yankton"
CREATE TABLE INST, Here is a database schema( table schema);
Name the total number of founded for yanktonIt is not neccessary to use all the tables.
SELECT AVG(events) FROM table_name_50 WHERE rank = 1 AND wins > 3
CREATE TABLE INST, Here is a database schema( table schema);
What is the mean number of events where the rank is 1 and there are more than 3 wins?It is not neccessary to use all the tables.
SELECT venue FROM table_name_32 WHERE date = "september 24, 1980"
CREATE TABLE INST, Here is a database schema( table schema);
What is the venue when the date is September 24 1980?It is not neccessary to use all the tables.
SELECT Playing for FROM table WHERE Opponent = real españa AND Season = 2012–13
CREATE TABLE INST, Here is a database schema( table schema);
What shows for playing when the opponent was Real España, in the 2012–13 season?.It is not neccessary to use all the tables.
SELECT Opponent FROM table WHERE Player = phil graham
CREATE TABLE INST, Here is a database schema( table schema);
Who is the opponent of player phil graham?.It is not neccessary to use all the tables.
SELECT title FROM table_26464364_1 WHERE directed_by = "Christopher Petry" AND production_code = "3X6006"
CREATE TABLE INST, Here is a database schema( table schema);
What is the title of the episode directed by Christopher Petry with the production cod 3x6006?It is not neccessary to use all the tables.
SELECT AVG(gold) FROM table_name_47 WHERE nation = "netherlands" AND bronze > 4
CREATE TABLE INST, Here is a database schema( table schema);
What is the average number of gold medals the netherlands got when they had more than 4 bronze medals?It is not neccessary to use all the tables.
SELECT Away team FROM table WHERE Home team = south melbourne
CREATE TABLE INST, Here is a database schema( table schema);
What away team played when the home team was south melbourne?.It is not neccessary to use all the tables.
SELECT MIN Version FROM table WHERE Code = u+1034a AND Year > 2001
CREATE TABLE INST, Here is a database schema( table schema);
Name the lowest version with a code of u+1034a that began after 2001..It is not neccessary to use all the tables.
SELECT partnering FROM table_name_52 WHERE score = "6-4, 2-6, 7-6"
CREATE TABLE INST, Here is a database schema( table schema);
Who is the Partner in the match with a Score of 6-4, 2-6, 7-6?It is not neccessary to use all the tables.
SELECT Score FROM table WHERE Opponent = richmond
CREATE TABLE INST, Here is a database schema( table schema);
What was the score when Richmond was the opponent?.It is not neccessary to use all the tables.
SELECT circuit FROM table_name_49 WHERE date = "15 april"
CREATE TABLE INST, Here is a database schema( table schema);
What is the circuit held on 15 april?It is not neccessary to use all the tables.
SELECT term_of_office FROM table_name_1 WHERE electorate = "warringah"
CREATE TABLE INST, Here is a database schema( table schema);
What was the term of office for the electorate warringah?It is not neccessary to use all the tables.
SELECT MAX(production_code) FROM table_name_6 WHERE written_by = "brian egeston" AND season__number > 5
CREATE TABLE INST, Here is a database schema( table schema);
What is the highest production code when the writer was brian egeston after season 5?It is not neccessary to use all the tables.
SELECT away_team FROM table_name_36 WHERE home_team = "new zealand breakers"
CREATE TABLE INST, Here is a database schema( table schema);
Who was the away team during the game when the home team was the new zealand breakers?It is not neccessary to use all the tables.
SELECT COUNT(*) FROM Users INNER JOIN Badges ON Users.Id = Badges.Id
CREATE TABLE INST, Here is a database schema( table schema);
Count the amount of posts.It is not neccessary to use all the tables.
SELECT SUM Total Passengers FROM table WHERE Annual change = 9.7% AND Rank < 6
CREATE TABLE INST, Here is a database schema( table schema);
What is the sum of Total Passengers when the annual change is 9.7% and the rank is less than 6?.It is not neccessary to use all the tables.
SELECT opponent FROM table_name_26 WHERE outcome = "winner" AND date = "5 november 2011"
CREATE TABLE INST, Here is a database schema( table schema);
Which opponent has an Outcome of winner and a Date of 5 november 2011?It is not neccessary to use all the tables.
SELECT supercopa_1996 FROM table_name_14 WHERE team = "racing club"
CREATE TABLE INST, Here is a database schema( table schema);
What racing club team made supercopa 1996?It is not neccessary to use all the tables.
SELECT Team FROM table WHERE Location Attendance = staples center 18,997 AND Series = 1–0
CREATE TABLE INST, Here is a database schema( table schema);
Which Team has a Location Attendance of staples center 18,997, and a Series of 1–0?.It is not neccessary to use all the tables.
SELECT MAX(founded) FROM table_16078390_2 WHERE team_nickname = "Raiders"
CREATE TABLE INST, Here is a database schema( table schema);
What year was the team named the Raiders established?It is not neccessary to use all the tables.
SELECT catalog_number FROM table_27303975_2 WHERE release_date = "October 6, 1988"
CREATE TABLE INST, Here is a database schema( table schema);
Name the catalog number for october 6 1988It is not neccessary to use all the tables.
SELECT COUNT(lost) FROM table_name_1 WHERE played < 8
CREATE TABLE INST, Here is a database schema( table schema);
How many lost stats have a played number of less than 8?It is not neccessary to use all the tables.