sql
stringlengths
9
2.37k
table
stringclasses
9 values
query
stringlengths
51
503
SELECT SUM(wins) FROM table_name_43 WHERE rank > 5
CREATE TABLE INST, Here is a database schema( table schema);
What number of wins was ranked higher than 5?It is not neccessary to use all the tables.
SELECT Nationality FROM table WHERE Rank > 1 AND Time = 59.75
CREATE TABLE INST, Here is a database schema( table schema);
Which nationaly is ranked greater than 1, with a time of 59.75?.It is not neccessary to use all the tables.
SELECT Ground FROM table WHERE Home team = brisbane lions
CREATE TABLE INST, Here is a database schema( table schema);
What is the name of the home stadium of Brisbane Lions?.It is not neccessary to use all the tables.
SELECT Women's singles FROM table WHERE Year = 1955
CREATE TABLE INST, Here is a database schema( table schema);
Who played women's singles in 1955?.It is not neccessary to use all the tables.
SELECT Position FROM table WHERE Player = chris robinson
CREATE TABLE INST, Here is a database schema( table schema);
What was the position that Chris Robinson played?.It is not neccessary to use all the tables.
SELECT Opponent FROM table WHERE Round = 1 AND Event = the ultimate fighter 2 finale
CREATE TABLE INST, Here is a database schema( table schema);
Who was the opponent in the 1 round fight in the Ultimate Fighter 2 Finale?.It is not neccessary to use all the tables.
SELECT "Yield (approximate)" FROM table_19623 WHERE "Explosion" = 'K-4'
CREATE TABLE INST, Here is a database schema( table schema);
What was the yield of the K-4 explosion?It is not neccessary to use all the tables.
SELECT COUNT(content) FROM table_15887683_3 WHERE package_option = "qualsiasi tranne Sky HD"
CREATE TABLE INST, Here is a database schema( table schema);
How many different contents are offered by the Qualsiasi Tranne Sky HD package?It is not neccessary to use all the tables.
SELECT Position FROM table WHERE Surname = ruzic
CREATE TABLE INST, Here is a database schema( table schema);
Which Position did Ruzic play?.It is not neccessary to use all the tables.
SELECT AVG Week FROM table WHERE Record = 0–1
CREATE TABLE INST, Here is a database schema( table schema);
What week that shows a game record of 0–1?.It is not neccessary to use all the tables.
SELECT result FROM table_name_66 WHERE year = 2001 AND location = "network associates coliseum"
CREATE TABLE INST, Here is a database schema( table schema);
What was the score of the 2001 game held at Network Associates Coliseum?It is not neccessary to use all the tables.
SELECT Name FROM table WHERE Current age > 45 AND Years on death row < 22
CREATE TABLE INST, Here is a database schema( table schema);
Who is the prisoner that is older than 45 and has served less than 22 years on death row?.It is not neccessary to use all the tables.
SELECT MAX No. in season FROM table WHERE Production code = 816
CREATE TABLE INST, Here is a database schema( table schema);
What is the latest season number for a show with a production code of 816?.It is not neccessary to use all the tables.
SELECT "Attendance" FROM table_78474 WHERE "Week" = '17'
CREATE TABLE INST, Here is a database schema( table schema);
What was the Attendance in Week 17?It is not neccessary to use all the tables.
SELECT centerfold_model FROM table_name_56 WHERE cover_model = "julie lynn cialini"
CREATE TABLE INST, Here is a database schema( table schema);
Who was the Centerfold Model when the Cover Model was Julie Lynn Cialini?It is not neccessary to use all the tables.
SELECT Gross-to-date FROM table WHERE Date = august 23–25
CREATE TABLE INST, Here is a database schema( table schema);
Name the Gross-to-date which has a Date of august 23–25?.It is not neccessary to use all the tables.
SELECT MIN(against) FROM table_name_84 WHERE wins < 9 AND draws < 0
CREATE TABLE INST, Here is a database schema( table schema);
What is the lowest against that has less than 9 wins and draws smaller than 0?It is not neccessary to use all the tables.
SELECT All_Road, All_Games_Percent FROM basketball_match
CREATE TABLE INST, Here is a database schema( table schema);
Draw a pie chart about the proportion of All_Road and All_Games_Percent.It is not neccessary to use all the tables.
SELECT Directed by FROM table WHERE Production code = IP03010
CREATE TABLE INST, Here is a database schema( table schema);
Who directed the episode with production code ip03010?.It is not neccessary to use all the tables.
SELECT status FROM table_name_95 WHERE name = "ins ranvir"
CREATE TABLE INST, Here is a database schema( table schema);
What is the status of the ship INS Ranvir?It is not neccessary to use all the tables.
SELECT MIN Rank FROM table WHERE Industry = banking AND Company = bank of america AND Profits (billion $) > 16.47
CREATE TABLE INST, Here is a database schema( table schema);
What is the smallest rank for an industry of banking, a company of bank of america, and profits (billion $) larger than 16.47?.It is not neccessary to use all the tables.
SELECT COUNT(team_number) FROM table_name_93 WHERE player = "john keane"
CREATE TABLE INST, Here is a database schema( table schema);
How many team numbers have john keane as the player?It is not neccessary to use all the tables.
SELECT district FROM table_name_12 WHERE party = "democrat" AND elected > 1998
CREATE TABLE INST, Here is a database schema( table schema);
In which District(s) has a Democrat held office since 1998?It is not neccessary to use all the tables.
SELECT Bhofen#1 (Rk) FROM table WHERE Bhofen#2 (Rk) = 231.2 (8)
CREATE TABLE INST, Here is a database schema( table schema);
What was the Bhofen #1 score and rank for the player whose Bhofen #2 score and rank was 231.2 (8)?.It is not neccessary to use all the tables.
SELECT points_classification FROM table_name_66 WHERE team_classification = "quick step-innergetic" AND stage = "7"
CREATE TABLE INST, Here is a database schema( table schema);
Name the points classification for quick step-innergetic with stage 7It is not neccessary to use all the tables.
SELECT swimsuit FROM table_11884814_3 WHERE interview = "9.74"
CREATE TABLE INST, Here is a database schema( table schema);
What is the swimsuit score when the interview was 9.74?It is not neccessary to use all the tables.
SELECT grid FROM table_name_74 WHERE time_retired = "+ 1:24.3"
CREATE TABLE INST, Here is a database schema( table schema);
What grad has a Time/Retired of + 1:24.3?It is not neccessary to use all the tables.
SELECT used FROM table_name_4 WHERE power__hp_ < 93 AND engine = "om324"
CREATE TABLE INST, Here is a database schema( table schema);
When was power (hp) less than 93 for the OM324 engine used?It is not neccessary to use all the tables.
SELECT to_par FROM table_name_87 WHERE player = "hunter mahan"
CREATE TABLE INST, Here is a database schema( table schema);
What is the to par of player hunter mahan?It is not neccessary to use all the tables.
SELECT MIN(year) FROM table_26108103_2
CREATE TABLE INST, Here is a database schema( table schema);
What was the earliest year?It is not neccessary to use all the tables.
SELECT participant_type_code FROM participants GROUP BY participant_type_code ORDER BY COUNT(*) DESC LIMIT 1
CREATE TABLE INST, Here is a database schema( table schema);
What is the most common participant type?It is not neccessary to use all the tables.
SELECT notes FROM table_name_11 WHERE authors = "zhou & zhang"
CREATE TABLE INST, Here is a database schema( table schema);
What are the notes where the authors are Zhou & Zhang?It is not neccessary to use all the tables.
SELECT Circuit FROM table WHERE Winning driver = raymond mays
CREATE TABLE INST, Here is a database schema( table schema);
Which circuit did Raymond Mays win?.It is not neccessary to use all the tables.
SELECT COUNT Decile FROM table WHERE Years = 1–8 AND Roll = 49
CREATE TABLE INST, Here is a database schema( table schema);
How many deciles have Years of 1–8, and a Roll of 49?.It is not neccessary to use all the tables.
SELECT COUNT Crowd FROM table WHERE Away team score = 10.9 (69)
CREATE TABLE INST, Here is a database schema( table schema);
What was the crowd size when the away team scored 10.9 (69)?.It is not neccessary to use all the tables.
SELECT NCBI Accession Number (mRNA/Protein) FROM table WHERE Species = mus musculus
CREATE TABLE INST, Here is a database schema( table schema);
What is the NCBI Accession Number (mRNA/Protein) for the mus musculus Species?.It is not neccessary to use all the tables.
SELECT winning_team FROM table_name_46 WHERE winning_pitcher = "chris young" AND location = "arlington"
CREATE TABLE INST, Here is a database schema( table schema);
Which winning team has a winning pitcher of Chris Young and was played in Arlington?It is not neccessary to use all the tables.
SELECT year FROM table_name_40 WHERE distance = "1-1/16" AND jockey = "ramon dominguez"
CREATE TABLE INST, Here is a database schema( table schema);
What year did jockey Ramon Dominguez have a distance of 1-1/16?It is not neccessary to use all the tables.
SELECT COUNT Operating Expenditures FROM table WHERE All Receipts = 44,259,386
CREATE TABLE INST, Here is a database schema( table schema);
How many Operating Expenditures have Receipts of 44,259,386?.It is not neccessary to use all the tables.
SELECT original_air_date FROM table_28140590_1 WHERE production_code = 60072
CREATE TABLE INST, Here is a database schema( table schema);
What date did the episode with a production code of 60072 originally air?It is not neccessary to use all the tables.
SELECT Krypton FROM table WHERE Neon = 10
CREATE TABLE INST, Here is a database schema( table schema);
Which Krypton has Neon of 10?.It is not neccessary to use all the tables.
SELECT Id AS "post_link", CreationDate FROM Posts WHERE OwnerUserId = '##UserID##' AND Body LIKE '%http%//%'
CREATE TABLE INST, Here is a database schema( table schema);
... my posts that have links to other posts.It is not neccessary to use all the tables.
SELECT "After Debt" FROM table_53763 WHERE "Cash On Hand" = '$651,300'
CREATE TABLE INST, Here is a database schema( table schema);
How much is after debt when cash on hand is $651,300?It is not neccessary to use all the tables.
SELECT Record FROM table WHERE Home = detroit AND Decision = denis
CREATE TABLE INST, Here is a database schema( table schema);
Name the record for detroit and decision of denis.It is not neccessary to use all the tables.
SELECT Match Date FROM table WHERE Winner = West Indies
CREATE TABLE INST, Here is a database schema( table schema);
What date did the West Indies win the match?.It is not neccessary to use all the tables.
SELECT SUM(grid) FROM table_name_25 WHERE rider = "dirk heidolf"
CREATE TABLE INST, Here is a database schema( table schema);
What is the grid for dirk heidolf?It is not neccessary to use all the tables.
SELECT COUNT Records FROM table WHERE # = 2
CREATE TABLE INST, Here is a database schema( table schema);
How many teams are #2 on the list?.It is not neccessary to use all the tables.
SELECT Year FROM table WHERE RAtt = 1 AND Comp = 49
CREATE TABLE INST, Here is a database schema( table schema);
What year has a RAtt of 1 and a comp of 49?.It is not neccessary to use all the tables.
SELECT decile FROM table_name_69 WHERE years = "–" AND gender = "coed"
CREATE TABLE INST, Here is a database schema( table schema);
Which Decile has Years of – and a Gender of coed?It is not neccessary to use all the tables.
SELECT class FROM table_name_96 WHERE chassis = "viper" AND driver = "shaun jones"
CREATE TABLE INST, Here is a database schema( table schema);
Driver Shaun Jones with a viper as a chassis is in what class?It is not neccessary to use all the tables.
SELECT "Manufacturer" FROM table_44668 WHERE "Rider" = 'henk vd lagemaat'
CREATE TABLE INST, Here is a database schema( table schema);
Who is the manufacturer for Henk Vd Lagemaat?It is not neccessary to use all the tables.
SELECT date FROM table_name_52 WHERE competition = "pl group b" AND opponents = "police" AND venue = "selayang municipal council stadium"
CREATE TABLE INST, Here is a database schema( table schema);
Which Date has a Competition of pl group b and Opponents of police and a Venue of selayang municipal council stadium?It is not neccessary to use all the tables.
SELECT COUNT 2010 FROM table WHERE 2007 > 4.6 AND 2006 = 8.2
CREATE TABLE INST, Here is a database schema( table schema);
How many 2010s have a 2007 greater than 4.6, and 8.2 as a 2006?.It is not neccessary to use all the tables.
SELECT MAX Attendance FROM table WHERE Opponent = atlanta falcons AND Week < 10
CREATE TABLE INST, Here is a database schema( table schema);
What was the highest attendance when the Atlanta Falcons played for a week smaller than 10?.It is not neccessary to use all the tables.
SELECT "Office" FROM table_42003 WHERE "Socialist Workers ticket" = 'sylvia weinstein'
CREATE TABLE INST, Here is a database schema( table schema);
What was the office up for election when Sylvia Weinstein ran under the Socialist Workers ticket?It is not neccessary to use all the tables.
SELECT JOB_ID, SUM(SALARY) FROM employees WHERE FIRST_NAME LIKE '%D%' OR FIRST_NAME LIKE '%S%' GROUP BY JOB_ID ORDER BY SUM(SALARY)
CREATE TABLE INST, Here is a database schema( table schema);
For all employees who have the letters D or S in their first name, return a bar chart about the distribution of job_id and the sum of salary , and group by attribute job_id, display in ascending by the y-axis.It is not neccessary to use all the tables.
SELECT "Written by" FROM table_27242 WHERE "Title" = 'Voir Dire'
CREATE TABLE INST, Here is a database schema( table schema);
Who wrote 'Voir Dire'?It is not neccessary to use all the tables.
SELECT MIN Game FROM table WHERE Record = 59-15
CREATE TABLE INST, Here is a database schema( table schema);
What was the game number when record is 59-15?.It is not neccessary to use all the tables.
SELECT home_team AS score FROM table_name_39 WHERE crowd > 5 OFFSET 500
CREATE TABLE INST, Here is a database schema( table schema);
What was the score of the home team when there were more than 5500 people in the crowd?It is not neccessary to use all the tables.
SELECT result FROM table_name_41 WHERE week < 6 AND opponent = "cleveland browns"
CREATE TABLE INST, Here is a database schema( table schema);
What was the result of the game after week 6 against the cleveland browns?It is not neccessary to use all the tables.
SELECT MIN Season FROM table WHERE U.S. Open Cup = Round of 32
CREATE TABLE INST, Here is a database schema( table schema);
Name the least season for round of 32.It is not neccessary to use all the tables.
SELECT Record FROM table WHERE Date = December 16, 1985
CREATE TABLE INST, Here is a database schema( table schema);
On december 16, 1985, all the records were what?.It is not neccessary to use all the tables.
SELECT MAX(season_3) FROM table_26240046_1 WHERE played_by = "Morgan the Dog"
CREATE TABLE INST, Here is a database schema( table schema);
How many season 3 appearances by Morgan the Dog?It is not neccessary to use all the tables.
SELECT MIN(year) FROM table_name_67 WHERE final_position___tour > 72 AND final_position___vuelta < 77 AND final_position___giro < 57 AND rider = "valdimir poelnikov"
CREATE TABLE INST, Here is a database schema( table schema);
What is the earliest year of Valdimir Poelnikov who has a final position-tour bigger than 72 a final position-vuelta less than 77 and a final position-giro less than 57?It is not neccessary to use all the tables.
SELECT d_labitems.label FROM d_labitems WHERE d_labitems.itemid IN (SELECT t3.itemid FROM (SELECT t2.itemid, DENSE_RANK() OVER (ORDER BY COUNT(*) DESC) AS c1 FROM (SELECT admissions.subject_id, procedures_icd.charttime FROM procedures_icd JOIN admissions ON procedures_icd.hadm_id = admissions.hadm_id WHERE procedures_icd.icd9_code = (SELECT d_icd_procedures.icd9_code FROM d_icd_procedures WHERE d_icd_procedures.short_title = 'inject ca chemother nec') AND STRFTIME('%y', procedures_icd.charttime) <= '2103') AS t1 JOIN (SELECT admissions.subject_id, labevents.itemid, labevents.charttime FROM labevents JOIN admissions ON labevents.hadm_id = admissions.hadm_id WHERE STRFTIME('%y', labevents.charttime) <= '2103') AS t2 ON t1.subject_id = t2.subject_id WHERE t1.charttime < t2.charttime AND DATETIME(t2.charttime) BETWEEN DATETIME(t1.charttime) AND DATETIME(t1.charttime, '+2 month') GROUP BY t2.itemid) AS t3 WHERE t3.c1 <= 3)
CREATE TABLE INST, Here is a database schema( table schema);
what were the three most frequent lab tests those patients had within 2 months after having had a inject ca chemother nec procedure until 2103?It is not neccessary to use all the tables.
SELECT COUNT Uninterrupted rank FROM table WHERE Name = john dingell
CREATE TABLE INST, Here is a database schema( table schema);
How many uninterrupted ranks does john dingell have?.It is not neccessary to use all the tables.
SELECT home_team AS score FROM table_name_34 WHERE venue = "windy hill"
CREATE TABLE INST, Here is a database schema( table schema);
How much was the score of the home team at windy hill?It is not neccessary to use all the tables.
SELECT "End (UTC)" FROM table_24972 WHERE "Duration" = '6 hours, 55 minutes'
CREATE TABLE INST, Here is a database schema( table schema);
What is the end (UTC) if the duration is 6 hours, 55 minutes?It is not neccessary to use all the tables.
SELECT MIN Rnd FROM table WHERE Fastest Lap = #67 The Racer's Group
CREATE TABLE INST, Here is a database schema( table schema);
What is the first round that had #67 the racer's group with the fastest lap?.It is not neccessary to use all the tables.
SELECT MIN Gold FROM table WHERE Bronze = 1 AND Total = 3 AND Rank > 7
CREATE TABLE INST, Here is a database schema( table schema);
What is the smallest number of gold medals a country with 1 bronze, and a total of 3 medals which is lower than rank 7?.It is not neccessary to use all the tables.
SELECT Opponents FROM table WHERE Partner = alicja rosolska
CREATE TABLE INST, Here is a database schema( table schema);
Who were the Opponents when Liga Dekmeijere had Alicja Rosolska as a Partner?.It is not neccessary to use all the tables.
SELECT borough_or_a[β€Ί_] AS _census_area FROM table_name_81 WHERE name_a[β€Ί_] = "jerome lake dam"
CREATE TABLE INST, Here is a database schema( table schema);
what is the borough or A[β€Ί] Census area when the Name A[β€Ί] is jerome lake dam?It is not neccessary to use all the tables.
SELECT paper_type FROM table_name_51 WHERE illustration = "martin dee, ubc public affairs"
CREATE TABLE INST, Here is a database schema( table schema);
What is the Paper Type with an Illustration with martin dee ubc public affairs?It is not neccessary to use all the tables.
SELECT Peletier FROM table WHERE Systematics = Million 1
CREATE TABLE INST, Here is a database schema( table schema);
Name the peletier for systematics being million 1.It is not neccessary to use all the tables.
SELECT "Candidates" FROM table_18395 WHERE "Incumbent" = 'Charles Edward Bennett Redistricted from 2nd'
CREATE TABLE INST, Here is a database schema( table schema);
Who was featured in the election of charles edward bennett redistricted from 2nd?It is not neccessary to use all the tables.
SELECT AVG("Heat") FROM table_14927 WHERE "Time" = '59.11' AND "Lane" > '3'
CREATE TABLE INST, Here is a database schema( table schema);
What is the average of all Heats of competitors with a Time of 59.11 and a lane higher than 3?It is not neccessary to use all the tables.
SELECT "Position" FROM table_57550 WHERE "School" = 'green valley high school'
CREATE TABLE INST, Here is a database schema( table schema);
Which position has a School of green valley high school?It is not neccessary to use all the tables.
SELECT Time/Retired FROM table WHERE Laps < 54 AND Driver = mark donohue
CREATE TABLE INST, Here is a database schema( table schema);
what is the time/retired when the laps is less than 54 and the driver is mark donohue?.It is not neccessary to use all the tables.
SELECT Eagle Riders FROM table WHERE OVA (Harmony Gold Dub) = Dr. Kozaburo Nambu
CREATE TABLE INST, Here is a database schema( table schema);
Which eagle riders whose ova (harmony gold dub) is dr. kozaburo nambu?.It is not neccessary to use all the tables.
SELECT "Mixed doubles" FROM table_39160 WHERE "Year" > '2007' AND "Men's singles" = 'eduards loze'
CREATE TABLE INST, Here is a database schema( table schema);
What is the mixed doubles in the year 2007 when the men's singles is eduards loze?It is not neccessary to use all the tables.
SELECT website FROM table_name_89 WHERE language = "english" AND frequency = "daily"
CREATE TABLE INST, Here is a database schema( table schema);
Which english website has a daily frequency ?It is not neccessary to use all the tables.
SELECT COUNT(year) FROM table_name_21 WHERE opponent = "petr korda"
CREATE TABLE INST, Here is a database schema( table schema);
How many years was the opponent petr korda?It is not neccessary to use all the tables.
SELECT Episodes FROM table WHERE Actor = david faustino
CREATE TABLE INST, Here is a database schema( table schema);
How many episodes did the actor David Faustino appear in?.It is not neccessary to use all the tables.
SELECT place FROM table_name_74 WHERE player = "lee westwood"
CREATE TABLE INST, Here is a database schema( table schema);
What place did Lee Westwood finish in?It is not neccessary to use all the tables.
SELECT AVG Pages FROM table WHERE ISBN = 978-0-9766580-5-4
CREATE TABLE INST, Here is a database schema( table schema);
I want the average pages for ISBN of 978-0-9766580-5-4.It is not neccessary to use all the tables.
SELECT "Result" FROM table_32707 WHERE "Week" > '2' AND "Date" = 'december 27, 2004'
CREATE TABLE INST, Here is a database schema( table schema);
What's the result for the game held on December 27, 2004 with a week greater than 2?It is not neccessary to use all the tables.
SELECT Quantity preserved FROM table WHERE Quantity made = 15
CREATE TABLE INST, Here is a database schema( table schema);
What was the quantity preserved for quantity made of 15?.It is not neccessary to use all the tables.
SELECT venue FROM table_name_62 WHERE race = "carfax 250"
CREATE TABLE INST, Here is a database schema( table schema);
What is the venue of teh carfax 250 race?It is not neccessary to use all the tables.
SELECT COUNT(most_recent) FROM table_name_56 WHERE height__m_ = "2770" AND first_time_as_hc_climb < 1992
CREATE TABLE INST, Here is a database schema( table schema);
What was the most recent year a height of 2770 m and a HC climb before 1992 was climbed?It is not neccessary to use all the tables.
SELECT "Potential prize money" FROM table_59558 WHERE "Mole" = 'petrina edge'
CREATE TABLE INST, Here is a database schema( table schema);
When the Mole was Petrina Edge, what was the potential prize money?It is not neccessary to use all the tables.
SELECT City FROM table WHERE Oil Pattern = chameleon AND Event = go rv'ing classic
CREATE TABLE INST, Here is a database schema( table schema);
What city had the chameleon oil pattern at the Go RV'ing Classic?.It is not neccessary to use all the tables.
SELECT COUNT Result FROM table WHERE Theme = Inspirational
CREATE TABLE INST, Here is a database schema( table schema);
How may results had the theme inspirational?.It is not neccessary to use all the tables.
SELECT "Attendance" FROM table_44216 WHERE "Week" = '10'
CREATE TABLE INST, Here is a database schema( table schema);
What was the attendance total for week 10?It is not neccessary to use all the tables.
SELECT opponent FROM table_name_23 WHERE surface = "clay" AND tournament = "nice"
CREATE TABLE INST, Here is a database schema( table schema);
Who was the opponent in the math that was played in Nice on a clay court?It is not neccessary to use all the tables.
SELECT Position FROM table WHERE Crewe Alexandra career = 1988–1990 AND Goals = 31
CREATE TABLE INST, Here is a database schema( table schema);
What is the position when the Crewe Alexandra career is 1988–1990, with 31 goals?.It is not neccessary to use all the tables.
SELECT villages FROM table_19457_1 WHERE state_region = "Magway Region"
CREATE TABLE INST, Here is a database schema( table schema);
How many villages are there in the Magway region?It is not neccessary to use all the tables.
SELECT japanese_title FROM table_18540104_1 WHERE average_ratings = "11.6%"
CREATE TABLE INST, Here is a database schema( table schema);
What is the Japanese title with an average rating of 11.6%?It is not neccessary to use all the tables.
SELECT To par FROM table WHERE Winning score = 71-71-70-69=281
CREATE TABLE INST, Here is a database schema( table schema);
When the Winning is 71-71-70-69=281, what is the To par?.It is not neccessary to use all the tables.
SELECT Owner FROM table WHERE Finished < 15 AND Trainer = steve asmussen AND Horse = z fortune
CREATE TABLE INST, Here is a database schema( table schema);
What is Owner, when Finished is less than 15, when Trainer is "Steve Asmussen", and when Horse is "Z Fortune"?.It is not neccessary to use all the tables.
SELECT team FROM table_27756164_11 WHERE high_assists = "Darren Collison (7)"
CREATE TABLE INST, Here is a database schema( table schema);
What was the team where Darren Collison (7) scored high assists?It is not neccessary to use all the tables.