sql
stringlengths
9
2.37k
table
stringclasses
9 values
query
stringlengths
51
503
SELECT Date of birth FROM table WHERE End of term = 5July1978
CREATE TABLE INST, Here is a database schema( table schema);
what's theΒ date of birthΒ withΒ end of termΒ being 5july1978.It is not neccessary to use all the tables.
SELECT away FROM table_name_5 WHERE date = "2008-07-18"
CREATE TABLE INST, Here is a database schema( table schema);
Which away game was played on 2008-07-18?It is not neccessary to use all the tables.
SELECT Position FROM table WHERE Round < 7 AND Name = akin ayodele
CREATE TABLE INST, Here is a database schema( table schema);
Akin Ayodele drafted before round 7 plays what position?.It is not neccessary to use all the tables.
SELECT Report FROM table WHERE Race Name = champion spark plug 300
CREATE TABLE INST, Here is a database schema( table schema);
For the race Champion Spark Plug 300, what is the report?.It is not neccessary to use all the tables.
SELECT "Construction completed" FROM table_67774 WHERE "County" = 'jo daviess'
CREATE TABLE INST, Here is a database schema( table schema);
What is the date construction is completed in Jo Daviess county?It is not neccessary to use all the tables.
SELECT Constructor FROM table WHERE Laps > 3 AND Driver = jarno trulli
CREATE TABLE INST, Here is a database schema( table schema);
Which constructor had a laps number bigger than 3 when the driver was Jarno Trulli?.It is not neccessary to use all the tables.
SELECT Sport FROM table WHERE League = continental basketball league AND Venue = avalon middle school
CREATE TABLE INST, Here is a database schema( table schema);
Which Sport has a League of continental basketball league, and a Venue of avalon middle school?.It is not neccessary to use all the tables.
SELECT position FROM table_name_26 WHERE school_club_team = "oklahoma state"
CREATE TABLE INST, Here is a database schema( table schema);
Oklahoma State produced a player in which position in the draft?It is not neccessary to use all the tables.
SELECT 24 * (STRFTIME('%j', CURRENT_TIME()) - STRFTIME('%j', transfers.intime)) FROM transfers WHERE transfers.icustay_id IN (SELECT icustays.icustay_id FROM icustays WHERE icustays.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 2957 AND admissions.dischtime IS NULL)) AND transfers.wardid = 57 ORDER BY transfers.intime DESC LIMIT 1
CREATE TABLE INST, Here is a database schema( table schema);
how many hours have elapsed since the last time that patient 2957 stayed during their current hospital visit in ward 57?It is not neccessary to use all the tables.
SELECT Engine FROM table WHERE Chassis = fa13b fa14 AND Driver = aguri suzuki
CREATE TABLE INST, Here is a database schema( table schema);
What engine was used when Aguri Suzuki drove the FA13B FA14 Chassis?.It is not neccessary to use all the tables.
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic WHERE demographic.gender = "M" AND demographic.insurance = "Private"
CREATE TABLE INST, Here is a database schema( table schema);
how many male patients have private health insurance?It is not neccessary to use all the tables.
SELECT Date FROM table WHERE MotoGP winner = casey stoner AND 250cc winner = hiroshi aoyama
CREATE TABLE INST, Here is a database schema( table schema);
Which Date has a MotoGP winner of casey stoner, and a 250cc winner of hiroshi aoyama?.It is not neccessary to use all the tables.
SELECT place FROM table_name_97 WHERE to_par = "+1" AND score = 74 - 70 - 69 - 72 = 285
CREATE TABLE INST, Here is a database schema( table schema);
What is the Place of the Player with a To par of +1 and Score of 74-70-69-72=285?It is not neccessary to use all the tables.
SELECT COUNT(finish) FROM table_name_78 WHERE start = 15
CREATE TABLE INST, Here is a database schema( table schema);
What is the number of finishes having a start of 15?It is not neccessary to use all the tables.
SELECT Young rider classification FROM table WHERE Winner = Jelle Vanendert
CREATE TABLE INST, Here is a database schema( table schema);
Who is every young rider classification when Jelle Vanendert is the winner?.It is not neccessary to use all the tables.
SELECT AVG(fa_cup) FROM table_name_57 WHERE total > 20 AND fa_trophy < 1 AND league < 25
CREATE TABLE INST, Here is a database schema( table schema);
What is the average number of goals scored in the FA Cup among players that have more than 20 total goals less than 1 FA Trophy goals and less than 25 league goals?It is not neccessary to use all the tables.
SELECT location_of_the_church FROM table_178408_1 WHERE sub_parish__sokn_ = "Bremanger"
CREATE TABLE INST, Here is a database schema( table schema);
Name the location of the church for bremangerIt is not neccessary to use all the tables.
SELECT MAX(points) FROM table_name_25 WHERE entrant = "jaguar racing" AND year < 2001
CREATE TABLE INST, Here is a database schema( table schema);
What is the most points when the entrant was Jaguar racing earlier than 2001?It is not neccessary to use all the tables.
SELECT count(*) FROM GreaterManchesterCrime WHERE Location like "%Eden Street%"
CREATE TABLE INST, Here is a database schema( greater manchester crime);
What is the crime rate for Eden Street area?. It is not neccessary to use all the tables.
SELECT SUM("Grid") FROM table_45956 WHERE "Laps" = '24' AND "Rider" = 'marco melandri'
CREATE TABLE INST, Here is a database schema( table schema);
Which Grid has Laps of 24, and a Rider of marco melandri?It is not neccessary to use all the tables.
SELECT Score points FROM table WHERE Event = wc rio de janeiro AND Rank points = 10
CREATE TABLE INST, Here is a database schema( table schema);
What is Score Points, when Event is "WC Rio De Janeiro", and when Rank Points is "10"?.It is not neccessary to use all the tables.
SELECT COUNT Win # FROM table WHERE Winner = jim vivona
CREATE TABLE INST, Here is a database schema( table schema);
How many times did jim vivona win?.It is not neccessary to use all the tables.
SELECT MIN(weeks_at__number1) FROM table_27441210_5 WHERE year = 1988
CREATE TABLE INST, Here is a database schema( table schema);
Name the least weeks at number 1 for 1988It is not neccessary to use all the tables.
SELECT Score FROM table WHERE Team = Milwaukee
CREATE TABLE INST, Here is a database schema( table schema);
What is the score for Milwaukee? .It is not neccessary to use all the tables.
SELECT Municipality FROM table WHERE Pop. density (per km 2 ) = 130.6
CREATE TABLE INST, Here is a database schema( table schema);
What municipality has a 130.6 pupulation density?.It is not neccessary to use all the tables.
SELECT winner FROM table_name_89 WHERE fastest_lap = "katsuyuki hiranaka"
CREATE TABLE INST, Here is a database schema( table schema);
Who was the winner when Katsuyuki Hiranaka had the fastest lap?It is not neccessary to use all the tables.
SELECT name FROM table_16799784_11 WHERE latitude = "10.0S"
CREATE TABLE INST, Here is a database schema( table schema);
Which name is at latitude 10.0s?It is not neccessary to use all the tables.
SELECT Shipyard FROM table WHERE Commissioned = November 30, 1970
CREATE TABLE INST, Here is a database schema( table schema);
which vessel area was called for on november 30, 1970.It is not neccessary to use all the tables.
SELECT year FROM table_name_14 WHERE finish = "12th" AND record = "23-36"
CREATE TABLE INST, Here is a database schema( table schema);
Name the year with finish of 12th and record of 23-36It is not neccessary to use all the tables.
SELECT Constituted FROM table WHERE Party = labor AND Name = scullin ministry
CREATE TABLE INST, Here is a database schema( table schema);
Name the constituted for labor and scullin ministry.It is not neccessary to use all the tables.
SELECT COUNT(*) FROM enzyme
CREATE TABLE INST, Here is a database schema( table schema);
How many kinds of enzymes are there?It is not neccessary to use all the tables.
SELECT Other % FROM table WHERE Bush # = 4333
CREATE TABLE INST, Here is a database schema( table schema);
In the country where Bush won 4333 votes, what percentage did other receive?.It is not neccessary to use all the tables.
SELECT COUNT(attendance) FROM table_name_41 WHERE date = "december 14, 1975" AND week > 13
CREATE TABLE INST, Here is a database schema( table schema);
What was the total attendance on December 14 1975 after week 13?It is not neccessary to use all the tables.
SELECT HIRE_DATE, SUM(EMPLOYEE_ID) FROM employees WHERE FIRST_NAME LIKE '%D%' OR FIRST_NAME LIKE '%S%' ORDER BY SUM(EMPLOYEE_ID) DESC
CREATE TABLE INST, Here is a database schema( table schema);
For all employees who have the letters D or S in their first name, a bar chart shows the distribution of hire_date and the sum of employee_id bin hire_date by time, and rank y axis from high to low order.It is not neccessary to use all the tables.
SELECT venue FROM table_name_45 WHERE attendance > 50 OFFSET 715
CREATE TABLE INST, Here is a database schema( table schema);
What venue has more than 50715 attending?It is not neccessary to use all the tables.
SELECT French abbr. FROM table WHERE Group name = european progressive democrats
CREATE TABLE INST, Here is a database schema( table schema);
For the group name European Progressive Democrats what is the French abbr?.It is not neccessary to use all the tables.
SELECT AVG(year) FROM table_name_22 WHERE result = "24-14"
CREATE TABLE INST, Here is a database schema( table schema);
What year was the game that ended with a score of 24-14?It is not neccessary to use all the tables.
SELECT MAX(drawn) FROM table_name_80 WHERE team = "corinthians" AND lost > 15
CREATE TABLE INST, Here is a database schema( table schema);
Team of corinthians and a Lost larger than 15 has which highest drawn?It is not neccessary to use all the tables.
SELECT opponent FROM table_name_94 WHERE record = "5–0"
CREATE TABLE INST, Here is a database schema( table schema);
What team was the opponent with a record of 5–0?It is not neccessary to use all the tables.
SELECT league FROM table_name_31 WHERE sport = "baseball" AND club = "laredo apaches"
CREATE TABLE INST, Here is a database schema( table schema);
Which league is for baseball with Laredo Apaches?It is not neccessary to use all the tables.
SELECT reason_for_change FROM table_2417345_4 WHERE vacator = "George W. Greene (D)"
CREATE TABLE INST, Here is a database schema( table schema);
Name the reason for change when George W. Greene (D) was the vacator.It is not neccessary to use all the tables.
SELECT Record FROM table WHERE Home = detroit AND Visitor = phoenix
CREATE TABLE INST, Here is a database schema( table schema);
Can you tell me the Record that has the Home of detroit, and the Visitor of phoenix?.It is not neccessary to use all the tables.
SELECT stadium FROM table_28281704_1 WHERE city = "Nizhny Novgorod"
CREATE TABLE INST, Here is a database schema( table schema);
Name the stadium for nizhny novgorodIt is not neccessary to use all the tables.
SELECT album FROM table_name_56 WHERE release_info = "heavenly (hvn95)"
CREATE TABLE INST, Here is a database schema( table schema);
Which album had a release of heavenly (hvn95)?It is not neccessary to use all the tables.
SELECT Suited + Non-Suited Match FROM table WHERE House Edge = 2.99%
CREATE TABLE INST, Here is a database schema( table schema);
Name the Suited & Non-Suited Match with a 2.99% for House Edge..It is not neccessary to use all the tables.
SELECT time FROM table_name_22 WHERE opponent = "tony mendoza"
CREATE TABLE INST, Here is a database schema( table schema);
What was the time for the event in which Tony Mendoza was the opponent?It is not neccessary to use all the tables.
SELECT AVG Year FROM table WHERE Position = 5th AND Venue = santiago, chile
CREATE TABLE INST, Here is a database schema( table schema);
What is the average year they finished 5th in santiago, chile?.It is not neccessary to use all the tables.
SELECT trailing_party FROM table_name_74 WHERE party_won = "janata dal" AND year = 1996
CREATE TABLE INST, Here is a database schema( table schema);
What is Trailing Party when Party Won is "Janata Dal" and when Year is "1996"?It is not neccessary to use all the tables.
SELECT "1978" FROM table_12543 WHERE "1976" = '62%'
CREATE TABLE INST, Here is a database schema( table schema);
What 1978 has a 1976 of 62%?It is not neccessary to use all the tables.
SELECT Wins FROM table WHERE Year = 1992
CREATE TABLE INST, Here is a database schema( table schema);
How many wins in 1992?.It is not neccessary to use all the tables.
SELECT Position FROM table WHERE Affiliation = University of Akron Michigan Bucks
CREATE TABLE INST, Here is a database schema( table schema);
What is the position for the university of akron michigan bucks affiliation .It is not neccessary to use all the tables.
SELECT lanier FROM table_name_60 WHERE cardwell = "20%"
CREATE TABLE INST, Here is a database schema( table schema);
What Lanier has a Cardwell of 20%?It is not neccessary to use all the tables.
SELECT Attendance FROM table WHERE Home team = nuneaton borough
CREATE TABLE INST, Here is a database schema( table schema);
What was the attendance when Nuneaton Borough was the home team?.It is not neccessary to use all the tables.
SELECT Position FROM table WHERE Driver = bib stillwell
CREATE TABLE INST, Here is a database schema( table schema);
Can you tell me the Position that has the Driver of bib stillwell?.It is not neccessary to use all the tables.
SELECT COUNT(crowd) FROM table_name_45 WHERE home_team = "carlton"
CREATE TABLE INST, Here is a database schema( table schema);
What was the total crowd of the Carlton game?It is not neccessary to use all the tables.
SELECT Original airdate FROM table WHERE Title = "Nano Nits"
CREATE TABLE INST, Here is a database schema( table schema);
What was the original air date of the episode "nano nits"?.It is not neccessary to use all the tables.
SELECT d_icd_procedures.short_title FROM d_icd_procedures WHERE d_icd_procedures.icd9_code IN (SELECT procedures_icd.icd9_code FROM procedures_icd WHERE procedures_icd.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 91768) AND STRFTIME('%y', procedures_icd.charttime) <= '2103' ORDER BY procedures_icd.charttime LIMIT 1)
CREATE TABLE INST, Here is a database schema( table schema);
what did patient 91768 receive for his or her first procedure until 2103?It is not neccessary to use all the tables.
SELECT launch_pad FROM table_name_16 WHERE launch_date_time__utc_ = "25 december 2010 10:34"
CREATE TABLE INST, Here is a database schema( table schema);
Tell me the launch pad for 25 december 2010 10:34It is not neccessary to use all the tables.
SELECT COUNT(player) FROM table_23619005_3 WHERE cfl_team = "Ottawa Renegades"
CREATE TABLE INST, Here is a database schema( table schema);
How many different players got drafted for the Ottawa Renegades?It is not neccessary to use all the tables.
SELECT result FROM table_name_89 WHERE date = "september 13, 1998"
CREATE TABLE INST, Here is a database schema( table schema);
Where Date is september 13 1998 what is result?It is not neccessary to use all the tables.
SELECT Location FROM table WHERE Group or Duo of the Year = doc walker AND Female Artist of the Year = crystal shawanda
CREATE TABLE INST, Here is a database schema( table schema);
Where did Doc Walker win Group or Duo of the Year, and where did Crystal Shawanda win Female Artist of the year?.It is not neccessary to use all the tables.
SELECT sepal_length FROM table_10477224_1 WHERE sepal_width = "2.9" AND petal_width = "1.3"
CREATE TABLE INST, Here is a database schema( table schema);
Name the sepal lengh when sepal width is 2.9 and petal width 1.3It is not neccessary to use all the tables.
SELECT Chassis FROM table WHERE Tyres = g AND Year < 1987
CREATE TABLE INST, Here is a database schema( table schema);
What Chassis has g Tyres before 1987?.It is not neccessary to use all the tables.
SELECT incumbent FROM table_1342013_34 WHERE candidates = "John M. Vorys (R) 61.5% Jacob F. Myers (D) 38.5%"
CREATE TABLE INST, Here is a database schema( table schema);
who is the the incumbent with candidates being john m. vorys (r) 61.5% jacob f. myers (d) 38.5%It is not neccessary to use all the tables.
SELECT Year (Ceremony) FROM table WHERE Original title = naga bonar
CREATE TABLE INST, Here is a database schema( table schema);
what year did naga bonar take place.It is not neccessary to use all the tables.
SELECT AVG(pct) FROM table_name_4 WHERE lost > 7 AND name = "george felton"
CREATE TABLE INST, Here is a database schema( table schema);
What's the average pct for George Felton when he had losses greater than 7?It is not neccessary to use all the tables.
SELECT Contestant FROM table WHERE Height (cm) = 173
CREATE TABLE INST, Here is a database schema( table schema);
What contestant is 173 cm tall?.It is not neccessary to use all the tables.
SELECT SUM(loses) FROM table_name_84 WHERE points > 30 AND goals_scored > 59 AND position > 5
CREATE TABLE INST, Here is a database schema( table schema);
How many loses have points greater than 30 goals scored greater than 59 with a position greater than 5?It is not neccessary to use all the tables.
SELECT position FROM table_16494599_4 WHERE school_club_team = "Seton Hall"
CREATE TABLE INST, Here is a database schema( table schema);
What position(s) does the player from seton hall play?It is not neccessary to use all the tables.
SELECT AVG Round FROM table WHERE College = idaho AND Overall < 141
CREATE TABLE INST, Here is a database schema( table schema);
College of idaho, and an Overall smaller than 141 is what average round?.It is not neccessary to use all the tables.
SELECT pressure_in_hpa__mbar_ FROM table_170097_1 WHERE vacuum_range = "Ultra high vacuum"
CREATE TABLE INST, Here is a database schema( table schema);
What is the pressure in ultra high vacuum?It is not neccessary to use all the tables.
SELECT date FROM table_name_68 WHERE score = "115-93"
CREATE TABLE INST, Here is a database schema( table schema);
what is the date when the score is 115-93?It is not neccessary to use all the tables.
SELECT race_1_pts_ FROM table_23293785_2 WHERE race_total_pts_ = 180
CREATE TABLE INST, Here is a database schema( table schema);
What is every points value for race 1 if the total race points is 180?It is not neccessary to use all the tables.
SELECT Series Finale FROM table WHERE Translation = ოჰ ებ αƒͺαƒ αƒ”αƒ›αƒšαƒ”αƒ‘αƒ˜ / αƒžαƒαƒ αƒαƒšαƒ”αƒšαƒ£αƒ αƒ˜ αƒ‘αƒαƒ˜αƒ“αƒ£αƒ›αƒšαƒ
CREATE TABLE INST, Here is a database schema( table schema);
What series finale has the translation ოჰ ებ αƒͺαƒ αƒ”αƒ›αƒšαƒ”αƒ‘αƒ˜ / αƒžαƒαƒ αƒαƒšαƒ”αƒšαƒ£αƒ αƒ˜ αƒ‘αƒαƒ˜αƒ“αƒ£αƒ›αƒšαƒ?.It is not neccessary to use all the tables.
SELECT MAX Crowd FROM table WHERE Home team = richmond
CREATE TABLE INST, Here is a database schema( table schema);
What was Richmond's highest attendance?.It is not neccessary to use all the tables.
SELECT COUNT Round FROM table WHERE College = northern illinois
CREATE TABLE INST, Here is a database schema( table schema);
What is the total number of Round, when College is Northern Illinois?.It is not neccessary to use all the tables.
SELECT NHL team FROM table WHERE Player = mike gaffney
CREATE TABLE INST, Here is a database schema( table schema);
Tell me the NHL team for mike gaffney.It is not neccessary to use all the tables.
SELECT _percentage_of_1_rep_max_last_set_ FROM table_name_28 WHERE set_4 = "145lb x 5reps"
CREATE TABLE INST, Here is a database schema( table schema);
How many % of 1 Rep Max(Last Set) has a Set 4 of 145lb x 5reps?It is not neccessary to use all the tables.
SELECT type FROM table_1973842_1 WHERE nickname = "Spirits"
CREATE TABLE INST, Here is a database schema( table schema);
What's the type of the school whose students' name is spirits?It is not neccessary to use all the tables.
SELECT LName FROM Student WHERE age = (SELECT MIN(age) FROM Student)
CREATE TABLE INST, Here is a database schema( table schema);
What is the last name of the youngest student?It is not neccessary to use all the tables.
SELECT player FROM table_name_89 WHERE pick > 23
CREATE TABLE INST, Here is a database schema( table schema);
Which player was picked after 23?It is not neccessary to use all the tables.
SELECT cuts_made FROM table_28540609_2 WHERE earnings__€_ = 210408
CREATE TABLE INST, Here is a database schema( table schema);
How many cuts did the player who earned 210408 Euro make?It is not neccessary to use all the tables.
SELECT "GDP per capita" FROM table_25046 WHERE "GDP world rank" = '131'
CREATE TABLE INST, Here is a database schema( table schema);
Name the gdp per capita for world rank being 131It is not neccessary to use all the tables.
SELECT COUNT(silver) FROM table_name_67 WHERE gold > 2
CREATE TABLE INST, Here is a database schema( table schema);
How many silvers have more than 2 golds?It is not neccessary to use all the tables.
SELECT Home team score FROM table WHERE Away team = fitzroy
CREATE TABLE INST, Here is a database schema( table schema);
Who played Fitzroy at their own home?.It is not neccessary to use all the tables.
SELECT Time ( ET ) FROM table WHERE Opponent = at Denver Broncos
CREATE TABLE INST, Here is a database schema( table schema);
What time in eastern standard time was game held at denver broncos?.It is not neccessary to use all the tables.
SELECT Nominating Festival FROM table WHERE Director(s) = olga baillif
CREATE TABLE INST, Here is a database schema( table schema);
Which nominating festival did Olga Baillif enter?.It is not neccessary to use all the tables.
SELECT AVG(pct) FROM table_name_51 WHERE state_champions < 1 AND mrc_championships = 10 AND co_champions > 4
CREATE TABLE INST, Here is a database schema( table schema);
What is the average Pct value when state champions is less than 1 MRC Championships is 10 and co-champions are greater than 4?It is not neccessary to use all the tables.
SELECT COUNT(draws) FROM table_name_45 WHERE goals_for = 58 AND losses = 12 AND goal_difference < 21
CREATE TABLE INST, Here is a database schema( table schema);
Name the total number of Draws when goals for is 58 and losses is 12 when goal differences is less than 21It is not neccessary to use all the tables.
SELECT AVG(laps) FROM table_name_6 WHERE grid < 21 AND driver = "renzo zorzi"
CREATE TABLE INST, Here is a database schema( table schema);
What is the average laps for the grid smaller than 21 for Renzo Zorzi?It is not neccessary to use all the tables.
SELECT Series FROM table WHERE Season < 2009
CREATE TABLE INST, Here is a database schema( table schema);
Which series has a season prior to 2009?.It is not neccessary to use all the tables.
SELECT individual_first_name, individual_middle_name, individual_last_name FROM individuals ORDER BY individual_last_name
CREATE TABLE INST, Here is a database schema( table schema);
List every individual's first name middle name and last name in alphabetical order by last name.It is not neccessary to use all the tables.
SELECT MAX Game FROM table WHERE High assists = LeBron James (7) AND High points = LeBron James (21)
CREATE TABLE INST, Here is a database schema( table schema);
What number game had a high assist of lebron james (7) and high point of lebron james (21)?.It is not neccessary to use all the tables.
SELECT AVG(Price), YEAR FROM WINE GROUP BY YEAR
CREATE TABLE INST, Here is a database schema( table schema);
What are the average prices of wines for different years?It is not neccessary to use all the tables.
SELECT COUNT(vote) FROM table_name_52 WHERE seat = "house a" AND percentage = "75.44%" AND district < 11
CREATE TABLE INST, Here is a database schema( table schema);
How many votes have a Seat of house A, and a Percentage of 75.44%, and a District smaller than 11?It is not neccessary to use all the tables.
SELECT label FROM table_name_83 WHERE date = "december 19, 2001"
CREATE TABLE INST, Here is a database schema( table schema);
What label released a record on December 19 2001?It is not neccessary to use all the tables.
SELECT Driver FROM table WHERE Points = 13
CREATE TABLE INST, Here is a database schema( table schema);
Name the drive for points being 13.It is not neccessary to use all the tables.
SELECT Website FROM table WHERE Brand = radio mexicana
CREATE TABLE INST, Here is a database schema( table schema);
What was radio mexicana's website?.It is not neccessary to use all the tables.
SELECT BW 2013 FROM table WHERE ARWU 2012 > 51 AND Location (State, City) = washington, d.c.
CREATE TABLE INST, Here is a database schema( table schema);
What is the BW 2013 ranking of Washington, D.C., which has an ARWU 2012 ranking greater than 51?.It is not neccessary to use all the tables.
SELECT score FROM table_name_64 WHERE date = "september 29, 2003"
CREATE TABLE INST, Here is a database schema( table schema);
What was the Score on September 29 2003?It is not neccessary to use all the tables.