sql
stringlengths
9
2.37k
table
stringclasses
9 values
query
stringlengths
51
503
SELECT sample_pk, packst FROM sampledata15
CREATE TABLE INST, Here is a database schema( sampledata15);
in which state was a specific sample packed?. It is not neccessary to use all the tables.
SELECT date FROM table_name_30 WHERE record = "3-4"
CREATE TABLE INST, Here is a database schema( table schema);
Which Date has a Record of 3-4?It is not neccessary to use all the tables.
SELECT AVG(drawn) FROM table_name_30 WHERE difference = "4" AND lost > 13
CREATE TABLE INST, Here is a database schema( table schema);
What is the average drawn of the team with a difference of 4 and more than 13 losses?It is not neccessary to use all the tables.
SELECT riaa_sales_certification FROM table_name_50 WHERE billboard_200_peak < 18 AND year < 1972
CREATE TABLE INST, Here is a database schema( table schema);
Before the Year 1972 what RIAA Sales Certification was awarded to the song that had a Billboard 200 Peak less than 18?It is not neccessary to use all the tables.
SELECT SUM("Pick") FROM table_59350 WHERE "Position" = 'guard'
CREATE TABLE INST, Here is a database schema( table schema);
What is the sum of the pick of the guard position player?It is not neccessary to use all the tables.
SELECT Main cast seasons FROM table WHERE Portrayed by = Kevin Jonas
CREATE TABLE INST, Here is a database schema( table schema);
What seasons does Kevin Jonas appear?.It is not neccessary to use all the tables.
SELECT date FROM table_name_14 WHERE opponent = "panathinaikos"
CREATE TABLE INST, Here is a database schema( table schema);
On what Date was the Opponent Panathinaikos?It is not neccessary to use all the tables.
SELECT Attendance FROM table WHERE Loss = ayala (6-12)
CREATE TABLE INST, Here is a database schema( table schema);
What was the attendance at the game that had a loss of Ayala (6-12)?.It is not neccessary to use all the tables.
SELECT nominative FROM table_name_91 WHERE dative = "mis"
CREATE TABLE INST, Here is a database schema( table schema);
What nominative has mis as the dative?It is not neccessary to use all the tables.
SELECT Money ( £ ) FROM table WHERE Country = england AND Player = malcolm mackenzie
CREATE TABLE INST, Here is a database schema( table schema);
Can you tell me the Money (£) that has the Country of england, and the Player of malcolm mackenzie?.It is not neccessary to use all the tables.
SELECT MIN Rank FROM table WHERE Code (IATA/ICAO) = ord/kord AND Total Cargo (Metric Tonnes) > 1,332,123
CREATE TABLE INST, Here is a database schema( table schema);
What is the rank for ord/kord with more than 1,332,123 total cargo?.It is not neccessary to use all the tables.
SELECT Week FROM table WHERE Date = december 21, 2003
CREATE TABLE INST, Here is a database schema( table schema);
Which week was the December 21, 2003 game?.It is not neccessary to use all the tables.
SELECT record FROM table_name_66 WHERE score = "2–1"
CREATE TABLE INST, Here is a database schema( table schema);
Score of 2–1 has what record?It is not neccessary to use all the tables.
SELECT livingstone FROM table_12570207_1 WHERE fitzroy = 9499
CREATE TABLE INST, Here is a database schema( table schema);
what's the livingstone with fitzroy being 9499It is not neccessary to use all the tables.
SELECT Region FROM table WHERE Date = december 7, 2004
CREATE TABLE INST, Here is a database schema( table schema);
Name the region for december 7, 2004.It is not neccessary to use all the tables.
SELECT away_captain FROM table_name_56 WHERE result = "aus by 264 runs"
CREATE TABLE INST, Here is a database schema( table schema);
Who was the Away captain for the Test match of Australia in England where the Result was AUS by 264 runs?It is not neccessary to use all the tables.
SELECT product_category, COUNT(*) FROM Mailshot_Campaigns GROUP BY product_category ORDER BY product_category DESC
CREATE TABLE INST, Here is a database schema( table schema);
Show me the total number by product category in a histogram, rank x-axis from high to low order please.It is not neccessary to use all the tables.
SELECT 1976 FROM table_name_35 WHERE tournament = "australian open"
CREATE TABLE INST, Here is a database schema( table schema);
What is the 1976 value of the Australian Open?It is not neccessary to use all the tables.
SELECT "Title" FROM table_47479 WHERE "Track" = '6'
CREATE TABLE INST, Here is a database schema( table schema);
What is track 6's title?It is not neccessary to use all the tables.
SELECT Period FROM table WHERE Name = Nabatingue Toko
CREATE TABLE INST, Here is a database schema( table schema);
During what years did nabatingue toko play. .It is not neccessary to use all the tables.
SELECT cause_of_destruction FROM table_19342760_1 WHERE name = "Temple of Artemis at Ephesus"
CREATE TABLE INST, Here is a database schema( table schema);
How was the Temple of Artemis at Ephesus destroyed?It is not neccessary to use all the tables.
SELECT time FROM table_name_75 WHERE release_date = "8/26/69" AND track < 19
CREATE TABLE INST, Here is a database schema( table schema);
What was the time for tracks before 19 on 8/26/69?It is not neccessary to use all the tables.
SELECT Class FROM table WHERE Riders = Makoto Tamada AND Races = 17
CREATE TABLE INST, Here is a database schema( table schema);
Name the class for makoto tamada and races is 17.It is not neccessary to use all the tables.
SELECT gender FROM table_name_68 WHERE name = "lynmore primary school"
CREATE TABLE INST, Here is a database schema( table schema);
What genders did Lynmore Primary School take?It is not neccessary to use all the tables.
SELECT MIN Market Value (billion $) FROM table WHERE Assets (billion $) > 276.81 AND Company = toyota AND Profits (billion $) > 17.21
CREATE TABLE INST, Here is a database schema( table schema);
Name the lowest Market Value (billion $) which has Assets (billion $) larger than 276.81, and a Company of toyota, and Profits (billion $) larger than 17.21?.It is not neccessary to use all the tables.
SELECT air_date FROM table_name_39 WHERE winner = "red" AND challenge = "emergency braking"
CREATE TABLE INST, Here is a database schema( table schema);
What air date has a red winner and an emergency braking challenge?It is not neccessary to use all the tables.
SELECT Home team score FROM table WHERE Home team = melbourne
CREATE TABLE INST, Here is a database schema( table schema);
What was Melbourne's score when they were the home team?.It is not neccessary to use all the tables.
SELECT Time FROM table WHERE Composer(s) = kyriakos papadopoulos
CREATE TABLE INST, Here is a database schema( table schema);
What is Time, when Composer(s) is "Kyriakos Papadopoulos"?.It is not neccessary to use all the tables.
SELECT "To par" FROM table_65903 WHERE "Place" = 't1' AND "Player" = 'jiyai shin'
CREATE TABLE INST, Here is a database schema( table schema);
What is the to par for Jiyai Shin when the place is t1?It is not neccessary to use all the tables.
SELECT "Team" FROM table_65915 WHERE "Winners" = '1' AND "Years runners-up" = '2007'
CREATE TABLE INST, Here is a database schema( table schema);
Which team were runners-up in 2007 and had 1 under winners?It is not neccessary to use all the tables.
SELECT Party FROM table WHERE District = Maryland 6
CREATE TABLE INST, Here is a database schema( table schema);
What party was the winner in the district Maryland 6?.It is not neccessary to use all the tables.
SELECT gold FROM table_name_97 WHERE bronze = "kim hyang-mi"
CREATE TABLE INST, Here is a database schema( table schema);
Who won the gold when Kim Hyang-Mi won the bronze?It is not neccessary to use all the tables.
SELECT Series FROM table WHERE Date = May 23
CREATE TABLE INST, Here is a database schema( table schema);
What was the series count at on May 23? .It is not neccessary to use all the tables.
SELECT MAX AFC Titles FROM table WHERE Teams With Division Titles = Cleveland Browns
CREATE TABLE INST, Here is a database schema( table schema);
How many afc titles did the Cleveland Browns have?.It is not neccessary to use all the tables.
SELECT demographic.admission_type, diagnoses.icd9_code FROM demographic INNER JOIN diagnoses ON demographic.hadm_id = diagnoses.hadm_id WHERE demographic.name = "Anna Johnson"
CREATE TABLE INST, Here is a database schema( table schema);
what is admission type and diagnoses icd9 code of subject name anna johnson?It is not neccessary to use all the tables.
SELECT to_par FROM table_name_40 WHERE score = 73 - 69 - 67 - 74 = 283
CREATE TABLE INST, Here is a database schema( table schema);
What is the to par when the score is 73-69-67-74=283?It is not neccessary to use all the tables.
SELECT ep_winning_team FROM table_29225103_2 WHERE cp_winning_team = "Dave Clark" AND gm_winning_team = "Stuart Northrup"
CREATE TABLE INST, Here is a database schema( table schema);
Who was the EP winning team when the CP winning team was Dave Clark and the GM winning team was Stuart Northrup?It is not neccessary to use all the tables.
SELECT class FROM table_name_35 WHERE rank = "admiral" AND ship = "hms frobisher"
CREATE TABLE INST, Here is a database schema( table schema);
Tell me the class for admiral and hms frobisherIt is not neccessary to use all the tables.
SELECT Episode FROM table WHERE Garfield Episode 1 = The Worst Pizza in the History of Mankind
CREATE TABLE INST, Here is a database schema( table schema);
Which episode in Garfield episode 1 is the worst pizza in the history of mankind?.It is not neccessary to use all the tables.
SELECT SUM Attendance FROM table WHERE Result = w 35-14
CREATE TABLE INST, Here is a database schema( table schema);
What is the combined attendance of all games that had a result of w 35-14?.It is not neccessary to use all the tables.
SELECT Year (Ceremony) FROM table WHERE Original title = ganito kami noon, paano kayo ngayon
CREATE TABLE INST, Here is a database schema( table schema);
What is the ceremony year when Ganito Kami Noon, Paano Kayo Ngayon was the original title?.It is not neccessary to use all the tables.
SELECT Official Name FROM table WHERE Area km 2 = 59.73
CREATE TABLE INST, Here is a database schema( table schema);
If the area is 59.73, what is the official name?.It is not neccessary to use all the tables.
SELECT "Circuit" FROM table_61213 WHERE "Team" = 'winfield team nissan' AND "Series" = 'tooheys 1000'
CREATE TABLE INST, Here is a database schema( table schema);
Which circuit did winfield team nissan win for the tooheys 1000?It is not neccessary to use all the tables.
SELECT population_density__per_km_2__ FROM table_2500440_1 WHERE municipal_district = "Smoky Lake County"
CREATE TABLE INST, Here is a database schema( table schema);
What is the density per km in Smoky Lake County?It is not neccessary to use all the tables.
SELECT location_attendance FROM table_17382360_9 WHERE score = "W 118-112"
CREATE TABLE INST, Here is a database schema( table schema);
What was the location and attendance at the game where the final score is w 118-112?It is not neccessary to use all the tables.
SELECT Place FROM table WHERE Player = justin leonard
CREATE TABLE INST, Here is a database schema( table schema);
What is Place, when Player is "Justin Leonard"?.It is not neccessary to use all the tables.
SELECT address_line_1, address_line_2 FROM customers WHERE email_address = "[email protected]"
CREATE TABLE INST, Here is a database schema( table schema);
Find the address line 1 and 2 of the customer with email "[email protected]".It is not neccessary to use all the tables.
SELECT Date FROM table WHERE Performer 4 = ryan stiles AND Episode > 5 AND Performer 2 = wayne brady
CREATE TABLE INST, Here is a database schema( table schema);
What day was wayne brady performer 2, ryan stiles performer 4, and an episode number greater than 5?.It is not neccessary to use all the tables.
SELECT event FROM table_name_25 WHERE athlete = "fatima whitbread trine hattestad"
CREATE TABLE INST, Here is a database schema( table schema);
What event was Fatima Whitbread Trine Hattestad in?It is not neccessary to use all the tables.
SELECT AVG Gold FROM table WHERE Total = 2 AND Bronze > 1 AND Silver < 0
CREATE TABLE INST, Here is a database schema( table schema);
What is the average gold medals of the nation with 2 total medals, more than 1 bronze, and less than 0 silvers?.It is not neccessary to use all the tables.
SELECT Date FROM table WHERE Race = northern spur breeders' cup stakes
CREATE TABLE INST, Here is a database schema( table schema);
What Date is Northern Spur Breeders' Cup Stakes Race?.It is not neccessary to use all the tables.
SELECT date_opened FROM table_22665117_1 WHERE dist_id = 11901
CREATE TABLE INST, Here is a database schema( table schema);
What is the date opened if thedistrict ID is 11901?It is not neccessary to use all the tables.
SELECT title FROM table_19401346_1 WHERE production_code = 10018
CREATE TABLE INST, Here is a database schema( table schema);
What's the title of the episode with production code 10018?It is not neccessary to use all the tables.
SELECT SUM Number of households FROM table WHERE County = ottawa
CREATE TABLE INST, Here is a database schema( table schema);
How many households are in Ottawa?.It is not neccessary to use all the tables.
SELECT Departure FROM table WHERE Station Code = clt
CREATE TABLE INST, Here is a database schema( table schema);
What is listede for Departure that also has a Station Code of CLT?.It is not neccessary to use all the tables.
SELECT SUM Sets+ FROM table WHERE Sets– < 21 AND Team = unicaja almería AND Points+ < 1497
CREATE TABLE INST, Here is a database schema( table schema);
What is the Sets+ for Team unicaja almería where the Sets- were less than 21 and the Points+ were less than 1497?.It is not neccessary to use all the tables.
SELECT location FROM table_name_47 WHERE circuit = "lowood circuit" AND race = "lowood trophy"
CREATE TABLE INST, Here is a database schema( table schema);
what is the location when the circuit is lowood circuit and the race is lowood trophy?It is not neccessary to use all the tables.
SELECT MAX period FROM table WHERE element = platinum
CREATE TABLE INST, Here is a database schema( table schema);
Which highest period's element is platinum?.It is not neccessary to use all the tables.
SELECT tournament FROM table_name_59 WHERE opponent = "jung jae-sung lee yong-dae"
CREATE TABLE INST, Here is a database schema( table schema);
What tournament has an opponent jung jae-sung lee yong-dae?It is not neccessary to use all the tables.
SELECT 3rd place FROM table WHERE Runner-Up = simon ehne AND Prize = $100,000
CREATE TABLE INST, Here is a database schema( table schema);
What is 3rd Place, when Runner-Up is "Simon Ehne", and when Prize is $100,000?.It is not neccessary to use all the tables.
SELECT Original Airdate FROM table WHERE Challenge = "7-pound monster breakfast burrito"
CREATE TABLE INST, Here is a database schema( table schema);
What is the original airdate of the episode where the challenge is a "7-pound monster breakfast burrito"?.It is not neccessary to use all the tables.
SELECT MAX(lane) FROM table_name_83 WHERE country = "ireland"
CREATE TABLE INST, Here is a database schema( table schema);
What is the most lanes used that had a winner from Ireland?It is not neccessary to use all the tables.
SELECT MIN(area__km²_) FROM table_name_39 WHERE pop = 17 OFFSET 089
CREATE TABLE INST, Here is a database schema( table schema);
Which Area (km ) is the lowest one that has a Population of 17,089?It is not neccessary to use all the tables.
SELECT 2009 FROM table WHERE Tournament = us open
CREATE TABLE INST, Here is a database schema( table schema);
What was the result in 2009 for the US Open Tournament?.It is not neccessary to use all the tables.
SELECT nation FROM table_name_11 WHERE bronze = 1 AND gold > 0 AND rank = "2"
CREATE TABLE INST, Here is a database schema( table schema);
What is Nation when Bronze is 1 when Gold is greater than 0 and when Rank is 2?It is not neccessary to use all the tables.
SELECT MAX Rebounds FROM table WHERE Steals = 0.9 AND Turnovers < 1.4
CREATE TABLE INST, Here is a database schema( table schema);
What is the maximum rebounds when there are 0.9 steals and fewer than 1.4 turnovers?.It is not neccessary to use all the tables.
SELECT tie_no FROM table_name_69 WHERE date = "9 january 1956"
CREATE TABLE INST, Here is a database schema( table schema);
Which Tie number was played on 9 January 1956?It is not neccessary to use all the tables.
SELECT distance FROM table_name_16 WHERE event = "breaststroke" AND location = "beijing, chn"
CREATE TABLE INST, Here is a database schema( table schema);
Which Distance has an Event of breaststroke and a Location of beijing chn?It is not neccessary to use all the tables.
SELECT candidates FROM table_1342218_43 WHERE result = "Re-elected" AND district = "Texas 7"
CREATE TABLE INST, Here is a database schema( table schema);
What candidate has a result of being re-elected in the Texas 7 District?It is not neccessary to use all the tables.
SELECT Competition round [D ] FROM table WHERE Season < 1930 AND Winner = draw
CREATE TABLE INST, Here is a database schema( table schema);
What is the competition before the 1930 season, and a winning draw?.It is not neccessary to use all the tables.
SELECT part_3 FROM table_1745843_7 WHERE part_4 = "gelopen"
CREATE TABLE INST, Here is a database schema( table schema);
What's the part 3 of the verb with part 4 gelopen?It is not neccessary to use all the tables.
SELECT Copa Mercosur 1999 FROM table WHERE Copa Libertadores 1999 = did not qualify AND Copa CONMEBOL 1999 = did not qualify AND Team = grêmio
CREATE TABLE INST, Here is a database schema( table schema);
What is the copa mercosur 1999 result for team grêmio, who did not qualify for the Copa Libertadores 1999 and Copa Conmebol 1999?.It is not neccessary to use all the tables.
SELECT bike FROM table_name_36 WHERE time = "accident" AND laps < 9 AND grid = 5
CREATE TABLE INST, Here is a database schema( table schema);
What bike has an accident time less than 9 laps and a 5 grid?It is not neccessary to use all the tables.
SELECT SUM(swing_to_gain) FROM table_name_48 WHERE constituency = "caithness, sutherland and easter ross"
CREATE TABLE INST, Here is a database schema( table schema);
Can you tell me the sum of Swing to gain that has Constituency of caithness sutherland and easter ross?It is not neccessary to use all the tables.
SELECT MIN 1964 FROM table WHERE Country = united states AND 1969 < 7.3
CREATE TABLE INST, Here is a database schema( table schema);
Which 1964 has a Country of united states, and a 1969 smaller than 7.3?.It is not neccessary to use all the tables.
SELECT MAX Silver FROM table WHERE Bronze < 0
CREATE TABLE INST, Here is a database schema( table schema);
What is the highest number of silver medals of the team with less than 0 bronzes?.It is not neccessary to use all the tables.
SELECT "Date" FROM table_62691 WHERE "Score" = '6–4, 7–5'
CREATE TABLE INST, Here is a database schema( table schema);
What is the Date of the Match with a Score of 6 4, 7 5?It is not neccessary to use all the tables.
SELECT T1.Allergy, T1.AllergyType FROM Allergy_type AS T1 JOIN Has_allergy AS T2 ON T1.Allergy = T2.Allergy JOIN Student AS T3 ON T3.StuID = T2.StuID WHERE T3.Fname = "Lisa" ORDER BY T1.Allergy
CREATE TABLE INST, Here is a database schema( table schema);
What are the allergies and their types that the student with first name Lisa has? And order the result by name of allergies.It is not neccessary to use all the tables.
SELECT driver FROM table_name_25 WHERE entrant = "arrows racing team" AND rounds = "1-3"
CREATE TABLE INST, Here is a database schema( table schema);
Which Driver has an Entrant of Arrows Racing Team and Rounds 1-3?It is not neccessary to use all the tables.
SELECT runners_up FROM table_name_7 WHERE club = "fc viktoria plzeň"
CREATE TABLE INST, Here is a database schema( table schema);
Who were the runners-up for the FC Viktoria Plzeň club?It is not neccessary to use all the tables.
SELECT Street address FROM table WHERE Name = the palazzo
CREATE TABLE INST, Here is a database schema( table schema);
The Palazzo's street address is listed as what?.It is not neccessary to use all the tables.
SELECT "Title" FROM table_22363 WHERE "U.S. viewers (in millions)" = '3.97'
CREATE TABLE INST, Here is a database schema( table schema);
What is the title when u.s. viewers (millions) is 3.97?It is not neccessary to use all the tables.
SELECT Team Nickname FROM table WHERE Enrollment = 40747
CREATE TABLE INST, Here is a database schema( table schema);
What's the nickname of the team with enrollment of 40747?.It is not neccessary to use all the tables.
SELECT country FROM table_name_20 WHERE player = "craig stadler"
CREATE TABLE INST, Here is a database schema( table schema);
What country was the game in when the player was Craig Stadler?It is not neccessary to use all the tables.
SELECT game FROM table_23286158_8 WHERE high_rebounds = "Andre Miller , Rudy Fernandez (7)"
CREATE TABLE INST, Here is a database schema( table schema);
Name the game for andre miller rudy fernandez (7)It is not neccessary to use all the tables.
SELECT "Away" FROM table_43142 WHERE "Home" = 'etobicoke kangaroos'
CREATE TABLE INST, Here is a database schema( table schema);
Who was the away team for the Etobicoke Kangaroos home game?It is not neccessary to use all the tables.
SELECT game_site FROM table_name_76 WHERE week > 13 AND result = "l 20–0"
CREATE TABLE INST, Here is a database schema( table schema);
Which game site has a Week bigger than 13 and a Result of l 20–0?It is not neccessary to use all the tables.
SELECT Official ITV1 rating (millions) FROM table WHERE Episode = Live final results
CREATE TABLE INST, Here is a database schema( table schema);
What was the official ITV1 rating in millions of the Live Final Results episode?.It is not neccessary to use all the tables.
SELECT Id AS "comment_link" FROM Comments WHERE LENGTH(Text) < 50 AND (Text LIKE '%Thank%' OR Text LIKE '+-1%') ORDER BY CreationDate LIMIT 200
CREATE TABLE INST, Here is a database schema( table schema);
Comments that are no longer needed.It is not neccessary to use all the tables.
SELECT Home team FROM table WHERE Away team = hawthorn
CREATE TABLE INST, Here is a database schema( table schema);
Who is the home team when hawthorn is the away team?.It is not neccessary to use all the tables.
SELECT Notes FROM table WHERE Method = points AND Event = adcc 2001 absolute AND Result = loss
CREATE TABLE INST, Here is a database schema( table schema);
Tell me the notes with method of points and event of adcc 2001 absolute with result of loss.It is not neccessary to use all the tables.
SELECT COMMISSION_PCT, DEPARTMENT_ID FROM employees WHERE SALARY BETWEEN 8000 AND 12000 AND COMMISSION_PCT <> "null" OR DEPARTMENT_ID <> 40
CREATE TABLE INST, Here is a database schema( table schema);
For those employees whose salary is in the range of 8000 and 12000 and commission is not null or department number does not equal to 40, visualize a scatter chart about the correlation between commission_pct and department_id .It is not neccessary to use all the tables.
SELECT rank FROM table_name_25 WHERE silver > 1 AND gold > 1 AND bronze > 4
CREATE TABLE INST, Here is a database schema( table schema);
Which rank has more than 1 silver more than 1 gold and more than 4 bronze?It is not neccessary to use all the tables.
SELECT SUM(year) FROM table_name_75 WHERE player_name = "ronnie bull"
CREATE TABLE INST, Here is a database schema( table schema);
How many years have a Player name of ronnie bull?It is not neccessary to use all the tables.
SELECT Women's singles FROM table WHERE Year = 2010
CREATE TABLE INST, Here is a database schema( table schema);
In 2010, who was the Women's Singles player?.It is not neccessary to use all the tables.
SELECT Record FROM table WHERE Attendance = 14489
CREATE TABLE INST, Here is a database schema( table schema);
What was their record when the attendance at the game was 14489?.It is not neccessary to use all the tables.
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN diagnoses ON demographic.hadm_id = diagnoses.hadm_id WHERE demographic.marital_status = "SINGLE" AND diagnoses.long_title = "Late effects of cerebrovascular disease, hemiplegia affecting unspecified side"
CREATE TABLE INST, Here is a database schema( table schema);
how many patients whose marital status is single and diagnoses long title is late effects of cerebrovascular disease, hemiplegia affecting unspecified side?It is not neccessary to use all the tables.
SELECT Result FROM table WHERE Date = january 26, 2006
CREATE TABLE INST, Here is a database schema( table schema);
What is the result of the match on January 26, 2006?.It is not neccessary to use all the tables.
SELECT MAX Grand Total FROM table WHERE Qatari Male = 1104
CREATE TABLE INST, Here is a database schema( table schema);
If the qatari male is 1104, what is the grand total?.It is not neccessary to use all the tables.
SELECT competition FROM table_name_87 WHERE date = "20 august 2008"
CREATE TABLE INST, Here is a database schema( table schema);
Tell me the competition of 20 august 2008It is not neccessary to use all the tables.