instruction
stringlengths
151
7.46k
output
stringlengths
2
4.44k
source
stringclasses
26 values
CREATE TABLE table_12517 ( "Rank" real, "Name" text, "Team" text, "Goals" real, "Appearances" real, "Minutes played" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What Rank has a Team of roma?
SELECT "Rank" FROM table_12517 WHERE "Team" = 'roma'
wikisql
CREATE TABLE table_name_50 ( population INTEGER, area_km_2 VARCHAR, official_name VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What is the population of northfield parish that has an area less than 342.4?
SELECT SUM(population) FROM table_name_50 WHERE area_km_2 < 342.4 AND official_name = "northfield"
sql_create_context
CREATE TABLE comment_instructor ( instructor_id int, student_id int, score int, comment_text 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...
SELECT DISTINCT department, name, number FROM course WHERE (description LIKE '%Anthropology of Contemporary American Culture%' OR name LIKE '%Anthropology of Contemporary American Culture%') AND credits = 12
advising
CREATE TABLE table_54515 ( "Driver" text, "Constructor" text, "Laps" real, "Time/Retired" text, "Grid" real ) -- Using valid SQLite, answer the following questions for the tables provided above. -- In what grid did Richard Robarts make 36 laps?
SELECT SUM("Grid") FROM table_54515 WHERE "Driver" = 'richard robarts' AND "Laps" < '36'
wikisql
CREATE TABLE jyjgzbb ( BGDH text, BGRQ time, CKZFWDX text, CKZFWSX number, CKZFWXX number, JCFF text, JCRGH text, JCRXM text, JCXMMC text, JCZBDM text, JCZBJGDL number, JCZBJGDW text, JCZBJGDX text, JCZBMC text, JLDW text, JYRQ time, JYZBLSH text, ...
SELECT * FROM hz_info JOIN mzjzjlb JOIN jybgb JOIN jyjgzbb ON hz_info.YLJGDM = mzjzjlb.YLJGDM AND hz_info.KH = mzjzjlb.KH AND hz_info.KLX = mzjzjlb.KLX AND mzjzjlb.YLJGDM = jybgb.YLJGDM_MZJZJLB AND mzjzjlb.JZLSH = jybgb.JZLSH_MZJZJLB AND jybgb.YLJGDM = jyjgzbb.YLJGDM AND jybgb.BGDH = jyjgzbb.BGDH WHERE hz_info.RYBH = '...
css
CREATE TABLE countries ( COUNTRY_ID varchar(2), COUNTRY_NAME varchar(40), REGION_ID decimal(10,0) ) 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...
SELECT HIRE_DATE, SUM(SALARY) FROM employees WHERE NOT DEPARTMENT_ID IN (SELECT DEPARTMENT_ID FROM departments WHERE MANAGER_ID BETWEEN 100 AND 200) ORDER BY SUM(SALARY)
nvbench
CREATE TABLE table_1914090_2 ( europe VARCHAR, america VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- How many members did Europe have the year that America had 403892?
SELECT europe FROM table_1914090_2 WHERE america = 403892
sql_create_context
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 (...
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN diagnoses ON demographic.hadm_id = diagnoses.hadm_id WHERE demographic.expire_flag = "0" AND diagnoses.long_title = "Laparoscopic surgical procedure converted to open procedure"
mimicsql_data
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 countries ( COUNTRY_ID varchar(2), COUNTRY_NAME varchar(40), REGION_ID decimal(10,0) ) CREATE TABLE jobs ( JOB_ID varchar(10), JOB_...
SELECT HIRE_DATE, SUM(MANAGER_ID) FROM employees WHERE NOT EMPLOYEE_ID IN (SELECT EMPLOYEE_ID FROM job_history) ORDER BY SUM(MANAGER_ID)
nvbench
CREATE TABLE table_11847 ( "Driver" text, "Constructor" text, "Laps" real, "Time/Retired" text, "Grid" real ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What is the time/retired of Driver Masten Gregory Carroll Shelby when the constructor was Maserati,...
SELECT "Time/Retired" FROM table_11847 WHERE "Grid" > '10' AND "Laps" > '2' AND "Constructor" = 'maserati' AND "Driver" = 'masten gregory carroll shelby'
wikisql
CREATE TABLE table_30036 ( "Semitological abbreviation" text, "Hebrew name" text, "Arabic name" text, "Morphological category" text, "Hebrew Form" text, "Arabic form" text, "Approximate translation" text ) -- Using valid SQLite, answer the following questions for the tables provided above....
SELECT COUNT("Hebrew Form") FROM table_30036 WHERE "Arabic form" = 'yuktibu يكتب'
wikisql
CREATE TABLE table_name_40 ( round INTEGER, player VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Which round was Joe Taylor selected in?
SELECT SUM(round) FROM table_name_40 WHERE player = "joe taylor"
sql_create_context
CREATE TABLE Invoice_Items ( Invoice_Item_ID INTEGER, Invoice_ID INTEGER, Order_ID INTEGER, Order_Item_ID INTEGER, Product_ID INTEGER, Order_Quantity INTEGER, Other_Item_Details VARCHAR(255) ) CREATE TABLE Invoices ( Invoice_ID INTEGER, Order_ID INTEGER, payment_method_code CHAR...
SELECT Service_Type_Description, COUNT(Service_Type_Description) FROM Ref_Service_Types AS T1 JOIN Services AS T2 ON T1.Service_Type_Code = T2.Service_Type_Code WHERE T2.Product_Price > 100 GROUP BY Service_Type_Description ORDER BY COUNT(Service_Type_Description) DESC
nvbench
CREATE TABLE table_2908 ( "Episode" text, "First broadcast" text, "Davids team" text, "Lees team" text, "Scores" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Who is on the David's Team for the episode with the Lees Team of Jack Dee and Peter Seraf...
SELECT "Davids team" FROM table_2908 WHERE "Lees team" = 'Jack Dee and Peter Serafinowicz'
wikisql
CREATE TABLE table_56984 ( "Variant (with Niqqud )" text, "without Niqqud" text, "Phonemic Value" text, "Phonetic Realisation" text, "English example" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- If a variant without niqqud is as final letter: or ...
SELECT "Phonetic Realisation" FROM table_56984 WHERE "without Niqqud" = 'as final letter: ו or יו'
wikisql
CREATE TABLE TagSynonyms ( Id number, SourceTagName text, TargetTagName text, CreationDate time, OwnerUserId number, AutoRenameCount number, LastAutoRename time, Score number, ApprovedByUserId number, ApprovalDate time ) CREATE TABLE ReviewTaskTypes ( Id number, Name tex...
SELECT TIME_TO_STR(CreationDate, '%d') AS "day", TIME_TO_STR(CreationDate, '%M') AS "month", TIME_TO_STR(CreationDate, '%Y') AS "year", COUNT(*) FROM Posts WHERE (STR_POSITION(Tags, '<sublimetext>') > 0) GROUP BY TIME_TO_STR(CreationDate, '%d'), TIME_TO_STR(CreationDate, '%M'), TIME_TO_STR(CreationDate, '%Y')
sede
CREATE TABLE table_name_67 ( year INTEGER, award VARCHAR, nominee VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What was the year Bernadette Peters was a nominee for the Tony award?
SELECT SUM(year) FROM table_name_67 WHERE award = "tony award" AND nominee = "bernadette peters"
sql_create_context
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 text ) CREATE TABLE prescriptions ( subject_id text, hadm_id...
SELECT demographic.expire_flag FROM demographic WHERE demographic.subject_id = "3343"
mimicsql_data
CREATE TABLE table_name_76 ( field_goals INTEGER, touchdowns VARCHAR, points VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Which Field goals is the highest one that has Touchdowns of 0, and Points larger than 4?
SELECT MAX(field_goals) FROM table_name_76 WHERE touchdowns = 0 AND points > 4
sql_create_context
CREATE TABLE Transactions_Lots ( transaction_id INTEGER, lot_id INTEGER ) CREATE TABLE Transactions ( transaction_id INTEGER, investor_id INTEGER, transaction_type_code VARCHAR(10), date_of_transaction DATETIME, amount_of_transaction DECIMAL(19,4), share_count VARCHAR(40), other_det...
SELECT purchase_details, COUNT(purchase_details) FROM Purchases AS T1 JOIN Transactions AS T2 ON T1.purchase_transaction_id = T2.transaction_id WHERE T2.amount_of_transaction > 10000 GROUP BY purchase_details ORDER BY COUNT(purchase_details)
nvbench
CREATE TABLE table_name_83 ( part_1 VARCHAR, part_3 VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What is Part 1, when Part 3 is 'heldu'?
SELECT part_1 FROM table_name_83 WHERE part_3 = "heldu"
sql_create_context
CREATE TABLE table_name_31 ( school_club_team VARCHAR, pick VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What school/club had pick 33?
SELECT school_club_team FROM table_name_31 WHERE pick = 33
sql_create_context
CREATE TABLE table_name_81 ( hs_principal VARCHAR, year VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Who is the h.s. principal during 1973-1974?
SELECT hs_principal FROM table_name_81 WHERE year = "1973-1974"
sql_create_context
CREATE TABLE mzjzjlb ( HXPLC number, HZXM text, JLSJ time, JZJSSJ time, JZKSBM text, JZKSMC text, JZKSRQ time, JZLSH text, JZZDBM text, JZZDSM text, JZZTDM number, JZZTMC text, KH text, KLX number, MJZH text, ML number, MZZYZDZZBM text, MZZYZDZZMC ...
SELECT mzjzjlb.JZZDBM, mzjzjlb.JZZDSM FROM hz_info JOIN mzjzjlb JOIN hz_info_mzjzjlb ON hz_info.YLJGDM = hz_info_mzjzjlb.YLJGDM AND hz_info.KH = mzjzjlb.KH AND hz_info.KLX = mzjzjlb.KLX AND hz_info_mzjzjlb.JZLSH = mzjzjlb.JZLSH AND hz_info_mzjzjlb.YLJGDM = hz_info_mzjzjlb.YLJGDM AND hz_info_mzjzjlb.JZLSH = mzjzjlb.JZLS...
css
CREATE TABLE table_75348 ( "Player" text, "Position" text, "Starter" text, "Touchdowns" real, "Extra points" real, "Field goals" real, "Points" real ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What is the highest field goals when there were mo...
SELECT MAX("Field goals") FROM table_75348 WHERE "Touchdowns" > '1' AND "Extra points" > '0'
wikisql
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 diagnoses_icd ( row_id number, subject_id number, hadm_id number, icd9_code text, ...
SELECT admissions.dischtime FROM admissions WHERE admissions.subject_id = 14054 AND STRFTIME('%y', admissions.dischtime) >= '2105' ORDER BY admissions.dischtime LIMIT 1
mimic_iii
CREATE TABLE table_name_4 ( role VARCHAR, year VARCHAR, festival_organization VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What role was at the Sydney Film Festival in 2008?
SELECT role FROM table_name_4 WHERE year = 2008 AND festival_organization = "sydney film festival"
sql_create_context
CREATE TABLE table_63515 ( "Tournament" text, "2003" text, "2004" text, "2005" text, "2006" text, "2007" text, "2008" text, "2009" text, "2010" text, "2011" text, "2012" text, "Win %" text ) -- Using valid SQLite, answer the following questions for the tables provided a...
SELECT "2007" FROM table_63515 WHERE "2009" = '1r'
wikisql
CREATE TABLE table_name_71 ( fatalities VARCHAR, aircraft VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What was the number of fatalities for the Viscount 700?
SELECT fatalities FROM table_name_71 WHERE aircraft = "viscount 700"
sql_create_context
CREATE TABLE ref_document_types ( document_type_code text, document_type_name text, document_type_description text ) CREATE TABLE accounts ( account_id number, statement_id number, account_details text ) CREATE TABLE projects ( project_id number, project_details text ) CREATE TABLE do...
SELECT statement_id, COUNT(*) FROM accounts GROUP BY statement_id
spider
CREATE TABLE table_17130 ( "Calculator" text, "CPU" text, "RAM" text, "Display Size" text, "Programming Languages" text, "Link Abilities" text, "Year Released" text, "Predecessors" text, "Successors" text ) -- Using valid SQLite, answer the following questions for the tables provid...
SELECT "CPU" FROM table_17130 WHERE "RAM" = '28 KB of RAM' AND "Display Size" = '128×64 pixels 21×8 characters'
wikisql
CREATE TABLE table_25355392_2 ( june_10_11 VARCHAR, march_27_29 VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- what is june 10-11 when march 27-29 is 149?
SELECT june_10_11 FROM table_25355392_2 WHERE march_27_29 = "149"
sql_create_context
CREATE TABLE table_64515 ( "Shirt No" real, "Nationality" text, "Player" text, "Birth Date" text, "Height" real, "Position" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What is the Shirt No for Henry Bell Cisnero whose height is less than 190?...
SELECT MAX("Shirt No") FROM table_64515 WHERE "Height" < '190' AND "Player" = 'henry bell cisnero'
wikisql
CREATE TABLE table_68293 ( "Tournament" text, "2007" text, "2008" text, "2009" text, "2010" text, "2011" text, "2012" text, "2013" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Which tournament had a 2010 finish of 4R?
SELECT "Tournament" FROM table_68293 WHERE "2010" = '4r'
wikisql
CREATE TABLE lab ( labid number, patientunitstayid number, labname text, labresult number, labresulttime time ) CREATE TABLE allergy ( allergyid number, patientunitstayid number, drugname text, allergyname text, allergytime time ) CREATE TABLE microlab ( microlabid number, ...
SELECT medication.drugstarttime FROM medication WHERE medication.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '006-124193')) AND medication.routeadmin = 'iv flush' AND DATET...
eicu
CREATE TABLE regions ( REGION_ID decimal(5,0), REGION_NAME varchar(25) ) CREATE TABLE locations ( LOCATION_ID decimal(4,0), STREET_ADDRESS varchar(40), POSTAL_CODE varchar(12), CITY varchar(30), STATE_PROVINCE varchar(25), COUNTRY_ID varchar(2) ) CREATE TABLE job_history ( EMPLOYEE...
SELECT FIRST_NAME, LOCATION_ID FROM employees AS T1 JOIN departments AS T2 ON T1.DEPARTMENT_ID = T2.DEPARTMENT_ID WHERE T1.EMPLOYEE_ID = T2.MANAGER_ID
nvbench
CREATE TABLE table_8627 ( "Discipline" text, "Championship" text, "Circuit" text, "Session" text, "Cause" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What was the discipline for the euroboss championship?
SELECT "Discipline" FROM table_8627 WHERE "Championship" = 'euroboss'
wikisql
CREATE TABLE Posts ( Id number, PostTypeId number, AcceptedAnswerId number, ParentId number, CreationDate time, DeletionDate time, Score number, ViewCount number, Body text, OwnerUserId number, OwnerDisplayName text, LastEditorUserId number, LastEditorDisplayName text...
SELECT q.Id AS "post_link", q.Score AS "Q Score", a.Score AS "A Score" FROM Posts AS q INNER JOIN Posts AS a ON a.ParentId = q.Id WHERE q.PostTypeId = 1 AND a.PostTypeId = 2 AND q.Score < 0 AND a.Score < 0 AND q.CreationDate > '2016-01-01 01:01:01' AND q.ClosedDate > '2016-01-01 01:01:01' AND NOT q.AcceptedAnswerId IS ...
sede
CREATE TABLE t_kc22 ( MED_EXP_DET_ID text, OVERALL_CD_ORG text, OVERALL_CD_PERSON text, MED_CLINIC_ID text, MED_EXP_BILL_ID text, SOC_SRT_DIRE_CD text, SOC_SRT_DIRE_NM text, DIRE_TYPE number, CHA_ITEM_LEV number, MED_INV_ITEM_TYPE text, MED_DIRE_CD text, MED_DIRE_NM text,...
SELECT AVG(MED_AMOUT) FROM t_kc21 WHERE MED_ORG_DEPT_CD = '5788' AND IN_HOSP_DATE BETWEEN '2007-06-11' AND '2021-09-04' AND IN_DIAG_DIS_NM = '酒精性肝硬化' AND CLINIC_TYPE = '住院'
css
CREATE TABLE fielding_outfield ( player_id TEXT, year INTEGER, stint INTEGER, glf NUMERIC, gcf NUMERIC, grf NUMERIC ) CREATE TABLE player_award_vote ( award_id TEXT, year INTEGER, league_id TEXT, player_id TEXT, points_won NUMERIC, points_max INTEGER, votes_first NUM...
SELECT year, COUNT(year) FROM home_game
nvbench
CREATE TABLE microbiologyevents ( row_id number, subject_id number, hadm_id number, charttime time, spec_type_desc text, org_name text ) CREATE TABLE outputevents ( row_id number, subject_id number, hadm_id number, icustay_id number, charttime time, itemid number, va...
SELECT DISTINCT cost.cost FROM cost WHERE cost.event_type = 'prescriptions' AND cost.event_id IN (SELECT prescriptions.row_id FROM prescriptions WHERE prescriptions.drug = 'permethrin')
mimic_iii
CREATE TABLE table_68420 ( "Date" text, "Opponent" text, "Score" text, "Loss" text, "Attendance" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What was the score for the game that had an attendance of 41,087?
SELECT "Score" FROM table_68420 WHERE "Attendance" = '41,087'
wikisql
CREATE TABLE table_2013618_1 ( density VARCHAR, traditional VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Name the density for
SELECT density FROM table_2013618_1 WHERE traditional = "古田縣"
sql_create_context
CREATE TABLE Parties_in_Events ( Party_ID INTEGER, Event_ID INTEGER, Role_Code CHAR(15) ) CREATE TABLE Agreements ( Document_ID INTEGER, Event_ID INTEGER ) CREATE TABLE Parties ( Party_ID INTEGER, Party_Details VARCHAR(255) ) CREATE TABLE Events ( Event_ID INTEGER, Address_ID INTE...
SELECT Product_Name, COUNT(Product_Name) FROM Products WHERE NOT Product_ID IN (SELECT Product_ID FROM Products_in_Events) GROUP BY Product_Name ORDER BY Product_Name DESC
nvbench
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 ) C...
SELECT demographic.admittime, prescriptions.drug FROM demographic INNER JOIN prescriptions ON demographic.hadm_id = prescriptions.hadm_id WHERE demographic.subject_id = "18480"
mimicsql_data
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, language text, religion text, ...
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN procedures ON demographic.hadm_id = procedures.hadm_id WHERE demographic.marital_status = "WIDOWED" AND procedures.long_title = "Laryngoscopy and other tracheoscopy"
mimicsql_data
CREATE TABLE customers ( customer_id number, customer_address_id number, customer_status_code text, date_became_customer time, date_of_birth time, first_name text, last_name text, amount_outstanding number, email_address text, phone_number text, cell_mobile_phone_number text ...
SELECT COUNT(*) FROM lessons AS T1 JOIN customers AS T2 ON T1.customer_id = T2.customer_id WHERE T2.first_name = "Ray"
spider
CREATE TABLE table_3509 ( "Year" real, "Qatari Male" real, "Qatari Female" real, "Total Qatari" real, "Non Qatari Male" real, "Non Qatari Female" real, "Total Non Qatar" real, "Total Male" real, "Total Female" real, "Grand Total" real ) -- Using valid SQLite, answer the followi...
SELECT "Total Female" FROM table_3509 WHERE "Qatari Female" = '918'
wikisql
CREATE TABLE airport_service ( city_code varchar, airport_code varchar, miles_distant int, direction varchar, minutes_distant int ) CREATE TABLE class_of_service ( booking_class varchar, rank int, class_description text ) CREATE TABLE time_interval ( period text, begin_time int...
SELECT DISTINCT flight.flight_id FROM airport_service AS AIRPORT_SERVICE_0, airport_service AS AIRPORT_SERVICE_1, airport_service AS AIRPORT_SERVICE_2, airport_service AS AIRPORT_SERVICE_3, city AS CITY_0, city AS CITY_1, city AS CITY_2, city AS CITY_3, flight WHERE ((CITY_0.city_code = AIRPORT_SERVICE_0.city_code AND ...
atis
CREATE TABLE table_name_36 ( county VARCHAR, year_left VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- what is the county when the year left is 1998?
SELECT county FROM table_name_36 WHERE year_left = "1998"
sql_create_context
CREATE TABLE jyjgzbb ( JYZBLSH text, YLJGDM text, BGDH text, BGRQ time, JYRQ time, JCRGH text, JCRXM text, SHRGH text, SHRXM text, JCXMMC text, JCZBDM text, JCFF text, JCZBMC text, JCZBJGDX text, JCZBJGDL number, JCZBJGDW text, SBBM text, YQBH text...
SELECT zyjzjlb.JZLSH FROM person_info JOIN hz_info JOIN zyjzjlb ON person_info.RYBH = hz_info.RYBH AND hz_info.YLJGDM = zyjzjlb.YLJGDM AND hz_info.KH = zyjzjlb.KH AND hz_info.KLX = zyjzjlb.KLX WHERE person_info.XM = '许涵映' AND NOT zyjzjlb.JZLSH IN (SELECT JZLSH FROM jybgb WHERE BGRQ <= '2012-07-16')
css
CREATE TABLE table_42062 ( "8:00" text, "8:30" text, "9:00" text, "9:30" text, "10:00" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- When Grey's Anatomy aired at 9:30 what aired at 9:00?
SELECT "9:00" FROM table_42062 WHERE "9:30" = 'grey''s anatomy'
wikisql
CREATE TABLE table_name_60 ( team_wins INTEGER, individual_winners VARCHAR, total_wins VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Which Team wins has an Individual winner smaller than 1 and Total win larger than 1?
SELECT SUM(team_wins) FROM table_name_60 WHERE individual_winners < 1 AND total_wins > 1
sql_create_context
CREATE TABLE table_36826 ( "Title" text, "Genre" text, "C=64" text, "ZX Spectrum" text, "Others" text, "Year" real, "Format" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Which ZX Spectrum has a Year larger than 1984, and a Genre of arcade/...
SELECT "ZX Spectrum" FROM table_36826 WHERE "Year" > '1984' AND "Genre" = 'arcade/strategy'
wikisql
CREATE TABLE table_38946 ( "Game" real, "December" real, "Opponent" text, "Score" text, "Record" text, "Points" real ) -- Using valid SQLite, answer the following questions for the tables provided above. -- After December 19, what is the Game number with a Record of 21 4 7?
SELECT COUNT("Game") FROM table_38946 WHERE "Record" = '21–4–7' AND "December" > '19'
wikisql
CREATE TABLE student ( id text, name text, dept_name text, tot_cred number ) CREATE TABLE advisor ( s_id text, i_id text ) CREATE TABLE course ( course_id text, title text, dept_name text, credits number ) CREATE TABLE instructor ( id text, name text, dept_name tex...
SELECT DISTINCT building FROM classroom WHERE capacity > 50
spider
CREATE TABLE jobs ( job_id int, job_title varchar, description varchar, requirement varchar, city varchar, state varchar, country varchar, zip int ) CREATE TABLE ta ( campus_job_id int, student_id int, location varchar ) CREATE TABLE course_prerequisite ( pre_course_id ...
SELECT DISTINCT course.department, course.name, course.number FROM course INNER JOIN course_offering ON course.course_id = course_offering.course_id INNER JOIN semester ON semester.semester_id = course_offering.semester INNER JOIN program_course ON program_course.course_id = course_offering.course_id WHERE program_cour...
advising
CREATE TABLE EMPLOYEE ( EMP_NUM int, EMP_LNAME varchar(15), EMP_FNAME varchar(12), EMP_INITIAL varchar(1), EMP_JOBCODE varchar(5), EMP_HIREDATE datetime, EMP_DOB datetime ) CREATE TABLE DEPARTMENT ( DEPT_CODE varchar(10), DEPT_NAME varchar(30), SCHOOL_CODE varchar(8), EMP_NU...
SELECT DEPT_CODE, MIN(STU_GPA) FROM STUDENT GROUP BY DEPT_CODE ORDER BY MIN(STU_GPA) DESC
nvbench
CREATE TABLE mzb ( CLINIC_ID text, COMP_ID text, DATA_ID text, DIFF_PLACE_FLG number, FERTILITY_STS number, FLX_MED_ORG_ID text, HOSP_LEV number, HOSP_STS number, IDENTITY_CARD text, INPT_AREA_BED text, INSURED_IDENTITY number, INSURED_STS text, INSU_TYPE text, IN...
SELECT COUNT(*) FROM qtb JOIN t_kc22 ON qtb.MED_CLINIC_ID = t_kc22.MED_CLINIC_ID WHERE qtb.PERSON_ID = '80476579' AND t_kc22.STA_DATE BETWEEN '2001-01-31' AND '2009-08-12' AND t_kc22.SOC_SRT_DIRE_NM = '盐酸多奈哌齐片(薄膜)' UNION SELECT COUNT(*) FROM gyb JOIN t_kc22 ON gyb.MED_CLINIC_ID = t_kc22.MED_CLINIC_ID WHERE gyb.PERSON_I...
css
CREATE TABLE hz_info ( KH text, KLX number, YLJGDM text, RYBH text ) CREATE TABLE jyjgzbb ( JYZBLSH text, YLJGDM text, BGDH text, BGRQ time, JYRQ time, JCRGH text, JCRXM text, SHRGH text, SHRXM text, JCXMMC text, JCZBDM text, JCFF text, JCZBMC text, ...
SELECT AVG(jyjgzbb.JCZBJGDL), MIN(jyjgzbb.JCZBJGDL), MAX(jyjgzbb.JCZBJGDL) FROM mzjzjlb JOIN jybgb JOIN jyjgzbb ON mzjzjlb.YLJGDM = jybgb.YLJGDM_MZJZJLB AND mzjzjlb.JZLSH = jybgb.JZLSH_MZJZJLB AND jybgb.YLJGDM = jyjgzbb.YLJGDM AND jybgb.BGDH = jyjgzbb.BGDH WHERE mzjzjlb.JZZDBM = 'C89.828' AND jyjgzbb.JCZBMC = '胸腹水白蛋白(白...
css
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 ) ...
SELECT MAX(demographic.age) FROM demographic WHERE demographic.marital_status = "WIDOWED" AND demographic.days_stay = "23"
mimicsql_data
CREATE TABLE jybgb ( BBCJBW text, BBDM text, BBMC text, BBZT number, BGDH text, BGJGDM text, BGJGMC text, BGRGH text, BGRQ time, BGRXM text, BGSJ time, CJRQ time, JSBBRQSJ time, JSBBSJ time, JYBBH text, JYJGMC text, JYJSGH text, JYJSQM text, JY...
SELECT jybgb.BGDH FROM person_info JOIN hz_info JOIN mzjzjlb JOIN jybgb JOIN mzjzjlb_jybgb ON person_info.RYBH = hz_info.RYBH AND hz_info.YLJGDM = mzjzjlb.YLJGDM AND hz_info.KH = mzjzjlb.KH AND hz_info.KLX = mzjzjlb.KLX AND mzjzjlb.YLJGDM = mzjzjlb_jybgb.YLJGDM_MZJZJLB AND mzjzjlb.JZLSH = jybgb.JZLSH_MZJZJLB AND mzjzjl...
css
CREATE TABLE table_name_62 ( decision VARCHAR, visitor VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- No Decision listed above has a visitor of Montreal.
SELECT decision FROM table_name_62 WHERE visitor = "montreal"
sql_create_context
CREATE TABLE program_course ( program_id int, course_id int, workload int, category varchar ) CREATE TABLE course_tags_count ( course_id int, clear_grading int, pop_quiz int, group_projects int, inspirational int, long_lectures int, extra_credit int, few_tests int, g...
SELECT DISTINCT program_requirement.additional_req, program_requirement.category, program_requirement.min_credit, program.name FROM program, program_requirement WHERE program.name LIKE '%CS-LSA%' AND program.program_id = program_requirement.program_id
advising
CREATE TABLE table_name_21 ( high_points VARCHAR, date VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What player had the high point on July 7?
SELECT high_points FROM table_name_21 WHERE date = "july 7"
sql_create_context
CREATE TABLE table_7343 ( "Date" text, "Time" text, "Home" text, "Away" text, "Score" text, "Ground" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- When did the team play an away game against the Toronto Eagles?
SELECT "Date" FROM table_7343 WHERE "Away" = 'toronto eagles'
wikisql
CREATE TABLE table_name_14 ( golden_point_s__scorer VARCHAR, away VARCHAR, home VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What Golden point(s) scorer has the Away Brisbane Broncos and Home South Sydney Rabbitohs?
SELECT golden_point_s__scorer FROM table_name_14 WHERE away = "brisbane broncos" AND home = "south sydney rabbitohs"
sql_create_context
CREATE TABLE gwyjzb ( CLINIC_ID text, CLINIC_TYPE text, COMP_ID text, DATA_ID text, DIFF_PLACE_FLG number, FERTILITY_STS number, FLX_MED_ORG_ID text, HOSP_LEV number, HOSP_STS number, IDENTITY_CARD text, INPT_AREA_BED text, INSURED_IDENTITY number, INSURED_STS text, ...
SELECT AVG(gwyjzb.MED_AMOUT) FROM gwyjzb WHERE gwyjzb.MED_ORG_DEPT_CD = '706' AND gwyjzb.IN_HOSP_DATE BETWEEN '2015-07-24' AND '2015-08-24' AND gwyjzb.IN_DIAG_DIS_CD = 'H52.059' AND gwyjzb.CLINIC_TYPE = '住院' UNION SELECT AVG(fgwyjzb.MED_AMOUT) FROM fgwyjzb WHERE fgwyjzb.MED_ORG_DEPT_CD = '706' AND fgwyjzb.IN_HOSP_DATE ...
css
CREATE TABLE table_name_55 ( party VARCHAR, minister VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What is Party, when Minister is 'Franco Frattini'?
SELECT party FROM table_name_55 WHERE minister = "franco frattini"
sql_create_context
CREATE TABLE regions ( REGION_ID decimal(5,0), REGION_NAME varchar(25) ) 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 locations ( LOCATION_ID decimal(4,0), STREET_ADDRESS varchar(4...
SELECT JOB_ID, AVG(EMPLOYEE_ID) FROM employees WHERE SALARY BETWEEN 8000 AND 12000 AND COMMISSION_PCT <> "null" OR DEPARTMENT_ID <> 40 GROUP BY JOB_ID ORDER BY JOB_ID
nvbench
CREATE TABLE table_39540 ( "Wind Farm" text, "Capacity (MW)" real, "Turbines" real, "Turbine Vendor" text, "Size (MW)" text, "County" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What is the size of the windfarm in wexford that has more than 1...
SELECT "Size (MW)" FROM table_39540 WHERE "Turbines" > '19' AND "Turbine Vendor" = 'enercon' AND "County" = 'wexford'
wikisql
CREATE TABLE table_23155 ( "LGA Name" text, "Area (km 2 )" real, "Census 2006 population" real, "Administrative capital" text, "Postal Code" real ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What is the maximum 2006 census population of LGA name Opobo/...
SELECT MAX("Census 2006 population") FROM table_23155 WHERE "LGA Name" = 'Opobo/Nkoro'
wikisql
CREATE TABLE table_name_60 ( jushin_liger VARCHAR, gran_hamada VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Which Jushin Liger has a Gran Hamada of kendo kashin?
SELECT jushin_liger FROM table_name_60 WHERE gran_hamada = "kendo kashin"
sql_create_context
CREATE TABLE table_60251 ( "Name" text, "Volume" text, "Engine" text, "Fuel" text, "Output" text, "Torque" text, "Engine ID code(s)" text, "0\u2013100km/h,s" real, "Top speed" text, "Years" text ) -- Using valid SQLite, answer the following questions for the tables provided abo...
SELECT "Engine" FROM table_60251 WHERE "Output" = 'ps (kw; hp) @4700 rpm'
wikisql
CREATE TABLE table_31014 ( "Rnd" text, "Circuit" text, "AP Winning Team" text, "BP Winning Team" text, "CM Winning Team" text, "CP Winning Team" text, "DM Winning Team" text, "DP Winning Team" text, "EM Winning Team" text, "EP Winning Team" text, "FM Winning Team" text, "...
SELECT "HP Winning Team" FROM table_31014 WHERE "EP Winning Team" = 'Hans Zereis' AND "GM Winning Team" = 'Charles Gibson'
wikisql
CREATE TABLE table_name_7 ( extra_points INTEGER, player VARCHAR, touchdowns VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What mean number of extra points was there when James Lawrence was a player and the touchdown number was less than 1?
SELECT AVG(extra_points) FROM table_name_7 WHERE player = "james lawrence" AND touchdowns < 1
sql_create_context
CREATE TABLE table_203_305 ( id number, "round" number, "#" number, "player" text, "nationality" text, "college/junior/club team (league)" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- who is the only player to have denmark listed as their nati...
SELECT "player" FROM table_203_305 WHERE "nationality" = 'denmark'
squall
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, ...
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN diagnoses ON demographic.hadm_id = diagnoses.hadm_id WHERE demographic.expire_flag = "1" AND diagnoses.short_title = "Noninf gastroenterit NEC"
mimicsql_data
CREATE TABLE table_28138035_26 ( year_location VARCHAR, womens_singles VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What year and where was the tournament when fan ying won the womens singles?
SELECT year_location FROM table_28138035_26 WHERE womens_singles = "Fan Ying"
sql_create_context
CREATE TABLE countries ( COUNTRY_ID varchar(2), COUNTRY_NAME varchar(40), REGION_ID decimal(10,0) ) CREATE TABLE jobs ( JOB_ID varchar(10), JOB_TITLE varchar(35), MIN_SALARY decimal(6,0), MAX_SALARY decimal(6,0) ) CREATE TABLE departments ( DEPARTMENT_ID decimal(4,0), DEPARTMENT_NA...
SELECT PHONE_NUMBER, EMPLOYEE_ID FROM employees WHERE NOT DEPARTMENT_ID IN (SELECT DEPARTMENT_ID FROM departments WHERE MANAGER_ID BETWEEN 100 AND 200) ORDER BY PHONE_NUMBER DESC
nvbench
CREATE TABLE table_name_24 ( label VARCHAR, album VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What label shows an Album of cover version v?
SELECT label FROM table_name_24 WHERE album = "cover version v"
sql_create_context
CREATE TABLE table_name_7 ( genre VARCHAR, title VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What genre was Music in the Air?
SELECT genre FROM table_name_7 WHERE title = "music in the air"
sql_create_context
CREATE TABLE table_23740 ( "County" text, "Obama%" text, "Obama#" real, "McCain%" text, "McCain#" real ) -- Using valid SQLite, answer the following questions for the tables provided above. -- In how many counties di McCain win 41.62% of the vote?
SELECT COUNT("County") FROM table_23740 WHERE "McCain%" = '41.62%'
wikisql
CREATE TABLE table_11206916_2 ( date_of_appointment VARCHAR, outgoing_manager VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What is the date of appointment for outgoing manager Campbell Money
SELECT date_of_appointment FROM table_11206916_2 WHERE outgoing_manager = "Campbell Money"
sql_create_context
CREATE TABLE table_1808 ( "Year" real, "Lok Sabha" text, "Members of Parliament" text, "Party Won" text, "Winners % votes" text, "Trailing Party" text, "Trailing Party % votes" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What year was the...
SELECT MIN("Year") FROM table_1808 WHERE "Winners % votes" = '55.99%'
wikisql
CREATE TABLE table_name_73 ( points INTEGER, losses VARCHAR, position VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What is the lowest number of points of the team with 2 losses and a lower than 1 position?
SELECT MIN(points) FROM table_name_73 WHERE losses = 2 AND position > 1
sql_create_context
CREATE TABLE table_57966 ( "Home team" text, "Home team score" text, "Away team" text, "Away team score" text, "Venue" text, "Crowd" real, "Date" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What is the away team's score when the Home team...
SELECT "Away team score" FROM table_57966 WHERE "Home team score" = '14.18 (102)'
wikisql
CREATE TABLE table_204_966 ( id number, "region" text, "date" text, "label" text, "format" text, "catalog" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- what label was italy on ?
SELECT "label" FROM table_204_966 WHERE "region" = 'italy'
squall
CREATE TABLE table_65762 ( "Name" text, "Nationality" text, "4.30" text, "4.45" text, "4.55" text, "Result" real ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What national has 4.45 for o and 4.55 for xo?
SELECT "Nationality" FROM table_65762 WHERE "4.45" = 'o' AND "4.55" = 'xo'
wikisql
CREATE TABLE people ( people_id number, name text, height number, weight number, date_of_birth text ) CREATE TABLE entrepreneur ( entrepreneur_id number, people_id number, company text, money_requested number, investor text ) -- Using valid SQLite, answer the following questio...
SELECT AVG(money_requested) FROM entrepreneur
spider
CREATE TABLE table_28157 ( "Graphics" text, "Launch" real, "Market" text, "CPU" text, "Code name" text, "Device ID" real, "Core clock ( MHz )" text, "Execution units" real, "Shader model" text, "DirectX" text, "OpenGL" text, "OpenCL" text, "Memory bandwidth ( GB/s )" ...
SELECT "Core clock ( MHz )" FROM table_28157 WHERE "Memory bandwidth ( GB/s )" = '21.3'
wikisql
CREATE TABLE table_31012 ( "Rnd" text, "Circuit" text, "AP Winning Team" text, "BP Winning Team" text, "CM Winning Team" text, "CP Winning Team" text, "DM Winning Team" text, "DP Winning Team" text, "EM Winning Team" text, "EP Winning Team" text, "FM Winning Team" text, "...
SELECT "GM Winning Team" FROM table_31012 WHERE "EP Winning Team" = '#37 Porsche'
wikisql
CREATE TABLE table_name_57 ( position VARCHAR, b_score VARCHAR, gymnast VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What is their position when the b score is more than 8.975 for Ekaterina Kramarenko ( rus )?
SELECT position FROM table_name_57 WHERE b_score > 8.975 AND gymnast = "ekaterina kramarenko ( rus )"
sql_create_context
CREATE TABLE table_train_157 ( "id" int, "gender" string, "systolic_blood_pressure_sbp" int, "hemoglobin_a1c_hba1c" float, "platelets" int, "renal_disease" bool, "c_reactive_protein" float, "creatinine_clearance_cl" float, "urine_protein" int, "serum_creatinine" float, "prote...
SELECT * FROM table_train_157 WHERE renal_disease = 1 AND serum_creatinine > 1.5
criteria2sql
CREATE TABLE election ( Date VARCHAR, Vote_Percent VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- List the dates and vote percents of elections.
SELECT Date, Vote_Percent FROM election
sql_create_context
CREATE TABLE table_204_123 ( id number, "week" number, "date" text, "kickoff" text, "opponent" text, "results\nfinal score" text, "results\nteam record" text, "game site" text, "attendance" number ) -- Using valid SQLite, answer the following questions for the tables provided above...
SELECT "date" FROM table_204_123 ORDER BY "attendance" LIMIT 1
squall
CREATE TABLE table_2319 ( "School" text, "Location(s)" text, "Control" text, "Type" text, "Enrollment" real, "Founded" real ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What enrollement would you expect if you were attending the university in St. L...
SELECT "Enrollment" FROM table_2319 WHERE "Location(s)" = 'St. Louis'
wikisql
CREATE TABLE table_203_186 ( id number, "painter" text, "composition" number, "drawing" number, "color" number, "expression" number ) -- Using valid SQLite, answer the following questions for the tables provided above. -- what is the total number of painters who scored 12 in composition ?
SELECT COUNT("painter") FROM table_203_186 WHERE "composition" = 12
squall
CREATE TABLE table_29728596_2 ( away_team VARCHAR, competition VARCHAR, home_team VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Who were the away teams when the competition was the 1st republic of srpska football day and the home team was u 14 republic ...
SELECT away_team FROM table_29728596_2 WHERE competition = "1st ``Republic of Srpska Football Day``" AND home_team = "U 14 Republic of Srpska"
sql_create_context
CREATE TABLE table_name_32 ( chassis VARCHAR, year VARCHAR, entrant VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Which chassis did fondmetal f1 spa use after 1990?
SELECT chassis FROM table_name_32 WHERE year > 1990 AND entrant = "fondmetal f1 spa"
sql_create_context