sql
stringlengths 9
2.37k
| table
stringclasses 9
values | query
stringlengths 51
503
|
---|---|---|
SELECT score_in_the_final FROM table_name_96 WHERE championship = "athens , greece" AND outcome = "winner" | CREATE TABLE INST, Here is a database schema( table schema); | What is Score In The Final when Championship is "Athens Greece" and when Outcome is "Winner"?It is not neccessary to use all the tables. |
SELECT COUNT(tourism_receipts__2011___us) AS $_per_capita_ FROM table_18524_6 WHERE tourism_receipts__2003___as__percentage_of_gdp_ = "13.5" | CREATE TABLE INST, Here is a database schema( table schema); | Name the total number of tourism receipts 2011 where tourism receipts 2003 13.5It is not neccessary to use all the tables. |
SELECT week_37 FROM table_23680576_3 WHERE week_33 = "14.3%" | CREATE TABLE INST, Here is a database schema( table schema); | List all week 37 results when week 33 is 14.3%.It is not neccessary to use all the tables. |
SELECT mls_cup_playoffs FROM table_16857_2 WHERE concacaf_champions_cup___champions_league = "Did not qualify" AND us_open_cup = "Round of 16" | CREATE TABLE INST, Here is a database schema( table schema); | How did the team place when they did not qualify for the Concaf Champions Cup but made it to Round of 16 in the U.S. Open Cup?It is not neccessary to use all the tables. |
SELECT "Uyghur ( K\u0322ona Yezik\u0322 )" FROM table_73173 WHERE "Chinese" = '瓦恰' | CREATE TABLE INST, Here is a database schema( table schema); | Name the uyghur forIt is not neccessary to use all the tables. |
SELECT Score FROM table WHERE Competition = 2014 fifa world cup qual. | CREATE TABLE INST, Here is a database schema( table schema); | What was the score for the 2014 FIFA World Cup Qual. competition?.It is not neccessary to use all the tables. |
SELECT higgins FROM table_name_35 WHERE scallon = "2%" | CREATE TABLE INST, Here is a database schema( table schema); | What is the Higgins with a Scallon that is 2%?It is not neccessary to use all the tables. |
SELECT Race FROM table WHERE Weight (kg) = 55 AND Winner/2nd = 1st - Jim And Tonic | CREATE TABLE INST, Here is a database schema( table schema); | In what race was the weight in kg 55 and the winner/2nd 1st - Jim and Tonic?.It is not neccessary to use all the tables. |
SELECT MAX Winners FROM table WHERE Rank > 7 AND Third < 1 | CREATE TABLE INST, Here is a database schema( table schema); | Which Winners is the highest one that has a Rank larger than 7, and a Third smaller than 1?.It is not neccessary to use all the tables. |
SELECT icao FROM table_name_8 WHERE airline = "asiana airlines" | CREATE TABLE INST, Here is a database schema( table schema); | What is the ICAO for Asiana Airlines?It is not neccessary to use all the tables. |
SELECT COUNT(air_date) FROM table_1893276_2 WHERE eliminated = "Morgan" | CREATE TABLE INST, Here is a database schema( table schema); | How many air dates were there when Morgan was eliminated?It is not neccessary to use all the tables. |
SELECT AVG Round FROM table WHERE Overall > 238 AND Position = defensive end AND School/Club Team = wisconsin | CREATE TABLE INST, Here is a database schema( table schema); | What is the average round for Wisconsin when the overall is larger than 238 and there is a defensive end?.It is not neccessary to use all the tables. |
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic WHERE demographic.diagnosis = "AORTIC VALVE INSUFFIENCY\AORTIC VALVE REPLACEMENT /SDA" | CREATE TABLE INST, Here is a database schema( table schema); | Find the number of patients who have aortic valve insufficiency/aortic valve replacement/sda as their primary disease.It is not neccessary to use all the tables. |
SELECT Goal FROM table WHERE Competition = international friendly AND Result = 2–1 | CREATE TABLE INST, Here is a database schema( table schema); | What was Goal that where Competition of international friendly, and a Result of 2–1?.It is not neccessary to use all the tables. |
SELECT date FROM table_name_48 WHERE stadium = "alltel stadium" AND final_score = "6-20" | CREATE TABLE INST, Here is a database schema( table schema); | What is the date that a game at the Alltel Stadium had a final score of 6-20?It is not neccessary to use all the tables. |
SELECT Stadium FROM table WHERE Week > 15 | CREATE TABLE INST, Here is a database schema( table schema); | What was the stadium that held that game after week 15?.It is not neccessary to use all the tables. |
SELECT Fleet FROM table WHERE Launched = july 30, 1961 | CREATE TABLE INST, Here is a database schema( table schema); | Which fleet launched on July 30, 1961?.It is not neccessary to use all the tables. |
SELECT School FROM table WHERE Height = 6-9 | CREATE TABLE INST, Here is a database schema( table schema); | Tell me the school with a height of 6-9.It is not neccessary to use all the tables. |
SELECT AVG(caps) FROM table_name_67 WHERE player = "ryota asano" | CREATE TABLE INST, Here is a database schema( table schema); | What is the mean number of caps for Ryota Asano?It is not neccessary to use all the tables. |
SELECT opponent FROM table_name_22 WHERE round = "qf replay" | CREATE TABLE INST, Here is a database schema( table schema); | Which Opponent has a Round of qf replay?It is not neccessary to use all the tables. |
SELECT "Televotes" FROM table_23289 WHERE "Jury votes" = '4' | CREATE TABLE INST, Here is a database schema( table schema); | How many televotes are there where there is 4 jury votes?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.days_stay > "7" AND diagnoses.short_title = "Other postop infection" | CREATE TABLE INST, Here is a database schema( table schema); | count the number of patients whose days of hospital stay is greater than 7 and diagnoses short title is other postop infection?It is not neccessary to use all the tables. |
SELECT Course FROM table WHERE Date = 24 july | CREATE TABLE INST, Here is a database schema( table schema); | Name the course for 24 july.It is not neccessary to use all the tables. |
SELECT Award FROM table WHERE Year > 2005 AND Result = nominated | CREATE TABLE INST, Here is a database schema( table schema); | What is the name of the award in a year more than 2005, and the Result of nominated?.It is not neccessary to use all the tables. |
SELECT movie_title FROM table_name_75 WHERE year = 1957 | CREATE TABLE INST, Here is a database schema( table schema); | What movie was made in 1957?It is not neccessary to use all the tables. |
SELECT MAX Run 2 FROM table WHERE Run 1 > 52.25 AND Athlete = john farrow | CREATE TABLE INST, Here is a database schema( table schema); | What was john farrow's run 2 associated with a run 1 of greater than 52.25?.It is not neccessary to use all the tables. |
SELECT Opponent FROM table WHERE Rushing yards = 81 | CREATE TABLE INST, Here is a database schema( table schema); | Who was the opponent when there was 81 rushing yards?.It is not neccessary to use all the tables. |
SELECT Home FROM table WHERE Visitor = toronto | CREATE TABLE INST, Here is a database schema( table schema); | What was the home team when the visiting team was Toronto?.It is not neccessary to use all the tables. |
SELECT Name FROM table WHERE Position = guard | CREATE TABLE INST, Here is a database schema( table schema); | What is the players name in the guard position?.It is not neccessary to use all the tables. |
SELECT MIN Game FROM table WHERE Opponent = Los Angeles Rams | CREATE TABLE INST, Here is a database schema( table schema); | How many games were against the los angeles rams?.It is not neccessary to use all the tables. |
SELECT Year FROM table WHERE Weight = 185 | CREATE TABLE INST, Here is a database schema( table schema); | What is the Year of the Player weighing 185?.It is not neccessary to use all the tables. |
SELECT Days, hours, minutes FROM table WHERE Line = gw AND From = liverpool | CREATE TABLE INST, Here is a database schema( table schema); | What is the Days, hours, minutes for the GW line from Liverpool?.It is not neccessary to use all the tables. |
SELECT city FROM table_name_50 WHERE location = "netherlands" | CREATE TABLE INST, Here is a database schema( table schema); | What city was located in the Netherlands?It is not neccessary to use all the tables. |
SELECT D 47 FROM table WHERE D 41 = r 21 | CREATE TABLE INST, Here is a database schema( table schema); | I want the D 47 for D 41 being r 21.It is not neccessary to use all the tables. |
SELECT score FROM table_name_16 WHERE 2012 = "15.0%" | CREATE TABLE INST, Here is a database schema( table schema); | What score has 15.0% as the 2012?It is not neccessary to use all the tables. |
SELECT t2.drug FROM (SELECT admissions.subject_id, diagnoses_icd.charttime FROM diagnoses_icd JOIN admissions ON diagnoses_icd.hadm_id = admissions.hadm_id WHERE admissions.subject_id = 32755 AND diagnoses_icd.icd9_code = (SELECT d_icd_diagnoses.icd9_code FROM d_icd_diagnoses WHERE d_icd_diagnoses.short_title = 'bmi 33.0-33.9,adult') AND NOT admissions.dischtime IS NULL ORDER BY admissions.admittime DESC LIMIT 1) AS t1 JOIN (SELECT admissions.subject_id, prescriptions.drug, prescriptions.startdate FROM prescriptions JOIN admissions ON prescriptions.hadm_id = admissions.hadm_id WHERE admissions.subject_id = 32755 AND NOT admissions.dischtime IS NULL ORDER BY admissions.admittime DESC LIMIT 1) AS t2 ON t1.subject_id = t2.subject_id WHERE t1.charttime < t2.startdate AND DATETIME(t2.startdate) BETWEEN DATETIME(t1.charttime) AND DATETIME(t1.charttime, '+2 day') | CREATE TABLE INST, Here is a database schema( table schema); | what was the name of the drug patient 32755 got prescription for within 2 days after being diagnosed with bmi 33.0-33.9,adult in the last hospital visit?It is not neccessary to use all the tables. |
SELECT Goal FROM table WHERE Result = 2-0 | CREATE TABLE INST, Here is a database schema( table schema); | Can you tell me the Goal that has the Result of 2-0?.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.dob_year < "2109" AND diagnoses.short_title = "Mitral/aortic val insuff" | CREATE TABLE INST, Here is a database schema( table schema); | how many patients are born before 2109 and diagnosed with mitral/aortic val insuff?It is not neccessary to use all the tables. |
SELECT canada_singles FROM table_name_75 WHERE year = 1979 AND us_ac = "24" | CREATE TABLE INST, Here is a database schema( table schema); | What is the Canada singles in 1979 with a US A.C. of 24?It is not neccessary to use all the tables. |
SELECT MAX Wickets FROM table WHERE Best Bowling = 5/40 AND Average < 33.09 | CREATE TABLE INST, Here is a database schema( table schema); | what is the highest wickets when best bowling is 5/40 and average is less than 33.09?.It is not neccessary to use all the tables. |
SELECT MAX(map_number) FROM table_198175_2 | CREATE TABLE INST, Here is a database schema( table schema); | What is the highest value for map number?It is not neccessary to use all the tables. |
SELECT "Location Attendance" FROM table_8007 WHERE "Game" > '36' AND "Team" = 'atlanta' | CREATE TABLE INST, Here is a database schema( table schema); | What was the location and attendance for the game after game 36 against Atlanta?It is not neccessary to use all the tables. |
SELECT T1.cName FROM tryout AS T1 JOIN player AS T2 ON T1.pID = T2.pID WHERE T2.pName LIKE 'D%' | CREATE TABLE INST, Here is a database schema( table schema); | Which colleges do the tryout players whose name starts with letter D go to?It is not neccessary to use all the tables. |
SELECT city FROM city WHERE regional_population > 10000000 UNION SELECT city FROM city WHERE regional_population < 5000000 | CREATE TABLE INST, Here is a database schema( table schema); | Please give me a list of cities whose regional population is over 8000000 or under 5000000.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 = "Ferrous Gluconate" | CREATE TABLE INST, Here is a database schema( table schema); | how many patients were given the drug ferrous gluconate?It is not neccessary to use all the tables. |
SELECT COUNT Crowd FROM table WHERE Home team score = 5.14 (44) | CREATE TABLE INST, Here is a database schema( table schema); | How big was the crowd when the home team scored 5.14 (44)?.It is not neccessary to use all the tables. |
SELECT PostId AS "post_link" FROM Votes WHERE VoteTypeId = 6 AND CreationDate > '2015-01-01' GROUP BY PostId HAVING SUM(1) = 4 | CREATE TABLE INST, Here is a database schema( table schema); | Questions with 5 close votes.It is not neccessary to use all the tables. |
SELECT Date FROM table WHERE Opponent = New York Jets | CREATE TABLE INST, Here is a database schema( table schema); | What date did the Colts play New York Jets?.It is not neccessary to use all the tables. |
SELECT Region FROM table WHERE Year = may 1974 | CREATE TABLE INST, Here is a database schema( table schema); | Which region had the year May 1974?.It is not neccessary to use all the tables. |
SELECT SUM Melbourne FROM table WHERE Episode number Production number = 19 2-06 AND Sydney < 389,000 | CREATE TABLE INST, Here is a database schema( table schema); | What is the sum of the values for Melbourne, when Episode Number Production Number is 19 2-06, and when Sydney is less than 389,000?.It is not neccessary to use all the tables. |
SELECT date FROM table_11602885_1 WHERE location = "Mexico" | CREATE TABLE INST, Here is a database schema( table schema); | When was the game in Mexico played?It is not neccessary to use all the tables. |
SELECT COUNT Runner-Up FROM table WHERE Semi-Finalist #1 = Western Carolina AND Year = 2005 | CREATE TABLE INST, Here is a database schema( table schema); | How many teams were listed as runner up in 2005 and there the first semi finalist was Western Carolina?.It is not neccessary to use all the tables. |
SELECT Last_year, COUNT(Last_year) FROM party WHERE Party_Theme = "Spring" OR Party_Theme = "Teqnology" GROUP BY Last_year ORDER BY COUNT(Last_year) DESC | CREATE TABLE INST, Here is a database schema( table schema); | Count the last year of parties with theme 'Spring' or 'Teqnology' with a bar grpah, I want to rank in descending by the Y.It is not neccessary to use all the tables. |
SELECT MIN(wins) FROM table_name_42 WHERE against < 814 | CREATE TABLE INST, Here is a database schema( table schema); | What is the least wins for a team with against less than 814?It is not neccessary to use all the tables. |
SELECT junior_high_school__12_15_yrs_ FROM table_13555999_1 WHERE gender = "Male" AND specification = "Minimum diameter of sakigawa" | CREATE TABLE INST, Here is a database schema( table schema); | What amount is the junior high school where the gender is male and the specification is minimum diameter of sakigawa?It is not neccessary to use all the tables. |
SELECT MAX(races) FROM table_name_27 WHERE season = "2010" AND flaps > 6 | CREATE TABLE INST, Here is a database schema( table schema); | WHAT ARE THE RACES FOR 2010 WITH FLAPS LARGER THAN 6?It is not neccessary to use all the tables. |
SELECT Country FROM table WHERE Score = 70-71-72=213 | CREATE TABLE INST, Here is a database schema( table schema); | Which country has a score of 70-71-72=213?.It is not neccessary to use all the tables. |
SELECT AVG Against FROM table WHERE Draws < 0 | CREATE TABLE INST, Here is a database schema( table schema); | What is the average entry in the against column with draws smaller than 0?.It is not neccessary to use all the tables. |
SELECT Lead FROM table WHERE Home = lockerbie | CREATE TABLE INST, Here is a database schema( table schema); | Who is the lead of the team from Lockerbie?.It is not neccessary to use all the tables. |
SELECT SUM Lost FROM table WHERE Points > 8 AND Difference = - 8 AND Position > 5 | CREATE TABLE INST, Here is a database schema( table schema); | What is the total lost that has points greater than 8 and a difference of - 8 and a position of greater than 5?.It is not neccessary to use all the tables. |
SELECT COUNT(year) FROM table_name_16 WHERE time = "55:29:20" | CREATE TABLE INST, Here is a database schema( table schema); | What year has the time of 55:29:20?It is not neccessary to use all the tables. |
SELECT total_apps FROM table_27086613_5 WHERE league_apps = 4 | CREATE TABLE INST, Here is a database schema( table schema); | Name the total apps for league apps being 4It is not neccessary to use all the tables. |
SELECT Home Team FROM table WHERE Opposition = Wairarapa Bush | CREATE TABLE INST, Here is a database schema( table schema); | What is the home team when the opposition is wairarapa bush?.It is not neccessary to use all the tables. |
SELECT Sport FROM table WHERE Medal count = 17 | CREATE TABLE INST, Here is a database schema( table schema); | Which sport has 17 as the medal count?.It is not neccessary to use all the tables. |
SELECT Series FROM table WHERE Position = 12th | CREATE TABLE INST, Here is a database schema( table schema); | If the position is 12th, what was the series?.It is not neccessary to use all the tables. |
SELECT Date FROM table WHERE Scorers = mccoist (3), johnston, butcher, steven | CREATE TABLE INST, Here is a database schema( table schema); | When was the scorer mccoist (3), johnston, butcher, steven?.It is not neccessary to use all the tables. |
SELECT Date FROM table WHERE Record = 7.39 | CREATE TABLE INST, Here is a database schema( table schema); | What is the Date with a Record that is 7.39?.It is not neccessary to use all the tables. |
SELECT SUM Grid FROM table WHERE Time/Retired = clutch | CREATE TABLE INST, Here is a database schema( table schema); | What Grid has a Time/Retired of clutch?.It is not neccessary to use all the tables. |
SELECT State FROM Fires GROUP BY State ORDER BY count(*) DESC LIMIT 1 | CREATE TABLE INST, Here is a database schema( fires); | Which state has the most wildfires?. It is not neccessary to use all the tables. |
SELECT COUNT Overall FROM table WHERE Name = calvin o'neal AND Round < 6 | CREATE TABLE INST, Here is a database schema( table schema); | Name of calvin o'neal, and a Round smaller than 6 had what number total overall?.It is not neccessary to use all the tables. |
SELECT Title FROM table WHERE U.S. viewers (million) = 2.75 | CREATE TABLE INST, Here is a database schema( table schema); | Which episode had 2.75 million viewers in the U.S.?.It is not neccessary to use all the tables. |
SELECT unit_price FROM tracks WHERE name = "Fast As a Shark" | CREATE TABLE INST, Here is a database schema( table schema); | How much is the track Fast As a Shark?It is not neccessary to use all the tables. |
SELECT name FROM table_name_1 WHERE nationality = "total:" | CREATE TABLE INST, Here is a database schema( table schema); | what is the name for the nationality total:?It is not neccessary to use all the tables. |
SELECT "state" FROM table_203_562 WHERE "total no. of seats in assembly" = 30 | CREATE TABLE INST, Here is a database schema( table schema); | what state had only 30 seats in their assembly ?It is not neccessary to use all the tables. |
SELECT MAX(total__kg_) FROM table_name_82 WHERE bodyweight > 136.16 | CREATE TABLE INST, Here is a database schema( table schema); | Of weightlifters who weighed more than 136.16 who had the highest Total?It is not neccessary to use all the tables. |
SELECT Date of Birth (Age) FROM table 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 party FROM table_1342249_5 WHERE incumbent = "Brooks Hays" | CREATE TABLE INST, Here is a database schema( table schema); | What party did incumbent Brooks Hays belong to?It is not neccessary to use all the tables. |
SELECT winner FROM table_name_98 WHERE prize = "€880,000" | CREATE TABLE INST, Here is a database schema( table schema); | Who is the Winner when the Prize is €880000?It is not neccessary to use all the tables. |
SELECT 2000 FROM table WHERE 1998 = 1.5 | CREATE TABLE INST, Here is a database schema( table schema); | What is the 2000 value if the 1998 value is 1.5?.It is not neccessary to use all the tables. |
SELECT result FROM table_name_28 WHERE date = "september 13, 1998" | CREATE TABLE INST, Here is a database schema( table schema); | Can you tell me the Result that has the Date of september 13 1998?It is not neccessary to use all the tables. |
SELECT Date FROM table WHERE Format = ed remaster cd | CREATE TABLE INST, Here is a database schema( table schema); | On what date was the format of ed remaster cd?.It is not neccessary to use all the tables. |
SELECT MIN Total Medals FROM table | CREATE TABLE INST, Here is a database schema( table schema); | What was the smallest total number of medals?.It is not neccessary to use all the tables. |
SELECT "Result" FROM table_48899 WHERE "Date" = 'september 3, 2000' | CREATE TABLE INST, Here is a database schema( table schema); | Which Result has a Date of september 3, 2000?It is not neccessary to use all the tables. |
SELECT opponent FROM table_name_67 WHERE result = "bye" | CREATE TABLE INST, Here is a database schema( table schema); | Who was the opponent of the Bye result?It is not neccessary to use all the tables. |
SELECT Party_Theme FROM party ORDER BY Number_of_hosts | CREATE TABLE INST, Here is a database schema( table schema); | List the themes of parties in ascending order of number of hosts.It is not neccessary to use all the tables. |
SELECT Team FROM table WHERE Total points = 342 | CREATE TABLE INST, Here is a database schema( table schema); | Which team had 342 total points? .It is not neccessary to use all the tables. |
SELECT SUM Year FROM table WHERE Result = 9th | CREATE TABLE INST, Here is a database schema( table schema); | What is the sum of Year, when Result is 9th?.It is not neccessary to use all the tables. |
SELECT lead FROM table_name_22 WHERE skip = "kirsty balfour" | CREATE TABLE INST, Here is a database schema( table schema); | Which lead has Kirsty Balfour as second?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 INNER JOIN prescriptions ON demographic.hadm_id = prescriptions.hadm_id WHERE diagnoses.short_title = "Ventricular fibrillation" AND prescriptions.route = "REPLACE" | CREATE TABLE INST, Here is a database schema( table schema); | count the number of patients whose diagnoses short title is ventricular fibrillation and drug route is replace?It is not neccessary to use all the tables. |
SELECT SUM("9th runner-up") FROM table_75075 WHERE "5th runner-up" = '2' AND "Top 18/20/24/30" > '17' | CREATE TABLE INST, Here is a database schema( table schema); | What is the 9th runner-up with a top 18/20/24/30 greater than 17 and a 5th runner-up of 2?It is not neccessary to use all the tables. |
SELECT branding FROM table_19215259_1 WHERE location = "Cabanatuan" | CREATE TABLE INST, Here is a database schema( table schema); | What is the brand in Cabanatuan?It is not neccessary to use all the tables. |
SELECT venue FROM table_name_85 WHERE player = "chuck klein" | CREATE TABLE INST, Here is a database schema( table schema); | What was the venue where Chuck Klein played?It is not neccessary to use all the tables. |
SELECT home_team AS score FROM table_name_39 WHERE away_team = "footscray" | CREATE TABLE INST, Here is a database schema( table schema); | What was the home teams score against the away team footscray?It is not neccessary to use all the tables. |
SELECT "Loss" FROM table_11576 WHERE "Attendance" > '42,607' AND "Date" = 'july 20' | CREATE TABLE INST, Here is a database schema( table schema); | Who lost on July 20 with 42,607 attending?It is not neccessary to use all the tables. |
SELECT birth_country FROM player as T1 JOIN player_award as T2 ON T1.player_id = T2.player_id GROUP BY T1.birth_country ORDER BY count(*) DESC LIMIT 1 | CREATE TABLE INST, Here is a database schema( hall of fame); | Which birth place has the most player awards?. It is not neccessary to use all the tables. |
SELECT tries_for FROM table_name_54 WHERE tries_against = "correct as of 2007-10-15" | CREATE TABLE INST, Here is a database schema( table schema); | tries against correct as of 2007-10-15 has what tries for?It is not neccessary to use all the tables. |
SELECT meter_200, COUNT(meter_200) FROM swimmer GROUP BY meter_200 ORDER BY meter_200 DESC | CREATE TABLE INST, Here is a database schema( table schema); | Create a bar chart showing the number of meter 200 across meter 200, and display x-axis from high to low order.It is not neccessary to use all the tables. |
SELECT location_attendance FROM table_name_62 WHERE score = "w 89–86 (ot)" | CREATE TABLE INST, Here is a database schema( table schema); | What was the location and attendance with a score of w 89–86 (ot)?It is not neccessary to use all the tables. |
SELECT COUNT Result FROM table WHERE Candidates = Robert L. Leggett (D) 50.2% Albert Dehr (R) 49.8% | CREATE TABLE INST, Here is a database schema( table schema); | How many times did an election feature the result robert l. leggett (d) 50.2% albert dehr (r) 49.8%?.It is not neccessary to use all the tables. |
SELECT MAX(poles) FROM table_name_74 WHERE fastest_laps = 0 AND races = 17 AND wins > 0 AND podiums < 2 | CREATE TABLE INST, Here is a database schema( table schema); | which Poles has a Fastest Laps of 0 and a Races of 17 and a Wins larger than 0 and a Podiums smaller than 2?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.