text stringlengths 197 8.39k |
|---|
### Context: CREATE TABLE ReviewTaskResults (
Id number,
ReviewTaskId number,
ReviewTaskResultTypeId number,
CreationDate time,
RejectionReasonId number,
Comment text
)
CREATE TABLE PostTypes (
Id number,
Name text
)
CREATE TABLE SuggestedEditVotes (
Id number,
SuggestedEditId ... |
### Context: CREATE TABLE ReviewTasks (
Id number,
ReviewTaskTypeId number,
CreationDate time,
DeletionDate time,
ReviewTaskStateId number,
PostId number,
SuggestedEditId number,
CompletedByReviewTaskId number
)
CREATE TABLE PostHistoryTypes (
Id number,
Name text
)
CREATE TABL... |
### Context: CREATE TABLE table_name_76 (
total INTEGER,
rank VARCHAR,
bronze VARCHAR,
silver VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is the average total with less than 8 bronze, 3 silver, and a Rank smaller than 2?
### Query: SELECT AV... |
### 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 zyb (
CLINIC_ID text,
COMP_ID text,
DATA_ID text,
DIFF_PLACE_FLG number,
FERTILITY_STS number,
FLX_MED_ORG_ID text,
HOSP_LEV number,
HOSP_STS number,
IDENTITY_CARD text,
INPT_AREA_BED text,
INSURED_IDENTITY number,
INSURED_STS text,
INSU_TYPE... |
### Context: CREATE TABLE table_name_34 (
intergiro_classification VARCHAR,
points_classification VARCHAR,
winner VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is the Intergiro classification of Nicolaj bo Larsen, who has a Fabrizio guidi point cla... |
### Context: CREATE TABLE table_78059 (
"Track" real,
"Recorded" text,
"Catalogue" text,
"Release Date" text,
"Song Title" text,
"Time" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Tell me the track that has the catalogue of apbo 0280
### Que... |
### Context: CREATE TABLE table_name_45 (
date VARCHAR,
place VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- When 7th place, what is the date?
### Query: SELECT date FROM table_name_45 WHERE place = "7th" |
### Context: CREATE TABLE table_name_55 (
seats INTEGER,
share_of_votes VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is the lowest number of seats from the election with 27.0% of votes?
### Query: SELECT MIN(seats) FROM table_name_55 WHERE share_of_v... |
### Context: CREATE TABLE PostNoticeTypes (
Id number,
ClassId number,
Name text,
Body text,
IsHidden boolean,
Predefined boolean,
PostNoticeDurationId number
)
CREATE TABLE Posts (
Id number,
PostTypeId number,
AcceptedAnswerId number,
ParentId number,
CreationDate time... |
### Context: CREATE TABLE table_65442 (
"Rank" real,
"Player" text,
"County" text,
"Tally" text,
"Total" real,
"Matches" real,
"Average" real
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is the number of matches with an average larger than... |
### Context: CREATE TABLE table_name_75 (
ties INTEGER,
years VARCHAR,
pct VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- How many Ties have Years of 1919 1925, and a Pct larger than 0.734?
### Query: SELECT SUM(ties) FROM table_name_75 WHERE years = "1... |
### Context: CREATE TABLE table_64811 (
"Class" text,
"Railway number(s)" text,
"DRG number(s)" text,
"Quantity" real,
"Year(s) of manufacture" text,
"Axle arrangement ( UIC ) Bauart" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Which DRG numb... |
### Context: CREATE TABLE d_icd_procedures (
row_id number,
icd9_code text,
short_title text,
long_title text
)
CREATE TABLE labevents (
row_id number,
subject_id number,
hadm_id number,
itemid number,
charttime time,
valuenum number,
valueuom text
)
CREATE TABLE patients (... |
### Context: CREATE TABLE table_name_53 (
_percentage_of_popular_vote VARCHAR,
_number_of_seats_available VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is the percentage of the popular vote when there were 90 seats available?
### Query: SELECT _percen... |
### Context: CREATE TABLE PostLinks (
Id number,
CreationDate time,
PostId number,
RelatedPostId number,
LinkTypeId number
)
CREATE TABLE PostNoticeTypes (
Id number,
ClassId number,
Name text,
Body text,
IsHidden boolean,
Predefined boolean,
PostNoticeDurationId number
... |
### 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_name_83 (
position VARCHAR,
jersey__number VARCHAR,
birthdate VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is the position of the player with a jersey # greater than 30 and a December 23, 1986 birthdate?
### Query:... |
### Context: CREATE TABLE lab (
labid number,
patientunitstayid number,
labname text,
labresult number,
labresulttime time
)
CREATE TABLE patient (
uniquepid text,
patienthealthsystemstayid number,
patientunitstayid number,
gender text,
age text,
ethnicity text,
hospital... |
### Context: CREATE TABLE table_17118006_2 (
department VARCHAR,
local_investment__us$_ VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What was the department that got $626,798 in local investments?
### Query: SELECT department FROM table_17118006_2 WHERE l... |
### Context: CREATE TABLE Accounts (
Account_ID INTEGER,
Statement_ID INTEGER,
Account_Details VARCHAR(255)
)
CREATE TABLE Projects (
Project_ID INTEGER,
Project_Details VARCHAR(255)
)
CREATE TABLE Statements (
Statement_ID INTEGER,
Statement_Details VARCHAR(255)
)
CREATE TABLE Documents ... |
### Context: CREATE TABLE table_name_99 (
venue VARCHAR,
club VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Which Venue has a Club of west bromwich albion?
### Query: SELECT venue FROM table_name_99 WHERE club = "west bromwich albion" |
### Context: CREATE TABLE table_203_138 (
id number,
"#" number,
"date" text,
"venue" text,
"opponent" text,
"score" text,
"result" text,
"competition" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- how many competitions were not friendl... |
### Context: CREATE TABLE table_26227 (
"No" real,
"Player" text,
"Height (m)" text,
"Height (f)" text,
"Position" text,
"Year born" real,
"Current Club" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Name the number for 1.96 height
### Que... |
### Context: CREATE TABLE table_30291 (
"Religion" text,
"Births" real,
"Conversions" text,
"New adherents per year" real,
"Growth rate" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Name the religion that has a growth rate of 1.56%
### Query: SEL... |
### Context: CREATE TABLE table_name_32 (
total INTEGER,
nation VARCHAR,
silver VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is the lowest Total for Italy with less than 0 silver?
### Query: SELECT MIN(total) FROM table_name_32 WHERE nation = "it... |
### 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 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 procedures (
subject_id text,
hadm_id text,
icd9_code text,
short_title text,
long_t... |
### Context: CREATE TABLE table_7279 (
"Place" text,
"Player" text,
"Country" text,
"To par" text,
"Hole" real
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- How many holes does Player Vijay Singh have?
### Query: SELECT COUNT("Hole") FROM table_7279 WH... |
### Context: CREATE TABLE table_name_49 (
runner_up VARCHAR,
year VARCHAR,
champion VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Which Runner-up has a Year smaller than 2008, and a Champion of jos acasuso?
### Query: SELECT runner_up FROM table_name_4... |
### Context: CREATE TABLE table_51465 (
"Driver" text,
"Constructor" text,
"Laps" text,
"Time/Retired" text,
"Grid" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What's the time for someone on grid 9?
### Query: SELECT "Time/Retired" FROM table_51... |
### Context: CREATE TABLE table_name_17 (
final_placing VARCHAR,
season VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What was the 2009 final placing?
### Query: SELECT final_placing FROM table_name_17 WHERE season = 2009 |
### Context: CREATE TABLE zyjybgb (
BBCJBW text,
BBDM text,
BBMC text,
BBZT number,
BGDH number,
BGJGDM text,
BGJGMC text,
BGRGH text,
BGRQ time,
BGRXM text,
BGSJ time,
CJRQ time,
JSBBRQSJ time,
JSBBSJ time,
JYBBH text,
JYJGMC text,
JYJSGH text,
JY... |
### Context: CREATE TABLE table_name_76 (
bsu_head_coach VARCHAR,
opponent VARCHAR,
year VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Who is the BSU head coach of the tournament after 1994 with louisville as the opponent?
### Query: SELECT bsu_head_co... |
### Context: CREATE TABLE table_71497 (
"Direction" text,
"Name" text,
"Japanese" text,
"Terminals" text,
"Length (km)" real
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What line is 24.7 km and head towards Toyohashi East?
### Query: SELECT "Name" FR... |
### Context: CREATE TABLE Ref_Budget_Codes (
Budget_Type_Code CHAR(15),
Budget_Type_Description VARCHAR(255)
)
CREATE TABLE Statements (
Statement_ID INTEGER,
Statement_Details VARCHAR(255)
)
CREATE TABLE Documents_with_Expenses (
Document_ID INTEGER,
Budget_Type_Code CHAR(15),
Document_De... |
### Context: CREATE TABLE Users (
Id number,
Reputation number,
CreationDate time,
DisplayName text,
LastAccessDate time,
WebsiteUrl text,
Location text,
AboutMe text,
Views number,
UpVotes number,
DownVotes number,
ProfileImageUrl text,
EmailHash text,
AccountId ... |
### Context: CREATE TABLE table_76412 (
"Name" text,
"Championship" real,
"FA Cup" real,
"League Cup" real,
"Total" real
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is the total championships of James Henry that has a league cup more than 1?
###... |
### 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 ... |
### Context: CREATE TABLE ReviewTasks (
Id number,
ReviewTaskTypeId number,
CreationDate time,
DeletionDate time,
ReviewTaskStateId number,
PostId number,
SuggestedEditId number,
CompletedByReviewTaskId number
)
CREATE TABLE SuggestedEditVotes (
Id number,
SuggestedEditId number... |
### Context: CREATE TABLE table_11562 (
"HP Model" text,
"Command Set" text,
"# FDD" real,
"FDD Type" text,
"Sides" text,
"FDD Capacity (each)" text,
"# HDD" real,
"HDD Capacity" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Tell me the... |
### Context: CREATE TABLE hz_info (
KH text,
KLX number,
RYBH text,
YLJGDM text
)
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,
JCZB... |
### Context: CREATE TABLE party (
minister VARCHAR,
took_office VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Show the minister who took office after 1961 or before 1959.
### Query: SELECT minister FROM party WHERE took_office > 1961 OR took_office < 1959 |
### Context: CREATE TABLE table_39494 (
"Rank" real,
"Player" text,
"Country" text,
"Earnings ( $ )" real,
"Wins" real
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What's the smallest amount of earnings when the wins are less than 72 and the rank is mo... |
### Context: CREATE TABLE Students (
student_id INTEGER,
date_of_registration DATETIME,
date_of_latest_logon DATETIME,
login_name VARCHAR(40),
password VARCHAR(10),
personal_name VARCHAR(40),
middle_name VARCHAR(40),
family_name VARCHAR(40)
)
CREATE TABLE Course_Authors_and_Tutors (
... |
### Context: CREATE TABLE diagnoses_icd (
row_id number,
subject_id number,
hadm_id number,
icd9_code text,
charttime time
)
CREATE TABLE admissions (
row_id number,
subject_id number,
hadm_id number,
admittime time,
dischtime time,
admission_type text,
admission_locatio... |
### Context: CREATE TABLE gsi (
course_offering_id int,
student_id int
)
CREATE TABLE ta (
campus_job_id int,
student_id int,
location varchar
)
CREATE TABLE semester (
semester_id int,
semester varchar,
year int
)
CREATE TABLE course_tags_count (
course_id int,
clear_grading ... |
### Context: CREATE TABLE table_10156 (
"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 home team has an away team sc... |
### Context: CREATE TABLE table_name_98 (
average INTEGER,
week VARCHAR,
yards VARCHAR,
team VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Which Average has Yards larger than 167, and a Team of at tb, and a Week larger than 7?
### Query: SELECT MIN... |
### Context: CREATE TABLE table_44967 (
"Pollutant" text,
"Type" text,
"Standard" text,
"Averaging Time" text,
"Regulatory Citation" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- what is the standard when the pollutant is o 3 and averaging time is ... |
### Context: CREATE TABLE table_name_52 (
opponent VARCHAR,
date VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Which Opponent was played on 1991-10-13?
### Query: SELECT opponent FROM table_name_52 WHERE date = "1991-10-13" |
### Context: CREATE TABLE table_42914 (
"m\u00e5cha" text,
"indicative" text,
"imperative" text,
"subjunctive" text,
"inverse subjunctive" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What subjunctive also has an inverse subjunctive of m chadns?
... |
### Context: CREATE TABLE table_204_850 (
id number,
"name" text,
"railway" text,
"series" text,
"maker" text,
"dates" text,
"drive" text,
"wheel arrangement" text,
"weight" text,
"power" text,
"notes" text
)
-- Using valid SQLite, answer the following questions for the tab... |
### Context: CREATE TABLE table_69241 (
"Team 1" text,
"Agg." text,
"Team 2" text,
"1st leg" text,
"2nd leg" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What team 2 had a second leg of 3-2?
### Query: SELECT "Team 2" FROM table_69241 WHERE "2nd ... |
### Context: CREATE TABLE table_10700 (
"Date" text,
"Visitor" text,
"Score" text,
"Home" text,
"Leading scorer" text,
"Attendance" real,
"Record" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- How many people were in attendance for the game... |
### Context: CREATE TABLE table_80455 (
"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 loss has an attendance greater than 49,688 and 11-8 as the record?
... |
### Context: CREATE TABLE fzzmzjzjlb (
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 tex... |
### Context: CREATE TABLE table_11677691_1 (
position VARCHAR,
hometown VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What position did the player from Jersey City, New Jersey play?
### Query: SELECT position FROM table_11677691_1 WHERE hometown = "Jersey ... |
### Context: CREATE TABLE table_204_988 (
id number,
"responsible minister(s)" text,
"crown entities" text,
"monitoring department(s)" text,
"category / type" text,
"empowering legislation" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- which mo... |
### 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_16469 (
"No. in season" real,
"No. in series" real,
"Title" text,
"Directed by" text,
"Written by" text,
"Original air date" text,
"U.S. viewers (million)" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- How ma... |
### Context: CREATE TABLE program (
program_id int,
name varchar,
college varchar,
introduction varchar
)
CREATE TABLE student_record (
student_id int,
course_id int,
semester int,
grade varchar,
how varchar,
transfer_source varchar,
earn_credit varchar,
repeat_term varc... |
### Context: CREATE TABLE table_25355501_2 (
november_3 VARCHAR,
august_21_22 VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is shown for november 3 when august 21-22 is august 22, 1998?
### Query: SELECT november_3 FROM table_25355501_2 WHERE august_2... |
### Context: CREATE TABLE table_30209 (
"Event Date" text,
"Event Day" text,
"Approx. Duration" text,
"Starting Time" text,
"Event Details" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- How many event dates occurred when event details were women'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 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 film_market_estimation (
estimation_id number,
low_estimate number,
high_estimate number,
film_id number,
type text,
market_id number,
year number
)
CREATE TABLE market (
market_id number,
country text,
number_cities number
)
CREATE TABLE film (
fi... |
### Context: CREATE TABLE table_15300 (
"Club" text,
"Winners" text,
"Finalists" text,
"Winning editions" text,
"Not winning editions" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Who is Winners that has editions of 1992, 2003 as Not Winning
### ... |
### Context: CREATE TABLE table_6481 (
"Date" text,
"Visitor" text,
"Score" text,
"Home" text,
"Record" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Which score has a visitor of New York?
### Query: SELECT "Score" FROM table_6481 WHERE "Visitor" ... |
### Context: CREATE TABLE zyjybgb (
BBCJBW text,
BBDM text,
BBMC text,
BBZT number,
BGDH number,
BGJGDM text,
BGJGMC text,
BGRGH text,
BGRQ time,
BGRXM text,
BGSJ time,
CJRQ time,
JSBBRQSJ time,
JSBBSJ time,
JYBBH text,
JYJGMC text,
JYJSGH text,
JY... |
### 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_75 (
unit VARCHAR,
authors VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is varricchio's unit?
### Query: SELECT unit FROM table_name_75 WHERE authors = "varricchio" |
### 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 allergy (
allergyid number,
patientunitstayid number,
drugname text,
allergyname text,
allergytime time
)
CREATE TABLE medication (
medicationid number,
patientunitstayid number,
drugname text,
dosage text,
routeadmin text,
drugstarttime time,
d... |
### Context: CREATE TABLE table_name_87 (
date VARCHAR,
tournament VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is Date, when Tournament is Alfred Dunhill Championship 1?
### Query: SELECT date FROM table_name_87 WHERE tournament = "alfred dunhill ch... |
### Context: CREATE TABLE table_14903491_1 (
year VARCHAR,
womens_doubles VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Name the year for victoria hristova neli nedialkova
### Query: SELECT year FROM table_14903491_1 WHERE womens_doubles = "Victoria Hristo... |
### Context: CREATE TABLE people (
people_id number,
name text,
height number,
weight number,
home town text
)
CREATE TABLE perpetrator (
perpetrator_id number,
people_id number,
date text,
year number,
location text,
country text,
killed number,
injured number
)
-... |
### Context: CREATE TABLE table_2597876_2 (
year VARCHAR,
avg_start VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is every year with average start of 27.2?
### Query: SELECT year FROM table_2597876_2 WHERE avg_start = "27.2" |
### Context: CREATE TABLE table_23502 (
"No. in series" text,
"No. in season" text,
"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_51273 (
"Date" text,
"Visitor" text,
"Score" text,
"Home" text,
"Decision" text,
"Attendance" real,
"Record" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What was the record when chicago was the visiting tea... |
### Context: CREATE TABLE engineer_visits (
engineer_visit_id number,
contact_staff_id number,
engineer_id number,
fault_log_entry_id number,
fault_status text,
visit_start_datetime time,
visit_end_datetime time,
other_visit_details text
)
CREATE TABLE engineer_skills (
engineer_id ... |
### Context: CREATE TABLE table_79400 (
"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 average Gold entry for the Netherlands that also has a Bronze entry that is greater ... |
### Context: CREATE TABLE table_77515 (
"Name" text,
"Position" text,
"Height" text,
"Weight" real,
"Year" text,
"Home Town" text,
"High School" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is the Name with a Year with freshman, and a... |
### Context: CREATE TABLE table_19744915_3 (
order VARCHAR,
public_vote VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- what is the order when public vote was 18.155%
### Query: SELECT order FROM table_19744915_3 WHERE public_vote = "18.155%" |
### Context: CREATE TABLE table_77992 (
"Name" text,
"Location" text,
"Length in km (mi)" text,
"Year Completed" text,
"Line" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What year was the Line of Gardermobanen completed?
### Query: SELECT "Year ... |
### Context: CREATE TABLE table_25246 (
"Year" text,
"Date" text,
"Driver" text,
"Team" text,
"Manufacturer" text,
"Laps" real,
"Miles (km)" text,
"Race Time" text,
"Average Speed (mph)" text,
"Report" text
)
-- Using valid SQLite, answer the following questions for the tables ... |
### Context: 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 compartment_class (
compartment varchar,
class_type varchar
)
CREATE TABLE d... |
### Context: CREATE TABLE table_70796 (
"Player" text,
"Height" real,
"Position" text,
"Year born" real,
"Current Club" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What year was the Guard who currently plays for the Memphis Grizzlies born?
### Q... |
### 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 zyb (
CLINIC_ID text,
COMP_ID text,
DATA_ID text,
DIFF_PLACE_FLG number,
FERTILITY_STS number,
FLX_MED_ORG_ID text,
HOSP_LEV number,
HOSP_STS number,
IDENTITY_CARD text,
INPT_AREA_BED text,
INSURED_IDENTITY number,
INSURED_STS text,
INSU_TYPE... |
### Context: CREATE TABLE hz_info (
KH text,
KLX number,
RYBH text,
YLJGDM text
)
CREATE TABLE person_info (
CSD text,
CSRQ time,
GJDM text,
GJMC text,
JGDM text,
JGMC text,
MZDM text,
MZMC text,
RYBH text,
XBDM number,
XBMC text,
XLDM text,
XLMC text... |
### Context: CREATE TABLE person_info (
RYBH text,
XBDM number,
XBMC text,
XM text,
CSRQ time,
CSD text,
MZDM text,
MZMC text,
GJDM text,
GJMC text,
JGDM text,
JGMC text,
XLDM text,
XLMC text,
ZYLBDM text,
ZYMC text
)
CREATE TABLE jybgb (
YLJGDM text,... |
### Context: CREATE TABLE table_44303 (
"Date" text,
"Round" text,
"Opponent" text,
"Venue" text,
"Result" text,
"Attendance" real
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What was the result when the opponent was manchester united in venue h?
... |
### Context: CREATE TABLE diagnosis (
diagnosisid number,
patientunitstayid number,
diagnosisname text,
diagnosistime time,
icd9code text
)
CREATE TABLE cost (
costid number,
uniquepid text,
patienthealthsystemstayid number,
eventtype text,
eventid number,
chargetime time,
... |
### Context: CREATE TABLE table_name_40 (
class VARCHAR,
sport VARCHAR,
year VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What class is volleyball in 2000?
### Query: SELECT class FROM table_name_40 WHERE sport = "volleyball" AND year = 2000 |
### Context: CREATE TABLE constructorResults (
constructorResultsId INTEGER,
raceId INTEGER,
constructorId INTEGER,
points REAL,
status TEXT
)
CREATE TABLE status (
statusId INTEGER,
status TEXT
)
CREATE TABLE seasons (
year INTEGER,
url TEXT
)
CREATE TABLE constructors (
cons... |
### Context: CREATE TABLE table_26355 (
"Team" text,
"Location" text,
"Home Ground" text,
"First year in Qld Cup" real,
"Last year in Qld Cup" real,
"Qld Cup Premierships" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is every value for fi... |
### Context: CREATE TABLE entrepreneur (
Entrepreneur_ID int,
People_ID int,
Company text,
Money_Requested real,
Investor text
)
CREATE TABLE people (
People_ID int,
Name text,
Height real,
Weight real,
Date_of_Birth text
)
-- Using valid SQLite, answer the following questions... |
### Context: CREATE TABLE table_name_87 (
pick__number VARCHAR,
position VARCHAR,
round VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What was the pick # for a center picked before round 6?
### Query: SELECT COUNT(pick__number) FROM table_name_87 WHERE... |
### 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,
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.