text
stringlengths
197
8.39k
### Context: CREATE TABLE t_kc24 ( ACCOUNT_DASH_DATE time, ACCOUNT_DASH_FLG number, CASH_PAY number, CIVIL_SUBSIDY number, CKC102 number, CLINIC_ID text, CLINIC_SLT_DATE time, COMP_ID text, COM_ACC_PAY number, COM_PAY number, DATA_ID text, ENT_ACC_PAY number, ENT_PAY ...
### Context: CREATE TABLE table_19516 ( "No." real, "Station Code" text, "Station" text, "Arrival" text, "Departure" text, "Kilometers" real, "Day" real ) -- Using valid SQLite, answer the following questions for the tables provided above. -- what is the arrival time where the station cod...
### Context: CREATE TABLE table_name_68 ( silver INTEGER, rank VARCHAR, total VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What is the lowest number of silver medals with a rank of 4 and total medals greater than 1? ### Query: SELECT MIN(silver) FROM ...
### Context: 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, admissi...
### Context: CREATE TABLE table_204_346 ( id number, "#" number, "date" text, "venue" text, "opponent" text, "result" text, "competition" text, "scored" number ) -- Using valid SQLite, answer the following questions for the tables provided above. -- what is the number of goals scored ...
### Context: CREATE TABLE table_64946 ( "Player" text, "Country" text, "Year(s) won" text, "Total" real, "To par" text, "Finish" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Who won in 1988 with a total less than 287? ### Query: SELECT "Playe...
### Context: CREATE TABLE table_29439 ( "No. in series" real, "No. in season" real, "Title" text, "Directed by" text, "Written by" text, "Original air date" text, "Production code" text, "U.S. viewers (millions)" text ) -- Using valid SQLite, answer the following questions for the tabl...
### Context: CREATE TABLE table_203_798 ( id number, "party" text, "votes" text, "%" number, "swing" number, "seats" number, "change" number ) -- Using valid SQLite, answer the following questions for the tables provided above. -- what party had the least number of seats ? ### Query: SEL...
### Context: 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 ( instruct...
### Context: CREATE TABLE table_28037619_2 ( written_by VARCHAR, us_viewers__million_ VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- How many people wrote the episode that had 7.26 million u.s. viewers? ### Query: SELECT COUNT(written_by) FROM table_2803761...
### Context: CREATE TABLE table_78424 ( "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 largest number of laps with a Grid larger than 14, a Time/Retired of + 2 l...
### Context: CREATE TABLE album ( albumid number, title text, artistid number ) CREATE TABLE playlisttrack ( playlistid number, trackid number ) CREATE TABLE genre ( genreid number, name text ) CREATE TABLE artist ( artistid number, name text ) CREATE TABLE invoiceline ( invo...
### Context: CREATE TABLE table_55954 ( "Week" real, "Date" text, "Opponent" text, "Result" text, "Attendance" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Where attendance is 79,431 what is date? ### Query: SELECT "Date" FROM table_55954 WHERE "...
### Context: 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 text, flag text, value_unit text, label text, fluid text ) CREATE TABLE...
### Context: CREATE TABLE table_40037 ( "Country" text, "Local name" text, "Host" text, "Network" text, "Date premiered" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Which Country has a Network of channel 1? ### Query: SELECT "Country" FROM table...
### Context: CREATE TABLE table_dev_35 ( "id" int, "white_blood_cell_count_wbc" int, "platelets" int, "neutrophil_count" int, "serum_creatinine" float, "albumin" float, "NOUSE" float ) -- Using valid SQLite, answer the following questions for the tables provided above. -- neutrophil count...
### Context: CREATE TABLE hz_info ( KH text, KLX number, RYBH text, YLJGDM text ) 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 te...
### Context: CREATE TABLE t_kc22 ( AMOUNT number, CHA_ITEM_LEV number, DATA_ID text, DIRE_TYPE number, DOSE_FORM text, DOSE_UNIT text, EACH_DOSAGE text, EXP_OCC_DATE time, FLX_MED_ORG_ID text, FXBZ number, HOSP_DOC_CD text, HOSP_DOC_NM text, MED_CLINIC_ID text, ME...
### Context: CREATE TABLE table_203_320 ( id number, "rank in\n2011" number, "name of\nconcern" text, "location of\nheadquarters" text, "revenue\n(thou.\npln)" number, "profit\n(thou.\npln)" number, "employees" number ) -- Using valid SQLite, answer the following questions for the tables p...
### Context: CREATE TABLE table_name_82 ( played VARCHAR, points_difference VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What are the played points difference? ### Query: SELECT played FROM table_name_82 WHERE points_difference = "points difference"
### Context: CREATE TABLE table_80210 ( "Year" real, "Entrant" text, "Chassis" text, "Engine" text, "Points" real ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What chassis did the porsche flat-4 use before 1958? ### Query: SELECT "Chassis" FROM table_...
### Context: CREATE TABLE table_12032893_1 ( _number VARCHAR, name VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What number (#) is associated with the Name Ron Baxter? ### Query: SELECT COUNT(_number) FROM table_12032893_1 WHERE name = "Ron Baxter"
### Context: CREATE TABLE editor ( Editor_ID int, Name text, Age real ) CREATE TABLE journal ( Journal_ID int, Date text, Theme text, Sales int ) CREATE TABLE journal_committee ( Editor_ID int, Journal_ID int, Work_Type text ) -- Using valid SQLite, answer the following quest...
### Context: CREATE TABLE table_name_19 ( margin_of_victory VARCHAR, runner_s__up VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Which Margin of victory has a Runner(s)-up of mark o'meara? ### Query: SELECT margin_of_victory FROM table_name_19 WHERE runner_...
### 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 ...
### Context: CREATE TABLE table_17773 ( "Sequencer" text, "Ion Torrent PGM" text, "454 GS FLX" text, "HiSeq 2000" text, "SOLiDv4" text, "PacBio" text, "Sanger 3730xl" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What is the sequencer when ...
### 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 lab ( subject_id text, hadm...
### Context: CREATE TABLE table_26428602_1 ( absorb__nm_ INTEGER, color VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- How much absorption in nm does the orange dye have? ### Query: SELECT MIN(absorb__nm_) FROM table_26428602_1 WHERE color = "orange"
### Context: CREATE TABLE table_204_565 ( id number, "game" number, "date" text, "opponent" text, "venue" text, "result" text, "attendance" number, "goalscorers" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- how many games were played i...
### Context: CREATE TABLE table_name_88 ( year INTEGER, points VARCHAR, chassis VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Which year has a total of 0 points and a chassis of Toleman tg181? ### Query: SELECT AVG(year) FROM table_name_88 WHERE points...
### Context: CREATE TABLE course_prerequisite ( pre_course_id int, course_id int ) CREATE TABLE program_requirement ( program_id int, category varchar, min_credit int, additional_req varchar ) CREATE TABLE area ( course_id int, area varchar ) CREATE TABLE comment_instructor ( inst...
### 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, ...
### Context: CREATE TABLE table_24187 ( "No in Series" real, "Title" text, "Directed by" text, "Written by" text, "Original air date" text, "Production code" real, "U.S. viewers (millions)" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What...
### Context: CREATE TABLE table_10710 ( "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 was the home score for the Hom...
### Context: CREATE TABLE table_2076516_1 ( enrollment__2012_ VARCHAR, founded VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- When 1927 is the founded year how many measurements of enrollment in 2012 are there? ### Query: SELECT COUNT(enrollment__2012_) FRO...
### Context: 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, rout...
### Context: CREATE TABLE table_name_93 ( census_ranking VARCHAR, area_km_2 VARCHAR, population VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What is the census ranking for the community with an area smaller than 9.94 km2 and a population smaller than 8...
### Context: CREATE TABLE t_kc22 ( AMOUNT number, CHA_ITEM_LEV number, DATA_ID text, DIRE_TYPE number, DOSE_FORM text, DOSE_UNIT text, EACH_DOSAGE text, EXP_OCC_DATE time, FLX_MED_ORG_ID text, FXBZ number, HOSP_DOC_CD text, HOSP_DOC_NM text, MED_CLINIC_ID text, ME...
### Context: CREATE TABLE table_name_5 ( away_team VARCHAR, home_team VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What is the away team when the home team is Cheltenham Town? ### Query: SELECT away_team FROM table_name_5 WHERE home_team = "cheltenham tow...
### Context: CREATE TABLE table_204_622 ( id number, "year" number, "competition" text, "venue" text, "position" text, "event" text, "notes" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- which competition did this competitor compete in next...
### Context: CREATE TABLE table_29842201_1 ( subject VARCHAR, highest_mark VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What is the subject when the highest mark is 79? ### Query: SELECT subject FROM table_29842201_1 WHERE highest_mark = 79
### Context: CREATE TABLE table_name_2 ( tournament VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Which 2010 stat featured the tournament of the Olympic Games? ### Query: SELECT 2010 FROM table_name_2 WHERE tournament = "olympic games"
### Context: CREATE TABLE table_56631 ( "Pick #" real, "CFL Team" text, "Player" text, "Position" text, "College" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Which Position has a Player of patrick macdonald? ### Query: SELECT "Position" FROM tab...
### Context: CREATE TABLE table_68328 ( "Sydney" text, "Melbourne" text, "Perth" text, "Adelaide" text, "Gold Coast" text, "Auckland" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Which Perth's gold coast and Adelaide were yes when Auckland was...
### Context: CREATE TABLE captain ( Captain_ID int, Name text, Ship_ID int, age text, Class text, Rank text ) CREATE TABLE Ship ( Ship_ID int, Name text, Type text, Built_Year real, Class text, Flag text ) -- Using valid SQLite, answer the following questions for the t...
### Context: CREATE TABLE Votes ( Id number, PostId number, VoteTypeId number, UserId number, CreationDate time, BountyAmount number ) CREATE TABLE Users ( Id number, Reputation number, CreationDate time, DisplayName text, LastAccessDate time, WebsiteUrl text, Locati...
### Context: CREATE TABLE artist ( Artist_ID int, Name text, Country text, Year_Join int, Age int ) CREATE TABLE exhibition_record ( Exhibition_ID int, Date text, Attendance int ) CREATE TABLE exhibition ( Exhibition_ID int, Year int, Theme text, Artist_ID int, Tick...
### Context: CREATE TABLE table_23739 ( "County" text, "Obama%" text, "Obama#" real, "McCain%" text, "McCain#" real, "Others%" text, "Others#" real, "Total" real ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Name the county for mccain being ...
### Context: CREATE TABLE table_29866 ( "Game" real, "Date" text, "Team" text, "Score" text, "High points" text, "High rebounds" text, "High assists" text, "Location Attendance" text, "Record" text ) -- Using valid SQLite, answer the following questions for the tables provided abov...
### Context: 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_ti...
### Context: CREATE TABLE table_1346137_4 ( candidates VARCHAR, incumbent VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- How many different set of candidates were there when the incumbent was david e. finley? ### Query: SELECT COUNT(candidates) FROM table_1...
### Context: 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_...
### Context: CREATE TABLE table_name_52 ( nationality VARCHAR, fate VARCHAR, ship VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What was the nationality of the sunk ship named Rinos? ### Query: SELECT nationality FROM table_name_52 WHERE fate = "sunk" ...
### Context: CREATE TABLE table_name_69 ( livery VARCHAR, year_built VARCHAR, locomotive_type VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What livery belongs to the steam Locomotive type builder that was building before 1989? ### Query: SELECT livery...
### 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 countries ( COUNTRY_ID varchar(2), COUNTRY_NAME v...
### Context: CREATE TABLE table_50913 ( "Round" real, "Player" text, "Position" text, "Nationality" text, "College/Junior/Club Team (League)" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Who is the player from round 8? ### Query: SELECT "Player" ...
### Context: CREATE TABLE table_name_79 ( gold VARCHAR, total VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What is Gold, when Total is 6? ### Query: SELECT gold FROM table_name_79 WHERE total = 6
### Context: CREATE TABLE table_204_54 ( id number, "pondicherry assembly" text, "duration" text, "name of m.l.a." text, "party affiliation" text, "election year" number ) -- Using valid SQLite, answer the following questions for the tables provided above. -- who won the election after s. siv...
### Context: CREATE TABLE PostTypes ( Id number, Name text ) CREATE TABLE PendingFlags ( Id number, FlagTypeId number, PostId number, CreationDate time, CloseReasonTypeId number, CloseAsOffTopicReasonTypeId number, DuplicateOfQuestionId number, BelongsOnBaseHostAddress text ) C...
### Context: CREATE TABLE table_29563 ( "A\u00f1o" real, "Trabajo nominado" text, "Premio" text, "Categor\u00eda" text, "Country" text, "Resultado" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- How many premio are there when 'Artist of the Year...
### Context: CREATE TABLE table_name_67 ( points INTEGER, played INTEGER ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Can you tell me the highest Points that has the Played smaller than 30? ### Query: SELECT MAX(points) FROM table_name_67 WHERE played < 30
### Context: 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, admissi...
### Context: CREATE TABLE table_75128 ( "Year" real, "Chart" text, "Track" text, "Peak" real, "Weeks on Chart" real ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Name the total number of weeks for si te vas and peak less than 7 and year less than 2000 ...
### Context: CREATE TABLE table_30281 ( "Position" text, "Number" real, "Player" text, "Super League" real, "Champions League" real, "Swiss Cup" real, "Total" real ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What is the minimum sum? ### Query...
### Context: CREATE TABLE chartevents ( row_id number, subject_id number, hadm_id number, icustay_id number, itemid number, charttime time, valuenum number, valueuom text ) CREATE TABLE procedures_icd ( row_id number, subject_id number, hadm_id number, icd9_code text, ...
### Context: CREATE TABLE table_9225 ( "Name" text, "Pos." text, "Height" text, "Weight" text, "2012 club" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What is the name for the 2012 CN Sabadell? ### Query: SELECT "Name" FROM table_9225 WHERE "201...
### Context: CREATE TABLE table_name_68 ( saturday VARCHAR, name VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Which Saturday has a Name of confederation? ### Query: SELECT saturday FROM table_name_68 WHERE name = "confederation"
### Context: 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, admissi...
### Context: CREATE TABLE club ( clubid number, clubname text, clubdesc text, clublocation text ) CREATE TABLE member_of_club ( stuid number, clubid number, position text ) CREATE TABLE student ( stuid number, lname text, fname text, age number, sex text, major numb...
### Context: CREATE TABLE table_203_409 ( id number, "rank" number, "representative" text, "party" text, "district" text, "seniority date" text, "notes" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- does each congressman have a party listed...
### Context: CREATE TABLE table_203_330 ( id number, "year of election" number, "candidates elected" number, "# of seats available" number, "# of votes" number, "% of popular vote" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- what year had the...
### Context: 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, JYZBL...
### Context: CREATE TABLE d_icd_procedures ( row_id number, icd9_code text, short_title text, long_title text ) CREATE TABLE icustays ( row_id number, subject_id number, hadm_id number, icustay_id number, first_careunit text, last_careunit text, first_wardid number, last...
### Context: CREATE TABLE playlisttrack ( playlistid number, trackid number ) CREATE TABLE artist ( artistid number, name text ) CREATE TABLE invoiceline ( invoicelineid number, invoiceid number, trackid number, unitprice number, quantity number ) CREATE TABLE invoice ( invoic...
### Context: CREATE TABLE table_17426 ( "Number" real, "Builder" text, "Built" text, "Rebuilt" text, "Name as rebuilt" text, "Scrapped/Sold" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What is the highest number listed? ### Query: SELECT MAX...
### Context: CREATE TABLE state ( state_code text, state_name text, country_name text ) 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 tex...
### Context: CREATE TABLE table_name_91 ( polling_firm VARCHAR, t_papadopoulos VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Which polling firm put T. Papadopoulos at 31%? ### Query: SELECT polling_firm FROM table_name_91 WHERE t_papadopoulos = "31%"
### Context: CREATE TABLE table_203_517 ( id number, "#" number, "date" text, "visitor" text, "score" text, "home" text, "record" text, "pts" number ) -- Using valid SQLite, answer the following questions for the tables provided above. -- is the total score for december 26 the same sc...
### Context: CREATE TABLE labevents ( row_id number, subject_id number, hadm_id number, itemid number, charttime time, valuenum number, valueuom text ) CREATE TABLE inputevents_cv ( row_id number, subject_id number, hadm_id number, icustay_id number, charttime time, ...
### Context: CREATE TABLE table_2508 ( "Year" real, "Starts" real, "Wins" real, "Top 5" real, "Top 10" real, "Poles" real, "Avg. Start" text, "Avg. Finish" text, "Winnings" text, "Position" text, "Team(s)" text ) -- Using valid SQLite, answer the following questions for the...
### Context: CREATE TABLE medication ( medicationid number, patientunitstayid number, drugname text, dosage text, routeadmin text, drugstarttime time, drugstoptime time ) CREATE TABLE treatment ( treatmentid number, patientunitstayid number, treatmentname text, treatmenttime...
### Context: CREATE TABLE table_26124171_1 ( team VARCHAR, series VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- How many teams were in the series championnat de france formula renault 2.0? ### Query: SELECT team FROM table_26124171_1 WHERE series = "Champi...
### Context: CREATE TABLE admissions ( row_id number, subject_id number, hadm_id number, admittime time, dischtime time, admission_type text, admission_location text, discharge_location text, insurance text, language text, marital_status text, ethnicity text, age numb...
### Context: CREATE TABLE table_24549777_1 ( player VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- How man 3-dart averages did gary anderson have? ### Query: SELECT COUNT(3 AS _dart_average) FROM table_24549777_1 WHERE player = "Gary Anderson"
### Context: CREATE TABLE person_info_hz_info ( RYBH text, KH number, KLX number, YLJGDM number ) CREATE TABLE jyjgzbb ( BGDH text, BGRQ time, CKZFWDX text, CKZFWSX number, CKZFWXX number, JCFF text, JCRGH text, JCRXM text, JCXMMC text, JCZBDM text, JCZBJGDL ...
### Context: CREATE TABLE table_30120556_1 ( area__acres__ VARCHAR, civil_parish VARCHAR, townland VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What is the area of the civil parish kilworth and townland monadrishane? ### Query: SELECT area__acres__ FR...
### Context: CREATE TABLE table_61421 ( "Name" text, "Street address" text, "Years as tallest" text, "Height ft ( m )" text, "Floors" real ) -- Using valid SQLite, answer the following questions for the tables provided above. -- WHAT IS THE NAME WITH 01.0 10 light street? ### Query: SELECT "Name...
### Context: CREATE TABLE table_61734 ( "Result" text, "Record" text, "Opponent" text, "Method" text, "Location" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What is the location when KO is the method, the result is a win, and the record is 2-0? ...
### Context: CREATE TABLE region ( Region_id int, Region_code text, Region_name text ) CREATE TABLE affected_region ( Region_id int, Storm_ID int, Number_city_affected real ) CREATE TABLE storm ( Storm_ID int, Name text, Dates_active text, Max_speed int, Damage_millions_USD...
### Context: CREATE TABLE table_28307 ( "Branding" text, "Callsign" text, "Frequency" text, "Power (kW)" text, "Location" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What bran is the callsign dytc-fm? ### Query: SELECT "Branding" FROM table_2830...
### Context: CREATE TABLE table_2453243_5 ( written_by VARCHAR, no_in_series VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Who write episode number 48 in the series? ### Query: SELECT written_by FROM table_2453243_5 WHERE no_in_series = "48"
### Context: CREATE TABLE departments ( DEPARTMENT_ID decimal(4,0), DEPARTMENT_NAME varchar(30), MANAGER_ID decimal(6,0), LOCATION_ID decimal(4,0) ) CREATE TABLE locations ( LOCATION_ID decimal(4,0), STREET_ADDRESS varchar(40), POSTAL_CODE varchar(12), CITY varchar(30), STATE_PROVIN...
### Context: CREATE TABLE t_kc21 ( MED_CLINIC_ID text, OVERALL_CD_ORG text, OVERALL_CD_PERSON text, COMP_ID text, PERSON_ID text, PERSON_NM text, IDENTITY_CARD text, SOC_SRT_CARD text, PERSON_SEX number, PERSON_AGE number, IN_HOSP_DATE time, OUT_HOSP_DATE time, DIFF_P...
### Context: CREATE TABLE fgwyjzb ( 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, INSUR...
### Context: 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 departments ( DEPARTMENT_ID decimal(4,0), DEPARTMENT_NAME varchar(30), MANAGER_ID decimal(6,0), LOCATION_ID decimal(4,0) ) ...
### Context: CREATE TABLE table_4413 ( "Country" text, "Sales (X1000)" text, "No. of stores" real, "Sales area (m\u00b2)" real, "Sales per area" text, "Average store size (m\u00b2)" real ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What is the smal...
### Context: CREATE TABLE table_41561 ( "Branch" text, "Address" text, "Neighborhood" text, "First branch opened" real, "Current branch opened" real ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What is the highest Current Branch Opened, when Neighborho...
### Context: 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, admissi...
### Context: CREATE TABLE t_kc24 ( ACCOUNT_DASH_DATE time, ACCOUNT_DASH_FLG number, CASH_PAY number, CIVIL_SUBSIDY number, CKC102 number, CLINIC_ID text, CLINIC_SLT_DATE time, COMP_ID text, COM_ACC_PAY number, COM_PAY number, DATA_ID text, ENT_ACC_PAY number, ENT_PAY ...
### Context: CREATE TABLE zyjzjlb ( CYBQDM text, CYBQMC text, CYCWH text, CYKSDM text, CYKSMC text, CYSJ time, CYZTDM number, HZXM text, JZKSDM text, JZKSMC text, JZLSH text, KH text, KLX number, MZBMLX number, MZJZLSH text, MZZDBM text, MZZDMC text, ...