instruction stringlengths 0 1.06k | input stringlengths 11 5.3k | response stringlengths 2 4.44k |
|---|---|---|
could you please tell me the first flight leaving BALTIMORE to SAN FRANCISCO on a 747 on 8 27 | CREATE TABLE flight_fare (flight_id int,fare_id int)CREATE TABLE time_interval (period text,begin_time int,end_time int)CREATE TABLE flight_leg (flight_id int,leg_number int,leg_flight int)CREATE TABLE aircraft (aircraft_code varchar,aircraft_description varchar,manufacturer varchar,basic_type varchar,engines int,propu... | SELECT DISTINCT flight.flight_id FROM aircraft, airport_service AS AIRPORT_SERVICE_0, airport_service AS AIRPORT_SERVICE_1, city AS CITY_0, city AS CITY_1, date_day, days, equipment_sequence, flight WHERE (((aircraft.basic_type = '747' AND date_day.day_number = 27 AND date_day.month_number = 8 AND date_day.year = 1991 ... |
Which game number includes a record of 1-2? | CREATE TABLE table_name_31 (game VARCHAR,record VARCHAR) | SELECT game FROM table_name_31 WHERE record = "1-2" |
Who directed episode 28 in the series? | CREATE TABLE table_24132054_1 (directed_by VARCHAR,no_in_series VARCHAR) | SELECT directed_by FROM table_24132054_1 WHERE no_in_series = 28 |
What is the Romanji Title of a show on TBS with less than 11 episodes? | CREATE TABLE table_63388 ("Japanese Title" text,"Romaji Title" text,"TV Station" text,"Episodes" real,"Average Ratings" text) | SELECT "Romaji Title" FROM table_63388 WHERE "TV Station" = 'tbs' AND "Episodes" < '11' |
what is procedure icd9 code of subject id 14755? | 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 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... | SELECT procedures.icd9_code FROM procedures WHERE procedures.subject_id = "14755" |
What is the name of the director who directed the movie that Raintree Pictures produced? | CREATE TABLE table_name_13 (director VARCHAR,producer VARCHAR) | SELECT director FROM table_name_13 WHERE producer = "raintree pictures" |
What are the championship venues where the score was 6 7 (4 7) , 3 6? | CREATE TABLE table_4181 ("Outcome" text,"Year" real,"Championship" text,"Surface" text,"Partner" text,"Opponents" text,"Score" text) | SELECT "Championship" FROM table_4181 WHERE "Score" = '6–7 (4–7) , 3–6' |
Which year had a transmission of Voith D863.4 and a Cummins ISM engine? | CREATE TABLE table_23120 ("Fleet #" text,"Year" real,"Manufacture" text,"Model" text,"Length (ft)" real,"Engine" text,"Transmission" text) | SELECT "Year" FROM table_23120 WHERE "Transmission" = 'Voith D863.4' AND "Engine" = 'Cummins ISM' |
What is the result of the match against Ryan Schultz? | CREATE TABLE table_name_12 (res VARCHAR,opponent VARCHAR) | SELECT res FROM table_name_12 WHERE opponent = "ryan schultz" |
give me the number of patients whose ethnicity is black/african american and primary disease is liver transplant? | 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 WHERE demographic.ethnicity = "BLACK/AFRICAN AMERICAN" AND demographic.diagnosis = "LIVER TRANSPLANT" |
give me the number of patients whose days of hospital stay is greater than 2 and drug type is main? | 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 demographic (subject_id text,hadm_id text,name text,marita... | SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN prescriptions ON demographic.hadm_id = prescriptions.hadm_id WHERE demographic.days_stay > "2" AND prescriptions.drug_type = "MAIN" |
Which workshop groups have bookings with status code 'stop'? Give me the names, and count them by a bar chart, list bars from low to high order please. | CREATE TABLE Products (Product_ID VARCHAR(100),Product_Name VARCHAR(255),Product_Price DECIMAL(20,4),Product_Description VARCHAR(255),Other_Product_Service_Details VARCHAR(255))CREATE TABLE Invoices (Invoice_ID INTEGER,Order_ID INTEGER,payment_method_code CHAR(15),Product_ID INTEGER,Order_Quantity VARCHAR(288),Other_It... | SELECT Store_Name, COUNT(Store_Name) FROM Bookings AS T1 JOIN Drama_Workshop_Groups AS T2 ON T1.Workshop_Group_ID = T2.Workshop_Group_ID WHERE T1.Status_Code = "stop" GROUP BY Store_Name ORDER BY Store_Name |
What prerequisites for AEROSP 740 have I already fulfilled ? | CREATE TABLE program (program_id int,name varchar,college varchar,introduction varchar)CREATE TABLE student_record (student_id int,course_id int,semester int,grade varchar,how varchar,transfer_source varchar,earn_credit varchar,repeat_term varchar,test_id varchar)CREATE TABLE ta (campus_job_id int,student_id int,locati... | SELECT DISTINCT COURSE_0.department, COURSE_0.name, COURSE_0.number FROM course AS COURSE_0, course AS COURSE_1, course_prerequisite, student_record WHERE COURSE_0.course_id = course_prerequisite.pre_course_id AND COURSE_1.course_id = course_prerequisite.course_id AND COURSE_1.department = 'AEROSP' AND COURSE_1.number ... |
Name the point with points for of 255 | CREATE TABLE table_14364 ("Club" text,"Played" text,"Drawn" text,"Lost" text,"Points for" text,"Points against" text,"Tries for" text,"Tries against" text,"Try bonus" text,"Losing bonus" text,"Points" text) | SELECT "Points" FROM table_14364 WHERE "Points for" = '255' |
Name the date of appointment for petrik sander | CREATE TABLE table_17327264_3 (date_of_appointment VARCHAR,replaced_by VARCHAR) | SELECT date_of_appointment FROM table_17327264_3 WHERE replaced_by = "Petrik Sander" |
How many different amounts of winnings were there for the year when the team had an average finish of 17.4? | CREATE TABLE table_24644 ("Year" real,"Starts" real,"Wins" real,"Top 5" real,"Top 10" real,"Poles" real,"Avg. Start" text,"Avg. Finish" text,"Winnings" text,"Position" text,"Team(s)" text) | SELECT COUNT("Winnings") FROM table_24644 WHERE "Avg. Finish" = '17.4' |
how many days has passed since the first time patient 006-80884 has had enteral fibersource hn intake on the current icu visit? | CREATE TABLE patient (uniquepid text,patienthealthsystemstayid number,patientunitstayid number,gender text,age text,ethnicity text,hospitalid number,wardid number,admissionheight number,admissionweight number,dischargeweight number,hospitaladmittime time,hospitaladmitsource text,unitadmittime time,unitdischargetime tim... | 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 name of the stone found in Andhra Pradesh, India? | CREATE TABLE table_44786 ("Name of Deity" text,"Bhuta(Tatwa)" text,"Name of the Stone (Sila)" text,"Name of the River" text,"Name of the State where found in India" text) | SELECT "Name of the Stone (Sila)" FROM table_44786 WHERE "Name of the State where found in India" = 'andhra pradesh' |
find the number of office admitted patients who have lab test item id 50818. | 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 lab ON demographic.hadm_id = lab.hadm_id WHERE demographic.admission_location = "CLINIC REFERRAL/PREMATURE" AND lab.itemid = "50818" |
What's the oil rig of the song with a draw number 9? | CREATE TABLE table_23598 ("Draw" real,"Artist" text,"Song" text,"Regions" real,"Studio Audience" real,"Press Jury" real,"Oil Rig" real,"Total Points" real,"Place" text) | SELECT MIN("Oil Rig") FROM table_23598 WHERE "Draw" = '9' |
Where was the race on 28 dec 2010 held? | CREATE TABLE table_name_69 (location VARCHAR,date VARCHAR) | SELECT location FROM table_name_69 WHERE date = "28 dec 2010" |
what is the number of patients whose admission year is less than 2150 and lab test category is chemistry? | 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 lab ON demographic.hadm_id = lab.hadm_id WHERE demographic.admityear < "2150" AND lab."CATEGORY" = "Chemistry" |
what is subject name and date of birth of subject id 2110? | CREATE TABLE lab (subject_id text,hadm_id text,itemid text,charttime text,flag text,value_unit text,label text,fluid 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,short_title text,long_title ... | SELECT demographic.name, demographic.dob FROM demographic WHERE demographic.subject_id = "2110" |
when was the first time that the heartrate of patient 006-158689 was measured / taken? | 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 medication (medicationid number,patientunitstayid number,drugname text,dos... | 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 = '006-158689')) AND NOT vitalperiodic.heartrate IS NU... |
when was the last time patient 013-3028 was discharged in 2104 from the hospital? | CREATE TABLE medication (medicationid number,patientunitstayid number,drugname text,dosage text,routeadmin text,drugstarttime time,drugstoptime time)CREATE TABLE cost (costid number,uniquepid text,patienthealthsystemstayid number,eventtype text,eventid number,chargetime time,cost number)CREATE TABLE lab (labid number,p... | SELECT patient.hospitaldischargetime FROM patient WHERE patient.uniquepid = '013-3028' AND STRFTIME('%y', patient.hospitaldischargetime) = '2104' ORDER BY patient.hospitaldischargetime DESC LIMIT 1 |
What is the percentage of Perdue when McCrory has 37% and Munger has 6%? | CREATE TABLE table_47883 ("Poll Source" text,"Dates administered" text,"Democrat: Beverly Perdue" text,"Republican: Pat McCrory" text,"Libertarian: Michael Munger" text,"Lead Margin" real) | SELECT "Democrat: Beverly Perdue" FROM table_47883 WHERE "Republican: Pat McCrory" = '37%' AND "Libertarian: Michael Munger" = '6%' |
What campus had more than 400 total enrollment but more than 200 full time enrollment in year 1956? | CREATE TABLE degrees (year number,campus number,degrees number)CREATE TABLE enrollments (campus number,year number,totalenrollment_ay number,fte_ay number)CREATE TABLE faculty (campus number,year number,faculty number)CREATE TABLE csu_fees (campus number,year number,campusfee number)CREATE TABLE discipline_enrollments ... | SELECT T1.campus FROM campuses AS t1 JOIN enrollments AS t2 ON t1.id = t2.campus WHERE t2.year = 1956 AND totalenrollment_ay > 400 AND fte_ay > 200 |
What is the latest available income inequality for the country with a population of 21,315,135? | CREATE TABLE table_33323 ("Country" text,"Area (km\u00b2) 2010" text,"Population 2011" text,"GDP (PPP) (Intl. $) 2011" text,"GDP (PPP) per capita (Intl. $) 2011" text,"Income inequality 1994\u20132011 (latest available)" text,"HDI 2011" text,"FSI 2012" text,"CPI 2011" text,"IEF 2011" text,"GPI 2012" text,"WPFI 2011/201... | SELECT "Income inequality 1994\u20132011 (latest available)" FROM table_33323 WHERE "Population 2011" = '21,315,135' |
Who was the Runner-up when the game was played at Bells Beach? | CREATE TABLE table_name_31 (runner_up VARCHAR,location VARCHAR) | SELECT runner_up FROM table_name_31 WHERE location = "bells beach" |
give me the number of patients whose admission year is less than 2125 and item id is 50970? | 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 lab ON demographic.hadm_id = lab.hadm_id WHERE demographic.admityear < "2125" AND lab.itemid = "50970" |
What is the average high temperature for each day of week Plot them as bar chart, and could you order in desc by the x-axis? | CREATE TABLE weekly_weather (station_id int,day_of_week text,high_temperature int,low_temperature int,precipitation real,wind_speed_mph int)CREATE TABLE train (id int,train_number int,name text,origin text,destination text,time text,interval text)CREATE TABLE route (train_id int,station_id int)CREATE TABLE station (id ... | SELECT day_of_week, AVG(high_temperature) FROM weekly_weather GROUP BY day_of_week ORDER BY day_of_week DESC |
when was patient 84476 given for the first time a lab test since 61 months ago? | 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 d_items (row_id number,itemid number,label text,linksto text)CREATE TABLE transfers (row_id number,subject_id number,hadm_id number,icustay_id number,eventty... | SELECT labevents.charttime FROM labevents WHERE labevents.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 84476) AND DATETIME(labevents.charttime) >= DATETIME(CURRENT_TIME(), '-61 month') ORDER BY labevents.charttime LIMIT 1 |
What role is spoken in hindi in 2011? | CREATE TABLE table_name_26 (role VARCHAR,language VARCHAR,year VARCHAR) | SELECT role FROM table_name_26 WHERE language = "hindi" AND year = 2011 |
What is the 2 vs 3 when total is bigger than 38? | CREATE TABLE table_12201 ("Preferences" text,"1. vs 2." real,"1. vs 3." real,"2. vs 3." real,"Total" real) | SELECT AVG("2. vs 3.") FROM table_12201 WHERE "Total" > '38' |
what number of patients admitted in emergency room were born before the year 2098? | 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 demographic (subject_id text,hadm_id text,name text,marita... | SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic WHERE demographic.admission_location = "EMERGENCY ROOM ADMIT" AND demographic.dob_year < "2098" |
Who is the husband of the image of renata of lorraine? | CREATE TABLE table_name_87 (husband VARCHAR,image VARCHAR) | SELECT husband FROM table_name_87 WHERE image = "renata of lorraine" |
In the 2008/2009 season one team had a season total points of 31, for that team how many total points were scored against them? | CREATE TABLE table_13399573_4 (points_against VARCHAR,points VARCHAR) | SELECT points_against FROM table_13399573_4 WHERE points = "31" |
Which event has Philadelphia, PA as the location and 41 days held? | CREATE TABLE table_14997 ("Wrestler" text,"Reigns" text,"Days held" real,"Location" text,"Successful defenses" text,"Event" text) | SELECT "Event" FROM table_14997 WHERE "Location" = 'philadelphia, pa' AND "Days held" = '41' |
let me know the short title of procedure and primary disease of patient gus marques. | 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 demographic.diagnosis, procedures.short_title FROM demographic INNER JOIN procedures ON demographic.hadm_id = procedures.hadm_id WHERE demographic.name = "Gus Marques" |
how many patients whose ethnicity is american indian/alaska native and admission year is less than 2145? | 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.ethnicity = "AMERICAN INDIAN/ALASKA NATIVE" AND demographic.admityear < "2145" |
List the distinct ranges of the mountains with the top 3 prominence. | CREATE TABLE climber (climber_id number,name text,country text,time text,points number,mountain_id number)CREATE TABLE mountain (mountain_id number,name text,height number,prominence number,range text,country text) | SELECT DISTINCT range FROM mountain ORDER BY prominence DESC LIMIT 3 |
What was the production code of the episode directed by Rondell Sheridan? | CREATE TABLE table_29102100_1 (prod_code INTEGER,directed_by VARCHAR) | SELECT MAX(prod_code) FROM table_29102100_1 WHERE directed_by = "Rondell Sheridan" |
For those employees whose salary is in the range of 8000 and 12000 and commission is not null or department number does not equal to 40, visualize a line chart about the change of salary over hire_date , sort HIRE_DATE in desc order. | CREATE TABLE job_history (EMPLOYEE_ID decimal(6,0),START_DATE date,END_DATE date,JOB_ID varchar(10),DEPARTMENT_ID decimal(4,0))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),CO... | SELECT HIRE_DATE, SALARY FROM employees WHERE SALARY BETWEEN 8000 AND 12000 AND COMMISSION_PCT <> "null" OR DEPARTMENT_ID <> 40 ORDER BY HIRE_DATE DESC |
Who was the men's single in 1940? | CREATE TABLE table_5345 ("Year" text,"Men's singles" text,"Women's singles" text,"Men's doubles" text,"Women's doubles" text,"Mixed doubles" text) | SELECT "Men's singles" FROM table_5345 WHERE "Year" = '1940' |
What is the episode number where the English title is Pilot? | CREATE TABLE table_1481865_1 (number_of_episode VARCHAR,title__english_ VARCHAR) | SELECT number_of_episode FROM table_1481865_1 WHERE title__english_ = "Pilot" |
What was the highest attendance of a game that had a score of 3-5? | CREATE TABLE table_69659 ("Date" text,"Opponent" text,"Score" text,"Loss" text,"Attendance" real,"Record" text) | SELECT MAX("Attendance") FROM table_69659 WHERE "Score" = '3-5' |
What is Pick #18's Role? | CREATE TABLE table_name_4 (role VARCHAR,pick__number VARCHAR) | SELECT role FROM table_name_4 WHERE pick__number = 18 |
What date did the episode written by Mitch Watson and directed by Curt Geda originally air in the U.S.? | CREATE TABLE table_30584 ("No. in series" real,"Title" text,"Directed by" text,"Written by" text,"Original air date (U.S.)" text,"Original air date (International)" text) | SELECT "Original air date (U.S.)" FROM table_30584 WHERE "Directed by" = 'Curt Geda' AND "Written by" = 'Mitch Watson' |
What is the class of the Middletown High School team that is in the DSHA league? | CREATE TABLE table_39923 ("School" text,"Nickname" text,"Colors" text,"League" text,"Class" text,"Division" text) | SELECT "Class" FROM table_39923 WHERE "League" = 'dsha' AND "School" = 'middletown high school' |
other than st mary , which parish was founded by fr frank thorpe ? | CREATE TABLE table_203_36 (id number,"parish" text,"locality" text,"parish priest" text,"founded" number,"closed" number) | SELECT "parish" FROM table_203_36 WHERE "parish" <> 'st mary' AND "parish priest" = 'fr frank thorpe' |
is it patient 002-64535's hct second measured on the first hospital visit less than first measured on the first hospital visit? | CREATE TABLE diagnosis (diagnosisid number,patientunitstayid number,diagnosisname text,diagnosistime time,icd9code text)CREATE TABLE medication (medicationid number,patientunitstayid number,drugname text,dosage text,routeadmin text,drugstarttime time,drugstoptime time)CREATE TABLE patient (uniquepid text,patienthealths... | SELECT (SELECT 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 = '002-64535' AND NOT patient.hospitaldischargetime IS NULL ORDER BY patient.hospi... |
What Utah Jazz guard, played at BYU? | CREATE TABLE table_54208 ("Player" text,"Nationality" text,"Position" text,"Years for Jazz" text,"School/Club Team" text) | SELECT "Player" FROM table_54208 WHERE "Position" = 'guard' AND "School/Club Team" = 'byu' |
Is the only person who teaches Nutrition Prof. Pifer ? | CREATE TABLE ta (campus_job_id int,student_id int,location varchar)CREATE TABLE course_prerequisite (pre_course_id int,course_id int)CREATE TABLE jobs (job_id int,job_title varchar,description varchar,requirement varchar,city varchar,state varchar,country varchar,zip int)CREATE TABLE student (student_id int,lastname va... | SELECT DISTINCT course.department, course.name, course.number, instructor.name FROM course, course_offering, instructor, offering_instructor WHERE course.course_id = course_offering.course_id AND course.name LIKE '%Nutrition%' AND NOT instructor.name LIKE '%Pifer%' AND offering_instructor.instructor_id = instructor.ins... |
For those employees who was hired before 2002-06-21, give me the comparison about the sum of department_id over the hire_date bin hire_date by weekday by a bar chart, sort sum department id in ascending order. | 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 locations (LOCATION_ID decimal(4,0),S... | SELECT HIRE_DATE, SUM(DEPARTMENT_ID) FROM employees WHERE HIRE_DATE < '2002-06-21' ORDER BY SUM(DEPARTMENT_ID) |
How many matches ended with more than 22 points? | CREATE TABLE table_42324 ("Team" text,"Match" real,"Points" real,"Draw" real,"Lost" real) | SELECT SUM("Match") FROM table_42324 WHERE "Points" > '22' |
What is the sum of credit value of courses with more than one prerequisite for each title? Return a bar chart, could you order in descending by the names? | CREATE TABLE teaches (ID varchar(5),course_id varchar(8),sec_id varchar(8),semester varchar(6),year numeric(4,0))CREATE TABLE section (course_id varchar(8),sec_id varchar(8),semester varchar(6),year numeric(4,0),building varchar(15),room_number varchar(7),time_slot_id varchar(4))CREATE TABLE time_slot (time_slot_id var... | SELECT title, SUM(credits) FROM course AS T1 JOIN prereq AS T2 ON T1.course_id = T2.course_id GROUP BY title ORDER BY title DESC |
What was the inroductory phase for the episode that originally aired january 21? | CREATE TABLE table_14835674_1 (introductory_phrase VARCHAR,original_airdate VARCHAR) | SELECT introductory_phrase FROM table_14835674_1 WHERE original_airdate = "January 21" |
specify primary disease and lab test category of patient id 24425 | 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,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,la... | SELECT demographic.diagnosis, lab."CATEGORY" FROM demographic INNER JOIN lab ON demographic.hadm_id = lab.hadm_id WHERE demographic.subject_id = "24425" |
Pie. how many departments are in each school? | CREATE TABLE STUDENT (STU_NUM int,STU_LNAME varchar(15),STU_FNAME varchar(15),STU_INIT varchar(1),STU_DOB datetime,STU_HRS int,STU_CLASS varchar(2),STU_GPA float(8),STU_TRANSFER numeric,DEPT_CODE varchar(18),STU_PHONE varchar(4),PROF_NUM int)CREATE TABLE EMPLOYEE (EMP_NUM int,EMP_LNAME varchar(15),EMP_FNAME varchar(12)... | SELECT SCHOOL_CODE, COUNT(DISTINCT DEPT_NAME) FROM DEPARTMENT |
what is average age of patients whose marital status is married and gender is f? | 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 demographic (subject_id text,hadm_id text,name text,marital... | SELECT AVG(demographic.age) FROM demographic WHERE demographic.marital_status = "MARRIED" AND demographic.gender = "F" |
no team has more cup wins than this team ? | CREATE TABLE table_203_683 (id number,"season" text,"league" text,"gold" text,"silver" text,"bronze" text,"winning manager" text) | SELECT "gold" FROM table_203_683 GROUP BY "gold" ORDER BY COUNT(*) DESC LIMIT 1 |
If the building is Costanera Center Torre 1, what is the height? | CREATE TABLE table_29282 ("Position" real,"Building" text,"City" text,"Height" text,"Number of floors" real,"Completion" real) | SELECT "Height" FROM table_29282 WHERE "Building" = 'Costanera Center Torre 1' |
Return a bar chart about the distribution of ACC_Road and the sum of School_ID , and group by attribute ACC_Road, and rank by the total number from high to low. | 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_Percent int,All_Home text,All_Road text,All_Neutral text)CREATE TABLE university (School_ID int,School text,Location text,Founded real,Affiliation text,En... | SELECT ACC_Road, SUM(School_ID) FROM basketball_match GROUP BY ACC_Road ORDER BY SUM(School_ID) DESC |
How many bronze medals did the team have with 0 total silver and less than 3 total medals? | CREATE TABLE table_name_4 (bronze VARCHAR,total VARCHAR,silver VARCHAR) | SELECT bronze FROM table_name_4 WHERE total < 3 AND silver > 0 |
Overall pick 240 was a pick in which round? | CREATE TABLE table_16060 ("Round" real,"Choice" real,"Overall" real,"Player name" text,"Position" text,"College" text) | SELECT "Round" FROM table_16060 WHERE "Overall" = '240' |
which stamp set had the greatest quantity issued ? | CREATE TABLE table_203_153 (id number,"stamp issue date" text,"stamp set" text,"#cards" text,"card set ref" text,"qty. issued" number) | SELECT "stamp set" FROM table_203_153 ORDER BY "qty. issued" DESC LIMIT 1 |
For those records from the products and each product's manufacturer, draw a scatter chart about the correlation between manufacturer and code . | 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.Manufacturer, T1.Code FROM Products AS T1 JOIN Manufacturers AS T2 ON T1.Manufacturer = T2.Code |
What location hosted when Wells Motors, Greeley, Co was the 4th place team? | CREATE TABLE table_64332 ("Year" real,"1st Place Team" text,"2nd Place Team" text,"3rd Place Team" text,"4th Place Team" text,"Host Location" text) | SELECT "Host Location" FROM table_64332 WHERE "4th Place Team" = 'wells motors, greeley, co' |
what is the number of patients whose primary disease is st elevated myocardial infarction\cardiac cath and admission year is less than 2103? | CREATE TABLE lab (subject_id text,hadm_id text,itemid text,charttime text,flag text,value_unit text,label text,fluid 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,short_title text,long_title ... | SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic WHERE demographic.diagnosis = "ST ELEVATED MYOCARDIAL INFARCTION\CARDIAC CATH" AND demographic.admityear < "2103" |
count the number of patients whose ethnicity is hispanic or latino and days of hospital stay is greater than 20? | 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,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 t... | SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic WHERE demographic.ethnicity = "HISPANIC OR LATINO" AND demographic.days_stay > "20" |
What was the regular season from year 2012? | CREATE TABLE table_1242 ("Year" real,"Division" real,"League" text,"Regular Season" text,"Playoffs" text,"Open Cup" text) | SELECT "Regular Season" FROM table_1242 WHERE "Year" = '2012' |
What state/territory has lovett tower as the building? | CREATE TABLE table_42336 ("State / Territory" text,"Building" text,"Height" text,"Floor count" real,"Completed" real) | SELECT "State / Territory" FROM table_42336 WHERE "Building" = 'lovett tower' |
Who was the driver when there were 35 laps? | CREATE TABLE table_67522 ("Driver" text,"Constructor" text,"Laps" text,"Time/Retired" text,"Grid" text) | SELECT "Driver" FROM table_67522 WHERE "Laps" = '35' |
what is the number of patients whose death status is 1 and primary disease is chest pain? | 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 WHERE demographic.expire_flag = "1" AND demographic.diagnosis = "CHEST PAIN" |
What is Lenth Feet, when Mi From Kingston is greater than 84.5, when Length Meters is greater than 55.5, and when Name is Unnamed? | CREATE TABLE table_9563 ("Name" text,"Mi from Kingston" real,"Km from Kingston" real,"Parish" text,"Length feet" real,"Length meters" real) | SELECT "Length feet" FROM table_9563 WHERE "Mi from Kingston" > '84.5' AND "Length meters" > '55.5' AND "Name" = 'unnamed' |
With a rank of 2 what is the second quarter? | CREATE TABLE table_name_69 (second_quarter VARCHAR,rank VARCHAR) | SELECT second_quarter FROM table_name_69 WHERE rank = 2 |
What Nation Placed 122.5? | CREATE TABLE table_name_22 (nation VARCHAR,places VARCHAR) | SELECT nation FROM table_name_22 WHERE places = 122.5 |
calculate the average age of widowed patients with private insurance. | 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 = "WIDOWED" AND demographic.insurance = "Private" |
Which Filename extension has an Interactivity support of no, an Open standard of yes, and an Image support of no? | CREATE TABLE table_69415 ("Format" text,"Filename extension" text,"Image support" text,"Interactivity support" text,"Word wrap support" text,"Open standard" text) | SELECT "Filename extension" FROM table_69415 WHERE "Interactivity support" = 'no' AND "Open standard" = 'yes' AND "Image support" = 'no' |
Which Player has a Pick larger than 2, and a Position of forward? | CREATE TABLE table_name_37 (player VARCHAR,pick VARCHAR,position VARCHAR) | SELECT player FROM table_name_37 WHERE pick > 2 AND position = "forward" |
What is the total number of offensive rebounds for players with under 65 total rebounds, 5 defensive rebounds, and under 7 assists? | CREATE TABLE table_75822 ("Player" text,"FG Pct" real,"3FGA" real,"3FGM" real,"3FG Pct" real,"FT Pct" real,"Off Reb" real,"Def Reb" real,"Total Reb" real,"Asst" real) | SELECT COUNT("Off Reb") FROM table_75822 WHERE "Total Reb" < '65' AND "Def Reb" = '5' AND "Asst" < '7' |
how many patients with private health insurance had ureteral catheterization procedure? | 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 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... | SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN procedures ON demographic.hadm_id = procedures.hadm_id WHERE demographic.insurance = "Private" AND procedures.short_title = "Ureteral catheterization" |
What's the score when the Wolverhampton Wanderers played at home? | CREATE TABLE table_name_4 (score VARCHAR,home_team VARCHAR) | SELECT score FROM table_name_4 WHERE home_team = "wolverhampton wanderers" |
count the number of patients whose admission type is urgent and item id is 50803? | 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 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... | SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN lab ON demographic.hadm_id = lab.hadm_id WHERE demographic.admission_type = "URGENT" AND lab.itemid = "50803" |
what year did machine gun kelly sign with bad boy records ? | CREATE TABLE table_200_14 (id number,"act" text,"year signed" number,"# albums released under bad boy" number) | SELECT "year signed" FROM table_200_14 WHERE "act" = 'machine gun kelly' |
What's the Score with the Visitor of Montreal Maroons and has a Date of December 28? | CREATE TABLE table_69995 ("Date" text,"Visitor" text,"Score" text,"Home" text,"Record" text) | SELECT "Score" FROM table_69995 WHERE "Visitor" = 'montreal maroons' AND "Date" = 'december 28' |
What is the Country, when Place is 'T4', and when Player is 'Scott Simpson'? | CREATE TABLE table_name_64 (country VARCHAR,place VARCHAR,player VARCHAR) | SELECT country FROM table_name_64 WHERE place = "t4" AND player = "scott simpson" |
What is the size of the biggest crowd for a game where Fitzroy was the away team? | CREATE TABLE table_11890 ("Home team" text,"Home team score" text,"Away team" text,"Away team score" text,"Venue" text,"Crowd" real,"Date" text) | SELECT MAX("Crowd") FROM table_11890 WHERE "Away team" = 'fitzroy' |
What college club team did the Dallas Stars choose their draft pick from? | CREATE TABLE table_2886617_9 (college_junior_club_team VARCHAR,nhl_team VARCHAR) | SELECT college_junior_club_team FROM table_2886617_9 WHERE nhl_team = "Dallas Stars" |
when did patient 004-13127 have urine output first time in a day before? | CREATE TABLE lab (labid number,patientunitstayid number,labname text,labresult number,labresulttime time)CREATE TABLE treatment (treatmentid number,patientunitstayid number,treatmentname text,treatmenttime time)CREATE TABLE cost (costid number,uniquepid text,patienthealthsystemstayid number,eventtype text,eventid numbe... | 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-13127')) AND intakeoutput.cellpath LIKE '%output%... |
What is Ring Name, when Stable is Kasugano, and when Birthplace is Z Mtskheta , Georgia? | CREATE TABLE table_40075 ("Ring name" text,"Current rank" text,"Debut" text,"Stable" text,"Birthplace" text) | SELECT "Ring name" FROM table_40075 WHERE "Stable" = 'kasugano' AND "Birthplace" = 'z mtskheta , georgia' |
in 2105, how many patients were diagnosed with obtundation during the same hospital encounter after having underwent oxygen therapy (> 60%)? | CREATE TABLE medication (medicationid number,patientunitstayid number,drugname text,dosage text,routeadmin text,drugstarttime time,drugstoptime time)CREATE TABLE vitalperiodic (vitalperiodicid number,patientunitstayid number,temperature number,sao2 number,heartrate number,respiration number,systemicsystolic number,syst... | SELECT COUNT(DISTINCT t1.uniquepid) FROM (SELECT patient.uniquepid, treatment.treatmenttime, patient.patienthealthsystemstayid FROM treatment JOIN patient ON treatment.patientunitstayid = patient.patientunitstayid WHERE treatment.treatmentname = 'oxygen therapy (> 60%)' AND STRFTIME('%y', treatment.treatmenttime) = '21... |
tell me the percentile of bedside glucose worth 241.0 for patients of the same age as patient 032-9900 during the first hospital visit? | 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 DISTINCT t1.c1 FROM (SELECT lab.labresult, PERCENT_RANK() OVER (ORDER BY lab.labresult) AS c1 FROM lab WHERE lab.labname = 'bedside glucose' AND lab.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.age = (SELECT patient.age FROM patient WHERE patient.uniquepid = '032-9900' AND NO... |
What Position is Team Sahara Force india f1 team with 46 Points? | CREATE TABLE table_45244 ("Season" real,"Series" text,"Team" text,"Races" text,"Wins" text,"Poles" text,"F/Laps" text,"Podiums" text,"Points" text,"Position" text) | SELECT "Position" FROM table_45244 WHERE "Team" = 'sahara force india f1 team' AND "Points" = '46' |
what's the time for the hospital admission of patient 22756? | CREATE TABLE diagnoses_icd (row_id number,subject_id number,hadm_id number,icd9_code text,charttime time)CREATE TABLE outputevents (row_id number,subject_id number,hadm_id number,icustay_id number,charttime time,itemid number,value number)CREATE TABLE transfers (row_id number,subject_id number,hadm_id number,icustay_id... | SELECT admissions.admittime FROM admissions WHERE admissions.subject_id = 22756 |
What is Score, when Leading Scorer is Tyrone Hill , 20 Points? | CREATE TABLE table_39819 ("Date" text,"Visitor" text,"Score" text,"Home" text,"Leading scorer" text,"Attendance" text,"Record" text) | SELECT "Score" FROM table_39819 WHERE "Leading scorer" = 'tyrone hill , 20 points' |
how many points did jonas folger score ? | CREATE TABLE table_204_603 (id number,"pos" text,"no" number,"rider" text,"bike" text,"laps" number,"time" text,"grid" number,"points" number) | SELECT "points" FROM table_204_603 WHERE "rider" = 'jonas folger' |
How many people are high assists when location attendance is Seattle Center Coliseum 14,180? | CREATE TABLE table_30067 ("Game" real,"Date" text,"Team" text,"Score" text,"High points" text,"High rebounds" text,"High assists" text,"Location Attendance" text,"Record" text) | SELECT COUNT("High assists") FROM table_30067 WHERE "Location Attendance" = 'Seattle Center Coliseum 14,180' |
How many patients have drug code mags1i and had an ascitic fluid lab test done? | 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 lab (subject_id text,hadm_id text,itemid text,charttime te... | SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN prescriptions ON demographic.hadm_id = prescriptions.hadm_id INNER JOIN lab ON demographic.hadm_id = lab.hadm_id WHERE prescriptions.formulary_drug_cd = "MAGS1I" AND lab.fluid = "Ascites" |
what is the least dynamo when spartak is more than 9, competition is totals and draw is more than 24? | CREATE TABLE table_name_12 (dynamo INTEGER,draw VARCHAR,spartak VARCHAR,competition VARCHAR) | SELECT MIN(dynamo) FROM table_name_12 WHERE spartak > 9 AND competition = "totals" AND draw > 24 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.