text stringlengths 197 8.39k |
|---|
### Context: CREATE TABLE table_203_538 (
id number,
"flight" text,
"date" text,
"payload nickname" text,
"payload" text,
"orbit" text,
"result" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- what h ii flight took place last ?
### Query: SE... |
### Context: CREATE TABLE table_12887260_1 (
main_developer VARCHAR,
first_release VARCHAR,
console VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Which main developer made their first release in 1991 and created the Mega Drive/Genesis console?
### Quer... |
### Context: CREATE TABLE table_8055 (
"Game" real,
"Date" text,
"Opponent" text,
"Result" text,
"Falcons points" real,
"Opponents" real,
"Record" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Who is the opponent with 16 points?
### Query:... |
### Context: CREATE TABLE table_25724294_2 (
extra_points VARCHAR,
player VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Jack Loell had how many extra points?
### Query: SELECT extra_points FROM table_25724294_2 WHERE player = "Jack Loell" |
### Context: CREATE TABLE table_17751942_4 (
final_losses VARCHAR,
Semi INTEGER,
team VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is the total number of semi-final losses for the Kitchener Rangers?
### Query: SELECT MAX(Semi) - final_losses FROM... |
### Context: CREATE TABLE zyjzjlb_jybgb (
YLJGDM_ZYJZJLB text,
BGDH number,
YLJGDM 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 te... |
### Context: CREATE TABLE table_1133844_4 (
senator VARCHAR,
state__linked_to_summaries_below_ VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- who won the senate seat in arkansas
### Query: SELECT senator FROM table_1133844_4 WHERE state__linked_to_summaries... |
### 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_68437 (
"Season" real,
"Date" text,
"Location" text,
"Race" text,
"Place" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What place result was the 1996 season at Lake Louise, Canada?
### Query: SELECT "Place" FROM ta... |
### Context: CREATE TABLE table_33869 (
"Rank" text,
"Player" text,
"Goals" text,
"Assists" text,
"Points" text,
"Years" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What years had players who scored 36 goals?
### Query: SELECT "Years" FROM t... |
### Context: CREATE TABLE table_name_8 (
source VARCHAR,
date VARCHAR,
race_winners VARCHAR,
gp_winner VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What source has a race winner of ben adriaenssen / ben van den bogaart, and the gp winner of ben adr... |
### Context: CREATE TABLE table_204_23 (
id number,
"#" number,
"wrestlers" text,
"reign" number,
"date" text,
"days held" number,
"location" text,
"event" text,
"notes" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- what is the tota... |
### Context: CREATE TABLE table_name_88 (
length VARCHAR,
track VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is the lengtho f track 16?
### Query: SELECT length FROM table_name_88 WHERE track = "16" |
### Context: CREATE TABLE table_62276 (
"Year" real,
"Award" text,
"Category" text,
"Nominee" text,
"Result" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is Category, when Result is 'Nominated', when Award is 'Drama Desk Award', and when Nomi... |
### Context: CREATE TABLE PostHistory (
Id number,
PostHistoryTypeId number,
PostId number,
RevisionGUID other,
CreationDate time,
UserId number,
UserDisplayName text,
Comment text,
Text text,
ContentLicense text
)
CREATE TABLE PostTypes (
Id number,
Name text
)
CREATE ... |
### Context: CREATE TABLE table_name_24 (
rank INTEGER,
gross VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Which Rank is the lowest one that has a Gross of $54,215,416?
### Query: SELECT MIN(rank) FROM table_name_24 WHERE gross = "$54,215,416" |
### 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 p... |
### 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 flight_leg (
flight_id int,
leg_number int,
leg_flight int
)
CREATE TABLE flight_stop (
flight_id int,
stop_number int,
stop_days text,
stop_airport text,
arrival_time int,
arrival_airline text,
arrival_flight_number int,
departure_time int,
dep... |
### Context: CREATE TABLE table_23331 (
"District" real,
"Representative" text,
"Party" text,
"Residence" text,
"Counties represented" text,
"Term ends" real,
"First Elected" real
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Name the district f... |
### Context: CREATE TABLE table_name_59 (
win__percentage VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- WHat in 2005 has a Win % of 82.61?
### Query: SELECT 2005 FROM table_name_59 WHERE win__percentage = "82.61" |
### Context: CREATE TABLE student (
student_id int,
lastname varchar,
firstname varchar,
program_id int,
declare_major varchar,
total_credit int,
total_gpa float,
entered_as varchar,
admit_term int,
predicted_graduation_semester int,
degree varchar,
minor varchar,
int... |
### Context: CREATE TABLE program (
program_id int,
name varchar,
college varchar,
introduction varchar
)
CREATE TABLE program_requirement (
program_id int,
category varchar,
min_credit int,
additional_req varchar
)
CREATE TABLE area (
course_id int,
area varchar
)
CREATE TABL... |
### Context: CREATE TABLE table_73674 (
"Club" text,
"Home city" text,
"Stadium" text,
"First season in the Serie A" real,
"First season in current spell" real,
"Last title" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Name the last title for ... |
### Context: CREATE TABLE has_amenity (
dormid VARCHAR,
amenid VARCHAR
)
CREATE TABLE dorm_amenity (
amenid VARCHAR,
amenity_name VARCHAR
)
CREATE TABLE dorm (
dorm_name VARCHAR,
dormid VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Find th... |
### Context: CREATE TABLE table_78228 (
"Peak" text,
"Height (m)" real,
"Prom. (m)" real,
"Class" text,
"Parent" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is the lowest height for Parent grasmoor when it has a Prom larger than 117?
### Qu... |
### Context: CREATE TABLE table_name_52 (
away_team VARCHAR,
home_team VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- When Collingwood was the home team who was the opposing away team?
### Query: SELECT away_team FROM table_name_52 WHERE home_team = "collin... |
### 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_items (
row_id number,
itemid number,
label text,
linksto text
)
CREATE TABLE d_icd_diagnoses (
row_id number... |
### Context: CREATE TABLE table_38815 (
"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 attendance for july 18?
### Query: SELECT COUNT("Attendance... |
### Context: CREATE TABLE table_name_73 (
original_title VARCHAR,
director VARCHAR,
film_title_used_in_nomination VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is the Original Title, when Director is 'Ting Shan-Si', and when Film Title Used In Nomi... |
### Context: CREATE TABLE table_20400 (
"Player" text,
"Matches" real,
"Overs" text,
"Maidens" real,
"Runs" real,
"Wickets" real,
"Average" text,
"Economy" text,
"5w" real,
"10w" real,
"Best Bowling" text
)
-- Using valid SQLite, answer the following questions for the table... |
### 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 demographic (
subject_id text,
hadm_id text,
name text,
marital_status text,
age tex... |
### Context: CREATE TABLE instructor (
instructor_id int,
name varchar,
uniqname varchar
)
CREATE TABLE gsi (
course_offering_id int,
student_id int
)
CREATE TABLE requirement (
requirement_id int,
requirement varchar,
college varchar
)
CREATE TABLE program (
program_id int,
n... |
### Context: CREATE TABLE table_40305 (
"Year" real,
"Award" text,
"Result" text,
"Category" text,
"Film" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Who was awarded after 1947 in the category of, the best actor in a leading role?
### Query: SEL... |
### 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 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 table_2668374_18 (
incumbent VARCHAR,
district VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Who was the incumbent in Virginia 3?
### Query: SELECT incumbent FROM table_2668374_18 WHERE district = "Virginia 3" |
### Context: CREATE TABLE Products (
Code INTEGER,
Name VARCHAR(255),
Price DECIMAL,
Manufacturer INTEGER
)
CREATE TABLE Manufacturers (
Code INTEGER,
Name VARCHAR(255),
Headquarter VARCHAR(255),
Founder VARCHAR(255),
Revenue REAL
)
-- Using valid SQLite, answer the following ques... |
### Context: CREATE TABLE table_name_25 (
date VARCHAR,
game_site VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- When did they play at Candlestick Park?
### Query: SELECT date FROM table_name_25 WHERE game_site = "candlestick park" |
### Context: CREATE TABLE table_name_74 (
viewers__millions_ INTEGER,
episode__number VARCHAR,
rating VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is the lowest number of million viewers for an episode before episode 5 with a rating/share of 1.1/3... |
### Context: CREATE TABLE month (
month_number int,
month_name text
)
CREATE TABLE airport_service (
city_code varchar,
airport_code varchar,
miles_distant int,
direction varchar,
minutes_distant int
)
CREATE TABLE aircraft (
aircraft_code varchar,
aircraft_description varchar,
... |
### Context: CREATE TABLE table_49340 (
"Week" real,
"Date" text,
"Opponent" text,
"Result" text,
"Attendance" real
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Can you tell me the Date that has the Week smaller than 13, and the Opponent of green bay p... |
### Context: CREATE TABLE table_name_55 (
score VARCHAR,
date VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What was the score on October 24, 2005?
### Query: SELECT score FROM table_name_55 WHERE date = "october 24, 2005" |
### Context: CREATE TABLE table_21830 (
"Year" real,
"Network" text,
"Play-by-play" text,
"Colour commentator(s)" text,
"Sideline reporters" text,
"Pregame host" text,
"Pregame analysts" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- How man... |
### Context: CREATE TABLE table_17994 (
"Year" real,
"Competition" text,
"Location" text,
"Event" text,
"Final-Rank" text,
"Final-Score" text,
"Qualifying Rank" real,
"Qualifying Score" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- what... |
### Context: CREATE TABLE table_26150 (
"Copper Age" text,
"Chalcolithic (4500 BC - 3300 BC)" text,
"Early Chalcolithic" text,
"4500 BC - 4000 BC" text,
"Ubaid period in Mesopotamia" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- When hittite middle... |
### 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 medicati... |
### Context: CREATE TABLE table_79832 (
"Place" real,
"Team" text,
"Played" real,
"Draw" real,
"Lost" real,
"Goals Scored" real,
"Goals Conceded" real,
"Points" real
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What are the number of goals ... |
### 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_34 (
losses VARCHAR,
awards VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What are the losses where the award is Mike Miller (Smoy)?
### Query: SELECT losses FROM table_name_34 WHERE awards = "mike miller (smoy)" |
### Context: CREATE TABLE table_train_258 (
"id" int,
"gender" string,
"autoimmune_disease" bool,
"renal_disease" bool,
"hepatic_disease" bool,
"immune_deficiency_disorder" bool,
"active_hepatitis" bool,
"body_mass_index_bmi" float,
"NOUSE" float
)
-- Using valid SQLite, answer the... |
### Context: CREATE TABLE table_27330 (
"Region" text,
"Public network" text,
"Own/community generator" text,
"Solar panel" text,
"Other source" text,
"None" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- How many regions have 0.5% solar panels?... |
### Context: CREATE TABLE table_name_19 (
rank VARCHAR,
location VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What rank is the airport in Fortaleza?
### Query: SELECT rank FROM table_name_19 WHERE location = "fortaleza" |
### Context: CREATE TABLE table_name_17 (
race VARCHAR,
athlete VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is the name of the race when Lineth Chepkurui is the athlete?
### Query: SELECT race FROM table_name_17 WHERE athlete = "lineth chepkurui" |
### Context: CREATE TABLE table_64272 (
"Model number" text,
"sSpec number" text,
"Cores" text,
"Frequency" text,
"Turbo" text,
"L2 cache" text,
"L3 cache" text,
"GPU model" text,
"GPU frequency" text,
"Socket" text,
"I/O bus" text,
"Release date" text,
"Part number(s... |
### Context: CREATE TABLE jybgb (
YLJGDM text,
YLJGDM_MZJZJLB text,
YLJGDM_ZYJZJLB text,
BGDH text,
BGRQ time,
JYLX number,
JZLSH text,
JZLSH_MZJZJLB text,
JZLSH_ZYJZJLB text,
JZLX number,
KSBM text,
KSMC text,
SQRGH text,
SQRXM text,
BGRGH text,
BGRXM tex... |
### Context: CREATE TABLE table_37749 (
"Round" real,
"Pick" real,
"Player" text,
"Position" text,
"School/Club Team" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is the largest round number for Dan Connor, the player?
### Query: SELECT MAX(... |
### 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_34689 (
"Name" text,
"Born \u2013 Died" text,
"Notable for" text,
"Connection with Australia" text,
"Connection with America" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is the person born in Australia, rick s... |
### 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 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_21980_1 (
january__°f_ VARCHAR,
location VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What were the January ( F) temperatures in the Corner Brook location?
### Query: SELECT january__°f_ FROM table_21980_1 WHERE location = ... |
### Context: CREATE TABLE manager (
Age INTEGER
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is the average age for all managers?
### Query: SELECT AVG(Age) FROM manager |
### Context: CREATE TABLE table_name_96 (
time_retired VARCHAR,
laps VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- what is the time/retired when the laps is 55?
### Query: SELECT time_retired FROM table_name_96 WHERE laps = 55 |
### Context: CREATE TABLE greatermanchestercrime (
crimeid text,
crimets time,
location text,
lsoa text,
type text,
outcome text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Which location has the top amount of 'Drugs' crime conducted?
### Query: ... |
### Context: 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 ReviewRejectionReasons (
Id ... |
### Context: CREATE TABLE d_icd_diagnoses (
row_id number,
icd9_code text,
short_title text,
long_title text
)
CREATE TABLE microbiologyevents (
row_id number,
subject_id number,
hadm_id number,
charttime time,
spec_type_desc text,
org_name text
)
CREATE TABLE icustays (
ro... |
### Context: CREATE TABLE table_31495 (
"Townland" text,
"Area( acres )" real,
"Barony" text,
"Civil parish" text,
"Poor law union" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is the fewest area in Derrynanool townland?
### Query: SELECT MI... |
### Context: CREATE TABLE table_16724844_1 (
mens_u20 VARCHAR,
womens_40 VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- How many times was the mens u20 recorded when the Womens 40 were Sydney Scorpions def North Queensland Cyclones?
### Query: SELECT COUNT(... |
### Context: CREATE TABLE table_60903 (
"Stage" text,
"Route" text,
"Distance" text,
"Date" text,
"Winner" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Who was the winner of the mechelen > mechelen route?
### Query: SELECT "Winner" FROM table_609... |
### Context: CREATE TABLE medication (
medicationid number,
patientunitstayid number,
drugname text,
dosage text,
routeadmin text,
drugstarttime time,
drugstoptime time
)
CREATE TABLE intakeoutput (
intakeoutputid number,
patientunitstayid number,
cellpath text,
celllabel te... |
### Context: CREATE TABLE table_61154 (
"7:00 am" text,
"7:30 am" text,
"8:00 am" text,
"9:00 am" text,
"11:00 am" text,
"noon" text,
"12:30 pm" text,
"1:00 pm" text,
"1:30 pm" text,
"2:00 pm" text,
"3:00 pm" text,
"3:30 pm" text,
"4:00 pm" text,
"4:30 pm" text,
... |
### Context: CREATE TABLE table_name_95 (
position VARCHAR,
notes VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What position did the person finish in with a notes of junior men individual 5.64km?
### Query: SELECT position FROM table_name_95 WHERE notes =... |
### Context: CREATE TABLE table_1378 (
"No. in series" real,
"Title" text,
"Directed by" text,
"Written by" text,
"U.S. viewers (million)" text,
"Original air date" text,
"Production code" real
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- How m... |
### 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 mzjzjlb_jybgb (
YLJGDM_MZJZJLB text,
BGDH number,
YLJGDM number
)
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,
JZZ... |
### 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_27953 (
"meas. num" real,
"passed" text,
"YES votes" real,
"NO votes" real,
"% YES" text,
"Const. Amd.?" text,
"type" text,
"description" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What was the type of... |
### Context: CREATE TABLE table_2093995_1 (
parking VARCHAR,
city__neighborhood VARCHAR,
stations VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- How much parking is in Van Nuys at the Sepulveda station?
### Query: SELECT parking FROM table_2093995_1 WHE... |
### Context: CREATE TABLE volume (
volume_id number,
volume_issue text,
issue_date text,
weeks_on_top number,
song text,
artist_id number
)
CREATE TABLE artist (
artist_id number,
artist text,
age number,
famous_title text,
famous_release_date text
)
CREATE TABLE music_fest... |
### Context: CREATE TABLE table_name_92 (
laps INTEGER,
grid VARCHAR,
manufacturer VARCHAR,
time_retired VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What was the average number of laps completed by KTM riders, with times of +56.440 and grid values... |
### Context: CREATE TABLE table_name_80 (
network VARCHAR,
premiere VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Tell me the network for 13 january 2009
### Query: SELECT network FROM table_name_80 WHERE premiere = "13 january 2009" |
### Context: CREATE TABLE table_name_27 (
website VARCHAR,
name VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What's the website for the yamagata international documentary film festival?
### Query: SELECT website FROM table_name_27 WHERE name = "yamagata i... |
### Context: CREATE TABLE table_name_74 (
replaced_by VARCHAR,
date_of_appointment VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is the name of the person that was appointed on 13 May 2009?
### Query: SELECT replaced_by FROM table_name_74 WHERE date_o... |
### Context: CREATE TABLE table_10284 (
"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.
-- Which away team's Venue is western ... |
### 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_32 (
image_quality VARCHAR,
date VARCHAR,
multiple_sessions VARCHAR,
authentication VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- what is the image quality when the multiple sessions is x, the authentication is a... |
### Context: CREATE TABLE cost (
costid number,
uniquepid text,
patienthealthsystemstayid number,
eventtype text,
eventid number,
chargetime time,
cost number
)
CREATE TABLE medication (
medicationid number,
patientunitstayid number,
drugname text,
dosage text,
routeadmi... |
### Context: CREATE TABLE table_name_83 (
race VARCHAR,
time VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Who holds the time of 17:11.572?
### Query: SELECT race FROM table_name_83 WHERE time = "17:11.572" |
### Context: CREATE TABLE table_3099 (
"No." real,
"Title" text,
"Directed by" text,
"Written by" text,
"Original air date" text,
"Production code" text,
"U.S. viewers (million)" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Who directed 'h... |
### Context: CREATE TABLE intakeoutput (
intakeoutputid number,
patientunitstayid number,
cellpath text,
celllabel text,
cellvaluenumeric number,
intakeoutputtime time
)
CREATE TABLE lab (
labid number,
patientunitstayid number,
labname text,
labresult number,
labresulttime ... |
### Context: CREATE TABLE table_22517 (
"Number" real,
"Sanskrit" text,
"International Alphabet of Sanskrit Transliteration" text,
"Sanskrit gloss" text,
"Western name" text,
"Greek" text,
"Gloss" text,
"Tattva (Element)" text,
"Quality" text,
"Ruling Planet" text
)
-- Using va... |
### Context: CREATE TABLE table_60214 (
"Place" text,
"Player" text,
"Country" text,
"Score" text,
"To par" text,
"Money ( \u00a3 )" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- How much money does the player with a 68-67-69-71=275 score have?... |
### Context: CREATE TABLE d_icd_diagnoses (
row_id number,
icd9_code text,
short_title text,
long_title text
)
CREATE TABLE chartevents (
row_id number,
subject_id number,
hadm_id number,
icustay_id number,
itemid number,
charttime time,
valuenum number,
valueuom text
)
... |
### Context: CREATE TABLE table_13632 (
"Rank" real,
"Player" text,
"County" text,
"Tally" text,
"Total" real,
"Opposition" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Which Rank has a Player of matt ruth?
### Query: SELECT SUM("Rank") FROM ... |
### 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_16703 (
"Year" real,
"Winners" text,
"Grand Finalist" text,
"Scores" text,
"Venue" text,
"Crowd" real,
"Margin" real,
"Season Result" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- what is the venue where ... |
### 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 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 Purchases (
purchase_transaction_id INTEGER,
purchase_details VARCHAR(255)
)
CREATE TABLE Lots (
lot_id INTEGER,
investor_id INTEGER,
lot_details VARCHAR(255)
)
CREATE TABLE Sales (
sales_transaction_id INTEGER,
sales_details VARCHAR(255)
)
CREATE TABLE Ref_Trans... |
### Context: CREATE TABLE t_kc21_t_kc22 (
MED_CLINIC_ID text,
MED_EXP_DET_ID number
)
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 ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.