sql stringlengths 9 2.37k | table stringclasses 9
values | query stringlengths 51 503 |
|---|---|---|
SELECT MIN Stumped FROM table WHERE Matches = 14 | CREATE TABLE INST, Here is a database schema( table schema); | What is stumped when matches is 14?.It is not neccessary to use all the tables. |
SELECT AVG Laps FROM table WHERE Race Number < 8 AND Country = nl | CREATE TABLE INST, Here is a database schema( table schema); | What is the average number of laps when the country was NL and the race number was smaller than 8?.It is not neccessary to use all the tables. |
SELECT location FROM table_name_35 WHERE school = "terre haute north" | CREATE TABLE INST, Here is a database schema( table schema); | Where is Terre Haute North located?It is not neccessary to use all the tables. |
SELECT MIN Year FROM table WHERE Type = lp AND Catalog # = ual 24033 | CREATE TABLE INST, Here is a database schema( table schema); | What is the earliest year catalog # ual 24033 had an LP?.It is not neccessary to use all the tables. |
SELECT Model Type FROM table WHERE Model Designation = 97500 | CREATE TABLE INST, Here is a database schema( table schema); | What model type has model designation 97500?.It is not neccessary to use all the tables. |
SELECT MAX Series # FROM table WHERE Season # = 3 | CREATE TABLE INST, Here is a database schema( table schema); | What is the most series number with season 3?.It is not neccessary to use all the tables. |
SELECT Artist FROM table WHERE Weeks on Top = 9 ¶ | CREATE TABLE INST, Here is a database schema( table schema); | Who was the artist of the single that spent 9 ¶ weeks on top?.It is not neccessary to use all the tables. |
SELECT score FROM table_name_59 WHERE home = "chicago black hawks" AND visitor = "new york rangers" AND date = "february 26" | CREATE TABLE INST, Here is a database schema( table schema); | What is the score of the game on February 26 with the Chicago black hawks as the home team and the New York Rangers as the visitor team?It is not neccessary to use all the tables. |
SELECT jobbik FROM table_name_41 WHERE fidesz = "61%" AND others = "2%" | CREATE TABLE INST, Here is a database schema( table schema); | What is the Jobbik percentage with a Fidesz of 61% and others of 2%?It is not neccessary to use all the tables. |
SELECT year_s__won FROM table_name_61 WHERE total > 148 AND to_par < 17 AND country = "new zealand" | CREATE TABLE INST, Here is a database schema( table schema); | Which Year(s) won has a Total larger than 148 and a To par smaller than 17 and a Country of new zealand?It is not neccessary to use all the tables. |
SELECT COUNT(golden_tickets) FROM table_22897967_1 WHERE callback_venue = "Rosen Shingle Creek Resort" | CREATE TABLE INST, Here is a database schema( table schema); | Name the total number of golden tickets being rosen shingle creek resortIt is not neccessary to use all the tables. |
SELECT Date successor seated FROM table WHERE Successor = George E. Harris (R) | CREATE TABLE INST, Here is a database schema( table schema); | When was successor George E. Harris (R) seated?.It is not neccessary to use all the tables. |
SELECT College/junior/club team FROM table WHERE Player = Robert Dirk | CREATE TABLE INST, Here is a database schema( table schema); | What is Robert Dirk's team?.It is not neccessary to use all the tables. |
SELECT power_rpm FROM table_1212189_1 WHERE torque__nm__rpm = "N·m (lb·ft)/*N·m (lb·ft) @1750" | CREATE TABLE INST, Here is a database schema( table schema); | For the model with torque of n·m (lb·ft)/*n·m (lb·ft) @1750 what is the power?It is not neccessary to use all the tables. |
SELECT AVG(crowd) FROM table_name_9 WHERE venue = "western oval" | CREATE TABLE INST, Here is a database schema( table schema); | What was the average crowd at Western Oval?It is not neccessary to use all the tables. |
SELECT dates__mdy_ FROM table_22123920_4 WHERE gross_sales = "$2,877,906" | CREATE TABLE INST, Here is a database schema( table schema); | Which specific dates encompass the time period when "The Show Girl Must Go On" showed a gross sales figure total of $2877906?It is not neccessary to use all the tables. |
SELECT athlete FROM table_1231316_7 WHERE location = "Edwardsville" | CREATE TABLE INST, Here is a database schema( table schema); | What is the athlete from Edwardsville?It is not neccessary to use all the tables. |
SELECT SUM Cultural and Educational Panel FROM table WHERE Industrial and Commercial Panel = 0 AND Agricultural Panel > 0 | CREATE TABLE INST, Here is a database schema( table schema); | What is the total of the cultural and educational panel when the industrial and commercial panel is 0 and the agricultural panel is greater than 0?.It is not neccessary to use all the tables. |
SELECT MAX Debut year FROM table WHERE Player = joe youlden AND Goals > 0 | CREATE TABLE INST, Here is a database schema( table schema); | What is the highest debut year for player Joe Youlden, with goals larger than 0?.It is not neccessary to use all the tables. |
SELECT AVG(erp_w) FROM table_name_76 WHERE call_sign = "k216fo" | CREATE TABLE INST, Here is a database schema( table schema); | Call sign k216fo has what average ERP W?It is not neccessary to use all the tables. |
SELECT Series premiere FROM table WHERE Series = Pilot | CREATE TABLE INST, Here is a database schema( table schema); | When was series premiere on the pilot episode.It is not neccessary to use all the tables. |
SELECT player FROM table_name_88 WHERE round = "2" AND position = "center" | CREATE TABLE INST, Here is a database schema( table schema); | Which player is in position center for round 2?It is not neccessary to use all the tables. |
SELECT Location FROM table WHERE Winning team = Audette Racing | CREATE TABLE INST, Here is a database schema( table schema); | Where did Audette Racing win?.It is not neccessary to use all the tables. |
SELECT T2.pilot FROM operate_company AS T1 JOIN flight AS t2 ON T1.id = T2.company_id WHERE T1.principal_activities = 'Cargo' INTERSECT SELECT T2.pilot FROM operate_company AS T1 JOIN flight AS t2 ON T1.id = T2.company_id WHERE T1.principal_activities = 'Catering services' | CREATE TABLE INST, Here is a database schema( table schema); | List the name of the pilots who have flied for both a company that mainly provide 'Cargo' services and a company that runs 'Catering services' activities.It is not neccessary to use all the tables. |
SELECT MIN("FA Cup goals") FROM table_3697 WHERE "FA Cup apps" = '2' AND "Position" = 'FW' | CREATE TABLE INST, Here is a database schema( table schema); | Name the least fa cup goals with fa cup apps being 2 and fwIt is not neccessary to use all the tables. |
SELECT admissions.subject_id FROM admissions WHERE admissions.hadm_id IN (SELECT diagnoses_icd.hadm_id FROM diagnoses_icd WHERE diagnoses_icd.icd9_code = (SELECT d_icd_diagnoses.icd9_code FROM d_icd_diagnoses WHERE d_icd_diagnoses.short_title = 'pressure ulcer,stage iii') AND DATETIME(diagnoses_icd.charttime) <= DATETI... | CREATE TABLE INST, Here is a database schema( table schema); | list the ids of patients who were diagnosed with pressure ulcer,stage iii until 2 years ago.It is not neccessary to use all the tables. |
SELECT upper_stage FROM table_name_86 WHERE launches_to_date = 0 AND version = "532" | CREATE TABLE INST, Here is a database schema( table schema); | What Upper stage has Launches to date of 0 and Version of 532?It is not neccessary to use all the tables. |
SELECT MIN Year FROM table WHERE Binibining Pilipinas-International = jessie alice salones dixson | CREATE TABLE INST, Here is a database schema( table schema); | What is the smallest Year with a Binibining Pilipinas-International of jessie alice salones dixson?.It is not neccessary to use all the tables. |
SELECT agg FROM table_name_81 WHERE team_1 = "al-hilal" | CREATE TABLE INST, Here is a database schema( table schema); | What is Team 1 Al-Hilal's Agg.?It is not neccessary to use all the tables. |
SELECT Miles (km) FROM table WHERE Average Speed (mph) = 103.145 | CREATE TABLE INST, Here is a database schema( table schema); | How many miles (km) were driven when the average speed (mph) was 103.145?.It is not neccessary to use all the tables. |
SELECT "Writer" FROM table_29110 WHERE "Title" = 'At The End of the Aisle' | CREATE TABLE INST, Here is a database schema( table schema); | Who wrote 'at the end of the aisle'?It is not neccessary to use all the tables. |
SELECT DISTINCT AIRPORT_SERVICE_0.miles_distant FROM airport, airport_service AS AIRPORT_SERVICE_0, airport_service AS AIRPORT_SERVICE_1, city AS CITY_0, city AS CITY_1 WHERE airport.airport_code = AIRPORT_SERVICE_0.airport_code AND airport.airport_code = AIRPORT_SERVICE_1.airport_code AND CITY_0.city_code = AIRPORT_SE... | CREATE TABLE INST, Here is a database schema( table schema); | how far is downtown from the airport in DALLASIt is not neccessary to use all the tables. |
SELECT Opponent FROM table WHERE Attendance = 27,321 | CREATE TABLE INST, Here is a database schema( table schema); | What team was the opponent when there were 27,321 in attendance?.It is not neccessary to use all the tables. |
SELECT _percentage_of_seats FROM table_name_74 WHERE net_gain_loss = "+34" | CREATE TABLE INST, Here is a database schema( table schema); | When there was a net gain/loss of +34 what was the percentage of seats that party held?It is not neccessary to use all the tables. |
SELECT date_of_birth__age_ FROM table_name_1 WHERE player = "brian lemay" | CREATE TABLE INST, Here is a database schema( table schema); | When was brian lemay born?It is not neccessary to use all the tables. |
SELECT MAX("Draws") FROM table_1126 WHERE "Wins" = '3' | CREATE TABLE INST, Here is a database schema( table schema); | Name the most draws when wins is 3It is not neccessary to use all the tables. |
SELECT SUM(crowd) FROM table_name_4 WHERE away_team = "melbourne" | CREATE TABLE INST, Here is a database schema( table schema); | How many people attended Melbourne's away game?It is not neccessary to use all the tables. |
SELECT finished FROM table_14345690_5 WHERE exited = "Day 11" | CREATE TABLE INST, Here is a database schema( table schema); | What is the finished place where exited is day 11?It is not neccessary to use all the tables. |
SELECT AVG(played) FROM table_name_68 WHERE draw = 5 AND points > 43 | CREATE TABLE INST, Here is a database schema( table schema); | What's the average Played for a draw of 5 and more than 43 points?It is not neccessary to use all the tables. |
SELECT COUNT Points FROM table WHERE Team = rusport AND Laps = 45 | CREATE TABLE INST, Here is a database schema( table schema); | How many Points have a Team of rusport, and Laps of 45?.It is not neccessary to use all the tables. |
SELECT conference_semifinals FROM table_name_73 WHERE record = "55–27" | CREATE TABLE INST, Here is a database schema( table schema); | Which Conference Semifinals has a Record of 55 27?It is not neccessary to use all the tables. |
SELECT years_for_grizzlies FROM table_16494599_10 WHERE school_club_team = "Minnesota" | CREATE TABLE INST, Here is a database schema( table schema); | During what years did athletes who attended school in Minnesota play for the Grizzlies?It is not neccessary to use all the tables. |
SELECT player FROM table_name_54 WHERE place = "t10" AND country = "united states" AND score = 67 - 73 = 140 | CREATE TABLE INST, Here is a database schema( table schema); | What Player has a Place of t10 a Country of united states and a Score of 67-73=140?It is not neccessary to use all the tables. |
SELECT Reservoir capacity FROM table WHERE Impounded body of water = tumut two pondage | CREATE TABLE INST, Here is a database schema( table schema); | Which Reservoir capacity has an Impounded body of water of tumut two pondage?.It is not neccessary to use all the tables. |
SELECT MAX(teams) FROM table_23927423_4 WHERE relegated_to_league = "Cornish All Blacks Pertemps Bees" | CREATE TABLE INST, Here is a database schema( table schema); | How many teams participated (maximum) when Cornish All Blacks Pertemps Bees were relegated to the league?It is not neccessary to use all the tables. |
SELECT Date established FROM table WHERE Name of the nature reserve = Stellbrookmoor | CREATE TABLE INST, Here is a database schema( table schema); | When was Stellbrookmoor established?.It is not neccessary to use all the tables. |
SELECT category FROM table_name_75 WHERE director = "na" | CREATE TABLE INST, Here is a database schema( table schema); | Tell me the category of na directorIt is not neccessary to use all the tables. |
SELECT Location FROM table WHERE Score = 3–2 AND Record = 3–2–3 | CREATE TABLE INST, Here is a database schema( table schema); | Which location has a Score of 3–2, and a Record of 3–2–3?.It is not neccessary to use all the tables. |
SELECT MIN(year) FROM table_name_31 WHERE loser = "new york giants" AND location = "new meadowlands stadium" | CREATE TABLE INST, Here is a database schema( table schema); | What's the earliest year the new york giants lost at new meadowlands stadium?It is not neccessary to use all the tables. |
SELECT score FROM table_name_30 WHERE player = "bill rogers" | CREATE TABLE INST, Here is a database schema( table schema); | What is the score of player bill rogers?It is not neccessary to use all the tables. |
SELECT record FROM table_name_17 WHERE date = "april 3" | CREATE TABLE INST, Here is a database schema( table schema); | What record occurred on April 3?It is not neccessary to use all the tables. |
SELECT Tournament Winner FROM table WHERE Regular Season Winner = UNC Wilmington | CREATE TABLE INST, Here is a database schema( table schema); | Who was the Tournament Winner when UNC Wilmington won the regular season?.It is not neccessary to use all the tables. |
SELECT date FROM table_name_18 WHERE home_team = "chester city" | CREATE TABLE INST, Here is a database schema( table schema); | What is Date when Home Team is "Chester City"?It is not neccessary to use all the tables. |
SELECT COUNT Innings FROM table WHERE Runs scored = 5088 | CREATE TABLE INST, Here is a database schema( table schema); | Name the innings for 5088 runs scored.It is not neccessary to use all the tables. |
SELECT SUM Pick # FROM table WHERE CFL Team = edmonton eskimos | CREATE TABLE INST, Here is a database schema( table schema); | What is the total pick numbers for the CFL team Edmonton Eskimos?.It is not neccessary to use all the tables. |
SELECT Title FROM table WHERE Episode No. = 2 | CREATE TABLE INST, Here is a database schema( table schema); | What is the title of episode 2?.It is not neccessary to use all the tables. |
SELECT score FROM table_name_5 WHERE player = "arnold palmer" | CREATE TABLE INST, Here is a database schema( table schema); | What was Arnold Palmer's score in the tournamnet?It is not neccessary to use all the tables. |
SELECT team FROM table_27755603_2 WHERE high_points = "Austin Daye (16)" | CREATE TABLE INST, Here is a database schema( table schema); | Who was the opponent in the game in which Austin Daye (16) did the most high points?It is not neccessary to use all the tables. |
SELECT MAX(starts) FROM table_name_49 WHERE year = 2007 AND avg_start > 17.6 | CREATE TABLE INST, Here is a database schema( table schema); | What was the highest number of starts in 2007 when the average start was over 17.6?It is not neccessary to use all the tables. |
SELECT SUM(Population) FROM city WHERE District = "Gelderland" | CREATE TABLE INST, Here is a database schema( table schema); | How many people live in Gelderland district?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 prescriptions.drug = "Citalopram Hydrobromide" | CREATE TABLE INST, Here is a database schema( table schema); | how many patients were given the drug citalopram hydrobromide?It is not neccessary to use all the tables. |
SELECT Outcome FROM table WHERE Score = 6–1, 6–4 | CREATE TABLE INST, Here is a database schema( table schema); | What is the outcome of a score that is 6–1, 6–4?.It is not neccessary to use all the tables. |
SELECT MAX("Doubles") FROM table_64474 WHERE "Total" > '176' AND "Date" < '1907' AND "Doubles, I Class" < '21' | CREATE TABLE INST, Here is a database schema( table schema); | Which Doubles have a Total larger than 176, and a Date smaller than 1907, and Doubles, I Class smaller than 21?It is not neccessary to use all the tables. |
SELECT COUNT(winning_constructor) FROM table_26258348_4 WHERE fastest_lap = "Mark Webber" | CREATE TABLE INST, Here is a database schema( table schema); | How many winning constructor catagories are there when Mark Webber had the fastest lap?It is not neccessary to use all the tables. |
SELECT COUNT(seasons) FROM table_name_1 WHERE years = "1976–1977" | CREATE TABLE INST, Here is a database schema( table schema); | How many Seasons that has Years of 1976–1977?It is not neccessary to use all the tables. |
SELECT COUNT("Crowd") FROM table_57640 WHERE "Away team score" = '8.25 (73)' | CREATE TABLE INST, Here is a database schema( table schema); | What is the crowd number for the event that has a score of 8.25 (73) for the Away team?It is not neccessary to use all the tables. |
SELECT MIN(attendance) FROM table_name_59 WHERE result = "2-0" | CREATE TABLE INST, Here is a database schema( table schema); | What is the lowest attendance of a game that has the result of 2-0?It is not neccessary to use all the tables. |
SELECT author FROM table_name_22 WHERE company = "semeio theatre" | CREATE TABLE INST, Here is a database schema( table schema); | Which author has a company of the Semeio Theatre?It is not neccessary to use all the tables. |
SELECT score FROM table_name_42 WHERE home = "new jersey" | CREATE TABLE INST, Here is a database schema( table schema); | What is the score of the New Jersey home game?It is not neccessary to use all the tables. |
SELECT MAX Losses FROM table WHERE Goals against < 68 AND Goal Difference < 23 AND Draws = 10 AND Club = racing de santander | CREATE TABLE INST, Here is a database schema( table schema); | What losses did racing de santander, that scored less than 68 goals, had a goal difference of less than 23 and 10 draws?.It is not neccessary to use all the tables. |
SELECT Place FROM table WHERE Player = steve lowery | CREATE TABLE INST, Here is a database schema( table schema); | What is Steve Lowery's Place?.It is not neccessary to use all the tables. |
SELECT PBA team FROM table WHERE Pick = 4 | CREATE TABLE INST, Here is a database schema( table schema); | What is the PBA team with a Pick that is 4?.It is not neccessary to use all the tables. |
SELECT _percentage_yes FROM table_256286_5 WHERE yes_votes = 35270 | CREATE TABLE INST, Here is a database schema( table schema); | What is the yes percentage in the measure that had 35270 yes votes?It is not neccessary to use all the tables. |
SELECT Year FROM table WHERE Third = kyle newman | CREATE TABLE INST, Here is a database schema( table schema); | What year did Kyle Newman place third?.It is not neccessary to use all the tables. |
SELECT Romaji Title FROM table WHERE Theme Song(s) = YA-KYIM "Super☆Looper" | CREATE TABLE INST, Here is a database schema( table schema); | What are the romaji title(s) with the theme song "ya-kyim "super☆looper"?.It is not neccessary to use all the tables. |
SELECT MAX("Series #") FROM table_23350 WHERE "Title" = 'The Night of the Flying Pie Plate' | CREATE TABLE INST, Here is a database schema( table schema); | Name the series number for 'the night of the flying pie plateIt is not neccessary to use all the tables. |
SELECT city FROM table_name_83 WHERE stadium = "telstra dome" | CREATE TABLE INST, Here is a database schema( table schema); | What is the city where the Telstra Dome is?It is not neccessary to use all the tables. |
SELECT city FROM table_name_56 WHERE prize = "£1,000,000" | CREATE TABLE INST, Here is a database schema( table schema); | The prize of 1,000,000 was given by an event in what city?It is not neccessary to use all the tables. |
SELECT Runner-up FROM table WHERE Year = 1989 | CREATE TABLE INST, Here is a database schema( table schema); | Who was the runner-up in 1989?.It is not neccessary to use all the tables. |
SELECT MAX Total population (1000) FROM table WHERE Country = sweden AND Born in a non EU state (1000) < 859 | CREATE TABLE INST, Here is a database schema( table schema); | What is the greatest Total population (1000) from Sweden and born in a non EU state (1000) less than 859?.It is not neccessary to use all the tables. |
SELECT SUM Top-10 FROM table WHERE Cuts made = 2 AND Wins < 0 | CREATE TABLE INST, Here is a database schema( table schema); | What is the sum of the value Top-10 that has a Cuts value of 2 and a Wins value smaller than 0?.It is not neccessary to use all the tables. |
SELECT Change (%) FROM table WHERE Area (km²) = 247.21 | CREATE TABLE INST, Here is a database schema( table schema); | What is the change (%) when the area size (km2) is 247.21?.It is not neccessary to use all the tables. |
SELECT "Hometown" FROM table_297 WHERE "Position" = 'Catcher' | CREATE TABLE INST, Here is a database schema( table schema); | WHAT HOMETOWN DOES HE PLAY AS THE CATCHER FOR?It is not neccessary to use all the tables. |
SELECT COUNT(week) FROM table_name_66 WHERE date = "october 9, 1938" | CREATE TABLE INST, Here is a database schema( table schema); | What week was October 9 1938?It is not neccessary to use all the tables. |
SELECT Outcome FROM table WHERE Year = 2013 | CREATE TABLE INST, Here is a database schema( table schema); | In the year 2013, what was the outcome?.It is not neccessary to use all the tables. |
SELECT score_points FROM table_name_80 WHERE rank_points = "defending champion" | CREATE TABLE INST, Here is a database schema( table schema); | What Score points has a Rank points of defending champion?It is not neccessary to use all the tables. |
SELECT date FROM table_name_22 WHERE visitor = "san antonio spurs" AND score = "97-113" | CREATE TABLE INST, Here is a database schema( table schema); | When did the Visiting San Antonio Spurs score 97-113?It is not neccessary to use all the tables. |
SELECT artist FROM table_21378339_5 WHERE televotes = 1595 | CREATE TABLE INST, Here is a database schema( table schema); | Name the artist for 1595 televotesIt is not neccessary to use all the tables. |
SELECT chartevents.charttime FROM chartevents WHERE chartevents.icustay_id IN (SELECT icustays.icustay_id FROM icustays WHERE icustays.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 29161) AND NOT icustays.outtime IS NULL ORDER BY icustays.intime DESC LIMIT 1) AND chartevents.itemid... | CREATE TABLE INST, Here is a database schema( table schema); | when was the last time on the last intensive care unit visit patient 29161's respiratory rate was less than 12.0?It is not neccessary to use all the tables. |
SELECT Date To FROM table WHERE Name = febian brandy AND Date From = 2 february 2009 | CREATE TABLE INST, Here is a database schema( table schema); | When was febian brandy loaned out until, when was loaned out on 2 february 2009.?.It is not neccessary to use all the tables. |
SELECT attendance FROM table_name_13 WHERE score = "4-10" | CREATE TABLE INST, Here is a database schema( table schema); | When the Score was 4-10 what was the Attendance?It is not neccessary to use all the tables. |
SELECT "City" FROM table_70836 WHERE "Language" = 'spanish' AND "Website" = 'ultimahora.com' | CREATE TABLE INST, Here is a database schema( table schema); | Which city has spanish news on the website ultimahora.com ?It is not neccessary to use all the tables. |
SELECT parallel_bars FROM table_18662026_10 WHERE floor = "14.175" AND horizontal_bar = "N/A" | CREATE TABLE INST, Here is a database schema( table schema); | If the horizontal bar is n/a and the floor is 14.175 what is the number for the parallel bars?It is not neccessary to use all the tables. |
SELECT Channel FROM table WHERE Date = 28 december 2008 | CREATE TABLE INST, Here is a database schema( table schema); | Which channel was on 28 December 2008?.It is not neccessary to use all the tables. |
SELECT game FROM table_name_33 WHERE platform_s_ = "playstation 3" AND genre = "platform game" | CREATE TABLE INST, Here is a database schema( table schema); | What game has a platform(s) of playstation 3 when the genre is platform game?It is not neccessary to use all the tables. |
SELECT score FROM table_name_80 WHERE country = "united states" AND place = "t4" | CREATE TABLE INST, Here is a database schema( table schema); | What is the score that the player who placed t4 from the united states get?It is not neccessary to use all the tables. |
SELECT high_assists FROM table_27734286_7 WHERE game = 38 | CREATE TABLE INST, Here is a database schema( table schema); | Who had the high assists for game number 38?It is not neccessary to use all the tables. |
SELECT NHL team FROM table WHERE Player = Dwight Bialowas | CREATE TABLE INST, Here is a database schema( table schema); | What nhl team does dwight bialowas play for?.It is not neccessary to use all the tables. |
SELECT COUNT Lost FROM table WHERE Played < 34 | CREATE TABLE INST, Here is a database schema( table schema); | What is the total number of Lost, when Played is less than 34?.It is not neccessary to use all the tables. |
SELECT record FROM table_name_64 WHERE date = "february 26" | CREATE TABLE INST, Here is a database schema( table schema); | What is the Record of the February 26 date?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.