text stringlengths 197 8.39k |
|---|
### Context: CREATE TABLE table_name_43 (
state VARCHAR,
home_venue VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is the State with a home venue of suwon sports complex?
### Query: SELECT state FROM table_name_43 WHERE home_venue = "suwon sports compl... |
### Context: CREATE TABLE cost (
row_id number,
subject_id number,
hadm_id number,
event_type text,
event_id number,
chargetime time,
cost number
)
CREATE TABLE diagnoses_icd (
row_id number,
subject_id number,
hadm_id number,
icd9_code text,
charttime time
)
CREATE TAB... |
### Context: 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,
XM text,
ZYLBDM text,
ZYMC text
)
CREATE TABLE jyjgzbb (
BGDH text,... |
### 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_166346_1 (
population__july_2012_ INTEGER,
area__km²_ VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is the highest poplulation in July 2012 in the country with an area of 2149690 square kilometers?
### Query: SELECT MAX... |
### Context: CREATE TABLE table_name_62 (
college VARCHAR,
position VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- The safety position is represented in the draft by which colleges?
### Query: SELECT college FROM table_name_62 WHERE position = "safety" |
### Context: CREATE TABLE table_16661199_2 (
attendance INTEGER,
giants_points VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Name the most attendance for giants points of 10
### Query: SELECT MAX(attendance) FROM table_16661199_2 WHERE giants_points = 10 |
### Context: CREATE TABLE table_74194 (
"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 table_31154 (
"Division" text,
"Brigade" text,
"Regiment" text,
"Colonel" text,
"County" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- in how many of the arkansas colomel the county was pope
### Query: SELECT COUNT("Colon... |
### Context: CREATE TABLE table_27293285_2 (
bonus_points VARCHAR,
points_for VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- How many bonus points did the club who had 379 points for have?
### Query: SELECT bonus_points FROM table_27293285_2 WHERE points_fo... |
### Context: CREATE TABLE hz_info (
KH text,
KLX number,
YLJGDM text,
RYBH text
)
CREATE TABLE mzjzjlb (
YLJGDM text,
JZLSH text,
KH text,
KLX number,
MJZH text,
HZXM text,
NLS number,
NLY number,
ZSEBZ number,
JZZTDM number,
JZZTMC text,
JZJSSJ time,
... |
### Context: CREATE TABLE table_20569 (
"Year" real,
"GDP Nominal ($ billions)" text,
"GDP Adjusted ($ billions)" text,
"Population (millions)" text,
"GDP per capita Nominal ($)" real,
"GDP per capita Adjusted ($)" real
)
-- Using valid SQLite, answer the following questions for the tables pro... |
### Context: CREATE TABLE table_7946 (
"Place" text,
"Player" text,
"Country" text,
"Score" text,
"To par" text,
"Money ( $ )" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is Player, when Score is '71-69-72-72=284'?
### Query: SELECT "Pl... |
### Context: CREATE TABLE table_203_637 (
id number,
"player" text,
"for" text,
"against" text,
"result" text,
"date" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- what was the result of the match between queens park rangers and everton ?
### ... |
### 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 diagnosis (
diagnosisid number,
patientunitstayid number,
diagnosisname text,
diagnosistime time,
icd9code text
)
CREATE TABLE microlab (
microlabid number,
patientunitstayid number,
culturesite text,
organism text,
culturetakentime time
)
CREATE TABLE... |
### Context: CREATE TABLE table_18042409_1 (
alma_mater VARCHAR,
player VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What university did Steve Hoar attend.
### Query: SELECT alma_mater FROM table_18042409_1 WHERE player = "Steve Hoar" |
### Context: CREATE TABLE Settlements (
Date_Claim_Made VARCHAR,
Date_Claim_Settled VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What are the claim dates and settlement dates of all the settlements?
### Query: SELECT Date_Claim_Made, Date_Claim_Settled FR... |
### Context: CREATE TABLE table_19915 (
"Series Ep." text,
"Episode" real,
"Netflix" text,
"Segment A" text,
"Segment B" text,
"Segment C" text,
"Segment D" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Whats the name of segment D in the ep... |
### Context: CREATE TABLE table_name_11 (
player VARCHAR,
to_par VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What Player has a +3 To par?
### Query: SELECT player FROM table_name_11 WHERE to_par = "+3" |
### Context: CREATE TABLE table_40742 (
"Television service" text,
"Country" text,
"Language" text,
"Content" text,
"HDTV" text,
"Package/Option" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What content is provided by the television service e... |
### Context: CREATE TABLE table_name_84 (
away_team VARCHAR,
home_team VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What was the away score when the home team was Melbourne?
### Query: SELECT away_team AS score FROM table_name_84 WHERE home_team = "melbou... |
### 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 table_78938 (
"City" text,
"Country" text,
"Airport" text,
"IATA" text,
"ICAO" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- In what Country is Haugesund?
### Query: SELECT "Country" FROM table_78938 WHERE "City" = 'hauge... |
### Context: CREATE TABLE table_46903 (
"Game" real,
"Date" real,
"Opponent" text,
"Score" text,
"Decision" text,
"Location/Attendance" text,
"Record" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is Score, when Date is greater than 7,... |
### 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 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_3609 (
"District" text,
"Incumbent" text,
"Party" text,
"First elected" text,
"Result" text,
"Candidates" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Who were the incumbent(s) in the election featuring john mur... |
### Context: CREATE TABLE table_177273_2 (
surface VARCHAR,
score VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- On what surface was the game played with a score of 6 4, 6 4?
### Query: SELECT surface FROM table_177273_2 WHERE score = "6–4, 6–4" |
### Context: CREATE TABLE table_13336122_6 (
us_viewers__million_ VARCHAR,
no_in_season VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Name the number of shows when there was 2 million views
### Query: SELECT COUNT(us_viewers__million_) FROM table_13336122_... |
### Context: CREATE TABLE table_13116 (
"Shooter" text,
"Event" text,
"Rank points" text,
"Score points" text,
"Total" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Who got 13 score points at wc kerrville?
### Query: SELECT "Shooter" FROM table_13... |
### 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 lab (
subject_id text,
hadm_id text,
itemid text,
charttime text,
flag text,
value_unit text,
label text,
fluid text
)
CREATE TABLE prescriptions (
subject_id text,
hadm_id text,
icustay_id text,
drug_type text,
drug text,
formulary_drug... |
### Context: CREATE TABLE microlab (
microlabid number,
patientunitstayid number,
culturesite text,
organism text,
culturetakentime time
)
CREATE TABLE cost (
costid number,
uniquepid text,
patienthealthsystemstayid number,
eventtype text,
eventid number,
chargetime time,
... |
### Context: CREATE TABLE lab (
labid number,
patientunitstayid number,
labname text,
labresult number,
labresulttime time
)
CREATE TABLE vitalperiodic (
vitalperiodicid number,
patientunitstayid number,
temperature number,
sao2 number,
heartrate number,
respiration number,
... |
### Context: CREATE TABLE Faculty (
FacID INTEGER,
Lname VARCHAR(15),
Fname VARCHAR(15),
Rank VARCHAR(15),
Sex VARCHAR(1),
Phone INTEGER,
Room VARCHAR(5),
Building VARCHAR(13)
)
CREATE TABLE Minor_in (
StuID INTEGER,
DNO INTEGER
)
CREATE TABLE Member_of (
FacID INTEGER,
... |
### Context: CREATE TABLE table_name_78 (
attendance VARCHAR,
opponent VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Which Attendance has an Opponent of crawley town?
### Query: SELECT attendance FROM table_name_78 WHERE opponent = "crawley town" |
### Context: CREATE TABLE table_71382 (
"Name" text,
"Street address" text,
"Years as tallest" text,
"Height ft / m" text,
"Floors" real
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Name the height with 9 floors
### Query: SELECT "Height ft / m" FROM ... |
### Context: CREATE TABLE demographic (
subject_id text,
hadm_id text,
name text,
marital_status text,
age text,
dob text,
gender text,
language text,
religion text,
admission_type text,
days_stay text,
insurance text,
ethnicity text,
expire_flag text,
admissi... |
### Context: CREATE TABLE 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 semester (
semester_id int,
semester varchar,
year int
)
CREATE TABLE instructor (
instructor_id int,
name varchar,
uniqname varchar
)
CREATE TABLE course_offering (
offering_id int,
course_id int,
semester int,
section_number int,
start_time time,... |
### Context: CREATE TABLE table_16444 (
"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.
-- What was the original air date for Series 36?
###... |
### Context: CREATE TABLE table_13044 (
"Week" real,
"Date" text,
"Opponent" text,
"Result" text,
"Attendance" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What week was the December 24, 1994 game?
### Query: SELECT SUM("Week") FROM table_13044 W... |
### Context: CREATE TABLE locations (
LOCATION_ID decimal(4,0),
STREET_ADDRESS varchar(40),
POSTAL_CODE varchar(12),
CITY varchar(30),
STATE_PROVINCE varchar(25),
COUNTRY_ID varchar(2)
)
CREATE TABLE regions (
REGION_ID decimal(5,0),
REGION_NAME varchar(25)
)
CREATE TABLE countries (
... |
### Context: CREATE TABLE table_2668199_2 (
candidates VARCHAR,
district VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Who were the candidates in districk Pennsylvania 12?
### Query: SELECT candidates FROM table_2668199_2 WHERE district = "Pennsylvania 12" |
### Context: CREATE TABLE table_6499 (
"Outcome" text,
"Date" text,
"Surface" text,
"Partner" text,
"Opponent" text,
"Score" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Name the score for 21 may 2011
### Query: SELECT "Score" FROM table_6499... |
### 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 table_name_67 (
Id VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is the 2000 value if the 1998 value is 1.5?
### Query: SELECT 2000 FROM table_name_67 WHERE 1998 = "1.5" |
### Context: CREATE TABLE table_name_18 (
frequency__per_hour_ VARCHAR,
line VARCHAR,
destination VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- How many frequencies have a line of East London and destination of Crystal Palace?
### Query: SELECT COUNT(f... |
### Context: CREATE TABLE table_name_24 (
wounded VARCHAR,
killed VARCHAR,
unit VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- How many were Wounded in the Artillery Corps unit while having 0 off 0 men Killed?
### Query: SELECT wounded FROM table_name_2... |
### Context: CREATE TABLE performers_in_bookings (
order_id number,
performer_id number
)
CREATE TABLE ref_service_types (
service_type_code text,
parent_service_type_code text,
service_type_description text
)
CREATE TABLE services (
service_id number,
service_type_code text,
workshop_... |
### Context: CREATE TABLE table_2266762_1 (
date VARCHAR,
average_speed__mph_ VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- On how many dates was the average speed of the race 91.033 MPH?
### Query: SELECT COUNT(date) FROM table_2266762_1 WHERE average_spe... |
### 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_36978 (
"Outcome" text,
"Date" text,
"Tournament" text,
"Surface" text,
"Opponent in the final" text,
"Score" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Who is the opponent in the final of the match on 26 Marc... |
### Context: CREATE TABLE table_49908 (
"Place" text,
"Player" text,
"Country" text,
"Score" text,
"To par" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Name the Place with a Score of 72-68=140?
### Query: SELECT "Place" FROM table_49908 WHERE "S... |
### Context: CREATE TABLE table_14016079_1 (
winner VARCHAR,
circuit VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Who was the winner on the Symmons Plains Raceway?
### Query: SELECT winner FROM table_14016079_1 WHERE circuit = "Symmons Plains Raceway" |
### Context: CREATE TABLE regions (
REGION_ID decimal(5,0),
REGION_NAME varchar(25)
)
CREATE TABLE job_history (
EMPLOYEE_ID decimal(6,0),
START_DATE date,
END_DATE date,
JOB_ID varchar(10),
DEPARTMENT_ID decimal(4,0)
)
CREATE TABLE countries (
COUNTRY_ID varchar(2),
COUNTRY_NAME v... |
### Context: CREATE TABLE table_name_70 (
bronze INTEGER,
total VARCHAR,
gold VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- How many bronze medals were won when the total was larger than 2 and the more than 2 gold medals were won?
### Query: SELECT SUM... |
### Context: CREATE TABLE table_10093 (
"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 sporting location is where Ri... |
### 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 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 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_31324 (
"Series #" 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.
-- How many ... |
### Context: CREATE TABLE requirement (
requirement_id int,
requirement varchar,
college varchar
)
CREATE TABLE offering_instructor (
offering_instructor_id int,
offering_id int,
instructor_id int
)
CREATE TABLE instructor (
instructor_id int,
name varchar,
uniqname varchar
)
CREA... |
### Context: CREATE TABLE table_17539 (
"Country" text,
"Currency" text,
"1 Euro =" text,
"1 USD =" text,
"Central bank" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What's the value of 1 Euro in the country where the value of 1 USD is 483.050 of ... |
### Context: CREATE TABLE table_name_23 (
total INTEGER,
nation VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is the lowest total when the nation is Sweden?
### Query: SELECT MIN(total) FROM table_name_23 WHERE nation = "sweden" |
### 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 diagnosi... |
### Context: CREATE TABLE table_12002 (
"Name" text,
"District (Region)" text,
"Took Office" text,
"Left Office" text,
"Party" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Fran ois Gendron was in which party?
### Query: SELECT "Party" FROM table_... |
### Context: CREATE TABLE table_26095 (
"Province" text,
"Contestant" text,
"Age" real,
"Height (in)" text,
"Height (mt)" text,
"Hometown" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is the hometown of contestants who are from the provin... |
### Context: CREATE TABLE table_204_81 (
id number,
"rank" number,
"bib" number,
"name" text,
"country" text,
"time" text,
"deficit" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- which players came in a place before lukas bauer ?
### Query... |
### 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_15459 (
"Date" text,
"Tournament" text,
"Winning score" text,
"To par" text,
"Margin of victory" text,
"Runner(s)-up" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What was the margin of victory for the win with ... |
### Context: CREATE TABLE table_12051 (
"Points" real,
"Name" text,
"Club" text,
"Apps" real,
"Tries" real,
"Drop" real
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Who was part of Club Munster with 1 try?
### Query: SELECT "Name" FROM table_12051... |
### Context: CREATE TABLE playlist_tracks (
playlist_id VARCHAR,
track_id VARCHAR
)
CREATE TABLE playlists (
name VARCHAR,
id VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- List the name of playlist which has number of tracks greater than 100.
### ... |
### Context: CREATE TABLE table_66457 (
"Date" text,
"Venue" text,
"Score" text,
"Result" text,
"Competition" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What venue did the 2000 tiger cup take place at on November 10, 2000?
### Query: SELECT "Ve... |
### Context: CREATE TABLE table_53883 (
"Episode" text,
"Air Date" text,
"Timeslot" text,
"Rating" real,
"Share" real,
"18-49 (Rating/Share)" text,
"Viewers (m)" real,
"Rank (Timeslot)" real,
"Rank (Night)" text,
"Rank (Overall)" real
)
-- Using valid SQLite, answer the followi... |
### Context: CREATE TABLE Tags (
Id number,
TagName text,
Count number,
ExcerptPostId number,
WikiPostId number
)
CREATE TABLE PostHistoryTypes (
Id number,
Name text
)
CREATE TABLE SuggestedEditVotes (
Id number,
SuggestedEditId number,
UserId number,
VoteTypeId number,
... |
### Context: CREATE TABLE table_64482 (
"interval name" text,
"size (steps)" real,
"size (cents)" real,
"just ratio" text,
"just (cents)" real,
"error" text,
"audio" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is the value of the siz... |
### Context: CREATE TABLE team (
team_id number,
name text
)
CREATE TABLE country (
country_id number,
country_name text,
capital text,
official_native_language text
)
CREATE TABLE match_season (
season number,
player text,
position text,
country number,
team number,
dr... |
### Context: CREATE TABLE table_20026 (
"Date" text,
"Tournament" text,
"Location" text,
"Purse( $ )" real,
"Winner" text,
"Score" text,
"1st Prize( $ )" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- On what day was the tournament in Alabam... |
### Context: CREATE TABLE table_204_244 (
id number,
"year" number,
"album" text,
"peak\nus" number,
"peak\nus\nholiday" number,
"certifications\n(sales threshold)" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- the oldest year listed is what ?
... |
### Context: CREATE TABLE student (
stuid VARCHAR,
fname VARCHAR,
lname VARCHAR
)
CREATE TABLE club (
clubid VARCHAR
)
CREATE TABLE member_of_club (
clubid VARCHAR,
stuid VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- How many clubs does 'L... |
### Context: CREATE TABLE table_79757 (
"Exam" text,
"2006 First Time" text,
"2006 All" text,
"2007 First Time" text,
"2007 All" text,
"2008 First Time" text,
"2008 All" text,
"2009 First Time" text,
"2009 All" text,
"2010 First Time" text,
"2011 First Time" text,
"2012 F... |
### Context: CREATE TABLE table_name_61 (
country VARCHAR,
name VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Which Country has azeri tv tower?
### Query: SELECT country FROM table_name_61 WHERE name = "azeri tv tower" |
### Context: CREATE TABLE table_7959 (
"Team" text,
"Location" text,
"Venue" text,
"Capacity" real,
"Position in 2007" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is the venue that is located in zhodino?
### Query: SELECT "Venue" FROM table... |
### Context: CREATE TABLE table_225100_4 (
vacator VARCHAR,
district VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Who is the vacator when south carolina 4th is the district?
### Query: SELECT vacator FROM table_225100_4 WHERE district = "South Carolina 4t... |
### Context: CREATE TABLE PendingFlags (
Id number,
FlagTypeId number,
PostId number,
CreationDate time,
CloseReasonTypeId number,
CloseAsOffTopicReasonTypeId number,
DuplicateOfQuestionId number,
BelongsOnBaseHostAddress text
)
CREATE TABLE PostHistoryTypes (
Id number,
Name te... |
### 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 jyjgzbb (
BGDH text,
BGRQ time,
CKZFWDX text,
CKZFWSX number,
CKZFWXX number,
JCFF text,
JCRGH text,
JCRXM text,
JCXMMC text,
JCZBDM text,
JCZBJGDL number,
JCZBJGDW text,
JCZBJGDX text,
JCZBMC text,
JLDW text,
JYRQ time,
JYZBL... |
### Context: CREATE TABLE table_name_2 (
runners_up VARCHAR,
venue VARCHAR,
year VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What team was runner-up at Bergisch Gladbach in 1983?
### Query: SELECT runners_up FROM table_name_2 WHERE venue = "bergisch ... |
### Context: CREATE TABLE table_22207 (
"Series #" real,
"Season #" real,
"Title" text,
"Directed by" text,
"Written by" text,
"Original air date" text,
"U.S. viewers (millions)" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is the ori... |
### Context: CREATE TABLE table_14532_1 (
region VARCHAR,
capital VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is the region where Milan is located?
### Query: SELECT region FROM table_14532_1 WHERE capital = "Milan" |
### Context: CREATE TABLE table_73349 (
"Episode" real,
"Song" text,
"Average grade" text,
"Detailed grades" text,
"Classification (Judges)" text,
"Classification (Viewers)" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Name the average grade f... |
### 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 procedures (
subject_id text,
hadm_id text,
icd9_code text,
short_title text,
long_title text
)
CREATE TABLE... |
### Context: CREATE TABLE table_31235 (
"Round" text,
"Clubs remaining" real,
"Clubs involved" real,
"Winners from previous round" real,
"New entries this round" text,
"Leagues entering at this round" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
... |
### Context: CREATE TABLE table_67402 (
"Rank" text,
"Bowling" text,
"Player" text,
"Venue" text,
"Date" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- what venue does tim southee bowl at?
### Query: SELECT "Venue" FROM table_67402 WHERE "Player" =... |
### 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 countries (
COUNTRY_ID varchar(2),
COUNTRY_NAME varchar(40),
REGION_ID decimal(10,0)
)
CREATE TABLE departments (
DEPARTMENT_ID decimal(4,0),
DEPARTMENT_NAME varchar(30),
MANAGER_ID decimal(6,0),
LOCATION_ID decimal(4,0)
)
CREATE TABLE employees (
EMPLOYEE_ID ... |
### Context: CREATE TABLE table_31747 (
"Nomination" text,
"Actor's Name" text,
"Film Name" text,
"Director" text,
"Country" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Tell me the actor's name for anastasiya slutskaya belarus
### Query: SELECT ... |
### Context: CREATE TABLE table_22880 (
"Performer" text,
"Performances" real,
"Category" text,
"First performance" text,
"Last performance" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- when was the last performance of the first performance on 11/... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.