text
stringlengths
197
8.39k
### Context: CREATE TABLE patients ( row_id number, subject_id number, gender text, dob time, dod time ) CREATE TABLE inputevents_cv ( row_id number, subject_id number, hadm_id number, icustay_id number, charttime time, itemid number, amount number ) CREATE TABLE output...
### Context: CREATE TABLE table_30013 ( "Series #" real, "Episode #" real, "Title" text, "Directed by" text, "Written by" text, "Original air date" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Which episodes did Katie Palmer write? ### Query:...
### Context: CREATE TABLE table_52183 ( "Week" real, "Date" text, "Opponent" text, "Result" text, "Attendance" real ) -- Using valid SQLite, answer the following questions for the tables provided above. -- I want the attendance for week larger than 10 and result of l 22-21 ### Query: SELECT "Att...
### Context: CREATE TABLE table_40336 ( "Year" text, "GP/GS" text, "Shots" real, "Goals" real, "Assists" real, "Points" real ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What is the lowest Shots with a Point that is larger than 32? ### Query: SELE...
### Context: CREATE TABLE table_43032 ( "Maximum Ceiling Temperature" text, "Temperature Rating" text, "Temperature Classification" text, "Color Code (with Fusible Link)" text, "Glass Bulb Color" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What i...
### Context: CREATE TABLE table_13899 ( "Heat" real, "Lane" real, "Name" text, "Nationality" text, "Time" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- How many heats does Julia Wilkinson have? ### Query: SELECT COUNT("Heat") FROM table_13899 WHER...
### Context: CREATE TABLE table_39753 ( "Office" text, "Democratic ticket" text, "Republican ticket" text, "Socialist ticket" text, "Workers ticket" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What is the Office when the Republican ticket shows s...
### 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 Course_Authors_and_Tutors ( author_id INTEGER, author_tutor_ATB VARCHAR(3), login_name VARCHAR(40), password VARCHAR(40), personal_name VARCHAR(80), middle_name VARCHAR(80), family_name VARCHAR(80), gender_mf VARCHAR(1), address_line_1 VARCHAR(80) ) 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, ...
### Context: CREATE TABLE personfriend ( name text, friend text, year number ) CREATE TABLE person ( name text, age number, city text, gender text, job text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Find the person who has exactly one f...
### Context: CREATE TABLE city ( city_code varchar, city_name varchar, state_code varchar, country_name varchar, time_zone_code varchar ) CREATE TABLE days ( days_code varchar, day_name varchar ) CREATE TABLE date_day ( month_number int, day_number int, year int, day_name v...
### Context: CREATE TABLE Course_Authors_and_Tutors ( author_id INTEGER, author_tutor_ATB VARCHAR(3), login_name VARCHAR(40), password VARCHAR(40), personal_name VARCHAR(80), middle_name VARCHAR(80), family_name VARCHAR(80), gender_mf VARCHAR(1), address_line_1 VARCHAR(80) ) CREATE ...
### 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_75 ( position INTEGER, drawn VARCHAR, points VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- At what average position is the drawn 9 and the points greater than 25? ### Query: SELECT AVG(position) FROM table_name_75 W...
### Context: CREATE TABLE CloseAsOffTopicReasonTypes ( Id number, IsUniversal boolean, InputTitle text, MarkdownInputGuidance text, MarkdownPostOwnerGuidance text, MarkdownPrivilegedUserGuidance text, MarkdownConcensusDescription text, CreationDate time, CreationModeratorId number, ...
### Context: CREATE TABLE table_19018191_5 ( l_apps VARCHAR, total_g VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Name the number of apps for total g is 8 ### Query: SELECT COUNT(l_apps) FROM table_19018191_5 WHERE total_g = 8
### Context: CREATE TABLE table_30253 ( "Pick #" real, "CFL Team" text, "Player" text, "Position" text, "College" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- How many pick# for CFL team of Toronto Argonauts? ### Query: SELECT COUNT("Pick #") FRO...
### Context: CREATE TABLE table_47624 ( "Res." text, "Record" text, "Opponent" text, "Method" text, "Event" text, "Round" real, "Time" text, "Location" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What event had the opponent Ryan Bow? ...
### Context: CREATE TABLE table_79783 ( "Date" text, "Opponent" text, "Score" text, "Loss" text, "Attendance" real, "Record" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- When was the record 27-25? ### Query: SELECT "Date" FROM table_79783 WHE...
### Context: CREATE TABLE table_name_2 ( drawn VARCHAR, cambridge_united_career VARCHAR, lost VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- How many draws have a Cambridge United career of 2008 2009 and less than 13 losses? ### Query: SELECT COUNT(draw...
### 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 lab ( subject_id text, hadm_id text, itemid text, charttime text, flag text, val...
### Context: CREATE TABLE table_47995 ( "Year" real, "Network" text, "Title" text, "Notes" text, "Language" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What are the notes for Happy Camp? ### Query: SELECT "Notes" FROM table_47995 WHERE "Title" =...
### Context: CREATE TABLE table_203_724 ( id number, "rank" number, "nation" text, "gold" number, "silver" number, "bronze" number, "total" number ) -- Using valid SQLite, answer the following questions for the tables provided above. -- how many countries do not have any gold medals ? ##...
### Context: CREATE TABLE organisation_types ( organisation_type text, organisation_type_description text ) CREATE TABLE grants ( grant_id number, organisation_id number, grant_amount number, grant_start_date time, grant_end_date time, other_details text ) CREATE TABLE documents ( ...
### 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_71338 ( "Date" text, "Opponent" text, "Score" text, "Loss" text, "Attendance" real, "Record" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Which opponent led to a 56-59 record? ### Query: SELECT "Opponent" FROM ...
### Context: CREATE TABLE table_38377 ( "Team" text, "Manufacturer" text, "Car model" text, "Engine" text, "Driver" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What Car Model has the Manufacturer of Saab, and Driver Dean Randle? ### Query: SELEC...
### Context: CREATE TABLE table_name_39 ( location VARCHAR, years_in_gfl VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What's the location where the Years in GFL was 1988-? ### Query: SELECT location FROM table_name_39 WHERE years_in_gfl = "1988-"
### 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 lab ( subject_id text, hadm_id text, itemid text, charttime text, flag text, val...
### Context: CREATE TABLE table_30555 ( "Pick #" real, "Player" text, "Position" text, "Nationality" text, "NHL team" text, "College/junior/club team" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Which team drafted Ron Annear? ### Query: SELE...
### Context: CREATE TABLE table_name_62 ( place VARCHAR, player VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Where did Jay Haas place? ### Query: SELECT place FROM table_name_62 WHERE player = "jay haas"
### 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 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...
### Context: CREATE TABLE table_74098 ( "Institution" text, "Location" text, "Founded" real, "Affiliation" text, "Enrollment" real, "Team Nickname" text, "Primary conference" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- How many primary co...
### Context: CREATE TABLE intakeoutput ( intakeoutputid number, patientunitstayid number, cellpath text, celllabel text, cellvaluenumeric number, intakeoutputtime time ) CREATE TABLE microlab ( microlabid number, patientunitstayid number, culturesite text, organism text, cul...
### Context: CREATE TABLE table_25740774_1 ( position VARCHAR, season VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- How many positions are shown for the 2010 season? ### Query: SELECT COUNT(position) FROM table_25740774_1 WHERE season = 2010
### Context: CREATE TABLE table_203_478 ( id number, "week" number, "date" text, "opponent" text, "result" text, "attendance" number ) -- Using valid SQLite, answer the following questions for the tables provided above. -- when was their second win ? ### Query: SELECT "date" FROM table_203_4...
### Context: CREATE TABLE airline ( airline_code varchar, airline_name text, note text ) CREATE TABLE aircraft ( aircraft_code varchar, aircraft_description varchar, manufacturer varchar, basic_type varchar, engines int, propulsion varchar, wide_body varchar, wing_span int, ...
### Context: CREATE TABLE table_204_713 ( id number, "rank" number, "bib" number, "athlete" text, "country" text, "time" text, "deficit" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- did marcus hellner or jean marc gaillard rank tenth ? ##...
### Context: CREATE TABLE table_203_865 ( id number, "place" number, "athlete" text, "nation" text, "best mark" text, "throw 1" number, "throw 2" number, "throw 3" number, "throw 4" number, "throw 5" number, "throw 6" number ) -- Using valid SQLite, answer the following que...
### Context: CREATE TABLE table_65475 ( "School" text, "Location" text, "Mascot" text, "Enrollment" real, "IHSAA Class" text, "County" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What counties mascot are the Red Ramblers? ### Query: SELECT "...
### Context: 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, rel...
### Context: CREATE TABLE table_name_94 ( election_date VARCHAR, member VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What is the election date for the electorate of member charles brown category:articles with hcards? ### Query: SELECT election_date FROM t...
### 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...
### Context: CREATE TABLE ref_incident_type ( incident_type_code text, incident_type_description text ) CREATE TABLE teachers ( teacher_id number, address_id number, first_name text, middle_name text, last_name text, gender text, cell_mobile_number text, email_address text, ...
### Context: CREATE TABLE table_19517448_3 ( yards_per_attempt VARCHAR, total_yards VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- How many yards per attempt were there when total yards were 513? ### Query: SELECT yards_per_attempt FROM table_19517448_3 WHE...
### Context: 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 patients ( row_id number, subject_id number, gender text, dob time, d...
### Context: CREATE TABLE table_20370 ( "N\u00b0" real, "Television service" text, "Country" text, "Language" text, "Content" text, "DAR" text, "HDTV" text, "Package/Option" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- How many values ...
### Context: CREATE TABLE ReviewTaskStates ( Id number, Name text, Description text ) CREATE TABLE SuggestedEdits ( Id number, PostId number, CreationDate time, ApprovalDate time, RejectionDate time, OwnerUserId number, Comment text, Text text, Title text, Tags text,...
### Context: CREATE TABLE table_name_95 ( tournament VARCHAR, score VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What Tournament had a Score of 4 6, 6 7, 3 6? ### Query: SELECT tournament FROM table_name_95 WHERE score = "4–6, 6–7, 3–6"
### Context: CREATE TABLE table_name_75 ( position VARCHAR, school_club_team VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What position is listed for the nebraska team? ### Query: SELECT position FROM table_name_75 WHERE school_club_team = "nebraska"
### Context: CREATE TABLE table_name_11 ( prize VARCHAR, winner VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What was the prize for winner benny spindler? ### Query: SELECT prize FROM table_name_11 WHERE winner = "benny spindler"
### Context: CREATE TABLE table_name_66 ( date VARCHAR, sport VARCHAR, record VARCHAR, time__seconds_ VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What is the Date, when the Record is, 'track', when the Time (seconds) is longer than 43.564, and whe...
### Context: CREATE TABLE table_name_37 ( laps INTEGER, time_retired VARCHAR, grid VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Name the highest laps for time/retired of engine and grid of 5 ### Query: SELECT MAX(laps) FROM table_name_37 WHERE time_re...
### Context: CREATE TABLE table_78419 ( "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. -- In the game where the home team sco...
### Context: CREATE TABLE table_name_58 ( score VARCHAR, opposition VARCHAR, year VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What score has Leicestershire as the opponent after 1906? ### Query: SELECT score FROM table_name_58 WHERE opposition = "lei...
### 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 microbiologyevents ( row_id number, subject_id number, hadm_id number, charttime time, spec_type_desc text, org_name text ) CREATE TABLE d_icd_procedures ( row_id number, icd9_code text, short_title text, long_title text ) CREATE TABLE d_labitems ( ...
### Context: CREATE TABLE d_icd_diagnoses ( row_id number, icd9_code text, short_title text, long_title text ) CREATE TABLE cost ( row_id number, subject_id number, hadm_id number, event_type text, event_id number, chargetime time, cost number ) CREATE TABLE admissions ( ...
### Context: CREATE TABLE claims_processing_stages ( claim_status_description VARCHAR, claim_status_name VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What is the description of the claim status 'Open'? ### Query: SELECT claim_status_description FROM claim...
### Context: CREATE TABLE table_name_45 ( name VARCHAR, shoulder VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What is the name of the gun with a shoulder that measures 10.688 (.420)? ### Query: SELECT name FROM table_name_45 WHERE shoulder = "10.688 (.420...
### Context: CREATE TABLE table_name_10 ( d_47 VARCHAR, d_42 VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Name the D 47 which has D 42 of d 22 ### Query: SELECT d_47 FROM table_name_10 WHERE d_42 = "d 22"
### Context: CREATE TABLE table_12962773_5 ( height VARCHAR, position VARCHAR, current_club VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- what's the height with position being forward and current club being real madrid ### Query: SELECT height FROM tab...
### Context: CREATE TABLE table_17714 ( "Name of System" text, "Location" text, "Traction Type" text, "Date (From)" text, "Date (To)" text, "Notes" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- what is the date (from) where the notes are apeldo...
### Context: CREATE TABLE airlines ( alid number, name text, iata text, icao text, callsign text, country text, active text ) CREATE TABLE airports ( apid number, name text, city text, country text, x number, y number, elevation number, iata text, icao te...
### Context: CREATE TABLE table_33661 ( "Team" text, "Outgoing manager" text, "Manner of departure" text, "Date of vacancy" text, "Replaced by" text, "Date of appointment" text, "Position in table" text ) -- Using valid SQLite, answer the following questions for the tables provided above. ...
### Context: CREATE TABLE table_48108 ( "Rank" real, "Title" text, "Studio" text, "Director" text, "Worldwide Gross" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What is the average rank for the film directed by michael bay? ### Query: SELECT AVG...
### Context: CREATE TABLE table_75789 ( "Date" text, "Time" text, "Home" text, "Away" text, "Score" text, "Ground" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Who has the Home Score of 52-54? ### Query: SELECT "Home" FROM table_75789 WHERE "...
### Context: CREATE TABLE table_51014 ( "Constituency" text, "Electorate" real, "Votes" real, "Turnout" real, "Spoilt" real, "Percent Yes" real ) -- Using valid SQLite, answer the following questions for the tables provided above. -- WHAT IS THE AVERAGE VOTE FOR DUBLIN SOUTH, AND SPOILT SMALL...
### Context: CREATE TABLE table_70316 ( "Date" text, "Opponent" text, "Score" text, "Loss" text, "Attendance" real, "Record" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What was the Blue Jays lowest attendance when their record was 52-48? ##...
### 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_name_9 ( date VARCHAR, game_site VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What Date was the Game at Griffith Stadium? ### Query: SELECT date FROM table_name_9 WHERE game_site = "griffith stadium"
### Context: CREATE TABLE table_49416 ( "Game" real, "November" real, "Opponent" text, "Score" text, "Record" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What is the earliest day in November with a record of 15-7-1? ### Query: SELECT MIN("Novemb...
### Context: CREATE TABLE table_name_87 ( position VARCHAR, overall VARCHAR, college VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What is the position with an overall less than 128 for Brigham Young college? ### Query: SELECT position FROM table_name_...
### Context: CREATE TABLE table_name_40 ( opponent VARCHAR, date VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What opponent has December 6, 1964 as the date? ### Query: SELECT opponent FROM table_name_40 WHERE date = "december 6, 1964"
### Context: CREATE TABLE party ( party_id number, party_theme text, location text, first_year text, last_year text, number_of_hosts number ) CREATE TABLE host ( host_id number, name text, nationality text, age text ) CREATE TABLE party_host ( party_id number, host_id n...
### Context: CREATE TABLE nuclear_power_plants ( id text, name text, latitude text, longitude text, country text, status text, reactortype text, reactormodel text, constructionstartat text, operationalfrom text, operationalto text, capacity text, lastupdatedat text, ...
### Context: CREATE TABLE table_29712 ( "Conference" text, "Old membership total" real, "New membership total" real, "Net change" text, "Members added" real, "Members lost" real ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What was the new membersh...
### Context: CREATE TABLE table_name_65 ( home_team VARCHAR, date VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Which Home team is on Wednesday, 25 february 1998? ### Query: SELECT home_team FROM table_name_65 WHERE date = "wednesday, 25 february 1998"
### Context: CREATE TABLE status ( station_id INTEGER, bikes_available INTEGER, docks_available INTEGER, time TEXT ) CREATE TABLE trip ( id INTEGER, duration INTEGER, start_date TEXT, start_station_name TEXT, start_station_id INTEGER, end_date TEXT, end_station_name TEXT, ...
### Context: CREATE TABLE table_name_60 ( score VARCHAR, partner VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What was the score when the partner was arnaud cl ment? ### Query: SELECT score FROM table_name_60 WHERE partner = "arnaud clément"
### Context: CREATE TABLE d_items ( row_id number, itemid number, label text, linksto text ) CREATE TABLE patients ( row_id number, subject_id number, gender text, dob time, dod time ) CREATE TABLE transfers ( row_id number, subject_id number, hadm_id number, icusta...
### Context: CREATE TABLE table_1108394_6 ( staten_island VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Who was the republican candidate in 2013 when Staten Island was 451? ### Query: SELECT 2013 AS _republican_primary FROM table_1108394_6 WHERE staten_island ...
### Context: CREATE TABLE PostFeedback ( Id number, PostId number, IsAnonymous boolean, VoteTypeId number, CreationDate time ) CREATE TABLE SuggestedEditVotes ( Id number, SuggestedEditId number, UserId number, VoteTypeId number, CreationDate time, TargetUserId number, T...
### Context: CREATE TABLE team ( year number, league_id text, team_id text, franchise_id text, div_id text, rank number, g number, ghome number, w number, l number, div_win text, wc_win text, lg_win text, ws_win text, r number, ab number, h number, ...
### Context: CREATE TABLE table_66849 ( "Vehicle Flight #" text, "Date" text, "Pilot" text, "Mach" real, "Velocity (km/h)" real, "Altitude (ft)" real, "Duration" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What is the lowest altitude of t...
### 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 broadcast ( Channel_ID int, Program_ID int, Time_of_day text ) CREATE TABLE program ( Program_ID int, Name text, Origin text, Launch real, Owner text ) CREATE TABLE broadcast_share ( Channel_ID int, Program_ID int, Date text, Share_in_percent r...
### Context: CREATE TABLE table_17295 ( "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 hz_info_mzjzjlb ( JZLSH number, YLJGDM number, mzjzjlb_id number ) 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 t...
### Context: CREATE TABLE table_24990183_5 ( name VARCHAR, country VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Who was the player from georgia? ### Query: SELECT name FROM table_24990183_5 WHERE country = "Georgia"
### Context: CREATE TABLE train ( id number, train_number number, name text, origin text, destination text, time text, interval text ) CREATE TABLE route ( train_id number, station_id number ) CREATE TABLE weekly_weather ( station_id number, day_of_week text, high_tempe...
### Context: CREATE TABLE table_45334 ( "Year" real, "Domestic freight" real, "Domestic mail" real, "International freight" real, "International mail" real, "Total freight and mail" real, "Change" text ) -- Using valid SQLite, answer the following questions for the tables provided above. ...
### Context: CREATE TABLE table_name_57 ( total VARCHAR, rank VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What is the total for Rank 11? ### Query: SELECT COUNT(total) FROM table_name_57 WHERE rank = 11
### Context: CREATE TABLE table_5927 ( "Year" real, "Chart" text, "Track" text, "Peak" real, "Weeks on Chart" real ) -- Using valid SQLite, answer the following questions for the tables provided above. -- How many weeks was the track Abrazame on the Billboard Latin Pop airplay before 1997? ### Q...
### Context: CREATE TABLE table_42953 ( "Year" real, "Actor" text, "Award" text, "Motion Picture" text, "Result" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Which actor won in 1966? ### Query: SELECT "Actor" FROM table_42953 WHERE "Year" = '1966...
### Context: CREATE TABLE roller_coaster ( roller_coaster_id number, name text, park text, country_id number, length number, height number, speed text, opened text, status text ) CREATE TABLE country ( country_id number, name text, population number, area number, ...
### Context: CREATE TABLE table_203_502 ( id number, "team" text, "titles" number, "runner-up" number, "third place" number, "fourth place" number, "years participated" number ) -- Using valid SQLite, answer the following questions for the tables provided above. -- how many times has mich...
### Context: CREATE TABLE bdmzjzjlb ( HXPLC number, HZXM text, JLSJ time, JZJSSJ time, JZKSBM text, JZKSMC text, JZKSRQ time, JZLSH number, JZZDBM text, JZZDSM text, JZZTDM number, JZZTMC text, KH text, KLX number, MJZH text, ML number, MZZYZDZZBM text...