text
stringlengths
197
8.39k
### Context: CREATE TABLE advisor ( s_ID varchar(5), i_ID varchar(5) ) CREATE TABLE department ( dept_name varchar(20), building varchar(15), budget numeric(12,2) ) CREATE TABLE time_slot ( time_slot_id varchar(4), day varchar(1), start_hr numeric(2), start_min numeric(2), end_...
### Context: CREATE TABLE table_204_409 ( id number, "date" text, "race name" text, "location" text, "uci rating" number, "winner" text, "team" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- who was the winner of the first race on the tour ?...
### Context: CREATE TABLE table_65248 ( "Opposing Team" text, "Against" real, "Date" text, "Venue" text, "Status" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Which the lowest Against has a Status of tour match, and a Venue of ravenhill , belfast?...
### Context: CREATE TABLE table_13794 ( "Name" text, "Position" text, "League Apps" text, "League Goals" real, "FA Cup Apps" text, "FA Cup Goals" real, "League Cup Apps" text, "League Cup Goals" real, "Total Apps" text, "Total Goals" real ) -- Using valid SQLite, answer the fol...
### Context: CREATE TABLE table_name_94 ( outcome VARCHAR, partner VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What is the outcome of the match when the partner is Nicole Arendt? ### Query: SELECT outcome FROM table_name_94 WHERE partner = "nicole arendt...
### Context: CREATE TABLE Tags ( Id number, TagName text, Count number, ExcerptPostId number, WikiPostId number ) CREATE TABLE Posts ( Id number, PostTypeId number, AcceptedAnswerId number, ParentId number, CreationDate time, DeletionDate time, Score number, ViewCoun...
### Context: CREATE TABLE t_kc24 ( MED_SAFE_PAY_ID text, OVERALL_CD_ORG text, OVERALL_CD_PERSON text, MED_CLINIC_ID text, REF_SLT_FLG number, CLINIC_SLT_DATE time, COMP_ID text, PERSON_ID text, FLX_MED_ORG_ID text, INSU_TYPE text, MED_AMOUT number, PER_ACC_PAY number, ...
### 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, INSURE...
### Context: CREATE TABLE table_25178 ( "Version" text, "Release date" text, "Distribution mechanism" text, "Features" text, "Security issues" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- If the distribution mechanism is windows nt 4.0 option pack...
### Context: CREATE TABLE table_name_47 ( date VARCHAR, visiting_team VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Name the date with visiting team of philadelphia eagles ### Query: SELECT date FROM table_name_47 WHERE visiting_team = "philadelphia eagles...
### Context: CREATE TABLE table_56826 ( "Chemical class" text, "Group" text, "Formula" text, "Prefix" text, "Suffix" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Which item has the suffix containing thiocyanato- (-scn) as a prefix? ### Query: SEL...
### Context: CREATE TABLE table_name_49 ( record VARCHAR, home VARCHAR, score VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Which Record has a Home of edmonton oilers, and a Score of 3 6? ### Query: SELECT record FROM table_name_49 WHERE home = "edmont...
### Context: CREATE TABLE table_39874 ( "Season" text, "Team" text, "Conf." text, "Conf. finish" text, "Div." text, "Div. Finish" text, "Awards" text, "Head coach" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- what is the division in th...
### 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 jobs ( JOB_ID varchar(10), JOB_TITLE varchar(35), MIN_SALARY decimal(6,0), MAX_SALARY decimal(6,0) ) CREATE TABLE regions ( ...
### Context: CREATE TABLE diagnosis ( diagnosisid number, patientunitstayid number, diagnosisname text, diagnosistime time, icd9code text ) CREATE TABLE treatment ( treatmentid number, patientunitstayid number, treatmentname text, treatmenttime time ) CREATE TABLE vitalperiodic ( ...
### Context: CREATE TABLE table_203_512 ( id number, "release date" text, "album" text, "catalog number" text, "chart position" number, "notes" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- what is the title of the last album ? ### Query: SELE...
### Context: CREATE TABLE VoteTypes ( Id number, Name text ) CREATE TABLE CloseReasonTypes ( Id number, Name text, Description text ) CREATE TABLE PostNotices ( Id number, PostId number, PostNoticeTypeId number, CreationDate time, DeletionDate time, ExpiryDate time, Bod...
### Context: CREATE TABLE table_213088_1 ( location_chernobyl_1_chernobyl_2_chernobyl_3_chernobyl_4_chernobyl_5_ignalina_1_ignalina_2_ignalina_3_kursk_1_kursk_2_kursk_3_kursk_4_kursk_5_kursk_6_leningrad_1_leningrad_2_leningrad_3_leningrad_4_smolensk_1_smolensk_2_smolensk_3_smolensk_4_directorate_for_construction_of...
### Context: CREATE TABLE table_2834 ( "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 above...
### Context: CREATE TABLE table_name_99 ( population VARCHAR, gdp_per_capita__us$_ VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What is the population of the nation that has a GDP per capita (US$) of 11,929? ### Query: SELECT population FROM table_name_99...
### Context: CREATE TABLE table_name_71 ( competition VARCHAR, year VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What was the competition in 1978? ### Query: SELECT competition FROM table_name_71 WHERE year = 1978
### Context: CREATE TABLE table_27473 ( "Team" text, "Home city" text, "Home ground" text, "In Toppserien since" real, "First appearance" real, "Seasons" real ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What is the home ground for the team whose h...
### Context: CREATE TABLE code_description ( code varchar, description text ) CREATE TABLE airport ( airport_code varchar, airport_name text, airport_location text, state_code varchar, country_name varchar, time_zone_code varchar, minimum_connect_time int ) CREATE TABLE food_servic...
### Context: CREATE TABLE table_3163 ( "Saddle cloth" real, "Horse" text, "Trainer" text, "Jockey" text, "Weight (kg)" text, "Barrier [b ]" real, "Placing" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What was the placing when the weight i...
### Context: CREATE TABLE table_10748727_1 ( races VARCHAR, season VARCHAR, wins VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- how many races were in 2009 with 0 wins? ### Query: SELECT races FROM table_10748727_1 WHERE season = "2009" AND wins = 0
### Context: CREATE TABLE table_name_44 ( area VARCHAR, decile VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- In what area is the decile value 10? ### Query: SELECT area FROM table_name_44 WHERE decile = 10
### 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_9001 ( "Rider" text, "Manufacturer" text, "Laps" text, "Time/Retired" text, "Grid" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Who is the driver of the car that started in grid 14? ### Query: SELECT "Rider" FROM t...
### Context: CREATE TABLE employees ( EMPLOYEE_ID decimal(6,0), FIRST_NAME varchar(20), LAST_NAME varchar(25), EMAIL varchar(25), PHONE_NUMBER varchar(20), HIRE_DATE date, JOB_ID varchar(10), SALARY decimal(8,2), COMMISSION_PCT decimal(2,2), MANAGER_ID decimal(6,0), DEPARTMEN...
### Context: CREATE TABLE code_description ( code varchar, description 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 text ) CREATE TA...
### Context: CREATE TABLE table_36364 ( "Year" real, "Location" text, "Gold" text, "Silver" text, "Bronze" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- In what year(s) did South Korea win silver? ### Query: SELECT "Year" FROM table_36364 WHERE "S...
### Context: CREATE TABLE table_name_69 ( position INTEGER, points VARCHAR, equipment VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What is the average position for a driver with less than 54 points and husaberg-bsu as equipment? ### Query: SELECT AVG(...
### Context: CREATE TABLE table_18522916_5 ( team VARCHAR, date_of_appointment VARCHAR, date_of_vacancy VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Name the team for 5 september 2008 for date of vacancy for 30 august 2008 ### Query: SELECT team FROM ...
### Context: CREATE TABLE table_11222744_3 ( studio VARCHAR, catalog_number VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Who creates the catalog with the number 'cal03 / 0091037137333'? ### Query: SELECT studio FROM table_11222744_3 WHERE catalog_number =...
### Context: CREATE TABLE table_15187735_17 ( segment_a VARCHAR, segment_d VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- how many segments involve wood boring augers ### Query: SELECT segment_a FROM table_15187735_17 WHERE segment_d = "Wood Boring Augers"
### Context: CREATE TABLE table_14871601_1 ( conceded INTEGER, team VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What is the smallest conceded value for the team 12 De Octubre? ### Query: SELECT MIN(conceded) FROM table_14871601_1 WHERE team = "12 de Octu...
### Context: CREATE TABLE table_55828 ( "Date" text, "Visitor" text, "Score" text, "Home" text, "Decision" text, "Attendance" real, "Series" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What is the date of the game with Detroit as the visi...
### Context: CREATE TABLE table_name_99 ( record VARCHAR, date VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Which Record has a Date of december 17? ### Query: SELECT record FROM table_name_99 WHERE date = "december 17"
### Context: CREATE TABLE table_23091 ( "Country" text, "Area km\u00b2" real, "Population" real, "Population density per km\u00b2" real, "HDI (2011)" text, "Capital" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What capital has a population of...
### Context: CREATE TABLE table_name_54 ( source VARCHAR, michael_signer VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Which polling source gave Michael Signer 5%? ### Query: SELECT source FROM table_name_54 WHERE michael_signer = "5%"
### Context: CREATE TABLE vitalperiodic ( vitalperiodicid number, patientunitstayid number, temperature number, sao2 number, heartrate number, respiration number, systemicsystolic number, systemicdiastolic number, systemicmean number, observationtime time ) CREATE TABLE patient ...
### Context: CREATE TABLE patient ( uniquepid text, patienthealthsystemstayid number, patientunitstayid number, gender text, age text, ethnicity text, hospitalid number, wardid number, admissionheight number, admissionweight number, dischargeweight number, hospitaladmitti...
### Context: CREATE TABLE table_69226 ( "Pick" real, "Player" text, "Team" text, "Position" text, "School" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What was the highest pick for the player Adam Jones? ### Query: SELECT MAX("Pick") FROM table_...
### Context: CREATE TABLE film ( Film_ID int, Title text, Studio text, Director text, Gross_in_dollar int ) CREATE TABLE market ( Market_ID int, Country text, Number_cities int ) CREATE TABLE film_market_estimation ( Estimation_ID int, Low_Estimate real, High_Estimate real,...
### Context: CREATE TABLE table_name_24 ( name VARCHAR, height__cm_ VARCHAR, weight__kg_ VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Which name's height in centimeters is 178 when its weight in kilograms is less than 91? ### Query: SELECT name FROM t...
### Context: CREATE TABLE program ( Program_ID int, Name text, Origin text, Launch real, Owner text ) CREATE TABLE channel ( Channel_ID int, Name text, Owner text, Share_in_percent real, Rating_in_percent real ) CREATE TABLE broadcast ( Channel_ID int, Program_ID int, ...
### Context: CREATE TABLE t_kc21 ( 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, INSURE...
### Context: CREATE TABLE table_18047346_5 ( tonnes VARCHAR, airport_name VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Louisville International Airport had how many tonnes of cargo in 2011? ### Query: SELECT tonnes FROM table_18047346_5 WHERE airport_name...
### Context: CREATE TABLE table_46370 ( "Game" real, "Date" text, "Opponent" text, "Result" text, "Score" text, "Record" text, "Streak" text, "Attendance" real ) -- Using valid SQLite, answer the following questions for the tables provided above. -- How many games have a Result of l, ...
### 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, INSURE...
### Context: CREATE TABLE table_name_43 ( grid INTEGER, laps VARCHAR, manufacturer VARCHAR, time VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What is the highest grid for Aprilia vehicles, laps over 5, and a retirement finish? ### Query: SELECT MA...
### Context: CREATE TABLE table_name_65 ( place VARCHAR, player VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- In what place is Phil Mickelson? ### Query: SELECT place FROM table_name_65 WHERE player = "phil mickelson"
### Context: CREATE TABLE table_63088 ( "Country" text, "Date" text, "Label" text, "Format" text, "Catalogue No." text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- what is the catalogue no when the format is cd (limited edition steel-box) and the count...
### Context: CREATE TABLE table_name_88 ( home_team VARCHAR, away_team VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What team was the home team when Manchester City was the away team? ### Query: SELECT home_team FROM table_name_88 WHERE away_team = "manch...
### Context: CREATE TABLE table_72956 ( "Name" text, "GP-GS" text, "Solo" real, "Ast" real, "Total" real, "TFL-Yds" text, "No-Yds" text, "BrUp" real, "QBH" real, "No.-Yds" text, "Avg" text, "TD" real, "Long" real, "Rcv-Yds" text, "FF" real, "Blkd Kick" rea...
### Context: CREATE TABLE table_name_47 ( education VARCHAR, hometown VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- For natives of St. Louis, Missouri, what was listed under education? ### Query: SELECT education FROM table_name_47 WHERE hometown = "st. lo...
### Context: CREATE TABLE table_7333 ( "Census Year" real, "Number of Muslims '000" real, "Population of England and Wales '000" real, "Muslim (% of Total population)" real, "Registered Mosques" real, "Muslims per mosque" real ) -- Using valid SQLite, answer the following questions for the tab...
### Context: CREATE TABLE table_name_87 ( score VARCHAR, place VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What score has 3 as the place? ### Query: SELECT score FROM table_name_87 WHERE place = "3"
### Context: CREATE TABLE table_41556 ( "City of license" text, "Identifier" text, "Frequency" text, "Power" text, "Class" text, "RECNet" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What is the identifier that has 50,000 watts of power? ### ...
### Context: CREATE TABLE allergy ( allergyid number, patientunitstayid number, drugname text, allergyname text, allergytime time ) CREATE TABLE treatment ( treatmentid number, patientunitstayid number, treatmentname text, treatmenttime time ) CREATE TABLE microlab ( microlabid...
### Context: CREATE TABLE procedures_icd ( row_id number, subject_id number, hadm_id number, icd9_code text, charttime time ) CREATE TABLE outputevents ( row_id number, subject_id number, hadm_id number, icustay_id number, charttime time, itemid number, value number ) C...
### Context: CREATE TABLE employees ( EMPLOYEE_ID decimal(6,0), FIRST_NAME varchar(20), LAST_NAME varchar(25), EMAIL varchar(25), PHONE_NUMBER varchar(20), HIRE_DATE date, JOB_ID varchar(10), SALARY decimal(8,2), COMMISSION_PCT decimal(2,2), MANAGER_ID decimal(6,0), DEPARTMEN...
### Context: CREATE TABLE table_name_54 ( opponent VARCHAR, loss VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Which opponent lost with pitcher Kinney (0-1)? ### Query: SELECT opponent FROM table_name_54 WHERE loss = "kinney (0-1)"
### 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_14342210_13 ( class VARCHAR, player VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- How many entries are there for Class for the player Everett Sweeley? ### Query: SELECT COUNT(class) FROM table_14342210_13 WHERE player = "Eve...
### Context: CREATE TABLE table_51294 ( "Event" text, "2nd round" text, "Quarterfinal" text, "Semifinal" text, "Final" text, "Rank" real ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Which Semifinal has an Event of team? ### Query: SELECT "Semifina...
### Context: CREATE TABLE allergy ( allergyid number, patientunitstayid number, drugname text, allergyname text, allergytime time ) CREATE TABLE patient ( uniquepid text, patienthealthsystemstayid number, patientunitstayid number, gender text, age text, ethnicity text, h...
### Context: CREATE TABLE table_name_58 ( record VARCHAR, december VARCHAR, score VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Which Record has a December smaller than 22 and a Score of 4 3? ### Query: SELECT record FROM table_name_58 WHERE december <...
### Context: CREATE TABLE table_38461 ( "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. -- What school did Alexander Korobolin go to? ### Query: SELEC...
### Context: CREATE TABLE table_train_212 ( "id" int, "pregnancy_or_lactation" bool, "postmeal_c_peptide" float, "chemotherapy" bool, "liver_disease" bool, "alcohol_abuse" bool, "NOUSE" float ) -- Using valid SQLite, answer the following questions for the tables provided above. -- alcohol...
### Context: 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...
### Context: CREATE TABLE table_5496 ( "Rank" text, "Nation" text, "Gold" real, "Silver" real, "Bronze" real, "Total" real ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What is the sum of gold with a rank that is 3 and a silver larger than 7? ### Q...
### Context: CREATE TABLE table_204_576 ( id number, "year" number, "best" text, "location" text, "date" text, "world rank" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- what was the world rank of paris ? ### Query: SELECT "world rank" FROM ta...
### Context: CREATE TABLE table_name_39 ( school VARCHAR, hometown VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Which school has a Hometown of phoenix, az? ### Query: SELECT school FROM table_name_39 WHERE hometown = "phoenix, az"
### Context: 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 text, icustay_id text, drug_type text, drug text, formulary_drug_cd text, route text, drug_d...
### Context: CREATE TABLE table_train_190 ( "id" int, "gender" string, "pregnancy_or_lactation" bool, "diabetic" string, "acute_diabetic_complications" bool, "age" float, "NOUSE" float ) -- Using valid SQLite, answer the following questions for the tables provided above. -- pregnant ### ...
### Context: CREATE TABLE table_name_76 ( score VARCHAR, date VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- what is the score on february 16? ### Query: SELECT score FROM table_name_76 WHERE date = "february 16"
### Context: 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, reli...
### Context: CREATE TABLE table_name_76 ( year INTEGER, actor VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What is the latest year that Cicely Tyson is the Golden Globe Award actor? ### Query: SELECT MAX(year) FROM table_name_76 WHERE actor = "cicely tyso...
### Context: CREATE TABLE hz_info ( KH text, KLX number, RYBH text, YLJGDM text ) 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, JSBBRQ...
### Context: CREATE TABLE table_203_8 ( id number, "player" text, "rec." number, "yards" number, "avg." number, "td's" number, "long" number ) -- Using valid SQLite, answer the following questions for the tables provided above. -- who had the most touchdowns : jerel myers or cecil moore ?...
### Context: CREATE TABLE table_69153 ( "Club" text, "Played" text, "Drawn" text, "Lost" text, "Points for" text, "Points against" text, "Tries for" text, "Tries against" text, "Try bonus" text, "Losing bonus" text, "Points" text ) -- Using valid SQLite, answer the followin...
### 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, ...
### Context: CREATE TABLE university ( School_ID int, School text, Location text, Founded real, Affiliation text, Enrollment real, Nickname text, Primary_conference text ) CREATE TABLE basketball_match ( Team_ID int, School_ID int, Team_Name text, ACC_Regular_Season text...
### Context: CREATE TABLE table_name_84 ( metro_vincity VARCHAR, opened VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What metro vincity has the venue that opened in 1999? ### Query: SELECT metro_vincity FROM table_name_84 WHERE opened = "1999"
### Context: CREATE TABLE table_201400_2 ( sanskrit VARCHAR, western_star_name VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- what is the sanskrit of western star name arcturus ### Query: SELECT sanskrit FROM table_201400_2 WHERE western_star_name = "Arctur...
### Context: CREATE TABLE table_name_11 ( score VARCHAR, player VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What is Curtis Strange's Score? ### Query: SELECT score FROM table_name_11 WHERE player = "curtis strange"
### Context: CREATE TABLE table_37062 ( "Driver" text, "Entries" real, "Points" real, "Average points per race entered" real, "Average pre-2010" real ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What is the average number of entries driver Mark Webber,...
### Context: CREATE TABLE table_71872 ( "Year" text, "xDSL" text, "Cable" text, "FTTx" text, "Other" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What is the other for a 78.2% xDSL? ### Query: SELECT "Other" FROM table_71872 WHERE "xDSL" = '78.2%...
### Context: CREATE TABLE table_6710 ( "Date" text, "Opponent#" text, "Site" text, "Result" text, "Attendance" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What was the result of the game that was attended by 16,000 people? ### Query: SELECT "Res...
### Context: CREATE TABLE table_49853 ( "Date" text, "H/A/N" text, "Opponent" text, "Score" text, "Record" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- When was the score 92-134? ### Query: SELECT "Date" FROM table_49853 WHERE "Score" = '92-134'
### Context: CREATE TABLE table_471 ( "Year" text, "Champion" text, "Country" text, "Score" text, "Tournament location" text, "Purse ($)" real, "Winners share ($)" real ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What is the year that Dewi Cla...
### Context: CREATE TABLE table_27723228_12 ( high_rebounds VARCHAR, game VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Name the high rebounds for 81 game ### Query: SELECT high_rebounds FROM table_27723228_12 WHERE game = 81
### Context: CREATE TABLE table_name_65 ( total INTEGER, bronze VARCHAR, gold VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What is the highest total when bronze is less than 1 and gold more than 0? ### Query: SELECT MAX(total) FROM table_name_65 WHERE...
### Context: CREATE TABLE table_204_547 ( id number, "rank" number, "lane" number, "name" text, "nationality" text, "time" number, "notes" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- which country came in last ? ### Query: SELECT "nation...
### Context: CREATE TABLE table_name_72 ( Id VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What 2011 has 2r as 2010, and a 2008 of A? ### Query: SELECT 2011 FROM table_name_72 WHERE 2010 = "2r" AND 2008 = "a"
### Context: CREATE TABLE Behavior_Incident ( incident_type_code VARCHAR ) CREATE TABLE Ref_Incident_Type ( incident_type_description VARCHAR, incident_type_code VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What are the code and description of the mos...
### Context: CREATE TABLE diagnoses ( subject_id text, hadm_id text, icd9_code text, short_title text, long_title text ) CREATE TABLE lab ( subject_id text, hadm_id text, itemid text, charttime text, flag text, value_unit text, label text, fluid text ) CREATE TABLE ...
### Context: CREATE TABLE table_20511 ( "Line" text, "Terminals" text, "Status" text, "Length" text, "Total number of stations" real, "Operator" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Which operator runs the Mamariga shuttle line? ### Q...
### Context: CREATE TABLE table_name_43 ( wins INTEGER, benalla_dfl VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What's the most wins of Tatong? ### Query: SELECT MAX(wins) FROM table_name_43 WHERE benalla_dfl = "tatong"