sql stringlengths 9 2.37k | table stringclasses 9
values | query stringlengths 51 503 |
|---|---|---|
SELECT COUNT Long FROM table WHERE TD's > 29 | CREATE TABLE INST, Here is a database schema( table schema); | What is the total count of TD longs more than 29?.It is not neccessary to use all the tables. |
SELECT Team FROM table WHERE Driver = jean alesi AND Engine † = acer 01a | CREATE TABLE INST, Here is a database schema( table schema); | Jean Alesi, drives the Acer 01A engine for which team?.It is not neccessary to use all the tables. |
SELECT All_Home, AVG(School_ID) FROM basketball_match GROUP BY All_Home ORDER BY All_Home | CREATE TABLE INST, Here is a database schema( table schema); | Draw a bar chart about the distribution of All_Home and the average of School_ID , and group by attribute All_Home, order from low to high by the x-axis please.It is not neccessary to use all the tables. |
SELECT Team FROM table WHERE Pick > 29 | CREATE TABLE INST, Here is a database schema( table schema); | WHAT TEAM HAS A PICK LARGER THAN 29?.It is not neccessary to use all the tables. |
SELECT Event FROM table WHERE Score points = 10 | CREATE TABLE INST, Here is a database schema( table schema); | What is the event where there are 10 score points?.It is not neccessary to use all the tables. |
SELECT 1 * (STRFTIME('%j', CURRENT_TIME()) - STRFTIME('%j', inputevents_cv.charttime)) FROM inputevents_cv WHERE inputevents_cv.icustay_id IN (SELECT icustays.icustay_id FROM icustays WHERE icustays.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 12726) AND icustays.outtime IS NULL) ... | CREATE TABLE INST, Here is a database schema( table schema); | how many days have passed since the first time that patient 12726 had a .9% normal saline intake on the current icu visit?It is not neccessary to use all the tables. |
SELECT input_clock__mhz_ FROM table_15261_1 WHERE s_spec_number = "SK096" | CREATE TABLE INST, Here is a database schema( table schema); | What is the input clock (mhz) for s-spec number sk096?It is not neccessary to use all the tables. |
SELECT to_par FROM table_name_39 WHERE player = "d. a. weibring" | CREATE TABLE INST, Here is a database schema( table schema); | What was d. a. weibring's to par?It is not neccessary to use all the tables. |
SELECT area_km_2 FROM table_name_73 WHERE official_name = "saint-jacques" | CREATE TABLE INST, Here is a database schema( table schema); | Saint-Jacques has what as the area km 2?It is not neccessary to use all the tables. |
SELECT score FROM table_name_66 WHERE loss = "gubicza (0-1)" | CREATE TABLE INST, Here is a database schema( table schema); | Which score has a Loss of gubicza (0-1)?It is not neccessary to use all the tables. |
SELECT Artist(s) FROM table WHERE Start Date = 1966-10-23 | CREATE TABLE INST, Here is a database schema( table schema); | Who was the artist with a start date of 1966-10-23?.It is not neccessary to use all the tables. |
SELECT score FROM table_name_79 WHERE date = "february 12" | CREATE TABLE INST, Here is a database schema( table schema); | What was the score for the game on February 12?It is not neccessary to use all the tables. |
SELECT T1.first_name, T1.last_name FROM customers AS T1 JOIN invoices AS T2 ON T2.customer_id = T1.id ORDER BY T2.invoice_date DESC LIMIT 5 | CREATE TABLE INST, Here is a database schema( table schema); | Find out 5 customers who most recently purchased something. List customers' first and last name.It is not neccessary to use all the tables. |
SELECT Gecko FROM table WHERE Prince XML = yes AND KHTML = yes | CREATE TABLE INST, Here is a database schema( table schema); | What is the Gecko value for the item that has a Prince XML value of 'no' and a KHTML value of 'yes'?.It is not neccessary to use all the tables. |
SELECT Power kW FROM table WHERE Station Type = Relay AND Callsign = DXCL-TV | CREATE TABLE INST, Here is a database schema( table schema); | What is the power in KW that has a station type of relay and a callsign of DXCL-TV?.It is not neccessary to use all the tables. |
SELECT Directed by FROM table WHERE Production code = NABF13 | CREATE TABLE INST, Here is a database schema( table schema); | What is every director with production code of NABF13?.It is not neccessary to use all the tables. |
SELECT club FROM table_name_60 WHERE losses = 15 AND wins = 14 | CREATE TABLE INST, Here is a database schema( table schema); | Which club has 15 losses and 14 wins?It is not neccessary to use all the tables. |
SELECT Class FROM table WHERE Call sign = wokg | CREATE TABLE INST, Here is a database schema( table schema); | Which class's call sign is wokg?.It is not neccessary to use all the tables. |
SELECT position FROM table_name_85 WHERE affiliation = "ucla" | CREATE TABLE INST, Here is a database schema( table schema); | Which position did the drafted player affiliated with UCLA play?It is not neccessary to use all the tables. |
SELECT date FROM table_name_3 WHERE high_rebounds = "two-way tie (8)" | CREATE TABLE INST, Here is a database schema( table schema); | On what date was a two-way tie (8) the high rebound?It is not neccessary to use all the tables. |
SELECT "Score" FROM table_11500 WHERE "Visitor" = 'colorado' AND "Date" = 'october 25' | CREATE TABLE INST, Here is a database schema( table schema); | On October 25, when the visitor was Colorado, what is the score?It is not neccessary to use all the tables. |
SELECT document_type_name, document_type_description FROM Ref_document_types WHERE document_type_code = "RV" | CREATE TABLE INST, Here is a database schema( table schema); | What is the name and description for document type code RV?It is not neccessary to use all the tables. |
SELECT Place FROM table WHERE Score = 71-69-71=211 | CREATE TABLE INST, Here is a database schema( table schema); | What was the place when the score was 71-69-71=211?.It is not neccessary to use all the tables. |
SELECT Language FROM table WHERE Number = 14 | CREATE TABLE INST, Here is a database schema( table schema); | Name the language that has number of 14.It is not neccessary to use all the tables. |
SELECT Traffic direction FROM table WHERE West = 2nd avenue AND # of lanes = 1 AND Street = 64th street | CREATE TABLE INST, Here is a database schema( table schema); | What is the traffic direction of 64th street with 2nd avenue to the west and 1 lane?.It is not neccessary to use all the tables. |
SELECT human_gene__protein_ FROM table_name_27 WHERE mouse_ortholog = "lig1" | CREATE TABLE INST, Here is a database schema( table schema); | What is the human gene that has a mouse ortholog of LIG1?It is not neccessary to use all the tables. |
SELECT Player FROM table WHERE No = 6 | CREATE TABLE INST, Here is a database schema( table schema); | What player is number 6?.It is not neccessary to use all the tables. |
SELECT Song FROM table WHERE Lead Supporting Vocal = marcus temu | CREATE TABLE INST, Here is a database schema( table schema); | What is the song name that featured Marcus Temu as the lead supporting vocalist?.It is not neccessary to use all the tables. |
SELECT Skip FROM table WHERE Nation = spain | CREATE TABLE INST, Here is a database schema( table schema); | What is Spain's skip?.It is not neccessary to use all the tables. |
SELECT away_team AS score FROM table_name_47 WHERE venue = "princes park" | CREATE TABLE INST, Here is a database schema( table schema); | What is the away team score of the game that was played at princes park?It is not neccessary to use all the tables. |
SELECT rank__timeslot_ FROM table_20971444_3 WHERE viewers__millions_ = "11.59" | CREATE TABLE INST, Here is a database schema( table schema); | Name the rank timeslot for 11.59 viewersIt is not neccessary to use all the tables. |
SELECT Validation FROM table WHERE IIN ranges = 5610, 560221-560225 | CREATE TABLE INST, Here is a database schema( table schema); | What is the validation for iin ranges 5610, 560221-560225?.It is not neccessary to use all the tables. |
SELECT MIN(total) FROM table_name_43 WHERE nationality = "italy" AND latest_win = 1950 | CREATE TABLE INST, Here is a database schema( table schema); | What was the lowest total for Italy when the latest win is 1950?It is not neccessary to use all the tables. |
SELECT Result FROM table WHERE Attendance = 16,000 | CREATE TABLE INST, Here is a database schema( table schema); | What was the result of the game that was attended by 16,000 people?.It is not neccessary to use all the tables. |
SELECT date FROM table_name_33 WHERE competition = "1936 summer olympics" AND score = "6-1" | CREATE TABLE INST, Here is a database schema( table schema); | In the 1936 summer Olympics what was the date of a match that ended with a score of 6-1?It is not neccessary to use all the tables. |
SELECT Player FROM table WHERE Games < 201 AND Rank = 2 AND Years = 2007-2012 | CREATE TABLE INST, Here is a database schema( table schema); | Which player has less than 201 games, is ranked 2, and played between 2007-2012?.It is not neccessary to use all the tables. |
SELECT Attendance FROM table WHERE Result = l 17–10 | CREATE TABLE INST, Here is a database schema( table schema); | How many were in attendance with a Result of l 17–10?.It is not neccessary to use all the tables. |
SELECT league FROM table_name_59 WHERE playoffs = "did not qualify" AND the_year > 2008 | CREATE TABLE INST, Here is a database schema( table schema); | Which league did not qualify for the Playoffs and had a Year larger than 2008?It is not neccessary to use all the tables. |
SELECT Max. power output FROM table WHERE 0–100km/h,s 0-62mph,s = 8.5 | CREATE TABLE INST, Here is a database schema( table schema); | List the highest power output level for models that go from 0-62 MPH in 8.5 seconds..It is not neccessary to use all the tables. |
SELECT COUNT(top_division_titles) FROM table_name_55 WHERE number_of_seasons_in_top_division > 40 AND first_season_of_current_spell_in_top_division = "1943-44" AND number_of_seasons_in_liga_mx > 89 | CREATE TABLE INST, Here is a database schema( table schema); | What is the total number of Top division titles for the club that has more than 40 seasons in top division a First season of current spell in top division of 1943-44 and more than 89 seasons in Liga MX?It is not neccessary to use all the tables. |
SELECT Roman FROM table WHERE Proto-Germanic origin = /w/ | CREATE TABLE INST, Here is a database schema( table schema); | The Proto-Germanic origin of /w/ is associated with what Roman entry?.It is not neccessary to use all the tables. |
SELECT SUM(lane) FROM table_name_24 WHERE nationality = "sweden" AND split__50m_ < 26.25 | CREATE TABLE INST, Here is a database schema( table schema); | What is the total of lane(s) for swimmers from Sweden with a 50m split of faster than 26.25?It is not neccessary to use all the tables. |
SELECT score FROM table_name_11 WHERE losing_team = "devil rays" AND date = "june 29" | CREATE TABLE INST, Here is a database schema( table schema); | what was the score on june 29 when the devil rays los?It is not neccessary to use all the tables. |
SELECT Winning score FROM table WHERE Date = jul 27, 1997 | CREATE TABLE INST, Here is a database schema( table schema); | What is Winning Score, when Date is Jul 27, 1997?.It is not neccessary to use all the tables. |
SELECT Results FROM table WHERE First elected < 1988 | CREATE TABLE INST, Here is a database schema( table schema); | What is Results, when First Elected is less than 1988?.It is not neccessary to use all the tables. |
SELECT National team FROM table WHERE Club = arsenal AND Apps < 4 AND Year = 2010 | CREATE TABLE INST, Here is a database schema( table schema); | Which National team has a Club of arsenal, and Apps smaller than 4, and a Year of 2010?.It is not neccessary to use all the tables. |
SELECT opponents FROM table_15986020_3 WHERE oilers_points = 21 | CREATE TABLE INST, Here is a database schema( table schema); | What was the total opponents points for the game were the Oilers scored 21?It is not neccessary to use all the tables. |
SELECT home_team FROM table_name_16 WHERE away_team = "newcastle united" | CREATE TABLE INST, Here is a database schema( table schema); | Who is the home team when the away team is newcastle united?It is not neccessary to use all the tables. |
SELECT MAX(term_ending) FROM table_name_89 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 Segment C FROM table WHERE Segment B = Film Digitization | CREATE TABLE INST, Here is a database schema( table schema); | What is the segment C of the episode where segment B is Film Digitization?.It is not neccessary to use all the tables. |
SELECT r_52 FROM table_name_54 WHERE d_44 = "d 44" | CREATE TABLE INST, Here is a database schema( table schema); | Name the R 52 which has a D 44 of d 44It is not neccessary to use all the tables. |
SELECT Dominant religion (2002) FROM table WHERE Settlement = Gornji Tavankut | CREATE TABLE INST, Here is a database schema( table schema); | What is the dominant religion in Gornji Tavankut?.It is not neccessary to use all the tables. |
SELECT tonnes FROM table_18047346_5 WHERE airport_name = "Louisville International Airport" | CREATE TABLE INST, Here is a database schema( table schema); | Louisville International Airport had how many tonnes of cargo in 2011?It is not neccessary to use all the tables. |
SELECT High assists FROM table WHERE Date = November 14 | CREATE TABLE INST, Here is a database schema( table schema); | What was the high assists on November 14?.It is not neccessary to use all the tables. |
SELECT MAX(year_born) FROM table_23670057_7 WHERE current_club = "Barons LMT" | CREATE TABLE INST, Here is a database schema( table schema); | What is the latest year born when the current club is Barons LMT?It is not neccessary to use all the tables. |
SELECT COUNT(barony) FROM table_30120559_1 WHERE townland = "Kilmore" | CREATE TABLE INST, Here is a database schema( table schema); | Name the total number of barony for kilmoreIt is not neccessary to use all the tables. |
SELECT Third FROM table WHERE Venue = oslo | CREATE TABLE INST, Here is a database schema( table schema); | Who finished 3rd in Oslo?.It is not neccessary to use all the tables. |
SELECT Time FROM table WHERE Notes = q AND Country = australia | CREATE TABLE INST, Here is a database schema( table schema); | What time has q as the notes, and Australia as the country?.It is not neccessary to use all the tables. |
SELECT Canadian air date FROM table WHERE US air date = 24 August 2012 | CREATE TABLE INST, Here is a database schema( table schema); | What is the canadian air date when the US air date is 24 august 2012?.It is not neccessary to use all the tables. |
SELECT Real Betis career FROM table WHERE Appearances < 98 AND Nationality = spain AND Goals > 15 | CREATE TABLE INST, Here is a database schema( table schema); | Which of Real Betis career had appearances smaller than 98, nationality of Spain, and goals greater than 15?.It is not neccessary to use all the tables. |
SELECT Score FROM table WHERE Home team = ipswich town AND Tie no = replay | CREATE TABLE INST, Here is a database schema( table schema); | What score has ipswich town as the home team, and replay as the tie no.?.It is not neccessary to use all the tables. |
SELECT venue FROM table_name_72 WHERE result = "eng by 6 wkts" | CREATE TABLE INST, Here is a database schema( table schema); | Tell me the venue with result of eng by 6 wktsIt is not neccessary to use all the tables. |
SELECT Finalist FROM table WHERE MVP = Romain Sato | CREATE TABLE INST, Here is a database schema( table schema); | Who was the finalist when the MVP was Romain Sato?.It is not neccessary to use all the tables. |
SELECT result FROM table_name_44 WHERE week = 6 | CREATE TABLE INST, Here is a database schema( table schema); | What is the result week 6?It is not neccessary to use all the tables. |
SELECT artist FROM table_23585197_3 WHERE songwriter_s_ = "Ingela Hemming" | CREATE TABLE INST, Here is a database schema( table schema); | Which artist sang the song that ingela hemming wrote?It is not neccessary to use all the tables. |
SELECT type FROM table_name_50 WHERE block = "105/107e" AND year < 1960 | CREATE TABLE INST, Here is a database schema( table schema); | What type is the 105/107e Block from a year prior to 1960?It is not neccessary to use all the tables. |
SELECT model_number FROM table_23028629_2 WHERE part_number_s_ = "CM80616003177ACBX80616I5660" | CREATE TABLE INST, Here is a database schema( table schema); | What is the model number for part numbers of cm80616003177acbx80616i5660?It is not neccessary to use all the tables. |
SELECT 2014 Santander FROM table WHERE 2003 Cadiz = finn | CREATE TABLE INST, Here is a database schema( table schema); | What is the 2014 Santander together with 2003 Cadiz of Finn ?.It is not neccessary to use all the tables. |
SELECT T1.customer_name FROM customers AS T1 JOIN customer_orders AS T2 ON T1.customer_id = T2.customer_id WHERE T2.order_status_code = 'Completed' INTERSECT SELECT T1.customer_name FROM customers AS T1 JOIN customer_orders AS T2 ON T1.customer_id = T2.customer_id WHERE T2.order_status_code = 'Part' | CREATE TABLE INST, Here is a database schema( table schema); | Show the names of customers who have both an order in completed status and an order in part status.It is not neccessary to use all the tables. |
SELECT SUM(frequency__mhz_) FROM table_name_99 WHERE call_letters = "krmd-fm" | CREATE TABLE INST, Here is a database schema( table schema); | Frequency (MHz) that has a Call letters of krmd-fm has what sum?It is not neccessary to use all the tables. |
SELECT Venue FROM table WHERE Date = february 22, 2003 | CREATE TABLE INST, Here is a database schema( table schema); | What venue listed is dated February 22, 2003?.It is not neccessary to use all the tables. |
SELECT paper_type FROM table_name_11 WHERE first_day_cover_cancellation = "ottawa, on" | CREATE TABLE INST, Here is a database schema( table schema); | What is the Paper Type with a First Day Cover Cancellation with ottawa on?It is not neccessary to use all the tables. |
SELECT AVG(attendance) FROM table_name_51 WHERE date = "18 october 2000" | CREATE TABLE INST, Here is a database schema( table schema); | What was the average attendance on 18 October 2000?It is not neccessary to use all the tables. |
SELECT location FROM table_name_2 WHERE home_ground = "n/a" AND position_in_2012_13 = "13th, third division" | CREATE TABLE INST, Here is a database schema( table schema); | What location has a home ground of n/a and position in 2012-13 of 13th third division?It is not neccessary to use all the tables. |
SELECT episode FROM table_name_85 WHERE first_aired = "1976" | CREATE TABLE INST, Here is a database schema( table schema); | What episode was first aired in 1976?It is not neccessary to use all the tables. |
SELECT nation FROM table_name_40 WHERE a_score > 5.933 AND total = 19.833 | CREATE TABLE INST, Here is a database schema( table schema); | When the A Score was larger than 5.933 with a total of 19.833 what nation was this?It is not neccessary to use all the tables. |
SELECT others FROM table_name_93 WHERE fidesz = "62%" AND jobbik = "4%" | CREATE TABLE INST, Here is a database schema( table schema); | What is the percentage of others with a Fidesz of 62% and a Jobbik of 4%?It is not neccessary to use all the tables. |
SELECT total_score FROM table_name_90 WHERE champion = "gay brewer category:articles with hcards" | CREATE TABLE INST, Here is a database schema( table schema); | When the champion was Gay Brewer Category:Articles with hCards what was the total score?It is not neccessary to use all the tables. |
SELECT Occurrence FROM table WHERE Matrix Sim = 0.925 | CREATE TABLE INST, Here is a database schema( table schema); | Which occurence has the matrix sim marked as 0.925?.It is not neccessary to use all the tables. |
SELECT Date FROM table WHERE Attendance > 17,652 | CREATE TABLE INST, Here is a database schema( table schema); | On what date was the attendance more than 17,652?.It is not neccessary to use all the tables. |
SELECT MIN Average FROM table WHERE Interview > 9.57 AND Country = delaware AND Evening Gown > 9.77 | CREATE TABLE INST, Here is a database schema( table schema); | Name the lowest average for interview more than 9.57 and delaware and evening gown more than 9.77.It is not neccessary to use all the tables. |
SELECT Call sign FROM table WHERE ERP W = 50 AND Frequency MHz < 103.5 | CREATE TABLE INST, Here is a database schema( table schema); | Which call sign, broadcast at less than 103.5MHz, has an ERP W of 50?.It is not neccessary to use all the tables. |
SELECT COUNT(year) FROM table_13114949_3 WHERE qualifying_score = "61.400" | CREATE TABLE INST, Here is a database schema( table schema); | how many times is the qualifying score 61.400?It is not neccessary to use all the tables. |
SELECT MIN Live births FROM table WHERE Natural change (per 1,000) = 9.4 AND Crude death rate (per 1,000) > 29.3 | CREATE TABLE INST, Here is a database schema( table schema); | What is the lowest number of live births of Syria when the natural change was 9.4 and the crude death rate was greater than 29.3?.It is not neccessary to use all the tables. |
SELECT AVG Attendance FROM table WHERE Opponent = new york jets | CREATE TABLE INST, Here is a database schema( table schema); | What is the average attendance for the New York Jets?.It is not neccessary to use all the tables. |
SELECT 24 * (STRFTIME('%j', CURRENT_TIME()) - STRFTIME('%j', treatment.treatmenttime)) FROM treatment WHERE treatment.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '027-20341... | CREATE TABLE INST, Here is a database schema( table schema); | how many hours has it been since the first time patient 027-203413 underwent a esophagogastroduodenoscopy - with biopsy during the current hospital encounter?It is not neccessary to use all the tables. |
SELECT date FROM table_name_38 WHERE record = "62–84" | CREATE TABLE INST, Here is a database schema( table schema); | On what date was the record 62–84?It is not neccessary to use all the tables. |
SELECT MAX Round 4 FROM table WHERE Score = 284 AND Year > 1998 | CREATE TABLE INST, Here is a database schema( table schema); | What is the highest score in round 4 and total of 284 in a year more recent than 1998?.It is not neccessary to use all the tables. |
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN prescriptions ON demographic.hadm_id = prescriptions.hadm_id WHERE demographic.gender = "F" AND prescriptions.drug = "Epidural Bag" | CREATE TABLE INST, Here is a database schema( table schema); | How many female patients are using the drug - epidural bag?It is not neccessary to use all the tables. |
SELECT score FROM table_name_42 WHERE competition = "1998 fifa world cup qualification" | CREATE TABLE INST, Here is a database schema( table schema); | What was the score during the competition of 1998 fifa world cup qualification?It is not neccessary to use all the tables. |
SELECT Name FROM people WHERE NOT People_id IN (SELECT Affirmative FROM debate_people) | CREATE TABLE INST, Here is a database schema( table schema); | List the names of people that have not been on the affirmative side of debates.It is not neccessary to use all the tables. |
SELECT destination FROM table_name_47 WHERE stopping_pattern = "[2777] mciver station platforms" | CREATE TABLE INST, Here is a database schema( table schema); | Which Destination has a Stopping pattern of [2777] mciver station platforms?It is not neccessary to use all the tables. |
SELECT Name FROM table WHERE Year = 1957 | CREATE TABLE INST, Here is a database schema( table schema); | What actor made a film in 1957?.It is not neccessary to use all the tables. |
SELECT date FROM table_name_82 WHERE points_against > 7 AND points_for = 27 | CREATE TABLE INST, Here is a database schema( table schema); | What date did the Mountaineers score 27 points and their opponent scored more that 7?It is not neccessary to use all the tables. |
SELECT MAX(against) FROM table_name_86 WHERE drawn < 1 AND lost < 5 | CREATE TABLE INST, Here is a database schema( table schema); | How many Against has a Drawn smaller than 1 and a Lost smaller than 5?It is not neccessary to use all the tables. |
SELECT directed_by FROM table_11630008_5 WHERE written_by = "Lamont Ferrell" | CREATE TABLE INST, Here is a database schema( table schema); | Who directed the episode written by Lamont Ferrell?It is not neccessary to use all the tables. |
SELECT points_for FROM table_27293285_6 WHERE won = "22" | CREATE TABLE INST, Here is a database schema( table schema); | How many points for were scored by the team that won exactly 22?It is not neccessary to use all the tables. |
SELECT growth_rate_1991_01 FROM table_19589113_5 WHERE sex_ratio_‡_2001 = 937 | CREATE TABLE INST, Here is a database schema( table schema); | What is every growth rate in 1991-2001 when sex ratio in 2001 is 937?It is not neccessary to use all the tables. |
SELECT Score FROM table WHERE Record = 56–21 | CREATE TABLE INST, Here is a database schema( table schema); | What was the score of the Mariners game when they had a record of 56–21?.It is not neccessary to use all the tables. |
SELECT COUNT Date FROM table WHERE Score = W 113–87 | CREATE TABLE INST, Here is a database schema( table schema); | how many date with score being w 113–87.It is not neccessary to use all the tables. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.