instruction
stringlengths
0
1.06k
input
stringlengths
11
5.3k
response
stringlengths
2
4.44k
For those records from the products and each product's manufacturer, give me the comparison about the average of code over the headquarter , and group by attribute headquarter, and order from low to high by the X.
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 T2.Headquarter, T1.Code FROM Products AS T1 JOIN Manufacturers AS T2 ON T1.Manufacturer = T2.Code GROUP BY T2.Headquarter ORDER BY T2.Headquarter
What was the result of the game against Mississippi State?
CREATE TABLE table_21063459_1 (result VARCHAR,opponent VARCHAR)
SELECT result FROM table_21063459_1 WHERE opponent = "Mississippi State"
what UA FIRST class airfare flights are available from DENVER to BALTIMORE on 7 3
CREATE TABLE time_interval (period text,begin_time int,end_time int)CREATE TABLE compartment_class (compartment varchar,class_type varchar)CREATE TABLE state (state_code text,state_name text,country_name text)CREATE TABLE flight (aircraft_code_sequence text,airline_code varchar,airline_flight text,arrival_time int,conn...
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 AS DATE_DAY_0, date_day AS DATE_DAY_1, days AS DAYS_0, days AS DAYS_1, fare, fare_basis AS FARE_BASIS_0, fare_basis AS FARE_BASIS_1, flight, flight_fare WHERE (((DAT...
what are the top four most frequently done lab tests during this year given to patients in the same month after being diagnosed with upper respiratory obstruction - suspected?
CREATE TABLE cost (costid number,uniquepid text,patienthealthsystemstayid number,eventtype text,eventid number,chargetime time,cost number)CREATE TABLE intakeoutput (intakeoutputid number,patientunitstayid number,cellpath text,celllabel text,cellvaluenumeric number,intakeoutputtime time)CREATE TABLE vitalperiodic (vita...
SELECT t3.labname FROM (SELECT t2.labname, DENSE_RANK() OVER (ORDER BY COUNT(*) DESC) AS c1 FROM (SELECT patient.uniquepid, diagnosis.diagnosistime FROM diagnosis JOIN patient ON diagnosis.patientunitstayid = patient.patientunitstayid WHERE diagnosis.diagnosisname = 'upper respiratory obstruction - suspected' AND DATET...
which game date only had a bit more than 20,000 in attendance ?
CREATE TABLE table_203_478 (id number,"week" number,"date" text,"opponent" text,"result" text,"attendance" number)
SELECT "date" FROM table_203_478 WHERE "attendance" > 20000 ORDER BY "attendance" LIMIT 1
how patient 19412 was admitted to hospital since 5 years ago for the last time?
CREATE TABLE diagnoses_icd (row_id number,subject_id number,hadm_id number,icd9_code text,charttime time)CREATE TABLE admissions (row_id number,subject_id number,hadm_id number,admittime time,dischtime time,admission_type text,admission_location text,discharge_location text,insurance text,language text,marital_status t...
SELECT admissions.admission_type FROM admissions WHERE admissions.subject_id = 19412 AND DATETIME(admissions.admittime) >= DATETIME(CURRENT_TIME(), '-5 year') ORDER BY admissions.admittime DESC LIMIT 1
How many years was Best Musical Revival nominated?
CREATE TABLE table_name_60 (year VARCHAR,nominee VARCHAR)
SELECT COUNT(year) FROM table_name_60 WHERE nominee = "best musical revival"
what is the number of patients whose diagnoses short title is encephalopathy nos and drug type is additive?
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 INNER JOIN diagnoses ON demographic.hadm_id = diagnoses.hadm_id INNER JOIN prescriptions ON demographic.hadm_id = prescriptions.hadm_id WHERE diagnoses.short_title = "Encephalopathy NOS" AND prescriptions.drug_type = "ADDITIVE"
what is during this month minimum urinary specific gravity value of patient 030-28944?
CREATE TABLE microlab (microlabid number,patientunitstayid number,culturesite text,organism text,culturetakentime time)CREATE TABLE intakeoutput (intakeoutputid number,patientunitstayid number,cellpath text,celllabel text,cellvaluenumeric number,intakeoutputtime time)CREATE TABLE medication (medicationid number,patient...
SELECT MIN(lab.labresult) FROM lab WHERE lab.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '030-28944')) AND lab.labname = 'urinary specific gravity' AND DATETIME(lab.labresu...
What was the attendance for july 18?
CREATE TABLE table_name_84 (attendance VARCHAR,date VARCHAR)
SELECT COUNT(attendance) FROM table_name_84 WHERE date = "july 18"
Which capitals have an area of exactly 377930 square km?
CREATE TABLE table_23089 ("Country" text,"Area km\u00b2" real,"Population" real,"Population density per km\u00b2" real,"HDI (2011)" text,"Capital" text)
SELECT "Capital" FROM table_23089 WHERE "Area km\u00b2" = '377930'
Who was RL S d (1st) when FK Pirmasens was RL S dwest (1st)?
CREATE TABLE table_20217456_7 (rl_süd__1st_ VARCHAR,rl_südwest__1st_ VARCHAR)
SELECT rl_süd__1st_ FROM table_20217456_7 WHERE rl_südwest__1st_ = "FK Pirmasens"
Where did Richmond play as the away team?
CREATE TABLE table_name_57 (venue VARCHAR,away_team VARCHAR)
SELECT venue FROM table_name_57 WHERE away_team = "richmond"
Find all the ids and dates of the logs for the problem whose id is 10 Plot them as bar chart, I want to list in descending by the log_entry_date.
CREATE TABLE Product (product_id INTEGER,product_name VARCHAR(80),product_details VARCHAR(255))CREATE TABLE Problem_Log (problem_log_id INTEGER,assigned_to_staff_id INTEGER,problem_id INTEGER,problem_category_code VARCHAR(20),problem_status_code VARCHAR(20),log_entry_date DATETIME,log_entry_description VARCHAR(255),log...
SELECT log_entry_date, problem_log_id FROM Problem_Log WHERE problem_id = 10 ORDER BY log_entry_date DESC
Which Unit test has a MSDN integration of full, and a Projects templates of yes?
CREATE TABLE table_name_76 (unit_test VARCHAR,msdn_integration VARCHAR,projects_templates VARCHAR)
SELECT unit_test FROM table_name_76 WHERE msdn_integration = "full" AND projects_templates = "yes"
what was the only year that this player played for the atlanta falcons ?
CREATE TABLE table_204_914 (id number,"year" number,"team" text,"games" number,"attempts" number,"yards" number,"ypc" number,"long" number,"tds" number)
SELECT "year" FROM table_204_914 WHERE "team" = 'atlanta falcons'
Visualize a scatter chart on how many assets does each maintenance contract contain? List the number and the contract id.
CREATE TABLE Fault_Log_Parts (fault_log_entry_id INTEGER,part_fault_id INTEGER,fault_status VARCHAR(10))CREATE TABLE Fault_Log (fault_log_entry_id INTEGER,asset_id INTEGER,recorded_by_staff_id INTEGER,fault_log_entry_datetime DATETIME,fault_description VARCHAR(255),other_fault_details VARCHAR(255))CREATE TABLE Skills_R...
SELECT COUNT(*), T1.maintenance_contract_id FROM Maintenance_Contracts AS T1 JOIN Assets AS T2 ON T1.maintenance_contract_id = T2.maintenance_contract_id GROUP BY T1.maintenance_contract_id
What year is the latest year that has no under director?
CREATE TABLE table_41209 ("Year" real,"Film" text,"Director" text,"Producer" text,"Writer" text)
SELECT MAX("Year") FROM table_41209 WHERE "Director" = 'no'
Find the locations where have both tracks with more than 90000 seats and tracks with less than 70000 seats.
CREATE TABLE track (track_id number,name text,location text,seating number,year_opened number)CREATE TABLE race (race_id number,name text,class text,date text,track_id text)
SELECT location FROM track WHERE seating > 90000 INTERSECT SELECT location FROM track WHERE seating < 70000
What is the lowest swimsuit score a contestant from Rhode Island with an average larger than 9.235 has?
CREATE TABLE table_10364 ("State" text,"Swimsuit" real,"Interview" real,"Evening Gown" real,"Average" real)
SELECT MIN("Swimsuit") FROM table_10364 WHERE "State" = 'rhode island' AND "Average" > '9.235'
until 6 months ago, what was the monthly maximum intake of po cl liqs of patient 008-19005?
CREATE TABLE intakeoutput (intakeoutputid number,patientunitstayid number,cellpath text,celllabel text,cellvaluenumeric number,intakeoutputtime time)CREATE TABLE microlab (microlabid number,patientunitstayid number,culturesite text,organism text,culturetakentime time)CREATE TABLE medication (medicationid number,patient...
SELECT MAX(intakeoutput.cellvaluenumeric) FROM intakeoutput WHERE intakeoutput.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '008-19005')) AND intakeoutput.celllabel = 'po cl...
what are the five most commonly ordered microbiology tests for patients that had already received packed cell transfusion during the same hospital visit the last year?
CREATE TABLE d_icd_diagnoses (row_id number,icd9_code text,short_title text,long_title text)CREATE TABLE microbiologyevents (row_id number,subject_id number,hadm_id number,charttime time,spec_type_desc text,org_name text)CREATE TABLE prescriptions (row_id number,subject_id number,hadm_id number,startdate time,enddate t...
SELECT t3.spec_type_desc FROM (SELECT t2.spec_type_desc, DENSE_RANK() OVER (ORDER BY COUNT(*) DESC) AS c1 FROM (SELECT admissions.subject_id, procedures_icd.charttime, admissions.hadm_id FROM procedures_icd JOIN admissions ON procedures_icd.hadm_id = admissions.hadm_id WHERE procedures_icd.icd9_code = (SELECT d_icd_pro...
Show me about the correlation between ID and meter_100 in a scatter chart.
CREATE TABLE swimmer (ID int,name text,Nationality text,meter_100 real,meter_200 text,meter_300 text,meter_400 text,meter_500 text,meter_600 text,meter_700 text,Time text)CREATE TABLE stadium (ID int,name text,Capacity int,City text,Country text,Opening_year int)CREATE TABLE record (ID int,Result text,Swimmer_ID int,Ev...
SELECT ID, meter_100 FROM swimmer
fasting serum lipoprotein values of: ldl _ cholesterol, > 160 mg / dl or triglycerides, > 500 mg / dl
CREATE TABLE table_dev_40 ("id" int,"tc" int,"ldl_cholesterol" int,"systolic_blood_pressure_sbp" int,"untreated_hyperlipidemia" bool,"hemoglobin_a1c_hba1c" float,"platelets" int,"neutropenia" int,"thrombocytopenia" float,"diastolic_blood_pressure_dbp" int,"tgc" int,"lymphopenia" int,"insulin_requirement" float,"ldl" in...
SELECT * FROM table_dev_40 WHERE fasting_serum_lipoprotein = 1 OR ldl_cholesterol > 160 OR triglyceride_tg > 500
What tournament is on 18 May 1992?
CREATE TABLE table_50620 ("Outcome" text,"Date" text,"Tournament" text,"Surface" text,"Partnering" text,"Opponent in the final" text,"Score" text)
SELECT "Tournament" FROM table_50620 WHERE "Date" = '18 may 1992'
For all employees who have the letters D or S in their first name, show me about the distribution of job_id and the amount of job_id , and group by attribute job_id in a bar chart.
CREATE TABLE employees (EMPLOYEE_ID decimal(6,0),FIRST_NAME varchar(20),LAST_NAME varchar(25),EMAIL varchar(25),PHONE_NUMBER varchar(20),HIRE_DATE date,JOB_ID varchar(10),SALARY decimal(8,2),COMMISSION_PCT decimal(2,2),MANAGER_ID decimal(6,0),DEPARTMENT_ID decimal(4,0))CREATE TABLE departments (DEPARTMENT_ID decimal(4,...
SELECT JOB_ID, COUNT(JOB_ID) FROM employees WHERE FIRST_NAME LIKE '%D%' OR FIRST_NAME LIKE '%S%' GROUP BY JOB_ID
Which Supercopa Sudamericana 1992 has a Team of santos?
CREATE TABLE table_name_83 (supercopa_sudamericana_1992 VARCHAR,team VARCHAR)
SELECT supercopa_sudamericana_1992 FROM table_name_83 WHERE team = "santos"
Show the distinct venues of debates
CREATE TABLE debate_people (debate_id number,affirmative number,negative number,if_affirmative_win others)CREATE TABLE people (people_id number,district text,name text,party text,age number)CREATE TABLE debate (debate_id number,date text,venue text,num_of_audience number)
SELECT DISTINCT venue FROM debate
SOja - Number of active posts last month per 3 moderators.
CREATE TABLE PostNoticeTypes (Id number,ClassId number,Name text,Body text,IsHidden boolean,Predefined boolean,PostNoticeDurationId number)CREATE TABLE PostHistoryTypes (Id number,Name text)CREATE TABLE CloseReasonTypes (Id number,Name text,Description text)CREATE TABLE Comments (Id number,PostId number,Score number,Te...
SELECT COUNT(*) AS PostsLastMonth, 3 AS Moderators, (COUNT(*) / 3) AS PostsLastMonthPerMod FROM Posts WHERE LastActivityDate >= DATEADD(month, -1, (SELECT MAX(LastActivityDate) FROM Posts))
what is the number of patients whose religion is greek orthodox and admission year is less than 2203?
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 procedures (subject_id text,hadm_id text,icd9_code text,sho...
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic WHERE demographic.religion = "GREEK ORTHODOX" AND demographic.admityear < "2203"
what is the make for the year 2008?
CREATE TABLE table_name_88 (make VARCHAR,year VARCHAR)
SELECT make FROM table_name_88 WHERE year = 2008
when was the first time that patient 2700 was prescribed with dexamethasone in 12/2100?
CREATE TABLE admissions (row_id number,subject_id number,hadm_id number,admittime time,dischtime time,admission_type text,admission_location text,discharge_location text,insurance text,language text,marital_status text,ethnicity text,age number)CREATE TABLE icustays (row_id number,subject_id number,hadm_id number,icust...
SELECT prescriptions.startdate FROM prescriptions WHERE prescriptions.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 2700) AND prescriptions.drug = 'dexamethasone' AND STRFTIME('%y-%m', prescriptions.startdate) = '2100-12' ORDER BY prescriptions.startdate LIMIT 1
what is the marital status of patient 58932 on their first hospital visit?
CREATE TABLE patients (row_id number,subject_id number,gender text,dob time,dod time)CREATE TABLE prescriptions (row_id number,subject_id number,hadm_id number,startdate time,enddate time,drug text,dose_val_rx text,dose_unit_rx text,route text)CREATE TABLE d_icd_diagnoses (row_id number,icd9_code text,short_title text,...
SELECT admissions.marital_status FROM admissions WHERE admissions.subject_id = 58932 AND NOT admissions.dischtime IS NULL ORDER BY admissions.admittime LIMIT 1
give me fares from ATLANTA to BALTIMORE
CREATE TABLE code_description (code varchar,description text)CREATE TABLE aircraft (aircraft_code varchar,aircraft_description varchar,manufacturer varchar,basic_type varchar,engines int,propulsion varchar,wide_body varchar,wing_span int,length int,weight int,capacity int,pay_load int,cruising_speed int,range_miles int...
SELECT DISTINCT fare.fare_id FROM airport_service AS AIRPORT_SERVICE_0, airport_service AS AIRPORT_SERVICE_1, city AS CITY_0, city AS CITY_1, fare, flight, flight_fare WHERE CITY_0.city_code = AIRPORT_SERVICE_0.city_code AND CITY_0.city_name = 'ATLANTA' AND CITY_1.city_code = AIRPORT_SERVICE_1.city_code AND CITY_1.city...
Which Reaction has a Rank smaller than 4, and a Nationality of trinidad and tobago, and a Time larger than 45.13?
CREATE TABLE table_name_16 (react INTEGER,time VARCHAR,rank VARCHAR,nationality VARCHAR)
SELECT AVG(react) FROM table_name_16 WHERE rank < 4 AND nationality = "trinidad and tobago" AND time > 45.13
who is the only medal winner of 1985 ?
CREATE TABLE table_204_859 (id number,"year" number,"seniors (trood award & rodda medal)" text,"reserves (rex hartley medal)" text,"under 18's (bruce wilkinson medal)" text,"under 16's (shaw/carter medal)" text)
SELECT "seniors (trood award & rodda medal)" FROM table_204_859 WHERE "year" = 1985
What is the date administered when Vivian Davis Figures was at 37%?
CREATE TABLE table_49515 ("Poll Source" text,"Dates administered" text,"Democrat: Vivian Davis Figures" text,"Republican: Jeff Sessions" text,"Lead Margin" real)
SELECT "Dates administered" FROM table_49515 WHERE "Democrat: Vivian Davis Figures" = '37%'
Which Score has an Event of constructionjobs.com classic?
CREATE TABLE table_name_74 (score VARCHAR,event VARCHAR)
SELECT score FROM table_name_74 WHERE event = "constructionjobs.com classic"
What was the result in 2011 for the French Open tournament?
CREATE TABLE table_name_16 (tournament VARCHAR)
SELECT 2011 FROM table_name_16 WHERE tournament = "french open"
Which Player has a School/Club Team of Illinois?
CREATE TABLE table_40968 ("Player" text,"Nationality" text,"Position" text,"Years in Orlando" text,"School/Club Team" text)
SELECT "Player" FROM table_40968 WHERE "School/Club Team" = 'illinois'
In which lane did the swimmer with a time of 1:58.44 swim?
CREATE TABLE table_13750 ("Rank" real,"Lane" real,"Name" text,"Nationality" text,"Time" text)
SELECT COUNT("Lane") FROM table_13750 WHERE "Time" = '1:58.44'
When Don't Forget the Lyrics aired at 8:30 what aired at 9:00?
CREATE TABLE table_43209 ("8:00" text,"8:30" text,"9:00" text,"9:30" text,"10:00" text)
SELECT "9:00" FROM table_43209 WHERE "8:30" = 'don''t forget the lyrics'
count the number of patients whose language is span and age is less than 74?
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 text,icd9_code text,short_title text,long_title text)CREATE TABLE diagnoses (subject_id text,hadm_id text,icd9_code text,sho...
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic WHERE demographic.language = "SPAN" AND demographic.age < "74"
Show how many country from each country, show bars in desc order.
CREATE TABLE exhibition (Exhibition_ID int,Year int,Theme text,Artist_ID int,Ticket_Price real)CREATE TABLE artist (Artist_ID int,Name text,Country text,Year_Join int,Age int)CREATE TABLE exhibition_record (Exhibition_ID int,Date text,Attendance int)
SELECT Country, COUNT(Country) FROM artist GROUP BY Country ORDER BY Country DESC
Number of open answered questions.
CREATE TABLE PostFeedback (Id number,PostId number,IsAnonymous boolean,VoteTypeId number,CreationDate time)CREATE TABLE Comments (Id number,PostId number,Score number,Text text,CreationDate time,UserDisplayName text,UserId number,ContentLicense text)CREATE TABLE PostNoticeTypes (Id number,ClassId number,Name text,Body ...
SELECT COUNT(DISTINCT p_q.Id) FROM Posts AS p_a INNER JOIN Posts AS p_q ON p_q.Id = p_a.ParentId AND p_q.PostTypeId = 1 AND p_q.ClosedDate IS NULL WHERE p_a.PostTypeId = 2 AND (p_a.Score > 0 OR p_a.Id = p_q.AcceptedAnswerId)
how many days has it been since the last intake of ivpb volume (ml) for patient 006-133605 on the current icu visit?
CREATE TABLE treatment (treatmentid number,patientunitstayid number,treatmentname text,treatmenttime time)CREATE TABLE microlab (microlabid number,patientunitstayid number,culturesite text,organism text,culturetakentime time)CREATE TABLE patient (uniquepid text,patienthealthsystemstayid number,patientunitstayid number,...
SELECT 1 * (STRFTIME('%j', CURRENT_TIME()) - STRFTIME('%j', 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 =...
What is the average number of years for the Houston Rockets 2004-05?
CREATE TABLE table_name_14 (no_s_ INTEGER,years_for_rockets VARCHAR)
SELECT AVG(no_s_) FROM table_name_14 WHERE years_for_rockets = "2004-05"
Are there any professors who have given a B to a student minoring in RCSSCI ?
CREATE TABLE course (course_id int,name varchar,department varchar,number varchar,credits varchar,advisory_requirement varchar,enforced_requirement varchar,description varchar,num_semesters int,num_enrolled int,has_discussion varchar,has_lab varchar,has_projects varchar,has_exams varchar,num_reviews int,clarity_score i...
SELECT DISTINCT instructor.name FROM instructor INNER JOIN offering_instructor ON offering_instructor.instructor_id = instructor.instructor_id INNER JOIN student_record ON student_record.offering_id = offering_instructor.offering_id INNER JOIN student ON student.student_id = student_record.student_id WHERE (student_rec...
Which website is located in Albury and has a school of Albury High School?
CREATE TABLE table_59506 ("School" text,"Suburb/Town" text,"Years" text,"Founded" real,"Website" text)
SELECT "Website" FROM table_59506 WHERE "Suburb/Town" = 'albury' AND "School" = 'albury high school'
what is the change/difference of the platelet count of patient 42757 measured at 2102-11-07 05:01:00 compared to the value measured at 2102-11-07 00:15:00?
CREATE TABLE patients (row_id number,subject_id number,gender text,dob time,dod time)CREATE TABLE microbiologyevents (row_id number,subject_id number,hadm_id number,charttime time,spec_type_desc text,org_name text)CREATE TABLE d_items (row_id number,itemid number,label text,linksto text)CREATE TABLE d_labitems (row_id ...
SELECT (SELECT labevents.valuenum FROM labevents WHERE labevents.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 42757) AND labevents.itemid IN (SELECT d_labitems.itemid FROM d_labitems WHERE d_labitems.label = 'platelet count') AND labevents.charttime = '2102-11-07 05:01:00') - (SEL...
list the number of matches played by the teams that got an average of 1.079
CREATE TABLE table_19371 ("Team" text,"Average" text,"Points" real,"Played" real,"1986-87" text,"1987-88" text,"1988-89" real)
SELECT "1986-87" FROM table_19371 WHERE "Average" = '1.079'
In how many episodes did Sean's team include Jeremy Clarkson and James McQuillan?
CREATE TABLE table_73533 ("Episode" text,"First broadcast" text,"Seans team" text,"Jasons team" text,"Scores" text)
SELECT COUNT("Episode") FROM table_73533 WHERE "Seans team" = 'Jeremy Clarkson and James McQuillan'
What did home team score at glenferrie oval?
CREATE TABLE table_54103 ("Home team" text,"Home team score" text,"Away team" text,"Away team score" text,"Venue" text,"Crowd" real,"Date" text)
SELECT "Home team score" FROM table_54103 WHERE "Venue" = 'glenferrie oval'
How much A-League has a Pre-Season larger than 0?
CREATE TABLE table_name_85 (a_league VARCHAR,pre_season INTEGER)
SELECT COUNT(a_league) FROM table_name_85 WHERE pre_season > 0
What is the name of the player taken in round 23?
CREATE TABLE table_name_2 (name VARCHAR,round VARCHAR)
SELECT name FROM table_name_2 WHERE round = 23
What is the title of the episode written by David J. Burke?
CREATE TABLE table_11012 ("Episode #" text,"Title" text,"Directed by" text,"Written by" text,"Original airdate" text)
SELECT "Title" FROM table_11012 WHERE "Written by" = 'david j. burke'
What episode number in the season had 1.05 million U.S. viewers?
CREATE TABLE table_26136228_3 (episode_no INTEGER,us_viewers__millions_ VARCHAR)
SELECT MAX(episode_no) FROM table_26136228_3 WHERE us_viewers__millions_ = "1.05"
Which Senior status has a Chief Judge of 1991 1995?
CREATE TABLE table_59405 ("State" text,"Born/Died" text,"Active service" text,"Chief Judge" text,"Senior status" text,"Appointed by" text,"Reason for termination" text)
SELECT "Senior status" FROM table_59405 WHERE "Chief Judge" = '1991–1995'
How many answered questions are there for a tag?.
CREATE TABLE PostsWithDeleted (Id number,PostTypeId number,AcceptedAnswerId number,ParentId number,CreationDate time,DeletionDate time,Score number,ViewCount number,Body text,OwnerUserId number,OwnerDisplayName text,LastEditorUserId number,LastEditorDisplayName text,LastEditDate time,LastActivityDate time,Title text,Ta...
SELECT COUNT(p.Id) FROM Posts AS p INNER JOIN PostTags AS pt ON pt.TagId = @TagId WHERE pt.PostId = p.Id AND p.PostTypeId = 1 AND NOT p.AcceptedAnswerId IS NULL
What country was Danissa Zurek from?
CREATE TABLE table_27688 ("Country" text,"Contestant" text,"Age" real,"Height (cm)" real,"Height (ft)" text,"Hometown" text)
SELECT "Country" FROM table_27688 WHERE "Contestant" = 'Danissa Zurek'
Who was the episode writer when the viewers reached 3.03 million in the US?
CREATE TABLE table_1780 ("No. in series" real,"No. in season" real,"Title" text,"Directed by" text,"Written by" text,"Original air date" text,"Production code" text,"U.S. viewers (million)" text)
SELECT "Written by" FROM table_1780 WHERE "U.S. viewers (million)" = '3.03'
What is the average amount of appearances for the Bronze Meals less than 0?
CREATE TABLE table_name_58 (appearances INTEGER,bronze_medals INTEGER)
SELECT AVG(appearances) FROM table_name_58 WHERE bronze_medals < 0
Who's the Republican ticket with a Democratic ticket of matthew j. merritt?
CREATE TABLE table_40853 ("Republican ticket" text,"Democratic ticket" text,"American Labor ticket" text,"Communist ticket" text,"Socialist ticket" text)
SELECT "Republican ticket" FROM table_40853 WHERE "Democratic ticket" = 'matthew j. merritt'
Find the average number of factories for the manufacturers that have more than 20 shops.
CREATE TABLE manufacturer (Num_of_Factories INTEGER,num_of_shops INTEGER)
SELECT AVG(Num_of_Factories) FROM manufacturer WHERE num_of_shops > 20
count the number of patients who have received a analgesics - non-narcotic analgesic procedure within the same month after they had been diagnosed with pulmonary aspiration in 2105.
CREATE TABLE treatment (treatmentid number,patientunitstayid number,treatmentname text,treatmenttime time)CREATE TABLE vitalperiodic (vitalperiodicid number,patientunitstayid number,temperature number,sao2 number,heartrate number,respiration number,systemicsystolic number,systemicdiastolic number,systemicmean number,ob...
SELECT COUNT(DISTINCT t1.uniquepid) FROM (SELECT patient.uniquepid, diagnosis.diagnosistime FROM diagnosis JOIN patient ON diagnosis.patientunitstayid = patient.patientunitstayid WHERE diagnosis.diagnosisname = 'pulmonary aspiration' AND STRFTIME('%y', diagnosis.diagnosistime) = '2105') AS t1 JOIN (SELECT patient.uniqu...
Where did li dong publish in 2016 ?
CREATE TABLE paperdataset (paperid int,datasetid int)CREATE TABLE writes (paperid int,authorid int)CREATE TABLE paper (paperid int,title varchar,venueid int,year int,numciting int,numcitedby int,journalid int)CREATE TABLE venue (venueid int,venuename varchar)CREATE TABLE paperkeyphrase (paperid int,keyphraseid int)CREA...
SELECT DISTINCT paper.venueid FROM author, paper, writes WHERE author.authorname = 'li dong' AND paper.year = 2016 AND writes.authorid = author.authorid AND writes.authorid = author.authorid AND writes.paperid = paper.paperid
Which Score has a Place of t1, and a Player of hubert green?
CREATE TABLE table_44098 ("Place" text,"Player" text,"Country" text,"Score" real,"To par" text)
SELECT AVG("Score") FROM table_44098 WHERE "Place" = 't1' AND "Player" = 'hubert green'
What is the average draws for a player larger than 16 with more than 1 tries and a win percentage smaller than 56.15%?
CREATE TABLE table_name_86 (drawn INTEGER,played VARCHAR,tries VARCHAR,_percentage_won VARCHAR)
SELECT AVG(drawn) FROM table_name_86 WHERE tries > 1 AND _percentage_won < 56.15 AND played > 16
What is the crew with the end time of 21:11?
CREATE TABLE table_name_73 (crew VARCHAR,end_time VARCHAR)
SELECT crew FROM table_name_73 WHERE end_time = "21:11"
What opponent in the final has rockford, Illinois as the tournament?
CREATE TABLE table_5818 ("Date" text,"Tournament" text,"Surface" text,"Opponent in the final" text,"Score" text)
SELECT "Opponent in the final" FROM table_5818 WHERE "Tournament" = 'rockford, illinois'
What position does the player from Mississippi state play?
CREATE TABLE table_name_82 (position VARCHAR,college VARCHAR)
SELECT position FROM table_name_82 WHERE college = "mississippi state"
select top(10) id from posts intersect select postid from PostHistory.
CREATE TABLE SuggestedEdits (Id number,PostId number,CreationDate time,ApprovalDate time,RejectionDate time,OwnerUserId number,Comment text,Text text,Title text,Tags text,RevisionGUID other)CREATE TABLE PostNoticeTypes (Id number,ClassId number,Name text,Body text,IsHidden boolean,Predefined boolean,PostNoticeDurationI...
SELECT * FROM Posts WHERE Id = 45551035
What is Date, when Score is '80-79'?
CREATE TABLE table_59289 ("Date" text,"Opponent" text,"Score" text,"Result" text,"Record" text)
SELECT "Date" FROM table_59289 WHERE "Score" = '80-79'
how many airports are there in each country?
CREATE TABLE airport (country VARCHAR)
SELECT COUNT(*), country FROM airport GROUP BY country
List the first names of all the students in room 107.
CREATE TABLE teachers (lastname text,firstname text,classroom number)CREATE TABLE list (lastname text,firstname text,grade number,classroom number)
SELECT DISTINCT firstname FROM list WHERE classroom = 107
What date was a brig type ship located in SW Approaches?
CREATE TABLE table_name_30 (date VARCHAR,ship_type VARCHAR,location VARCHAR)
SELECT date FROM table_name_30 WHERE ship_type = "brig" AND location = "sw approaches"
how many times has patient 17398 had a d & c nec when they came to the hospital last time.
CREATE TABLE inputevents_cv (row_id number,subject_id number,hadm_id number,icustay_id number,charttime time,itemid number,amount number)CREATE TABLE admissions (row_id number,subject_id number,hadm_id number,admittime time,dischtime time,admission_type text,admission_location text,discharge_location text,insurance tex...
SELECT COUNT(*) FROM procedures_icd WHERE procedures_icd.icd9_code = (SELECT d_icd_procedures.icd9_code FROM d_icd_procedures WHERE d_icd_procedures.short_title = 'd & c nec') AND procedures_icd.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 17398 AND NOT admissions.dischtime IS NUL...
What is the oldest season that had a listed Super G score of 33?
CREATE TABLE table_name_34 (season INTEGER,super_g VARCHAR)
SELECT MIN(season) FROM table_name_34 WHERE super_g = "33"
A bar chart for what are the number of the dates when customers with ids between 10 and 20 became customers?, and I want to sort from low to high by the Y-axis.
CREATE TABLE Products (product_id INTEGER,product_details VARCHAR(255))CREATE TABLE Customer_Contact_Channels (customer_id INTEGER,channel_code VARCHAR(15),active_from_date DATETIME,active_to_date DATETIME,contact_number VARCHAR(50))CREATE TABLE Addresses (address_id INTEGER,address_content VARCHAR(80),city VARCHAR(50)...
SELECT date_became_customer, COUNT(date_became_customer) FROM Customers WHERE customer_id BETWEEN 10 AND 20 ORDER BY COUNT(date_became_customer)
how many patients are diagnosed with hx of colonic malignancy and have iv route of drug administration?
CREATE TABLE lab (subject_id text,hadm_id text,itemid text,charttime text,flag text,value_unit text,label text,fluid 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,ethni...
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 = "Hx of colonic malignancy" AND prescriptions.route = "IV"
Can you tell me the sum of Grid that has the Time of +6.355, and the Laps larger than 23?
CREATE TABLE table_46463 ("Rider" text,"Manufacturer" text,"Laps" real,"Time" text,"Grid" real)
SELECT SUM("Grid") FROM table_46463 WHERE "Time" = '+6.355' AND "Laps" > '23'
Who is the director of the episode titled 'Hell hath no fury'?
CREATE TABLE table_26440 ("No. by series" real,"Title" text,"Directed by" text,"Written by" text,"Original air date" text,"Production number" real,"U.S. viewers (in millions)" text)
SELECT "Directed by" FROM table_26440 WHERE "Title" = 'Hell Hath No Fury'
For all employees who have the letters D or S in their first name, draw a bar chart about the distribution of job_id and the sum of employee_id , and group by attribute job_id, and I want to order in ascending by the bars.
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 regions (REGION_ID decimal(5,0),REGION_NAME varchar(25))CREATE TABLE employees (EM...
SELECT JOB_ID, SUM(EMPLOYEE_ID) FROM employees WHERE FIRST_NAME LIKE '%D%' OR FIRST_NAME LIKE '%S%' GROUP BY JOB_ID ORDER BY JOB_ID
What is the kickoff that has a NFL.com recap, is played before week 17, and is played at arrowhead stadium?
CREATE TABLE table_name_53 (kickoff VARCHAR,game_site VARCHAR,nflcom_recap VARCHAR,week VARCHAR)
SELECT kickoff FROM table_name_53 WHERE nflcom_recap = "recap" AND week < 17 AND game_site = "arrowhead stadium"
get me the four year survival probability of patients who were prescribed enoxaparin sodium after having been diagnosed with fx dorsal vertebra-close?
CREATE TABLE icustays (row_id number,subject_id number,hadm_id number,icustay_id number,first_careunit text,last_careunit text,first_wardid number,last_wardid number,intime time,outtime time)CREATE TABLE d_labitems (row_id number,itemid number,label text)CREATE TABLE microbiologyevents (row_id number,subject_id number,...
SELECT SUM(CASE WHEN patients.dod IS NULL THEN 1 WHEN STRFTIME('%j', patients.dod) - STRFTIME('%j', t4.charttime) > 4 * 365 THEN 1 ELSE 0 END) * 100 / COUNT(*) FROM (SELECT t2.subject_id, t2.charttime FROM (SELECT t1.subject_id, t1.charttime FROM (SELECT admissions.subject_id, diagnoses_icd.charttime FROM diagnoses_icd...
Is the professor who is teaching 570 next semester Prof. Jesse Gregory ?
CREATE TABLE semester (semester_id int,semester varchar,year int)CREATE TABLE gsi (course_offering_id int,student_id int)CREATE TABLE ta (campus_job_id int,student_id int,location varchar)CREATE TABLE comment_instructor (instructor_id int,student_id int,score int,comment_text varchar)CREATE TABLE instructor (instructor...
SELECT COUNT(*) > 0 FROM course, course_offering, instructor, offering_instructor, semester WHERE course.course_id = course_offering.course_id AND course.department = 'EECS' AND course.number = 570 AND instructor.name LIKE '%Jesse Gregory%' AND offering_instructor.instructor_id = instructor.instructor_id AND offering_i...
Get question information given answer IDs.
CREATE TABLE ReviewTaskResultTypes (Id number,Name text,Description text)CREATE TABLE CloseAsOffTopicReasonTypes (Id number,IsUniversal boolean,InputTitle text,MarkdownInputGuidance text,MarkdownPostOwnerGuidance text,MarkdownPrivilegedUserGuidance text,MarkdownConcensusDescription text,CreationDate time,CreationModera...
SELECT MyAnswers.Id AS AnswerID, p.Id AS QuestionID, p.CreationDate, p.ViewCount, p.Tags FROM Posts AS p INNER JOIN (SELECT Id, ParentId FROM Posts WHERE Id IN (25210096, 25222542, 25240280, 25233555, 25307353, 25310175)) AS MyAnswers ON p.Id = MyAnswers.ParentId
how many episodes were directed by perry lang
CREATE TABLE table_203_306 (id number,"no." number,"title" text,"directed by" text,"written by" text,"original air date" text)
SELECT COUNT("title") FROM table_203_306 WHERE "directed by" = 'perry lang'
when has patient 022-187132 received a prescription for furosemide (lasix) inj 40 mg first on this hospital encounter?
CREATE TABLE lab (labid number,patientunitstayid number,labname text,labresult number,labresulttime time)CREATE TABLE vitalperiodic (vitalperiodicid number,patientunitstayid number,temperature number,sao2 number,heartrate number,respiration number,systemicsystolic number,systemicdiastolic number,systemicmean number,obs...
SELECT medication.drugstarttime FROM medication WHERE medication.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '022-187132' AND patient.hospitaldischargetime IS NULL)) AND me...
On week 11 when Dixon scored an 8, what was tonioli's score?
CREATE TABLE table_2803106_1 (tonioli VARCHAR,week__number VARCHAR,dixon VARCHAR)
SELECT tonioli FROM table_2803106_1 WHERE week__number = 11 AND dixon = "8"
specify the number of patients with regional enteritis nos who received iv therapy
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 diagnoses ON demographic.hadm_id = diagnoses.hadm_id INNER JOIN prescriptions ON demographic.hadm_id = prescriptions.hadm_id WHERE diagnoses.short_title = "Regional enteritis NOS" AND prescriptions.route = "IV"
What chef that has a location in Toronto, ON, that has n/a as the original name, and a Restaurant Name of Bagel World?
CREATE TABLE table_name_6 (chef VARCHAR,restaurant_name VARCHAR,location VARCHAR,original_name VARCHAR)
SELECT chef FROM table_name_6 WHERE location = "toronto, on" AND original_name = "n/a" AND restaurant_name = "bagel world"
What was the record for the game attended by 35,614 spectators?
CREATE TABLE table_name_65 (record VARCHAR,attendance VARCHAR)
SELECT record FROM table_name_65 WHERE attendance = "35,614"
What was the team's rcord on february 1?
CREATE TABLE table_3785 ("Game" real,"February" real,"Opponent" text,"Score" text,"Location/Attendance" text,"Record" text,"Points" real)
SELECT "Record" FROM table_3785 WHERE "February" = '1'
when was the heartrate of patient 008-22202 last measured on 09/26/this year?
CREATE TABLE lab (labid number,patientunitstayid number,labname text,labresult number,labresulttime time)CREATE TABLE allergy (allergyid number,patientunitstayid number,drugname text,allergyname text,allergytime time)CREATE TABLE treatment (treatmentid number,patientunitstayid number,treatmentname text,treatmenttime ti...
SELECT vitalperiodic.observationtime FROM vitalperiodic WHERE vitalperiodic.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '008-22202')) AND NOT vitalperiodic.heartrate IS NUL...
What Gold has the Year of 1994?
CREATE TABLE table_name_68 (gold VARCHAR,year VARCHAR)
SELECT gold FROM table_name_68 WHERE year = 1994
How many different standards have a PM of 0.02 g/kWh?
CREATE TABLE table_3901 ("Standard" text,"Date" text,"CO (g/kWh)" text,"NO x (g/kWh)" text,"HC (g/kWh)" text,"PM (g/kWh)" text)
SELECT COUNT("Standard") FROM table_3901 WHERE "PM (g/kWh)" = '0.02'
What station has the call number K213cl
CREATE TABLE table_18745 ("Frequency" text,"Call sign" text,"Name" text,"Format" text,"Owner" text,"Target city/ market" text,"City of license" text)
SELECT "Format" FROM table_18745 WHERE "Call sign" = 'K213CL'
how many years did shilpa bendi serve ?
CREATE TABLE table_204_593 (id number,"year" text,"chairperson" text)
SELECT "year" - "year" FROM table_204_593 WHERE "chairperson" = 'shilpa bendi'
what are some good restaurants on bethel island rd in bethel island ?
CREATE TABLE restaurant (id int,name varchar,food_type varchar,city_name varchar,rating "decimal)CREATE TABLE location (restaurant_id int,house_number int,street_name varchar,city_name varchar)CREATE TABLE geographic (city_name varchar,county varchar,region varchar)
SELECT location.house_number, restaurant.name FROM location, restaurant WHERE location.city_name = 'bethel island' AND location.street_name = 'bethel island rd' AND restaurant.id = location.restaurant_id AND restaurant.rating > 2.5