instruction
stringlengths
0
1.06k
input
stringlengths
11
5.3k
response
stringlengths
2
4.44k
What away team played at Glenferrie Oval?
CREATE TABLE table_32618 ("Home team" text,"Home team score" text,"Away team" text,"Away team score" text,"Venue" text,"Crowd" real,"Date" text)
SELECT "Away team" FROM table_32618 WHERE "Venue" = 'glenferrie oval'
What is the length when the expected start of revenue is more than 2017?
CREATE TABLE table_38454 ("Line" text,"Speed" text,"Length" text,"Construction begun" text,"Expected start of revenue services" real)
SELECT "Length" FROM table_38454 WHERE "Expected start of revenue services" > '2017'
From which country is the player who made less than $216?
CREATE TABLE table_name_63 (country VARCHAR,money___$__ INTEGER)
SELECT country FROM table_name_63 WHERE money___$__ < 216
Name the highest Horizontal Bar which is in france and Rings smaller than 58.975?
CREATE TABLE table_66497 ("Position" text,"Country" text,"Floor" real,"Pommel Horse" real,"Rings" real,"Vault" real,"Parallel Bars" real,"Horizontal Bar" real,"Team Total" real)
SELECT MAX("Horizontal Bar") FROM table_66497 WHERE "Country" = 'france' AND "Rings" < '58.975'
which district does andy thompson represent
CREATE TABLE table_31166 ("District" real,"Representative" text,"Party" text,"Residence" text,"First Elected" text,"Term Limited" real)
SELECT COUNT("District") FROM table_31166 WHERE "Representative" = 'Andy Thompson'
What was the result of the Euro '64 qualifying game?
CREATE TABLE table_39675 ("Date" text,"City" text,"Opponent" text,"Results\u00b9" text,"Type of game" text)
SELECT "Results\u00b9" FROM table_39675 WHERE "Type of game" = 'euro ''64 qualifying'
WHAT IS THE SAKA ERA OF VIRGO?
CREATE TABLE table_name_31 (saka_era VARCHAR,sign_of_zodiac VARCHAR)
SELECT saka_era FROM table_name_31 WHERE sign_of_zodiac = "virgo"
List of all user Ids.
CREATE TABLE CloseReasonTypes (Id number,Name text,Description text)CREATE TABLE Comments (Id number,PostId number,Score number,Text text,CreationDate time,UserDisplayName text,UserId number,ContentLicense text)CREATE TABLE PostHistory (Id number,PostHistoryTypeId number,PostId number,RevisionGUID other,CreationDate ti...
SELECT Id FROM Users
what is the numbr for fri may 30 and mon may 26 is 19' 02.890 118.847mph?
CREATE TABLE table_72515 ("Rank" real,"Rider" text,"Mon 26 May" text,"Tues 27 May" text,"Wed 28 May" text,"Thurs 29 May" text,"Fri 30 May" text)
SELECT "Fri 30 May" FROM table_72515 WHERE "Mon 26 May" = '19'' 02.890 118.847mph'
Name the nhl times for jeff jacques
CREATE TABLE table_23123 ("Pick #" real,"Player" text,"Position" text,"Nationality" text,"NHL team" text,"College/junior/club team" text)
SELECT "NHL team" FROM table_23123 WHERE "Player" = 'Jeff Jacques'
how many patients are with self pay insurance and have undergone the procedure open biopsy of soft tissue?
CREATE TABLE prescriptions (subject_id text,hadm_id text,icustay_id text,drug_type text,drug text,formulary_drug_cd text,route text,drug_dose text)CREATE TABLE diagnoses (subject_id text,hadm_id text,icd9_code text,short_title text,long_title text)CREATE TABLE lab (subject_id text,hadm_id text,itemid text,charttime tex...
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN procedures ON demographic.hadm_id = procedures.hadm_id WHERE demographic.insurance = "Self Pay" AND procedures.long_title = "Open biopsy of soft tissue"
I want the driver with Laps larger than 16 with a ferrari and grid less than 15
CREATE TABLE table_52299 ("Driver" text,"Constructor" text,"Laps" real,"Time/Retired" text,"Grid" real)
SELECT "Driver" FROM table_52299 WHERE "Laps" > '16' AND "Constructor" = 'ferrari' AND "Grid" < '15'
Give me the comparison about gender_mf over the family_name .
CREATE TABLE Subjects (subject_id INTEGER,subject_name VARCHAR(120))CREATE TABLE Student_Course_Enrolment (registration_id INTEGER,student_id INTEGER,course_id INTEGER,date_of_enrolment DATETIME,date_of_completion DATETIME)CREATE TABLE Course_Authors_and_Tutors (author_id INTEGER,author_tutor_ATB VARCHAR(3),login_name ...
SELECT family_name, gender_mf FROM Course_Authors_and_Tutors ORDER BY personal_name
what is the score for game 4?
CREATE TABLE table_name_49 (score VARCHAR,game VARCHAR)
SELECT score FROM table_name_49 WHERE game = 4
What is Caps, when Province / Club is Example, when Position is Prop, and when Player is Sam Walters?
CREATE TABLE table_name_96 (caps VARCHAR,player VARCHAR,province___club VARCHAR,position VARCHAR)
SELECT caps FROM table_name_96 WHERE province___club = "example" AND position = "prop" AND player = "sam walters"
what is average age of patients whose marital status is married and admission type is urgent?
CREATE TABLE procedures (subject_id text,hadm_id text,icd9_code text,short_title text,long_title text)CREATE TABLE prescriptions (subject_id text,hadm_id text,icustay_id text,drug_type text,drug text,formulary_drug_cd text,route text,drug_dose text)CREATE TABLE diagnoses (subject_id text,hadm_id text,icd9_code text,sho...
SELECT AVG(demographic.age) FROM demographic WHERE demographic.marital_status = "MARRIED" AND demographic.admission_type = "URGENT"
Show the times of elimination by 'Punk' or 'Orton'.
CREATE TABLE elimination (TIME VARCHAR,Eliminated_By VARCHAR)
SELECT TIME FROM elimination WHERE Eliminated_By = "Punk" OR Eliminated_By = "Orton"
How many captains are in each rank?
CREATE TABLE ship (ship_id number,name text,type text,built_year number,class text,flag text)CREATE TABLE captain (captain_id number,name text,ship_id number,age text,class text,rank text)
SELECT COUNT(*), rank FROM captain GROUP BY rank
when did patient 003-83 first have a laboratory test until 04/2105?
CREATE TABLE vitalperiodic (vitalperiodicid number,patientunitstayid number,temperature number,sao2 number,heartrate number,respiration number,systemicsystolic number,systemicdiastolic number,systemicmean number,observationtime time)CREATE TABLE cost (costid number,uniquepid text,patienthealthsystemstayid number,eventt...
SELECT lab.labresulttime FROM lab WHERE lab.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '003-83')) AND STRFTIME('%y-%m', lab.labresulttime) <= '2105-04' ORDER BY lab.labres...
How many FA Trophy has a Player of mario walsh and a League larger than 17?
CREATE TABLE table_name_52 (fa_trophy INTEGER,player VARCHAR,league VARCHAR)
SELECT AVG(fa_trophy) FROM table_name_52 WHERE player = "mario walsh" AND league > 17
what are the number of times the united states is listed as the country ?
CREATE TABLE table_204_126 (id number,"place" text,"player" text,"country" text,"score" text,"to par" number,"money ($)" number)
SELECT COUNT(*) FROM table_204_126 WHERE "country" = 'united states'
Which of the Worst dancer(s) has the Lowest score of 14?
CREATE TABLE table_32701 ("Dance" text,"Best dancer(s)" text,"Highest score" real,"Worst dancer(s)" text,"Lowest score" real)
SELECT "Worst dancer(s)" FROM table_32701 WHERE "Lowest score" = '14'
What are the total number of Wickets that ranger higher than 5?
CREATE TABLE table_name_22 (wickets VARCHAR,rank INTEGER)
SELECT COUNT(wickets) FROM table_name_22 WHERE rank > 5
Where is the nickname the Red Raiders?
CREATE TABLE table_28734 ("Institution" text,"Location" text,"Team Nickname" text,"Years" text,"New Conference" text,"New Classification" text)
SELECT "Location" FROM table_28734 WHERE "Team Nickname" = 'Red Raiders'
What was the Date of the Cimmeria Issue for which the Penciller was Tom s Giorello?
CREATE TABLE table_41171 ("Issue" text,"Date" text,"Title" text,"Penciller" text,"Color" text)
SELECT "Date" FROM table_41171 WHERE "Penciller" = 'tomás giorello' AND "Title" = 'cimmeria'
What is the Region of the release on December 22, 2008?
CREATE TABLE table_8210 ("Region" text,"Date" text,"Label" text,"Format" text,"Version" text)
SELECT "Region" FROM table_8210 WHERE "Date" = 'december 22, 2008'
What is the highest number of poles of the year before 1992 with more than 18 starts and winnings of $125,102?
CREATE TABLE table_39032 ("Year" real,"Starts" real,"Wins" real,"Top 5" real,"Top 10" real,"Poles" real,"Avg. Start" real,"Avg. Finish" real,"Winnings" text,"Position" text)
SELECT MAX("Poles") FROM table_39032 WHERE "Starts" > '18' AND "Winnings" = '$125,102' AND "Year" < '1992'
what was the total number of medals received by the nations ranked # 11 ?
CREATE TABLE table_203_548 (id number,"rank" number,"nation" text,"gold" number,"silver" number,"bronze" number,"total" number)
SELECT SUM("total") FROM table_203_548 WHERE "rank" = 11
find the number of patients who had closed bronchial biopsy.
CREATE TABLE demographic (subject_id text,hadm_id text,name text,marital_status text,age text,dob text,gender text,language text,religion text,admission_type text,days_stay text,insurance text,ethnicity text,expire_flag text,admission_location text,discharge_location text,diagnosis text,dod text,dob_year text,dod_year ...
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN procedures ON demographic.hadm_id = procedures.hadm_id WHERE procedures.short_title = "Closed bronchial biopsy"
Which Home team score has a AEDT Time of 11:00 pm?
CREATE TABLE table_77277 ("Home team" text,"Home team score" text,"Away team" text,"Away team score" text,"Ground" text,"Crowd" real,"Date" text,"Local Time" text,"AEDT Time" text)
SELECT "Home team score" FROM table_77277 WHERE "AEDT Time" = '11:00 pm'
What is the home team when the tie is 11?
CREATE TABLE table_name_40 (home_team VARCHAR,tie_no VARCHAR)
SELECT home_team FROM table_name_40 WHERE tie_no = "11"
What is the lost On August 20
CREATE TABLE table_57721 ("Date" text,"Opponent" text,"Score" text,"Loss" text,"Save" text,"Attendance" real,"Record" text)
SELECT "Loss" FROM table_57721 WHERE "Date" = 'august 20'
What is the constructor on the team with 8 rounds and a chassis of 156 158 1512?
CREATE TABLE table_name_54 (constructor VARCHAR,rounds VARCHAR,chassis VARCHAR)
SELECT constructor FROM table_name_54 WHERE rounds = "8" AND chassis = "156 158 1512"
Name the virtual for Fox
CREATE TABLE table_19454 ("Virtual" real,"Physical" real,"Call sign" text,"Branding" text,"Network" text,"Owner" text)
SELECT COUNT("Virtual") FROM table_19454 WHERE "Network" = 'Fox'
Questions with no upvoted answers.
CREATE TABLE PostHistory (Id number,PostHistoryTypeId number,PostId number,RevisionGUID other,CreationDate time,UserId number,UserDisplayName text,Comment text,Text text,ContentLicense text)CREATE TABLE CloseAsOffTopicReasonTypes (Id number,IsUniversal boolean,InputTitle text,MarkdownInputGuidance text,MarkdownPostOwne...
SELECT q.Id AS "post_link" FROM Posts AS q WHERE PostTypeId = 1 AND Score > 0 AND ClosedDate IS NULL AND (SELECT COUNT(*) FROM Posts AS a WHERE a.ParentId = q.Id AND a.Score > -1) = 0 AND AcceptedAnswerId IS NULL ORDER BY CreationDate
What is the start number for a rank 11 race with less than 200 laps?
CREATE TABLE table_69506 ("Year" text,"Start" text,"Qual" text,"Rank" text,"Finish" text,"Laps" real)
SELECT "Start" FROM table_69506 WHERE "Laps" < '200' AND "Rank" = '11'
Visualize a bar chart about the distribution of All_Games and ACC_Percent , could you order bar from high to low order?
CREATE TABLE university (School_ID int,School text,Location text,Founded real,Affiliation text,Enrollment real,Nickname text,Primary_conference text)CREATE TABLE basketball_match (Team_ID int,School_ID int,Team_Name text,ACC_Regular_Season text,ACC_Percent text,ACC_Home text,ACC_Road text,All_Games text,All_Games_Perce...
SELECT All_Games, ACC_Percent FROM basketball_match ORDER BY All_Games DESC
What Elimination number is listed againt Eliminated by Sonjay Dutt?
CREATE TABLE table_59182 ("Elimination" text,"Wrestler" text,"Eliminated by" text,"Elimination Move" text,"Time" text)
SELECT "Elimination" FROM table_59182 WHERE "Eliminated by" = 'sonjay dutt'
What was the vote when the air date is 4 october 1997?
CREATE TABLE table_27261 ("Air date" text,"Reward" text,"Immunity" text,"Eliminated" text,"Vote" text,"Finish" text)
SELECT "Vote" FROM table_27261 WHERE "Air date" = '4 October 1997'
Find questions with close votes.
CREATE TABLE ReviewTaskTypes (Id number,Name text,Description text)CREATE TABLE Votes (Id number,PostId number,VoteTypeId number,UserId number,CreationDate time,BountyAmount number)CREATE TABLE PostTags (PostId number,TagId number)CREATE TABLE ReviewTaskStates (Id number,Name text,Description text)CREATE TABLE CloseRea...
SELECT p.Id AS "post_link", COUNT(*) AS "occurrences" FROM Posts AS p INNER JOIN Votes AS v ON p.Id = v.PostId WHERE p.PostTypeId = 1 AND p.ClosedDate IS NULL AND v.VoteTypeId = 6 GROUP BY p.Id HAVING COUNT(*) >= 2 ORDER BY occurrences DESC
Who says they are 'new to' a technology?.
CREATE TABLE ReviewTaskResults (Id number,ReviewTaskId number,ReviewTaskResultTypeId number,CreationDate time,RejectionReasonId number,Comment text)CREATE TABLE PostTypes (Id number,Name text)CREATE TABLE SuggestedEditVotes (Id number,SuggestedEditId number,UserId number,VoteTypeId number,CreationDate time,TargetUserId...
SELECT Id, Tags, Body FROM Posts WHERE PostTypeId = 1 AND Body LIKE '%new to%'
What country had a contestant that was 1.70 meters tall?
CREATE TABLE table_26125 ("Represent" text,"Contestant" text,"Age" real,"Height (ft.)" text,"Height (mtr.)" text,"Hometown" text)
SELECT "Represent" FROM table_26125 WHERE "Height (mtr.)" = '1.70'
What was the SECR number of the item made in 1861?
CREATE TABLE table_name_31 (secr_numbers VARCHAR,year_made VARCHAR)
SELECT secr_numbers FROM table_name_31 WHERE year_made = "1861"
How high did Arnold Palmer score in 1962?
CREATE TABLE table_name_69 (score INTEGER,player VARCHAR)
SELECT MAX(score) FROM table_name_69 WHERE player = "arnold palmer"
Which Chart has a Peak Position of 1?
CREATE TABLE table_78791 ("Release" text,"Chart" text,"Peak Position" real,"Sales Total" real,"Chart Run" text)
SELECT "Chart" FROM table_78791 WHERE "Peak Position" = '1'
Look for time of discharge and procedure icd9 code for the patient with patient id 91588.
CREATE TABLE diagnoses (subject_id text,hadm_id text,icd9_code text,short_title text,long_title text)CREATE TABLE demographic (subject_id text,hadm_id text,name text,marital_status text,age text,dob text,gender text,language text,religion text,admission_type text,days_stay text,insurance text,ethnicity text,expire_flag...
SELECT demographic.dischtime, procedures.icd9_code FROM demographic INNER JOIN procedures ON demographic.hadm_id = procedures.hadm_id WHERE demographic.subject_id = "91588"
Which Runs has a Rank of =5 and an Opponent of south australia?
CREATE TABLE table_75133 ("Rank" text,"Runs" text,"Opponent" text,"Venue" text,"Season" text)
SELECT "Runs" FROM table_75133 WHERE "Rank" = '=5' AND "Opponent" = 'south australia'
is the temperature c (calc) of patient 22120 on the first intensive care unit visit normal?
CREATE TABLE microbiologyevents (row_id number,subject_id number,hadm_id number,charttime time,spec_type_desc text,org_name text)CREATE TABLE outputevents (row_id number,subject_id number,hadm_id number,icustay_id number,charttime time,itemid number,value number)CREATE TABLE icustays (row_id number,subject_id number,ha...
SELECT COUNT(*) > 0 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 = 22120) AND NOT icustays.outtime IS NULL ORDER BY icustays.intime LIMIT 1) AND chartevents.itemid IN (SELECT d_...
What was the result of the game after Week 13 on December 8, 1991?
CREATE TABLE table_name_14 (result VARCHAR,week VARCHAR,date VARCHAR)
SELECT result FROM table_name_14 WHERE week > 13 AND date = "december 8, 1991"
provide the number of patients whose admission type is emergency and days of hospital stay is greater than 23?
CREATE TABLE diagnoses (subject_id text,hadm_id text,icd9_code text,short_title text,long_title text)CREATE TABLE demographic (subject_id text,hadm_id text,name text,marital_status text,age text,dob text,gender text,language text,religion text,admission_type text,days_stay text,insurance text,ethnicity text,expire_flag...
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic WHERE demographic.admission_type = "EMERGENCY" AND demographic.days_stay > "23"
which type of drug is prescribed to patient with patient id 2560?
CREATE TABLE procedures (subject_id text,hadm_id text,icd9_code text,short_title text,long_title text)CREATE TABLE prescriptions (subject_id text,hadm_id text,icustay_id text,drug_type text,drug text,formulary_drug_cd text,route text,drug_dose text)CREATE TABLE diagnoses (subject_id text,hadm_id text,icd9_code text,sho...
SELECT prescriptions.drug_type FROM prescriptions WHERE prescriptions.subject_id = "2560"
Whats the status of the trains at location Museum
CREATE TABLE table_951 ("No." text,"Name" text,"Livery" text,"Arrival" real,"Type" text,"Configuration" text,"Builder" text,"Built" real,"Status" text,"Location" text)
SELECT "Status" FROM table_951 WHERE "Location" = 'Museum'
What royal house did Shaokang belong to?
CREATE TABLE table_name_94 (royal_house VARCHAR,name VARCHAR)
SELECT royal_house FROM table_name_94 WHERE name = "shaokang"
Draw a bar chart of sex versus mean height, and rank mean height in ascending order.
CREATE TABLE people (People_ID int,Sex text,Name text,Date_of_Birth text,Height real,Weight real)CREATE TABLE candidate (Candidate_ID int,People_ID int,Poll_Source text,Date text,Support_rate real,Consider_rate real,Oppose_rate real,Unsure_rate real)
SELECT Sex, AVG(Height) FROM people GROUP BY Sex ORDER BY AVG(Height)
How many years had more than 0 points?
CREATE TABLE table_80049 ("Year" real,"Entrant" text,"Chassis" text,"Engine" text,"Points" real)
SELECT SUM("Year") FROM table_80049 WHERE "Points" > '0'
When did the home team score 9.13 (67)?
CREATE TABLE table_58563 ("Home team" text,"Home team score" text,"Away team" text,"Away team score" text,"Venue" text,"Crowd" real,"Date" text)
SELECT "Date" FROM table_58563 WHERE "Home team score" = '9.13 (67)'
For those records from the products and each product's manufacturer, a bar chart shows the distribution of name and the average of price , and group by attribute name, and show by the bar from low to high please.
CREATE TABLE Manufacturers (Code INTEGER,Name VARCHAR(255),Headquarter VARCHAR(255),Founder VARCHAR(255),Revenue REAL)CREATE TABLE Products (Code INTEGER,Name VARCHAR(255),Price DECIMAL,Manufacturer INTEGER)
SELECT T1.Name, T1.Price FROM Products AS T1 JOIN Manufacturers AS T2 ON T1.Manufacturer = T2.Code GROUP BY T1.Name ORDER BY T1.Name
what is the three year survival probability for patients who were prescribed potassium chloride crys er 20 meq po tbcr after having been diagnosed with valvular stenosis?
CREATE TABLE allergy (allergyid number,patientunitstayid number,drugname text,allergyname text,allergytime time)CREATE TABLE patient (uniquepid text,patienthealthsystemstayid number,patientunitstayid number,gender text,age text,ethnicity text,hospitalid number,wardid number,admissionheight number,admissionweight number...
SELECT SUM(CASE WHEN patient.hospitaldischargestatus = 'alive' THEN 1 WHEN STRFTIME('%j', patient.hospitaldischargetime) - STRFTIME('%j', t4.diagnosistime) > 3 * 365 THEN 1 ELSE 0 END) * 100 / COUNT(*) FROM (SELECT t2.uniquepid, t2.diagnosistime FROM (SELECT t1.uniquepid, t1.diagnosistime FROM (SELECT patient.uniquepid...
What player is from the Denver Broncos?
CREATE TABLE table_name_43 (player VARCHAR,team VARCHAR)
SELECT player FROM table_name_43 WHERE team = "denver broncos"
Name the date for score of 1-5
CREATE TABLE table_74885 ("Date" text,"Venue" text,"Score" text,"Result" text,"Competition" text)
SELECT "Date" FROM table_74885 WHERE "Score" = '1-5'
For those records from the products and each product's manufacturer, draw a bar chart about the distribution of name and the sum of price , and group by attribute name, could you sort in ascending by the y axis?
CREATE TABLE Manufacturers (Code INTEGER,Name VARCHAR(255),Headquarter VARCHAR(255),Founder VARCHAR(255),Revenue REAL)CREATE TABLE Products (Code INTEGER,Name VARCHAR(255),Price DECIMAL,Manufacturer INTEGER)
SELECT T1.Name, T1.Price FROM Products AS T1 JOIN Manufacturers AS T2 ON T1.Manufacturer = T2.Code GROUP BY T1.Name ORDER BY T1.Price
receiving oral or subcutaneous anticoagulants
CREATE TABLE table_train_26 ("id" int,"gender" string,"pregnancy_or_lactation" bool,"allergy_to_penicillin" bool,"active_infection" bool,"allergy_to_cephalosporin" bool,"receiving_anticoagulants" bool,"age" float,"NOUSE" float)
SELECT * FROM table_train_26 WHERE receiving_anticoagulants = 1
what was patient 004-11043's last intake time of per iv flush: forearm r 20 gauge?
CREATE TABLE vitalperiodic (vitalperiodicid number,patientunitstayid number,temperature number,sao2 number,heartrate number,respiration number,systemicsystolic number,systemicdiastolic number,systemicmean number,observationtime time)CREATE TABLE microlab (microlabid number,patientunitstayid number,culturesite text,orga...
SELECT intakeoutput.intakeoutputtime FROM intakeoutput WHERE intakeoutput.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '004-11043')) AND intakeoutput.cellpath LIKE '%intake%...
What is the average song rating for each language Plot them as bar chart, order by the mean rating in ascending please.
CREATE TABLE genre (g_name varchar2(20),rating varchar2(10),most_popular_in varchar2(50))CREATE TABLE files (f_id number(10),artist_name varchar2(50),file_size varchar2(20),duration varchar2(20),formats varchar2(20))CREATE TABLE song (song_name varchar2(50),artist_name varchar2(50),country varchar2(20),f_id number(10),...
SELECT languages, AVG(rating) FROM song GROUP BY languages ORDER BY AVG(rating)
Please list the number of each winning aircraft in a bar chart, and rank in asc by the y-axis.
CREATE TABLE airport (Airport_ID int,Airport_Name text,Total_Passengers real,%_Change_2007 text,International_Passengers real,Domestic_Passengers real,Transit_Passengers real,Aircraft_Movements real,Freight_Metric_Tonnes real)CREATE TABLE airport_aircraft (ID int,Airport_ID int,Aircraft_ID int)CREATE TABLE match (Round...
SELECT Aircraft, COUNT(Aircraft) FROM aircraft AS T1 JOIN match AS T2 ON T1.Aircraft_ID = T2.Winning_Aircraft GROUP BY Aircraft ORDER BY COUNT(Aircraft)
what was the minimum creatinine value for patient 87232 in this hospital visit.
CREATE TABLE chartevents (row_id number,subject_id number,hadm_id number,icustay_id number,itemid number,charttime time,valuenum number,valueuom text)CREATE TABLE inputevents_cv (row_id number,subject_id number,hadm_id number,icustay_id number,charttime time,itemid number,amount number)CREATE TABLE outputevents (row_id...
SELECT MIN(labevents.valuenum) FROM labevents WHERE labevents.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 87232 AND admissions.dischtime IS NULL) AND labevents.itemid IN (SELECT d_labitems.itemid FROM d_labitems WHERE d_labitems.label = 'creatinine')
what is average age of patients whose marital status is single and ethnicity is american indian/alaska native?
CREATE TABLE demographic (subject_id text,hadm_id text,name text,marital_status text,age text,dob text,gender text,language text,religion text,admission_type text,days_stay text,insurance text,ethnicity text,expire_flag text,admission_location text,discharge_location text,diagnosis text,dod text,dob_year text,dod_year ...
SELECT AVG(demographic.age) FROM demographic WHERE demographic.marital_status = "SINGLE" AND demographic.ethnicity = "AMERICAN INDIAN/ALASKA NATIVE"
What was marlboro brm's lowest points by using brm p160b?
CREATE TABLE table_name_60 (points INTEGER,entrant VARCHAR,chassis VARCHAR)
SELECT MIN(points) FROM table_name_60 WHERE entrant = "marlboro brm" AND chassis = "brm p160b"
What was the net power, when the type was wwer-440/230, and when construction was finished on 24.10.1977?
CREATE TABLE table_name_74 (net_power VARCHAR,type VARCHAR,finish_construction VARCHAR)
SELECT net_power FROM table_name_74 WHERE type = "wwer-440/230" AND finish_construction = "24.10.1977"
What is every value for % 40-59 if % 60-74 is 12,42%?
CREATE TABLE table_26177 ("Neighbourhood" text,"% 0-19" text,"% 20-39" text,"% 40-59" text,"% 60-74" text,"% 75 +" text)
SELECT "% 40-59" FROM table_26177 WHERE "% 60-74" = '12,42%'
What is the average attendance that has april 12 as the date?
CREATE TABLE table_name_14 (attendance INTEGER,date VARCHAR)
SELECT AVG(attendance) FROM table_name_14 WHERE date = "april 12"
How many incumbents were first elected in 1930?
CREATE TABLE table_18638 ("District" text,"Incumbent" text,"Party" text,"First elected" real,"Result" text,"Candidates" text)
SELECT COUNT("Party") FROM table_18638 WHERE "First elected" = '1930'
What role did Jean-Luc Bouvier serve?
CREATE TABLE table_name_30 (function__figure_ VARCHAR,real_name VARCHAR)
SELECT function__figure_ FROM table_name_30 WHERE real_name = "jean-luc bouvier"
What year was the League the malaysian super league, and a Malaysia Cup of group stage?
CREATE TABLE table_name_73 (year VARCHAR,league VARCHAR,malaysia_cup VARCHAR)
SELECT year FROM table_name_73 WHERE league = "malaysian super league" AND malaysia_cup = "group stage"
what team came out on top ?
CREATE TABLE table_204_397 (id number,"rank" text,"team" text,"athletes" text,"run 1" text,"run 2" text,"run 3" text,"run 4" text,"final" text)
SELECT "team" FROM table_204_397 WHERE id = 1
What is the total rank with a Nation of gotland, and a Gold larger than 23?
CREATE TABLE table_14494 ("Rank" real,"Nation" text,"Gold" real,"Silver" real,"Bronze" real,"Total" real)
SELECT COUNT("Rank") FROM table_14494 WHERE "Nation" = 'gotland' AND "Gold" > '23'
Who wrote Episode 2-15 (56)?
CREATE TABLE table_name_51 (writer_s_ VARCHAR,episode VARCHAR)
SELECT writer_s_ FROM table_name_51 WHERE episode = "2-15 (56)"
list nonstop flights from BALTIMORE to NEWARK on wednesday before 1200
CREATE TABLE dual_carrier (main_airline varchar,low_flight_number int,high_flight_number int,dual_airline varchar,service_name text)CREATE TABLE restriction (restriction_code text,advance_purchase int,stopovers text,saturday_stay_required text,minimum_stay int,maximum_stay int,application text,no_discounts text)CREATE ...
SELECT DISTINCT flight.flight_id FROM airport_service AS AIRPORT_SERVICE_0, airport_service AS AIRPORT_SERVICE_1, city AS CITY_0, city AS CITY_1, date_day, days, flight WHERE (((date_day.day_number = 23 AND date_day.month_number = 4 AND date_day.year = 1991 AND days.day_name = date_day.day_name AND flight.departure_tim...
what is the average points when position is more than 5 and played is less than 10?
CREATE TABLE table_name_55 (points INTEGER,position VARCHAR,played VARCHAR)
SELECT AVG(points) FROM table_name_55 WHERE position > 5 AND played < 10
What couple had a total of 8?
CREATE TABLE table_28626 ("Rank" real,"Couple" text,"Judges" real,"Public" real,"Total" real,"Vote percentage" text,"Result" text)
SELECT "Couple" FROM table_28626 WHERE "Total" = '8'
Show me a bar chart for what is the average song rating for each language?, and list from low to high by the y axis.
CREATE TABLE files (f_id number(10),artist_name varchar2(50),file_size varchar2(20),duration varchar2(20),formats varchar2(20))CREATE TABLE song (song_name varchar2(50),artist_name varchar2(50),country varchar2(20),f_id number(10),genre_is varchar2(20),rating number(10),languages varchar2(20),releasedate Date,resolutio...
SELECT languages, AVG(rating) FROM song GROUP BY languages ORDER BY AVG(rating)
What Scores by each individual judge has a Status of eliminated, and a Date performed of august 13?
CREATE TABLE table_name_15 (scores_by_each_individual_judge VARCHAR,status VARCHAR,date_performed VARCHAR)
SELECT scores_by_each_individual_judge FROM table_name_15 WHERE status = "eliminated" AND date_performed = "august 13"
provide the number of patients whose diagnoses short title is chrnc hpt c wo hpat coma and drug type is main?
CREATE TABLE lab (subject_id text,hadm_id text,itemid text,charttime text,flag text,value_unit text,label text,fluid text)CREATE TABLE prescriptions (subject_id text,hadm_id text,icustay_id text,drug_type text,drug text,formulary_drug_cd text,route text,drug_dose text)CREATE TABLE procedures (subject_id text,hadm_id te...
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 = "Chrnc hpt C wo hpat coma" AND prescriptions.drug_type = "MAIN"
How many settlements does each claim correspond to? List the claim id and the number of settlements with a scatter chart.
CREATE TABLE Claims (Claim_ID INTEGER,Policy_ID INTEGER,Date_Claim_Made DATE,Date_Claim_Settled DATE,Amount_Claimed INTEGER,Amount_Settled INTEGER)CREATE TABLE Customers (Customer_ID INTEGER,Customer_Details VARCHAR(255))CREATE TABLE Customer_Policies (Policy_ID INTEGER,Customer_ID INTEGER,Policy_Type_Code CHAR(15),Sta...
SELECT T1.Claim_ID, COUNT(*) FROM Claims AS T1 JOIN Settlements AS T2 ON T1.Claim_ID = T2.Claim_ID GROUP BY T1.Claim_ID
What is the location of the station at Huntingdonshire with a station number of c17?
CREATE TABLE table_52857 ("Station Number" text,"District" text,"Location" text,"Type" text,"Appliances" text,"Registrations" text)
SELECT "Location" FROM table_52857 WHERE "District" = 'huntingdonshire' AND "Station Number" = 'c17'
List the position of players with average number of points scored by players of that position bigger than 20.
CREATE TABLE player (POSITION VARCHAR,name VARCHAR,Points INTEGER)
SELECT POSITION FROM player GROUP BY name HAVING AVG(Points) >= 20
What is the average base price of rooms, for each bed type Plot them as bar chart, and order by the bedType in desc.
CREATE TABLE Rooms (RoomId TEXT,roomName TEXT,beds INTEGER,bedType TEXT,maxOccupancy INTEGER,basePrice INTEGER,decor TEXT)CREATE TABLE Reservations (Code INTEGER,Room TEXT,CheckIn TEXT,CheckOut TEXT,Rate REAL,LastName TEXT,FirstName TEXT,Adults INTEGER,Kids INTEGER)
SELECT bedType, AVG(basePrice) FROM Rooms GROUP BY bedType ORDER BY bedType DESC
What is the 2003 value with 2r in 2008 and 1r in 2011?
CREATE TABLE table_68650 ("Tournament" text,"2003" text,"2007" text,"2008" text,"2009" text,"2011" text)
SELECT "2003" FROM table_68650 WHERE "2008" = '2r' AND "2011" = '1r'
The population is 2,107's dominant religion is?
CREATE TABLE table_73830 ("Settlement" text,"Cyrillic Name Other Names" text,"Type" text,"Population (2011)" text,"Largest ethnic group (2002)" text,"Dominant religion (2002)" text)
SELECT "Dominant religion (2002)" FROM table_73830 WHERE "Population (2011)" = '2,107'
what is primary disease and procedure long title of subject name chandra schulman?
CREATE TABLE procedures (subject_id text,hadm_id text,icd9_code text,short_title text,long_title text)CREATE TABLE prescriptions (subject_id text,hadm_id text,icustay_id text,drug_type text,drug text,formulary_drug_cd text,route text,drug_dose text)CREATE TABLE lab (subject_id text,hadm_id text,itemid text,charttime te...
SELECT demographic.diagnosis, procedures.long_title FROM demographic INNER JOIN procedures ON demographic.hadm_id = procedures.hadm_id WHERE demographic.name = "Chandra Schulman"
what are all the registrations where location is yaxley
CREATE TABLE table_17256 ("Station Number" text,"District" text,"Location" text,"Type" text,"Appliances" text,"Registrations" text)
SELECT "Registrations" FROM table_17256 WHERE "Location" = 'Yaxley'
What round has 2-1 as the result, and A as the venue?
CREATE TABLE table_66217 ("Round" text,"Date" text,"Opponent" text,"Venue" text,"Result" text,"Attendance" real)
SELECT "Round" FROM table_66217 WHERE "Result" = '2-1' AND "Venue" = 'a'
What method of resolution was the fight that took place at hardcore championship fighting: destiny?
CREATE TABLE table_name_41 (method VARCHAR,event VARCHAR)
SELECT method FROM table_name_41 WHERE event = "hardcore championship fighting: destiny"
Finding posts upvoted by user.
CREATE TABLE Comments (Id number,PostId number,Score number,Text text,CreationDate time,UserDisplayName text,UserId number,ContentLicense text)CREATE TABLE PostNotices (Id number,PostId number,PostNoticeTypeId number,CreationDate time,DeletionDate time,ExpiryDate time,Body text,OwnerUserId number,DeletionUserId number)...
WITH CandidatePosts AS (SELECT ParentId AS postId FROM Posts AS p WHERE p.OwnerUserId = '##UserId##' AND p.PostTypeId = 2) SELECT p1.Id AS "post_link", p1.OwnerUserId AS "user_link", Body FROM Posts AS p1 JOIN CandidatePosts AS cp ON cp.postId = p1.ParentId WHERE p1.OwnerUserId != '##UserId##' AND p1.Score = 2 ORDER BY...
How many titles were released on 21 October 1992?
CREATE TABLE table_18590048_1 (rank VARCHAR,release_date VARCHAR)
SELECT COUNT(rank) FROM table_18590048_1 WHERE release_date = "21 October 1992"
did patient 9299 receive the lingual thyroid excision procedure since 2103?
CREATE TABLE labevents (row_id number,subject_id number,hadm_id number,itemid number,charttime time,valuenum number,valueuom text)CREATE TABLE microbiologyevents (row_id number,subject_id number,hadm_id number,charttime time,spec_type_desc text,org_name text)CREATE TABLE d_icd_procedures (row_id number,icd9_code text,s...
SELECT COUNT(*) > 0 FROM procedures_icd WHERE procedures_icd.icd9_code = (SELECT d_icd_procedures.icd9_code FROM d_icd_procedures WHERE d_icd_procedures.short_title = 'lingual thyroid excision') AND procedures_icd.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 9299) AND STRFTIME('%y...
What is the A-league with 39 saves?
CREATE TABLE table_name_7 (a_league VARCHAR,saves VARCHAR)
SELECT a_league FROM table_name_7 WHERE saves = 39
For all employees who have the letters D or S in their first name, a bar chart shows the distribution of hire_date and the average of manager_id bin hire_date by time, sort from low to high by the the average of manager id.
CREATE TABLE departments (DEPARTMENT_ID decimal(4,0),DEPARTMENT_NAME varchar(30),MANAGER_ID decimal(6,0),LOCATION_ID decimal(4,0))CREATE TABLE countries (COUNTRY_ID varchar(2),COUNTRY_NAME varchar(40),REGION_ID decimal(10,0))CREATE TABLE employees (EMPLOYEE_ID decimal(6,0),FIRST_NAME varchar(20),LAST_NAME varchar(25),E...
SELECT HIRE_DATE, AVG(MANAGER_ID) FROM employees WHERE FIRST_NAME LIKE '%D%' OR FIRST_NAME LIKE '%S%' ORDER BY AVG(MANAGER_ID)
in this year, patient 018-86978 has been admitted into the hospital?
CREATE TABLE lab (labid number,patientunitstayid number,labname text,labresult number,labresulttime time)CREATE TABLE intakeoutput (intakeoutputid number,patientunitstayid number,cellpath text,celllabel text,cellvaluenumeric number,intakeoutputtime time)CREATE TABLE diagnosis (diagnosisid number,patientunitstayid numbe...
SELECT COUNT(*) > 0 FROM patient WHERE patient.uniquepid = '018-86978' AND DATETIME(patient.hospitaladmittime, 'start of year') = DATETIME(CURRENT_TIME(), 'start of year', '-0 year')
give me the number of patients whose admission type is emergency and year of birth is less than 2064?
CREATE TABLE prescriptions (subject_id text,hadm_id text,icustay_id text,drug_type text,drug text,formulary_drug_cd text,route text,drug_dose text)CREATE TABLE diagnoses (subject_id text,hadm_id text,icd9_code text,short_title text,long_title text)CREATE TABLE lab (subject_id text,hadm_id text,itemid text,charttime tex...
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic WHERE demographic.admission_type = "EMERGENCY" AND demographic.dob_year < "2064"