instruction
stringlengths
0
1.06k
input
stringlengths
11
5.3k
response
stringlengths
2
4.44k
what is the seats 2006 total with %2001 of 39 and seats 2001 less than 12?
CREATE TABLE table_name_64 (seats_2006 INTEGER,_percentage_2001 VARCHAR,seats_2001 VARCHAR)
SELECT MAX(seats_2006) FROM table_name_64 WHERE _percentage_2001 = 39 AND seats_2001 < 12
What is the trademark listed for the molecular target : dna-binding?
CREATE TABLE table_17755 ("Clinical Status" text,"Compound Name" text,"Trademark" text,"Marine Organism \u03b1" text,"Chemical Class" text,"Molecular Target" text,"Clinical Trials \u03b2" text,"Disease Area" text)
SELECT "Trademark" FROM table_17755 WHERE "Molecular Target" = 'DNA-Binding'
What is the most years that tournaments held in Rome have lasted?
CREATE TABLE table_20630462_1 (years INTEGER,tournament VARCHAR)
SELECT MAX(years) FROM table_20630462_1 WHERE tournament = "Rome"
What number of credits do I get for 425 ?
CREATE TABLE course_offering (offering_id int,course_id int,semester int,section_number int,start_time time,end_time time,monday varchar,tuesday varchar,wednesday varchar,thursday varchar,friday varchar,saturday varchar,sunday varchar,has_final_project varchar,has_final_exam varchar,textbook varchar,class_address varch...
SELECT DISTINCT credits FROM course WHERE department = 'EECS' AND number = 425
What was the total effic for the quarterbacks?
CREATE TABLE table_name_20 (effic INTEGER,name VARCHAR)
SELECT MIN(effic) FROM table_name_20 WHERE name = "total"
which was the first treaty in morocco to be ratified ?
CREATE TABLE table_203_109 (id number,"treaty" text,"organization" text,"introduced" number,"signed" number,"ratified" number)
SELECT "treaty" FROM table_203_109 ORDER BY "ratified" LIMIT 1
What is the lowest against score for Twickenham, London with the status of Five Nations against Ireland?
CREATE TABLE table_name_16 (against INTEGER,opposing_teams VARCHAR,venue VARCHAR,status VARCHAR)
SELECT MIN(against) FROM table_name_16 WHERE venue = "twickenham, london" AND status = "five nations" AND opposing_teams = "ireland"
what is the name of a procedure that patient 4718 has been given for two times until 08/2102?
CREATE TABLE labevents (row_id number,subject_id number,hadm_id number,itemid number,charttime time,valuenum number,valueuom text)CREATE TABLE transfers (row_id number,subject_id number,hadm_id number,icustay_id number,eventtype text,careunit text,wardid number,intime time,outtime time)CREATE TABLE inputevents_cv (row_...
SELECT d_icd_procedures.short_title FROM d_icd_procedures WHERE d_icd_procedures.icd9_code IN (SELECT t1.icd9_code FROM (SELECT procedures_icd.icd9_code, COUNT(procedures_icd.charttime) AS c1 FROM procedures_icd WHERE procedures_icd.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 471...
what are the four most common medications that patients were prescribed with during the same hospital visit after being prescribed with lidocaine 2% since 1 year ago?
CREATE TABLE cost (row_id number,subject_id number,hadm_id number,event_type text,event_id number,chargetime time,cost number)CREATE TABLE procedures_icd (row_id number,subject_id number,hadm_id number,icd9_code text,charttime time)CREATE TABLE icustays (row_id number,subject_id number,hadm_id number,icustay_id number,...
SELECT t3.drug FROM (SELECT t2.drug, DENSE_RANK() OVER (ORDER BY COUNT(*) DESC) AS c1 FROM (SELECT admissions.subject_id, prescriptions.startdate, admissions.hadm_id FROM prescriptions JOIN admissions ON prescriptions.hadm_id = admissions.hadm_id WHERE prescriptions.drug = 'lidocaine 2%' AND DATETIME(prescriptions.star...
Who was the runner-up during the Mac Ice Classic?
CREATE TABLE table_64924 ("Event" text,"Date" text,"Location" text,"Winning skip" text,"Runner-up skip" text)
SELECT "Runner-up skip" FROM table_64924 WHERE "Event" = 'mac ice classic'
Who is the rookie goalkeeper Mike Gabel?
CREATE TABLE table_6045 ("Month" text,"Week" real,"Offensive" text,"Defensive" text,"Goalkeeper" text,"Rookie" text)
SELECT "Rookie" FROM table_6045 WHERE "Goalkeeper" = 'mike gabel'
Count: Answers by top users in year by month. Answers by top users in year broken down by month
CREATE TABLE ReviewTaskTypes (Id number,Name text,Description text)CREATE TABLE PostFeedback (Id number,PostId number,IsAnonymous boolean,VoteTypeId number,CreationDate time)CREATE TABLE ReviewTaskStates (Id number,Name text,Description text)CREATE TABLE SuggestedEditVotes (Id number,SuggestedEditId number,UserId numbe...
SELECT MONTH(p.CreationDate), COUNT(p.Id) FROM Posts AS p WHERE p.PostTypeId = 2 AND YEAR(p.CreationDate) = @Year AND p.OwnerUserId IN (SELECT TOP(1000) AS Id FROM Users ORDER BY Reputation DESC) GROUP BY MONTH(p.CreationDate)
What games have more than 1 draw?
CREATE TABLE table_name_22 (games INTEGER,drawn INTEGER)
SELECT AVG(games) FROM table_name_22 WHERE drawn > 1
among patients from white ethnic origin, calculate the total number of male patients.
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 WHERE demographic.gender = "M" AND demographic.ethnicity = "WHITE"
What is the team at Stadion Maksimir?
CREATE TABLE table_name_48 (team VARCHAR,stadium VARCHAR)
SELECT team FROM table_name_48 WHERE stadium = "stadion maksimir"
What is the earliest date when the championship was Monterrey WCT, Mexico?
CREATE TABLE table_name_76 (date INTEGER,championship VARCHAR)
SELECT MIN(date) FROM table_name_76 WHERE championship = "monterrey wct, mexico"
Which athlete has the fastest time of 15.82?
CREATE TABLE table_name_7 (athlete VARCHAR,fastest_time__s_ VARCHAR)
SELECT athlete FROM table_name_7 WHERE fastest_time__s_ = 15.82
what procedure was performed on patient 003-33922 for the last time during their first hospital encounter?
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 microlab (microlabid number,patientunitstayid number,...
SELECT treatment.treatmentname FROM treatment WHERE treatment.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '003-33922' AND NOT patient.hospitaldischargetime IS NULL ORDER BY...
Name the points for 1992-93 for 42
CREATE TABLE table_22040 ("Team" text,"Average" text,"Points" real,"Played" real,"1991-92" text,"1992-93" text,"1993-94" real)
SELECT "Points" FROM table_22040 WHERE "1992-93" = '42'
Name the position for van den brink, bas
CREATE TABLE table_21220720_1 (position VARCHAR,name VARCHAR)
SELECT position FROM table_21220720_1 WHERE name = "van den Brink, Bas"
when did patient 13440 receive the first microbiology test on their last hospital visit?
CREATE TABLE cost (row_id number,subject_id number,hadm_id number,event_type text,event_id number,chargetime time,cost number)CREATE TABLE transfers (row_id number,subject_id number,hadm_id number,icustay_id number,eventtype text,careunit text,wardid number,intime time,outtime time)CREATE TABLE icustays (row_id number,...
SELECT microbiologyevents.charttime FROM microbiologyevents WHERE microbiologyevents.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 13440 AND NOT admissions.dischtime IS NULL ORDER BY admissions.admittime DESC LIMIT 1) ORDER BY microbiologyevents.charttime LIMIT 1
How long is the song 'Maduraikku Pogathadee'?
CREATE TABLE table_53989 ("Track #" real,"Song" text,"Singers" text,"Picturization" text,"Length" text,"Lyricist" text)
SELECT "Length" FROM table_53989 WHERE "Song" = 'maduraikku pogathadee'
with games more than 22 what is the rebound total?
CREATE TABLE table_36070 ("Rank" real,"Name" text,"Team" text,"Games" real,"Rebounds" real)
SELECT SUM("Rebounds") FROM table_36070 WHERE "Games" > '22'
Name the most number
CREATE TABLE table_27214 ("Number" real,"Name" text,"Titles" text,"Date" text,"Opponent" text,"Result" text,"Defenses" real)
SELECT MAX("Number") FROM table_27214
What is the name of the partner who played in the final against Lucas Arnold Ker Mart n Garc a?
CREATE TABLE table_14835 ("Date" text,"Tournament" text,"Surface" text,"Partner" text,"Opponents in final" text,"Score" text)
SELECT "Partner" FROM table_14835 WHERE "Opponents in final" = 'lucas arnold ker martín garcía'
When did the Portland Trail Blazers play against Cleveland?
CREATE TABLE table_25894 ("Game" real,"Date" text,"Team" text,"Score" text,"High points" text,"High rebounds" text,"High assists" text,"Location Attendance" text,"Record" text)
SELECT "Date" FROM table_25894 WHERE "Team" = 'Cleveland'
How many values were used to express the years at school of the Maryland team?
CREATE TABLE table_28744929_2 (years_at_school VARCHAR,team VARCHAR)
SELECT COUNT(years_at_school) FROM table_28744929_2 WHERE team = "Maryland"
What is Surface, when Opponent is 'Ji Van k'?
CREATE TABLE table_name_31 (surface VARCHAR,opponent VARCHAR)
SELECT surface FROM table_name_31 WHERE opponent = "jiří vaněk"
what's the loss with try bonus being 5 and points for being 390
CREATE TABLE table_12828723_3 (lost VARCHAR,try_bonus VARCHAR,points_for VARCHAR)
SELECT lost FROM table_12828723_3 WHERE try_bonus = "5" AND points_for = "390"
How many days were the Kansas City Chiefs the opposing team?
CREATE TABLE table_1072 ("Week" real,"Date" text,"Opponent" text,"Location" text,"Time (ET)" text,"TV" text,"Result" text,"Record" text)
SELECT COUNT("Date") FROM table_1072 WHERE "Opponent" = 'Kansas City Chiefs'
When hit by sam at 38,500 feet just after bomb release was the cause of loss what is the mission/target?
CREATE TABLE table_73072 ("Date" text,"B-52 Model" text,"Serial #" text,"Unit" text,"Bomb Capacity" text,"Mission/Target" text,"Cause of Loss" text)
SELECT "Mission/Target" FROM table_73072 WHERE "Cause of Loss" = 'Hit by SAM at 38,500 feet just after bomb release'
For those employees who do not work in departments with managers that have ids between 100 and 200, give me the comparison about commission_pct over the email .
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 EMAIL, COMMISSION_PCT FROM employees WHERE NOT DEPARTMENT_ID IN (SELECT DEPARTMENT_ID FROM departments WHERE MANAGER_ID BETWEEN 100 AND 200)
What is the average duration of songs that have mp3 format and resolution below 800?
CREATE TABLE artist (artist_name text,country text,gender text,preferred_genre text)CREATE TABLE song (song_name text,artist_name text,country text,f_id number,genre_is text,rating number,languages text,releasedate time,resolution number)CREATE TABLE genre (g_name text,rating text,most_popular_in text)CREATE TABLE file...
SELECT AVG(T1.duration) FROM files AS T1 JOIN song AS T2 ON T1.f_id = T2.f_id WHERE T1.formats = "mp3" AND T2.resolution < 800
Plot the number of home city by grouped by home city as a bar graph, could you order in asc by the total number?
CREATE TABLE school (School_ID int,Grade text,School text,Location text,Type text)CREATE TABLE school_bus (School_ID int,Driver_ID int,Years_Working int,If_full_time bool)CREATE TABLE driver (Driver_ID int,Name text,Party text,Home_city text,Age int)
SELECT Home_city, COUNT(Home_city) FROM driver GROUP BY Home_city ORDER BY COUNT(Home_city)
who was next to serve after nejat konuk ?
CREATE TABLE table_203_694 (id number,"#" number,"name" text,"took office" text,"left office" text,"party" text)
SELECT "name" FROM table_203_694 WHERE "took office" > (SELECT "took office" FROM table_203_694 WHERE "name" = 'nejat konuk') ORDER BY "took office" LIMIT 1
When colgate is the team how many times did they place fourth?
CREATE TABLE table_1311 ("Team" text,"Titles" real,"Runner-up" real,"Third place" real,"Fourth place" real,"Years participated" real)
SELECT COUNT("Fourth place") FROM table_1311 WHERE "Team" = 'Colgate'
On December 12, 2001, how many weeks had the single been in its position?
CREATE TABLE table_name_18 (weeks VARCHAR,date VARCHAR)
SELECT weeks FROM table_name_18 WHERE date = "december 12, 2001"
What team finished in 1st when tau cer mica was in 3rd?
CREATE TABLE table_20549 ("Season" text,"1st Place" text,"2nd Place" text,"3rd Place" text,"4th Place" text)
SELECT "1st Place" FROM table_20549 WHERE "3rd Place" = 'TAU Cerámica'
Which TV station, has romaji title of tantei gakuen q and episodes larger than 10?
CREATE TABLE table_64297 ("Japanese Title" text,"Romaji Title" text,"TV Station" text,"Episodes" real,"Average Ratings" text)
SELECT "TV Station" FROM table_64297 WHERE "Episodes" > '10' AND "Romaji Title" = 'tantei gakuen q'
what was the drug prescribed to patient 016-24379 for the last time via intravenous route in 12/this year?
CREATE TABLE cost (costid number,uniquepid text,patienthealthsystemstayid number,eventtype text,eventid number,chargetime time,cost number)CREATE TABLE diagnosis (diagnosisid number,patientunitstayid number,diagnosisname text,diagnosistime time,icd9code text)CREATE TABLE patient (uniquepid text,patienthealthsystemstayi...
SELECT medication.drugname FROM medication WHERE medication.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '016-24379')) AND medication.routeadmin = 'intravenous' AND DATETIME...
what is the number of patients who have had a 1:1 ns repletion. intake since 1 year ago?
CREATE TABLE d_icd_procedures (row_id number,icd9_code text,short_title text,long_title text)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,ethnicit...
SELECT COUNT(DISTINCT admissions.subject_id) FROM admissions WHERE admissions.hadm_id IN (SELECT icustays.hadm_id FROM icustays WHERE icustays.icustay_id IN (SELECT inputevents_cv.icustay_id FROM inputevents_cv WHERE inputevents_cv.itemid IN (SELECT d_items.itemid FROM d_items WHERE d_items.label = '1:1 ns repletion.' ...
What is the average Number, when Position is Forward?
CREATE TABLE table_6876 ("Name" text,"Position" text,"Number" real,"School/Club Team" text,"Season" text,"Acquisition via" text)
SELECT AVG("Number") FROM table_6876 WHERE "Position" = 'forward'
Which away team had a score of 17.13 (115)?
CREATE TABLE table_52864 ("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_52864 WHERE "Away team score" = '17.13 (115)'
provide the number of patients whose admission location is clinic referral/premature and procedure short title is cont inv mec ven is less than96 hrs?
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 INNER JOIN procedures ON demographic.hadm_id = procedures.hadm_id WHERE demographic.admission_location = "CLINIC REFERRAL/PREMATURE" AND procedures.short_title = "Cont inv mec ven <96 hrs"
which operation occurred right after operation maritime guard ?
CREATE TABLE table_204_313 (id number,"date" text,"operation" text,"location" text,"type" text,"information" text)
SELECT "operation" FROM table_204_313 WHERE "date" > (SELECT "date" FROM table_204_313 WHERE "operation" = 'operation maritime guard') ORDER BY "date" LIMIT 1
Is EECS 282 easier , or EECS 767 ?
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 comment_instructor (instructor_id int,student_id int,score int,comment_text varchar)CREATE TABLE ta (c...
SELECT DISTINCT course.number FROM course INNER JOIN program_course ON program_course.course_id = course.course_id WHERE (course.number = 282 OR course.number = 767) AND program_course.workload = (SELECT MIN(PROGRAM_COURSEalias1.workload) FROM program_course AS PROGRAM_COURSEalias1 INNER JOIN course AS COURSEalias1 ON ...
Are there usually 2 or 3 lectures held for 541 per week ?
CREATE TABLE offering_instructor (offering_instructor_id int,offering_id int,instructor_id int)CREATE TABLE program_requirement (program_id int,category varchar,min_credit int,additional_req varchar)CREATE TABLE course_offering (offering_id int,course_id int,semester int,section_number int,start_time time,end_time time...
SELECT DISTINCT course_offering.friday, course_offering.monday, course_offering.saturday, course_offering.sunday, course_offering.thursday, course_offering.tuesday, course_offering.wednesday, semester.semester, semester.year FROM course, course_offering, semester WHERE course.course_id = course_offering.course_id AND c...
When cannot handle non-empty timestamp argument! 2007 is released what is the no.?
CREATE TABLE table_18442691_2 (no VARCHAR,released VARCHAR)
SELECT no FROM table_18442691_2 WHERE released = "Cannot handle non-empty timestamp argument! 2007"
What city licensed the broadcast on virtual channel 8.2?
CREATE TABLE table_30611 ("Callsign" text,"City of license" text,"Virtual channel" text,"Digital channel" text,"Network" text)
SELECT "City of license" FROM table_30611 WHERE "Virtual channel" = '8.2'
what number of patients with elective admission type had hemodialysis?
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 demographic.admission_type = "ELECTIVE" AND procedures.short_title = "Hemodialysis"
How many ties did he have when he had 1 penalties and more than 20 conversions?
CREATE TABLE table_78730 ("Played" real,"Drawn" real,"Lost" real,"Winning %" real,"Tries" real,"Conversions" real,"Penalties" real,"s Drop goal" real,"Points total" real)
SELECT SUM("Drawn") FROM table_78730 WHERE "Penalties" = '1' AND "Conversions" > '20'
What is Injured, when Date is '09.15 Sep. 15'?
CREATE TABLE table_name_98 (injured VARCHAR,date VARCHAR)
SELECT injured FROM table_name_98 WHERE date = "09.15 sep. 15"
What is the Date of the game with an Outcome of runner-up and Score of 5 7, 3 6, 6 3, 2 6?
CREATE TABLE table_name_83 (date VARCHAR,outcome VARCHAR,score VARCHAR)
SELECT date FROM table_name_83 WHERE outcome = "runner-up" AND score = "5–7, 3–6, 6–3, 2–6"
what is days of hospital stay and diagnoses long title of subject 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.days_stay, diagnoses.long_title FROM demographic INNER JOIN diagnoses ON demographic.hadm_id = diagnoses.hadm_id WHERE demographic.subject_id = "91588"
What was the record on April 7?
CREATE TABLE table_11438 ("Date" text,"Opponent" text,"Score" text,"Loss" text,"Attendance" real,"Record" text)
SELECT "Record" FROM table_11438 WHERE "Date" = 'april 7'
What were the high points on April 8?
CREATE TABLE table_27713030_12 (high_points VARCHAR,date VARCHAR)
SELECT high_points FROM table_27713030_12 WHERE date = "April 8"
If collingwood was the Home team, what Date did they play?
CREATE TABLE table_name_71 (date VARCHAR,home_team VARCHAR)
SELECT date FROM table_name_71 WHERE home_team = "collingwood"
What was the pick# for Lorenzo Freeman as defensive tackle?
CREATE TABLE table_name_97 (pick__number VARCHAR,position VARCHAR,player VARCHAR)
SELECT pick__number FROM table_name_97 WHERE position = "defensive tackle" AND player = "lorenzo freeman"
How many times did episode number 8 air?
CREATE TABLE table_24399615_5 (cable_rank VARCHAR,episode_no VARCHAR)
SELECT COUNT(cable_rank) FROM table_24399615_5 WHERE episode_no = 8
potassium > 5.5 meq / dl at baseline
CREATE TABLE table_train_109 ("id" int,"serum_potassium" float,"systolic_blood_pressure_sbp" int,"body_mass_index_bmi" float,"hypertension" bool,"NOUSE" float)
SELECT * FROM table_train_109 WHERE serum_potassium > 5.5
what were the three most frequently ordered microbiology tests for patients that had previous laxatives - doss (colace) within 2 months in 2105?
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 t3.culturesite FROM (SELECT t2.culturesite, DENSE_RANK() OVER (ORDER BY COUNT(*) DESC) AS c1 FROM (SELECT patient.uniquepid, treatment.treatmenttime FROM treatment JOIN patient ON treatment.patientunitstayid = patient.patientunitstayid WHERE treatment.treatmentname = 'laxatives - doss (colace)' AND STRFTIME('%y'...
What is the pick for the Maryland-Eastern Shore team with a round lower than 2?
CREATE TABLE table_9414 ("Round" real,"Pick" real,"Player" text,"Position" text,"Nationality" text,"School/Club Team" text)
SELECT SUM("Pick") FROM table_9414 WHERE "School/Club Team" = 'maryland-eastern shore' AND "Round" < '2'
what's the score against crusaders
CREATE TABLE table_21256068_3 (score VARCHAR,opponent VARCHAR)
SELECT score FROM table_21256068_3 WHERE opponent = "Crusaders"
what is admission location of subject name thomas nazario?
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.admission_location FROM demographic WHERE demographic.name = "Thomas Nazario"
Name the sum of time for lane of 1 and rank less than 8
CREATE TABLE table_15272 ("Rank" real,"Lane" real,"Name" text,"Nationality" text,"Time" real)
SELECT SUM("Time") FROM table_15272 WHERE "Lane" = '1' AND "Rank" < '8'
What is the number of points for the song 'viva rock 'n' roll', with more than 3 Draws?
CREATE TABLE table_65845 ("Draw" real,"Artist" text,"Song" text,"Points" real,"Place" real)
SELECT AVG("Points") FROM table_65845 WHERE "Song" = 'viva rock ''n'' roll' AND "Draw" > '3'
calculate the total number of patients treated with sertraline
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 prescriptions ON demographic.hadm_id = prescriptions.hadm_id WHERE prescriptions.drug = "Sertraline"
Which Gold Coast has Melbourne yes, and Auckland yes?
CREATE TABLE table_name_8 (gold_coast VARCHAR,melbourne VARCHAR,auckland VARCHAR)
SELECT gold_coast FROM table_name_8 WHERE melbourne = "yes" AND auckland = "yes"
In language where Wednesday is budh'var, what is Saturday?
CREATE TABLE table_17787 ("Day" text,"Sunday Surya (the Sun)" text,"Monday Soma (the Moon)" text,"Tuesday Mangala (Mars)" text,"Wednesday Budha (Mercury)" text,"Thursday Guru (Jupiter)" text,"Friday Shukra (Venus)" text,"Saturday Shani (Saturn)" text)
SELECT "Saturday Shani (Saturn)" FROM table_17787 WHERE "Wednesday Budha (Mercury)" = 'برھ وار Budh''var'
which intersecting road comes before range road 273 ?
CREATE TABLE table_204_763 (id number,"county" text,"km" number,"intersecting road" text,"notes" text,"coordinates" text)
SELECT "intersecting road" FROM table_204_763 WHERE id = (SELECT id FROM table_204_763 WHERE "intersecting road" = 'range road 273') - 1
recurring alcohol _ related legal problem
CREATE TABLE table_train_251 ("id" int,"gender" string,"left_ventricular_ejection_fraction_lvef" int,"allergy_to_rabbit_proteins" bool,"recurring_alcohol_related_legal_problem" bool,"hyperlipidemia" bool,"fasting_ldl_cholesterol" int,"baseline_hemoglobin_hgb" float,"NOUSE" float)
SELECT * FROM table_train_251 WHERE recurring_alcohol_related_legal_problem = 1
What is To Par, when Score is '69-72=141
CREATE TABLE table_48025 ("Place" text,"Player" text,"Country" text,"Score" text,"To par" text)
SELECT "To par" FROM table_48025 WHERE "Score" = '69-72=141'
What are the years employed shown for mathematics & prefect master?
CREATE TABLE table_name_74 (employed VARCHAR,position_held VARCHAR)
SELECT employed FROM table_name_74 WHERE position_held = "mathematics & prefect master"
What is the total number of Date, when Partner is 'Carl-Uwe Steeb'?
CREATE TABLE table_9492 ("Outcome" text,"Date" real,"Tournament" text,"Surface" text,"Partner" text,"Opponents in the final" text,"Score in the final" text)
SELECT COUNT("Date") FROM table_9492 WHERE "Partner" = 'carl-uwe steeb'
Who was the tournament winner in the Southwestern Athletic Conference?
CREATE TABLE table_30825 ("Conference" text,"Regular Season Winner" text,"Conference Player of the Year" text,"Conference Tournament" text,"Tournament Venue (City)" text,"Tournament Winner" text)
SELECT "Tournament Winner" FROM table_30825 WHERE "Conference" = 'Southwestern Athletic Conference'
What is the position of Perpignan?
CREATE TABLE table_name_56 (position VARCHAR,club_province VARCHAR)
SELECT position FROM table_name_56 WHERE club_province = "perpignan"
Which Total has a Silver larger than 8, and a Bronze of 20, and a Gold smaller than 20?
CREATE TABLE table_name_93 (total VARCHAR,gold VARCHAR,silver VARCHAR,bronze VARCHAR)
SELECT COUNT(total) FROM table_name_93 WHERE silver > 8 AND bronze = 20 AND gold < 20
Show the number of customer address history in each day and bin date to by weekday with a bar chart, and could you order y axis in ascending order?
CREATE TABLE Order_Items (order_item_id INTEGER,order_id INTEGER,product_id INTEGER,order_quantity VARCHAR(80))CREATE TABLE Customer_Address_History (customer_id INTEGER,address_id INTEGER,date_from DATETIME,date_to DATETIME)CREATE TABLE Contacts (contact_id INTEGER,customer_id INTEGER,gender VARCHAR(1),first_name VARC...
SELECT date_to, COUNT(date_to) FROM Customer_Address_History AS T1 JOIN Customers AS T2 ON T1.customer_id = T2.customer_id JOIN Addresses AS T3 ON T1.address_id = T3.address_id ORDER BY COUNT(date_to)
What are the names of musicals who have at 3 or more actors?
CREATE TABLE musical (musical_id number,name text,year number,award text,category text,nominee text,result text)CREATE TABLE actor (actor_id number,name text,musical_id number,character text,duration text,age number)
SELECT T2.name FROM actor AS T1 JOIN musical AS T2 ON T1.musical_id = T2.musical_id GROUP BY T1.musical_id HAVING COUNT(*) >= 3
what are the three most common drugs prescribed to patients with age 40s within 2 months after they were diagnosed with anemia nos, since 4 years ago?
CREATE TABLE inputevents_cv (row_id number,subject_id number,hadm_id number,icustay_id number,charttime time,itemid number,amount number)CREATE TABLE cost (row_id number,subject_id number,hadm_id number,event_type text,event_id number,chargetime time,cost number)CREATE TABLE admissions (row_id number,subject_id number,...
SELECT t3.drug FROM (SELECT t2.drug, DENSE_RANK() OVER (ORDER BY COUNT(*) DESC) AS c1 FROM (SELECT admissions.subject_id, diagnoses_icd.charttime FROM diagnoses_icd JOIN admissions ON diagnoses_icd.hadm_id = admissions.hadm_id WHERE diagnoses_icd.icd9_code = (SELECT d_icd_diagnoses.icd9_code FROM d_icd_diagnoses WHERE ...
For those employees who was hired before 2002-06-21, a bar chart shows the distribution of hire_date and the average of department_id bin hire_date by weekday, list by the Y in ascending please.
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 jobs (JOB_ID varchar(10),JOB_TITLE varchar(35),MIN_SALARY decimal(6,0),MAX_SALARY decimal(6,0))CREATE TABLE employees (EMPLOYEE_ID decimal(6,0),FIRST_NAME varchar(20),LAST_NAME var...
SELECT HIRE_DATE, AVG(DEPARTMENT_ID) FROM employees WHERE HIRE_DATE < '2002-06-21' ORDER BY AVG(DEPARTMENT_ID)
flight from SALT LAKE CITY to OAKLAND CALIFORNIA
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 TABLE flight (aircraft_code_sequence text,airline_code varchar,airline_flight text,arrival_time int,connections int,departure_time i...
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, flight, state WHERE CITY_0.city_code = AIRPORT_SERVICE_0.city_code AND CITY_0.city_name = 'SALT LAKE CITY' AND CITY_1.city_code = AIRPORT_SERVICE_1.city_code AND CITY_1.city_...
what is the total viewers where the date of first broadcast is 28 january 2010 and the episode number is 1?
CREATE TABLE table_17904 ("Series number" text,"Episode number" real,"Date of first broadcast" text,"Total viewers" real,"Series average" real)
SELECT MIN("Total viewers") FROM table_17904 WHERE "Date of first broadcast" = '28 January 2010' AND "Episode number" = '1'
Weight of 220 has what class?
CREATE TABLE table_34597 ("Number" real,"Name" text,"Position" text,"Height" text,"Weight" real,"Class" text,"Hometown" text)
SELECT "Class" FROM table_34597 WHERE "Weight" = '220'
when did patient 010-11305 for the last time leave the hospital until 2101?
CREATE TABLE intakeoutput (intakeoutputid number,patientunitstayid number,cellpath text,celllabel text,cellvaluenumeric number,intakeoutputtime time)CREATE TABLE medication (medicationid number,patientunitstayid number,drugname text,dosage text,routeadmin text,drugstarttime time,drugstoptime time)CREATE TABLE allergy (...
SELECT patient.hospitaldischargetime FROM patient WHERE patient.uniquepid = '010-11305' AND STRFTIME('%y', patient.hospitaldischargetime) <= '2101' ORDER BY patient.hospitaldischargetime DESC LIMIT 1
since 4 years ago, what was the last hospital admission time of patient 028-23341 via the recovery room?
CREATE TABLE treatment (treatmentid number,patientunitstayid number,treatmentname text,treatmenttime time)CREATE TABLE lab (labid number,patientunitstayid number,labname text,labresult number,labresulttime time)CREATE TABLE microlab (microlabid number,patientunitstayid number,culturesite text,organism text,culturetaken...
SELECT patient.hospitaladmittime FROM patient WHERE patient.uniquepid = '028-23341' AND patient.hospitaladmitsource = 'recovery room' AND DATETIME(patient.hospitaladmittime) >= DATETIME(CURRENT_TIME(), '-4 year') ORDER BY patient.hospitaladmittime DESC LIMIT 1
Which Run 2 has a Rank of 4?
CREATE TABLE table_name_9 (run_2 VARCHAR,rank VARCHAR)
SELECT run_2 FROM table_name_9 WHERE rank = "4"
what price is a LIMOUSINE service to NEW YORK 's LGA
CREATE TABLE code_description (code varchar,description text)CREATE TABLE state (state_code text,state_name text,country_name text)CREATE TABLE flight_fare (flight_id int,fare_id int)CREATE TABLE month (month_number int,month_name text)CREATE TABLE class_of_service (booking_class varchar,rank int,class_description text...
SELECT DISTINCT ground_service.ground_fare FROM airport, city, ground_service WHERE (airport.airport_code = 'LGA' AND city.city_name = 'NEW YORK' AND ground_service.airport_code = airport.airport_code AND ground_service.city_code = city.city_code) AND ground_service.transport_type = 'LIMOUSINE'
Create a bar chart showing the total number across city
CREATE TABLE status (station_id INTEGER,bikes_available INTEGER,docks_available INTEGER,time TEXT)CREATE TABLE station (id INTEGER,name TEXT,lat NUMERIC,long NUMERIC,dock_count INTEGER,city TEXT,installation_date TEXT)CREATE TABLE trip (id INTEGER,duration INTEGER,start_date TEXT,start_station_name TEXT,start_station_i...
SELECT city, COUNT(*) FROM station GROUP BY city
Name the average attendance with dallas visitor
CREATE TABLE table_71837 ("Date" text,"Visitor" text,"Score" text,"Home" text,"Decision" text,"Attendance" real,"Record" text)
SELECT AVG("Attendance") FROM table_71837 WHERE "Visitor" = 'dallas'
Find the number of users who did not write any review.
CREATE TABLE useracct (u_id VARCHAR)CREATE TABLE review (u_id VARCHAR)
SELECT COUNT(*) FROM useracct WHERE NOT u_id IN (SELECT u_id FROM review)
when did the first drop in the experiment fall ?
CREATE TABLE table_200_47 (id number,"date" text,"event" text,"duration\t\n(months)" text,"duration\t\t\n(years)" text)
SELECT "date" FROM table_200_47 WHERE "event" = '1st drop fell'
i need information on flights between ST. PETERSBURG and CHARLOTTE
CREATE TABLE flight_stop (flight_id int,stop_number int,stop_days text,stop_airport text,arrival_time int,arrival_airline text,arrival_flight_number int,departure_time int,departure_airline text,departure_flight_number int,stop_time int)CREATE TABLE aircraft (aircraft_code varchar,aircraft_description varchar,manufactu...
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, flight WHERE CITY_0.city_code = AIRPORT_SERVICE_0.city_code AND CITY_0.city_name = 'ST. PETERSBURG' AND CITY_1.city_code = AIRPORT_SERVICE_1.city_code AND CITY_1.city_name = ...
What was the Record on September 21?
CREATE TABLE table_36422 ("Date" text,"Opponent" text,"Score" text,"Loss" text,"Save" text,"Record" text)
SELECT "Record" FROM table_36422 WHERE "Date" = 'september 21'
What is the largest height when the prominence is 3,118?
CREATE TABLE table_13006 ("Mountain" text,"Height (m)" real,"Height (ft)" real,"Range" text,"Prominence (m)" real,"Parent mountain" text,"First ascent" text)
SELECT MAX("Height (m)") FROM table_13006 WHERE "Prominence (m)" = '3,118'
What was the margin of victory over Justin Leonard, phillip price?
CREATE TABLE table_11570261_2 (margin_of_victory VARCHAR,runner_s__up VARCHAR)
SELECT COUNT(margin_of_victory) FROM table_11570261_2 WHERE runner_s__up = "Justin Leonard, Phillip Price"
Questions which had given tag (included the editor who added it).
CREATE TABLE PendingFlags (Id number,FlagTypeId number,PostId number,CreationDate time,CloseReasonTypeId number,CloseAsOffTopicReasonTypeId number,DuplicateOfQuestionId number,BelongsOnBaseHostAddress text)CREATE TABLE PostFeedback (Id number,PostId number,IsAnonymous boolean,VoteTypeId number,CreationDate time)CREATE ...
WITH firstrev_cte AS (SELECT p.Id AS pid, MIN(ph.Id) AS MinId FROM PostHistory AS ph INNER JOIN Posts AS p ON ph.PostId = p.Id WHERE ph.PostHistoryTypeId IN (3, 6, 9) AND ph.Text LIKE '%<##tagName##>%' GROUP BY p.Id) SELECT pid AS "post_link", url = 'site://posts/' + CAST(PostId AS TEXT) + '/revisions', UserId AS "user...
What is Place, when Country is 'United States', and when Player is 'Lee Trevino'?
CREATE TABLE table_name_41 (place VARCHAR,country VARCHAR,player VARCHAR)
SELECT place FROM table_name_41 WHERE country = "united states" AND player = "lee trevino"
Which winning song was sung by aku tetap milikmu?
CREATE TABLE table_name_65 (English VARCHAR,winning_song VARCHAR)
SELECT WINNING_SONG(English AS Title) FROM table_name_65 WHERE winning_song = "aku tetap milikmu"
In what tournament was there an extra of 400 m hurdles?
CREATE TABLE table_58028 ("Year" real,"Tournament" text,"Venue" text,"Result" text,"Extra" text)
SELECT "Tournament" FROM table_58028 WHERE "Extra" = '400 m hurdles'