instruction
stringlengths
0
1.06k
input
stringlengths
11
5.3k
response
stringlengths
2
4.44k
Who wore the episode with the production code of 1apx11?
CREATE TABLE table_21994729_2 (written_by VARCHAR,prod_code VARCHAR)
SELECT written_by FROM table_21994729_2 WHERE prod_code = "1APX11"
What is the original name of the song performed in Swedish?
CREATE TABLE table_8773 ("Song" text,"Original Name" text,"Country" text,"Language" text,"Singer(s)" text)
SELECT "Original Name" FROM table_8773 WHERE "Language" = 'swedish'
If the call sign is w291ch what's the ERP W corresponding to that sign?
CREATE TABLE table_name_38 (erp_w VARCHAR,call_sign VARCHAR)
SELECT erp_w FROM table_name_38 WHERE call_sign = "w291ch"
calculate patient 028-39354's length of stay in the intensive care unit for the first time.
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 STRFTIME('%j', patient.unitdischargetime) - STRFTIME('%j', patient.unitadmittime) FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '028-39354') AND NOT patient.unitadmittime IS NULL ORDER BY patient.unitadmittime LIMIT 1
Which settlement has a cyrillic and other name of (romanian: voivodin )?
CREATE TABLE table_27884 ("Settlement" text,"Cyrillic Name Other Names" text,"Type" text,"Population (2011)" real,"Largest ethnic group (2002)" text,"Dominant religion (2002)" text)
SELECT "Settlement" FROM table_27884 WHERE "Cyrillic Name Other Names" = 'Војводинци (Romanian: Voivodinţ)'
has patient 005-87465 underwent a administration of saline solution - >250 cc/hr procedure since 3 years ago?
CREATE TABLE microlab (microlabid number,patientunitstayid number,culturesite text,organism text,culturetakentime time)CREATE TABLE cost (costid number,uniquepid text,patienthealthsystemstayid number,eventtype text,eventid number,chargetime time,cost number)CREATE TABLE allergy (allergyid number,patientunitstayid numbe...
SELECT COUNT(*) > 0 FROM treatment WHERE treatment.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '005-87465')) AND treatment.treatmentname = 'administration of saline solutio...
Which Nationality has a Pick # smaller than 130 and a Player of tyler bunz? Question 1
CREATE TABLE table_name_13 (nationality VARCHAR,pick__number VARCHAR,player VARCHAR)
SELECT nationality FROM table_name_13 WHERE pick__number < 130 AND player = "tyler bunz"
What is the nor 2 that has nor 1 as nor 1?
CREATE TABLE table_name_25 (nor_2 VARCHAR,nor_1 VARCHAR)
SELECT nor_2 FROM table_name_25 WHERE nor_1 = "nor 1"
What was the time of the NJKF Titans Neo X event?
CREATE TABLE table_name_83 (time VARCHAR,event VARCHAR)
SELECT time FROM table_name_83 WHERE event = "njkf titans neo x"
What is the rate limit when the desired rate (p) is 162?
CREATE TABLE table_27545 ("Authority" text,"Rate or precept" text,"Budget limit (\u00a3m)" text,"Budget plans (\u00a3m)" text,"Rate limit (p)" text,"Rate change (%)" text,"Desired rate (p)" text,"Desired rate change (%)" text)
SELECT "Rate limit (p)" FROM table_27545 WHERE "Desired rate (p)" = '162'
how long did it take elin backman to finish the race ?
CREATE TABLE table_204_401 (id number,"rank" number,"lane" number,"name" text,"nationality" text,"react" number,"time" number,"notes" text)
SELECT "time" FROM table_204_401 WHERE "name" = 'elin backman'
Of the NAVARCH classes offered this Fall , which are considered upper-level ?
CREATE TABLE gsi (course_offering_id int,student_id int)CREATE TABLE requirement (requirement_id int,requirement varchar,college varchar)CREATE TABLE offering_instructor (offering_instructor_id int,offering_id int,instructor_id int)CREATE TABLE instructor (instructor_id int,name varchar,uniqname varchar)CREATE TABLE ar...
SELECT DISTINCT course.department, course.name, course.number FROM course, course_offering, program_course, semester WHERE course.course_id = course_offering.course_id AND course.department = 'NAVARCH' AND program_course.category LIKE '%ULCS%' AND program_course.course_id = course.course_id AND semester.semester = 'Fal...
Which Opponent has a Round of 3, a Time of n/a, and a Rules of n/a?
CREATE TABLE table_36517 ("Result" text,"Opponent" text,"Method" text,"Event" text,"Date" text,"Round" text,"Time" text,"Location" text,"Rules" text)
SELECT "Opponent" FROM table_36517 WHERE "Round" = '3' AND "Time" = 'n/a' AND "Rules" = 'n/a'
What is the Jobbik percentage with a Fidesz of 61% and others of 2%?
CREATE TABLE table_name_41 (jobbik VARCHAR,fidesz VARCHAR,others VARCHAR)
SELECT jobbik FROM table_name_41 WHERE fidesz = "61%" AND others = "2%"
what were the top four most common diagnosis in a year before?
CREATE TABLE treatment (treatmentid number,patientunitstayid number,treatmentname text,treatmenttime time)CREATE TABLE cost (costid number,uniquepid text,patienthealthsystemstayid number,eventtype text,eventid number,chargetime time,cost number)CREATE TABLE patient (uniquepid text,patienthealthsystemstayid number,patie...
SELECT t1.diagnosisname FROM (SELECT diagnosis.diagnosisname, DENSE_RANK() OVER (ORDER BY COUNT(*) DESC) AS c1 FROM diagnosis WHERE DATETIME(diagnosis.diagnosistime, 'start of year') = DATETIME(CURRENT_TIME(), 'start of year', '-1 year') GROUP BY diagnosis.diagnosisname) AS t1 WHERE t1.c1 <= 4
What number missile led to damage to the Islamic University campus?
CREATE TABLE table_23014685_1 (no INTEGER,area_damaged VARCHAR)
SELECT MIN(no) FROM table_23014685_1 WHERE area_damaged = "Islamic University campus"
when was the last time until 4 years ago that patient 022-30957 was discharged from the hospital?
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 patient.hospitaldischargetime FROM patient WHERE patient.uniquepid = '022-30957' AND DATETIME(patient.hospitaldischargetime) <= DATETIME(CURRENT_TIME(), '-4 year') ORDER BY patient.hospitaldischargetime DESC LIMIT 1
What is the home of the match with a 0:2 result on 21.10.07?
CREATE TABLE table_49431 ("Date" text,"Time" text,"Home" text,"Geust" text,"Result" text)
SELECT "Home" FROM table_49431 WHERE "Result" = '0:2' AND "Date" = '21.10.07'
How many rounds did the IFL: Oakland event have?
CREATE TABLE table_31703 ("Res." text,"Record" text,"Opponent" text,"Method" text,"Event" text,"Round" real,"Location" text)
SELECT SUM("Round") FROM table_31703 WHERE "Event" = 'ifl: oakland'
When did camilla dallerup finish?
CREATE TABLE table_37907 ("Celebrity" text,"Famous for" text,"Entered" text,"Exited" text,"Finished" text)
SELECT "Finished" FROM table_37907 WHERE "Celebrity" = 'camilla dallerup'
How many incumbents are there in district Louisiana 5?
CREATE TABLE table_18342 ("District" text,"Incumbent" text,"Party" text,"First elected" real,"Result" text,"Candidates" text)
SELECT COUNT("Incumbent") FROM table_18342 WHERE "District" = 'Louisiana 5'
What was the Tuesday episode if theThursday episode was 196 Buried?
CREATE TABLE table_22174 ("Episodes" text,"Monday" text,"Tuesday" text,"Wednesday" text,"Thursday" text,"Friday" text)
SELECT "Tuesday" FROM table_22174 WHERE "Thursday" = '196 Buried'
On what date does visiting team Minnesota score higher than 47 points?
CREATE TABLE table_35926 ("Game #" real,"Date" text,"Visitor" text,"Score" text,"Home" text,"Record" text,"Points" real)
SELECT "Date" FROM table_35926 WHERE "Points" > '47' AND "Visitor" = 'minnesota'
what is the original air date for production code 216?
CREATE TABLE table_26492 ("No. in series" real,"No. in season" real,"Title" text,"Directed by" text,"Written by" text,"Original air date" text,"Production code" real,"U.S. viewers (millions)" text)
SELECT "Original air date" FROM table_26492 WHERE "Production code" = '216'
What is the shop name corresponding to the shop that opened in the most recent year?
CREATE TABLE stock (shop_id number,device_id number,quantity number)CREATE TABLE device (device_id number,device text,carrier text,package_version text,applications text,software_platform text)CREATE TABLE shop (shop_id number,shop_name text,location text,open_date text,open_year number)
SELECT shop_name FROM shop ORDER BY open_year DESC LIMIT 1
Which team has a midfielder of konrad warzycha?
CREATE TABLE table_29626583_3 (mls_team VARCHAR,position VARCHAR,player VARCHAR)
SELECT mls_team FROM table_29626583_3 WHERE position = "Midfielder" AND player = "Konrad Warzycha"
what is the number of patients whose admission type is urgent and diagnoses short title is enthesopathy of hip?
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 WHERE demographic.admission_type = "URGENT" AND diagnoses.short_title = "Enthesopathy of hip"
what is the stream(s) and / or lake(s) when the date founded is 1959?
CREATE TABLE table_name_42 (stream_s__and___or_lake_s_ VARCHAR,date_founded VARCHAR)
SELECT stream_s__and___or_lake_s_ FROM table_name_42 WHERE date_founded = 1959
Who was the opponent in a week below 3 on September 23, 1960?
CREATE TABLE table_43653 ("Week" real,"Date" text,"Opponent" text,"Result" text,"Attendance" text)
SELECT "Opponent" FROM table_43653 WHERE "Week" < '3' AND "Date" = 'september 23, 1960'
Who wrote the episode titled 'Red's Birthday'?
CREATE TABLE table_30181 ("No. in series" real,"No. in season" real,"Title" text,"Directed by" text,"Written by" text,"Original air date" text,"Production code" real)
SELECT "Written by" FROM table_30181 WHERE "Title" = 'Red''s Birthday'
Return a bar chart about the distribution of Team_Name and School_ID , could you order from high to low by the x axis?
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 Team_Name, School_ID FROM basketball_match ORDER BY Team_Name DESC
Number of active experts per week.
CREATE TABLE PostTypes (Id number,Name text)CREATE TABLE ReviewTaskResults (Id number,ReviewTaskId number,ReviewTaskResultTypeId number,CreationDate time,RejectionReasonId number,Comment text)CREATE TABLE ReviewTaskStates (Id number,Name text,Description text)CREATE TABLE SuggestedEdits (Id number,PostId number,Creatio...
SELECT YR_WK, COUNT(*) AS NumActiveExperts FROM (SELECT (TIME_TO_STR(p.CreationDate, '%y') + (TIME_TO_STR(p.CreationDate, '%W') - 1) / 52.0) AS YR_WK, u.Id AS UID, COUNT(*) AS NumAnswers FROM Users AS u INNER JOIN Posts AS p ON p.OwnerUserId = u.Id AND p.PostTypeId = 2 AND p.Score > 0 GROUP BY (TIME_TO_STR(p.CreationDa...
What was the score of the game on 19/3/00?
CREATE TABLE table_name_60 (score VARCHAR,date VARCHAR)
SELECT score FROM table_name_60 WHERE date = "19/3/00"
how many players are middle blockers ?
CREATE TABLE table_203_116 (id number,"no." number,"player" text,"birth date" text,"weight" number,"height" number,"position" text,"current club" text)
SELECT COUNT("player") FROM table_203_116 WHERE "position" = 'middle blocker'
Users with most questions who have not accepted any answers.
CREATE TABLE Badges (Id number,UserId number,Name text,Date time,Class number,TagBased boolean)CREATE TABLE Votes (Id number,PostId number,VoteTypeId number,UserId number,CreationDate time,BountyAmount number)CREATE TABLE PostHistory (Id number,PostHistoryTypeId number,PostId number,RevisionGUID other,CreationDate time...
SELECT u.Id AS "user_link", COUNT(p.Id) AS Questions FROM Users AS u INNER JOIN Posts AS p ON p.OwnerUserId = u.Id WHERE p.PostTypeId = 1 AND NOT EXISTS(SELECT q.Id FROM Posts AS q WHERE q.OwnerUserId = u.Id AND NOT q.AcceptedAnswerId IS NULL) GROUP BY u.Id ORDER BY COUNT(p.Id) DESC
What percentage of browsers were using Internet Explorer during the period in which 27.85% were using Firefox?
CREATE TABLE table_name_39 (internet_explorer VARCHAR,firefox VARCHAR)
SELECT internet_explorer FROM table_name_39 WHERE firefox = "27.85%"
what are the five most frequently prescribed medicines since 5 years ago?
CREATE TABLE d_items (row_id number,itemid number,label text,linksto text)CREATE TABLE outputevents (row_id number,subject_id number,hadm_id number,icustay_id number,charttime time,itemid number,value number)CREATE TABLE labevents (row_id number,subject_id number,hadm_id number,itemid number,charttime time,valuenum num...
SELECT t1.drug FROM (SELECT prescriptions.drug, DENSE_RANK() OVER (ORDER BY COUNT(*) DESC) AS c1 FROM prescriptions WHERE DATETIME(prescriptions.startdate) >= DATETIME(CURRENT_TIME(), '-5 year') GROUP BY prescriptions.drug) AS t1 WHERE t1.c1 <= 5
did patient 56490 have the results of the microbiology test of the blood culture in 09/last year?
CREATE TABLE microbiologyevents (row_id number,subject_id number,hadm_id number,charttime time,spec_type_desc text,org_name text)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,hadm_id ...
SELECT COUNT(*) > 0 FROM microbiologyevents WHERE microbiologyevents.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 56490) AND microbiologyevents.spec_type_desc = 'blood culture' AND DATETIME(microbiologyevents.charttime, 'start of year') = DATETIME(CURRENT_TIME(), 'start of year', ...
What is the Player with a Date with 12-03-2003?
CREATE TABLE table_54346 ("Dismissals" text,"Player" text,"Versus" text,"Venue" text,"Date" text)
SELECT "Player" FROM table_54346 WHERE "Date" = '12-03-2003'
What was the score when the way team was Wrexham?
CREATE TABLE table_62190 ("Tie no" text,"Home team" text,"Score" text,"Away team" text,"Date" text)
SELECT "Score" FROM table_62190 WHERE "Away team" = 'wrexham'
Return the apartment numbers of the apartments with type code 'Flat'.
CREATE TABLE Apartments (apt_number VARCHAR,apt_type_code VARCHAR)
SELECT apt_number FROM Apartments WHERE apt_type_code = "Flat"
Show how many delegates in each county with a pie chart.
CREATE TABLE county (County_Id int,County_name text,Population real,Zip_code text)CREATE TABLE election (Election_ID int,Counties_Represented text,District int,Delegate text,Party int,First_Elected real,Committee text)CREATE TABLE party (Party_ID int,Year real,Party text,Governor text,Lieutenant_Governor text,Comptroll...
SELECT County_name, COUNT(County_name) FROM county AS T1 JOIN election AS T2 ON T1.County_Id = T2.District GROUP BY County_name
how much was the hospital bill patient 54700 paid for their stay until 2 years ago?
CREATE TABLE microbiologyevents (row_id number,subject_id number,hadm_id number,charttime time,spec_type_desc text,org_name text)CREATE TABLE labevents (row_id number,subject_id number,hadm_id number,itemid number,charttime time,valuenum number,valueuom text)CREATE TABLE d_labitems (row_id number,itemid number,label te...
SELECT SUM(cost.cost) FROM cost WHERE cost.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 54700) AND DATETIME(cost.chargetime) <= DATETIME(CURRENT_TIME(), '-2 year')
When was the game played that was at the Seattle Center Coliseum?
CREATE TABLE table_64544 ("Game" real,"Date" text,"Opponent" text,"Score" text,"Location/Attendance" text,"Record" text)
SELECT "Date" FROM table_64544 WHERE "Location/Attendance" = 'seattle center coliseum'
Name the polyunsaturated fat with total fat of 100g and monounsaturated fat of 20g (84g in high oleic variety)
CREATE TABLE table_53750 ("Total fat" text,"Saturated fat" text,"Monounsaturated fat" text,"Polyunsaturated fat" text,"Smoke point" text)
SELECT "Polyunsaturated fat" FROM table_53750 WHERE "Total fat" = '100g' AND "Monounsaturated fat" = '20g (84g in high oleic variety)'
Find Nationality and the amount of Nationality , and group by attribute Nationality, and visualize them by a bar chart, display by the bars in descending.
CREATE TABLE record (ID int,Result text,Swimmer_ID int,Event_ID int)CREATE TABLE event (ID int,Name text,Stadium_ID int,Year text)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 stadiu...
SELECT Nationality, COUNT(Nationality) FROM swimmer GROUP BY Nationality ORDER BY Nationality DESC
provide the number of patients whose admission type is elective and item id is 51274?
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 lab ON demographic.hadm_id = lab.hadm_id WHERE demographic.admission_type = "ELECTIVE" AND lab.itemid = "51274"
Name the total number of draw for played more than 18
CREATE TABLE table_name_47 (draw VARCHAR,played INTEGER)
SELECT COUNT(draw) FROM table_name_47 WHERE played > 18
What is the 2nd leg of the 4-9 agg.?
CREATE TABLE table_76698 ("Position" text,"Team #1" text,"Agg." text,"Team #2" text,"1st leg" text,"2nd leg" text)
SELECT "2nd leg" FROM table_76698 WHERE "Agg." = '4-9'
What is Charlie Wi's To par?
CREATE TABLE table_12715 ("Place" text,"Player" text,"Country" text,"Score" text,"To par" text)
SELECT "To par" FROM table_12715 WHERE "Player" = 'charlie wi'
How much did jim colbert earned ranked above 2?
CREATE TABLE table_name_64 (earnings__ VARCHAR,player VARCHAR,rank VARCHAR)
SELECT COUNT(earnings__) AS $__ FROM table_name_64 WHERE player = "jim colbert" AND rank < 2
Which TD-INT has an Effic larger than 111.4?
CREATE TABLE table_63952 ("Name" text,"GP-GS" text,"Effic" real,"Att-Cmp" text,"TD-INT" text,"Avg/G" real)
SELECT "TD-INT" FROM table_63952 WHERE "Effic" > '111.4'
Which outcome has a partner named Mark Dickson, with the opponents of Hans Gildemeister Belus Prajoux?
CREATE TABLE table_41129 ("Outcome" text,"Date" text,"Championship" text,"Surface" text,"Partner" text,"Opponents in the final" text,"Score in the final" text)
SELECT "Outcome" FROM table_41129 WHERE "Partner" = 'mark dickson' AND "Opponents in the final" = 'hans gildemeister belus prajoux'
Which teams classification winners had a general classification winner of Allan Davis?
CREATE TABLE table_28092844_16 (teams_classification VARCHAR,general_classification_żółta_koszulka VARCHAR)
SELECT teams_classification FROM table_28092844_16 WHERE general_classification_żółta_koszulka = "Allan Davis"
Which Nationality has a School/Club Team of seattle?
CREATE TABLE table_39900 ("Player" text,"Nationality" text,"Position" text,"Years in Orlando" text,"School/Club Team" text)
SELECT "Nationality" FROM table_39900 WHERE "School/Club Team" = 'seattle'
Tell me the NHL team for ryan johnson
CREATE TABLE table_name_69 (nhl_team VARCHAR,player VARCHAR)
SELECT nhl_team FROM table_name_69 WHERE player = "ryan johnson"
For those employees who was hired before 2002-06-21, visualize a bar chart about the distribution of hire_date and the sum of salary bin hire_date by time.
CREATE TABLE regions (REGION_ID decimal(5,0),REGION_NAME varchar(25))CREATE TABLE jobs (JOB_ID varchar(10),JOB_TITLE varchar(35),MIN_SALARY decimal(6,0),MAX_SALARY decimal(6,0))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 dep...
SELECT HIRE_DATE, SUM(SALARY) FROM employees WHERE HIRE_DATE < '2002-06-21'
how many patients diagnosed with drug-induced delirium take additive drugs?
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 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 diagnoses ON demographic.hadm_id = diagnoses.hadm_id INNER JOIN prescriptions ON demographic.hadm_id = prescriptions.hadm_id WHERE diagnoses.long_title = "Drug-induced delirium" AND prescriptions.drug_type = "ADDITIVE"
What is the highest number of goals for robbie findley ranked above 10?
CREATE TABLE table_32630 ("Rank" real,"Player" text,"Nation" text,"Games" real,"Goals" real,"Years" text)
SELECT MAX("Goals") FROM table_32630 WHERE "Player" = 'robbie findley' AND "Rank" < '10'
For those records from the products and each product's manufacturer, give me the comparison about the sum of code over the name , and group by attribute name by a bar chart, and sort Y-axis from high to low order please.
CREATE TABLE Products (Code INTEGER,Name VARCHAR(255),Price DECIMAL,Manufacturer INTEGER)CREATE TABLE Manufacturers (Code INTEGER,Name VARCHAR(255),Headquarter VARCHAR(255),Founder VARCHAR(255),Revenue REAL)
SELECT T1.Name, T1.Code FROM Products AS T1 JOIN Manufacturers AS T2 ON T1.Manufacturer = T2.Code GROUP BY T1.Name ORDER BY T1.Code DESC
When chris carney is the incumbent what are the results?
CREATE TABLE table_23283 ("District" text,"Incumbent" text,"Party" text,"First elected" real,"Result" text,"Candidates" text)
SELECT "Result" FROM table_23283 WHERE "Incumbent" = 'Chris Carney'
Which Meet has a Time of 3:50.65?
CREATE TABLE table_9058 ("Event" text,"Time" text,"Club" text,"Date" text,"Meet" text,"Location" text)
SELECT "Meet" FROM table_9058 WHERE "Time" = '3:50.65'
Which format is in Japan?
CREATE TABLE table_name_37 (format VARCHAR,country VARCHAR)
SELECT format FROM table_name_37 WHERE country = "japan"
Calculate the average age of patients admitted in or after 2197 and are 44 years or older.
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.age >= "44" AND demographic.admityear >= "2197"
Is TURKISH 101 difficult ?
CREATE TABLE program_requirement (program_id int,category varchar,min_credit int,additional_req varchar)CREATE TABLE student (student_id int,lastname varchar,firstname varchar,program_id int,declare_major varchar,total_credit int,total_gpa float,entered_as varchar,admit_term int,predicted_graduation_semester int,degree...
SELECT COUNT(*) > 0, program_course.workload FROM course, program_course WHERE course.department = 'TURKISH' AND course.number = 101 AND program_course.course_id = course.course_id AND program_course.workload > 3
What is the highest number of divisions mentioned?
CREATE TABLE table_21602734_1 (division INTEGER)
SELECT MAX(division) FROM table_21602734_1
What is the number of booking start dates of the apartments with more than 2 bedrooms for each year? Return a bar chart, I want to sort in descending by the y-axis.
CREATE TABLE Apartments (apt_id INTEGER,building_id INTEGER,apt_type_code CHAR(15),apt_number CHAR(10),bathroom_count INTEGER,bedroom_count INTEGER,room_count CHAR(5))CREATE TABLE Apartment_Facilities (apt_id INTEGER,facility_code CHAR(15))CREATE TABLE Apartment_Buildings (building_id INTEGER,building_short_name CHAR(1...
SELECT booking_start_date, COUNT(booking_start_date) FROM Apartment_Bookings AS T1 JOIN Apartments AS T2 ON T1.apt_id = T2.apt_id WHERE T2.bedroom_count > 2 ORDER BY COUNT(booking_start_date) DESC
how many sections does each course has?
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 ENROLL (CLASS_CODE varchar(5),STU_NUM int,ENROLL_GRADE varchar(50...
SELECT CRS_CODE, COUNT(*) FROM CLASS GROUP BY CRS_CODE
what is the attendance when the location is veterans stadium, the game is more than 3 and the time is 2:21?
CREATE TABLE table_11403 ("Game" real,"Date" text,"Score" text,"Location" text,"Time" text,"Attendance" real)
SELECT AVG("Attendance") FROM table_11403 WHERE "Location" = 'veterans stadium' AND "Game" > '3' AND "Time" = '2:21'
What is the power for the Spirit R (Type B)?
CREATE TABLE table_250230_2 (power VARCHAR,model VARCHAR)
SELECT power FROM table_250230_2 WHERE model = "Spirit R (Type B)"
Which player has a score of 71-69-71-67=278?
CREATE TABLE table_name_81 (player VARCHAR,score VARCHAR)
SELECT player FROM table_name_81 WHERE score = 71 - 69 - 71 - 67 = 278
What driver has a stock car vehicle with a year of 1999?
CREATE TABLE table_name_71 (driver VARCHAR,type_of_vehicle VARCHAR,year VARCHAR)
SELECT driver FROM table_name_71 WHERE type_of_vehicle = "stock car" AND year = 1999
Name the lowest yards for 34 long and avg less than 12.6
CREATE TABLE table_58294 ("Player" text,"Rec." real,"Yards" real,"Avg." real,"TD's" real,"Long" real)
SELECT MIN("Yards") FROM table_58294 WHERE "Long" = '34' AND "Avg." < '12.6'
Return a line chart about the change of the amount of date_address_to over date_address_to , and group by attribute other_details.
CREATE TABLE Ref_Detention_Type (detention_type_code VARCHAR(10),detention_type_description VARCHAR(80))CREATE TABLE Ref_Address_Types (address_type_code VARCHAR(15),address_type_description VARCHAR(80))CREATE TABLE Assessment_Notes (notes_id INTEGER,student_id INTEGER,teacher_id INTEGER,date_of_notes DATETIME,text_of_...
SELECT date_address_to, COUNT(date_address_to) FROM Student_Addresses GROUP BY other_details, date_address_to ORDER BY monthly_rental DESC
What is the number for the player that has a k position?
CREATE TABLE table_78476 ("Number" real,"Name" text,"Position" text,"Height" text,"Weight" text)
SELECT "Number" FROM table_78476 WHERE "Position" = 'k'
What is the track that from lcd soundsystem?
CREATE TABLE table_name_28 (track VARCHAR,artist VARCHAR)
SELECT track FROM table_name_28 WHERE artist = "lcd soundsystem"
count the number of patients whose ethnicity is american indian/alaska native and primary disease is femoral artery thrombosis?
CREATE TABLE lab (subject_id text,hadm_id text,itemid text,charttime text,flag text,value_unit text,label text,fluid text)CREATE TABLE prescriptions (subject_id text,hadm_id text,icustay_id text,drug_type text,drug text,formulary_drug_cd text,route text,drug_dose text)CREATE TABLE demographic (subject_id text,hadm_id t...
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic WHERE demographic.ethnicity = "AMERICAN INDIAN/ALASKA NATIVE" AND demographic.diagnosis = "FEMORAL ARTERY THROMBOSIS"
who is the writer of the episode with prod.code 30-17
CREATE TABLE table_13403120_1 (writer_s_ VARCHAR,prodcode VARCHAR)
SELECT writer_s_ FROM table_13403120_1 WHERE prodcode = "30-17"
What is the venue for the friendly competition and score of 4-0?
CREATE TABLE table_name_53 (venue VARCHAR,score VARCHAR,competition VARCHAR)
SELECT venue FROM table_name_53 WHERE score = "4-0" AND competition = "friendly"
Please use a bar chart to show the minimum price of the rooms in a different decor, sort by the X-axis in desc please.
CREATE TABLE Reservations (Code INTEGER,Room TEXT,CheckIn TEXT,CheckOut TEXT,Rate REAL,LastName TEXT,FirstName TEXT,Adults INTEGER,Kids INTEGER)CREATE TABLE Rooms (RoomId TEXT,roomName TEXT,beds INTEGER,bedType TEXT,maxOccupancy INTEGER,basePrice INTEGER,decor TEXT)
SELECT decor, MIN(basePrice) FROM Rooms GROUP BY decor ORDER BY decor DESC
How many episodes had the character of Nick Lucas?
CREATE TABLE table_name_91 (_number_of_episodes INTEGER,character VARCHAR)
SELECT SUM(_number_of_episodes) FROM table_name_91 WHERE character = "nick lucas"
What is the Date, when Partnering is 'Francesca Lubiani', and when Opponent in Final is 'Yuliya Beygelzimer / Jennifer Hopkins'?
CREATE TABLE table_name_10 (date VARCHAR,partnering VARCHAR,opponent_in_final VARCHAR)
SELECT date FROM table_name_10 WHERE partnering = "francesca lubiani" AND opponent_in_final = "yuliya beygelzimer / jennifer hopkins"
What is the Country for the 2006-07 season?
CREATE TABLE table_43034 ("Season" text,"Team" text,"Country" text,"League" text,"Level" real,"Apps" real,"Goals" real)
SELECT "Country" FROM table_43034 WHERE "Season" = '2006-07'
Name the opened for spain
CREATE TABLE table_68351 ("Name" text,"Park" text,"Country" text,"Inversions" real,"Opened" text,"Status" text)
SELECT "Opened" FROM table_68351 WHERE "Country" = 'spain'
What is the figure for La Crescenta-Montrose when Gelndale is $57,112?
CREATE TABLE table_74695 ("Tujunga" text,"La Crescenta- Montrose" text,"Glendale" text,"La Ca\u00f1ada Flintridge" text,"Pasadena" text)
SELECT "La Crescenta- Montrose" FROM table_74695 WHERE "Glendale" = '$57,112'
provide the number of patients whose diagnoses long title is unspecified fetal and neonatal jaundice and drug name is tamsulosin?
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.long_title = "Unspecified fetal and neonatal jaundice" AND prescriptions.drug = "Tamsulosin"
For those records from the products and each product's manufacturer, find name and the sum of revenue , and group by attribute name, and visualize them by a bar chart.
CREATE TABLE Manufacturers (Code INTEGER,Name VARCHAR(255),Headquarter VARCHAR(255),Founder VARCHAR(255),Revenue REAL)CREATE TABLE Products (Code INTEGER,Name VARCHAR(255),Price DECIMAL,Manufacturer INTEGER)
SELECT T1.Name, T2.Revenue FROM Products AS T1 JOIN Manufacturers AS T2 ON T1.Manufacturer = T2.Code GROUP BY T1.Name
What is the original air date when the title is 'be prepared'?
CREATE TABLE table_30927 ("Series #" real,"Season #" real,"Title" text,"Directed by" text,"Written by" text,"Original air date" text,"Prod. code" real,"U.S. viewers (millions)" text)
SELECT "Original air date" FROM table_30927 WHERE "Title" = 'Be Prepared'
Return a bar chart about the distribution of date_address_to and the average of monthly_rental bin date_address_to by weekday.
CREATE TABLE Teachers (teacher_id INTEGER,address_id INTEGER,first_name VARCHAR(80),middle_name VARCHAR(80),last_name VARCHAR(80),gender VARCHAR(1),cell_mobile_number VARCHAR(40),email_address VARCHAR(40),other_details VARCHAR(255))CREATE TABLE Ref_Detention_Type (detention_type_code VARCHAR(10),detention_type_descript...
SELECT date_address_to, AVG(monthly_rental) FROM Student_Addresses ORDER BY monthly_rental DESC
what was patient 016-27397's intake for the first time on 12/26/this year?
CREATE TABLE microlab (microlabid number,patientunitstayid number,culturesite text,organism text,culturetakentime time)CREATE TABLE allergy (allergyid number,patientunitstayid number,drugname text,allergyname text,allergytime time)CREATE TABLE vitalperiodic (vitalperiodicid number,patientunitstayid number,temperature n...
SELECT intakeoutput.celllabel FROM intakeoutput WHERE intakeoutput.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '016-27397')) AND intakeoutput.cellpath LIKE '%intake%' AND D...
What is the lowest silver for France with a rank less than 5 and a total larger than 19?
CREATE TABLE table_name_43 (silver INTEGER,total VARCHAR,rank VARCHAR,nation VARCHAR)
SELECT MIN(silver) FROM table_name_43 WHERE rank < 5 AND nation = "france" AND total > 19
Top SO users in Krakow.
CREATE TABLE CloseReasonTypes (Id number,Name text,Description text)CREATE TABLE SuggestedEditVotes (Id number,SuggestedEditId number,UserId number,VoteTypeId number,CreationDate time,TargetUserId number,TargetRepChange number)CREATE TABLE ReviewTasks (Id number,ReviewTaskTypeId number,CreationDate time,DeletionDate ti...
SELECT ROW_NUMBER() OVER (ORDER BY Reputation DESC) AS Rank, Id AS "user_link", Reputation FROM Users WHERE LOWER(Location) LIKE '%krakow%' ORDER BY Reputation DESC
How many people are enrolled at the university in milwaukee, wisconsin
CREATE TABLE table_2419754_1 (enrollment INTEGER,location VARCHAR)
SELECT MIN(enrollment) FROM table_2419754_1 WHERE location = "Milwaukee, Wisconsin"
What is the D 42 figure when D 46 is r 6?
CREATE TABLE table_53546 ("D 50 \u221a" text,"D 49 \u221a" text,"D 48 \u221a" text,"D 47 \u221a" text,"D 46 \u221a" text,"D 45 \u221a" text,"D 44 \u221a" text,"D 43 \u221a" text,"D 42 \u221a" text,"D 41 \u221a" text)
SELECT "D 42 \u221a" FROM table_53546 WHERE "D 46 \u221a" = 'r 6'
Name the average rank for when bronze is more than 1
CREATE TABLE table_name_86 (rank INTEGER,bronze INTEGER)
SELECT AVG(rank) FROM table_name_86 WHERE bronze > 1
Name who directed the production code 1l10
CREATE TABLE table_73809 ("No. in series" real,"No. in season" real,"Title" text,"Directed by" text,"Written by" text,"Original air date" text,"Production code" text)
SELECT "Directed by" FROM table_73809 WHERE "Production code" = '1L10'
What was Robin's score when she was eliminated?
CREATE TABLE table_21234111_10 (robin VARCHAR,result VARCHAR)
SELECT robin FROM table_21234111_10 WHERE result = "Eliminated"
Name the period for uruguay
CREATE TABLE table_3083 ("Name" text,"Position" text,"Period" text,"Appearances\u00b9" real,"Goals\u00b9" real,"Nationality\u00b2" text)
SELECT "Period" FROM table_3083 WHERE "Nationality\u00b2" = 'Uruguay'
What was the away team's score at the match played at The Western Oval?
CREATE TABLE table_name_62 (away_team VARCHAR,venue VARCHAR)
SELECT away_team AS score FROM table_name_62 WHERE venue = "western oval"
what is average age of patients whose death status is 0 and primary disease is aortic insufficiency\re-do sternotomy; aortic valve replacement ?
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.expire_flag = "0" AND demographic.diagnosis = "AORTIC INSUFFICIENCY\RE-DO STERNOTOMY; AORTIC VALVE REPLACEMENT "