instruction stringlengths 151 7.46k | output stringlengths 2 4.44k | source stringclasses 26
values |
|---|---|---|
CREATE TABLE table_63739 (
"Rank" real,
"Name" text,
"Altitude (meters)" real,
"Range" text,
"Parent Range" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Which range includes Mount Fukushima, and is ranked 38?
| SELECT "Range" FROM table_63739 WHERE "Name" = 'mount fukushima' AND "Rank" = '38' | wikisql |
CREATE TABLE Votes (
Id number,
PostId number,
VoteTypeId number,
UserId number,
CreationDate time,
BountyAmount number
)
CREATE TABLE PendingFlags (
Id number,
FlagTypeId number,
PostId number,
CreationDate time,
CloseReasonTypeId number,
CloseAsOffTopicReasonTypeId num... | SELECT p.Id, p.CreationDate, p.Score, p.ViewCount, p.OwnerUserId, p.Title, p.Body, p.Tags, p.AnswerCount, CONCAT('https://stackoverflow.com/questions/', CAST(p.Id AS TEXT)) AS url FROM Posts AS p WHERE p.Tags LIKE '%<php>%' AND (p.Tags LIKE '%<arrays>%' OR p.Tags LIKE '%xml%') AND p.AnswerCount <= 3 ORDER BY p.Creation... | sede |
CREATE TABLE table_19232 (
"Team" text,
"Intercontinental" text,
"Recopa 1996" text,
"Supercopa 1996" text,
"CONMEBOL 1996" text,
"Copa Libertadores 1997" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- what is the number of teams where conmebol ... | SELECT COUNT("Team") FROM table_19232 WHERE "CONMEBOL 1996" = 'did not qualify' | wikisql |
CREATE TABLE table_25152 (
"Outcome" text,
"Year" real,
"Championship" text,
"Surface" text,
"Partner" text,
"Opponents in the final" text,
"Score in the final" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What was the score in the final w... | SELECT "Score in the final" FROM table_25152 WHERE "Opponents in the final" = 'Fitzgerald Vilas' | wikisql |
CREATE TABLE table_name_19 (
winner VARCHAR,
year VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Who won in 2003?
| SELECT winner FROM table_name_19 WHERE year = 2003 | sql_create_context |
CREATE TABLE table_1682026_3 (
rank INTEGER,
company VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is the ranking of BNP Paribas?
| SELECT MIN(rank) FROM table_1682026_3 WHERE company = "BNP Paribas" | sql_create_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,
INSURED_STS text,
... | SELECT t_kc21.MED_SER_ORG_NO FROM t_kc21 WHERE t_kc21.PERSON_ID = '26493101' AND t_kc21.IN_HOSP_DATE BETWEEN '2008-01-22' AND '2013-02-04' GROUP BY t_kc21.MED_SER_ORG_NO ORDER BY COUNT(*) DESC LIMIT 1 | css |
CREATE TABLE intakeoutput (
intakeoutputid number,
patientunitstayid number,
cellpath text,
celllabel text,
cellvaluenumeric number,
intakeoutputtime time
)
CREATE TABLE vitalperiodic (
vitalperiodicid number,
patientunitstayid number,
temperature number,
sao2 number,
heartr... | SELECT COUNT(DISTINCT t2.uniquepid) FROM (SELECT t1.uniquepid, t1.diagnosistime FROM (SELECT patient.uniquepid, diagnosis.diagnosistime FROM diagnosis JOIN patient ON diagnosis.patientunitstayid = patient.patientunitstayid WHERE diagnosis.diagnosisname = 'coagulopathy') AS t1 GROUP BY t1.uniquepid HAVING MIN(t1.diagnos... | eicu |
CREATE TABLE table_14713 (
"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 player was born in 1976 and is smaller than 2.03?
| SELECT "Player" FROM table_14713 WHERE "Height" < '2.03' AND "Year born" = '1976' | wikisql |
CREATE TABLE table_46180 (
"Res." text,
"Record" text,
"Opponent" text,
"Method" text,
"Event" text,
"Round" text,
"Location" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What was the record for opponent Matt Serra?
| SELECT "Record" FROM table_46180 WHERE "Opponent" = 'matt serra' | wikisql |
CREATE TABLE table_name_9 (
Id VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- How many 2010s have a 2007 greater than 4.6, and 8.2 as a 2006?
| SELECT COUNT(2010) FROM table_name_9 WHERE 2007 > 4.6 AND 2006 = 8.2 | sql_create_context |
CREATE TABLE table_name_49 (
visitor VARCHAR,
record VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What visiting team has a record of 4-3?
| SELECT visitor FROM table_name_49 WHERE record = "4-3" | sql_create_context |
CREATE TABLE table_32823 (
"Week" text,
"Date" text,
"Opponent" text,
"Result" text,
"Kickoff" text,
"Game site" text,
"Record" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is the kickoff for the game on october 22, 2000?
| SELECT "Kickoff" FROM table_32823 WHERE "Date" = 'october 22, 2000' | wikisql |
CREATE TABLE table_203_377 (
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.
-- the nation above algeria
| SELECT "nation" FROM table_203_377 WHERE id = (SELECT id FROM table_203_377 WHERE "nation" = 'algeria') - 1 | squall |
CREATE TABLE table_name_8 (
name VARCHAR,
team VARCHAR,
wsu_year_s_ VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is Name, when Team is New York Knicks, and when WSU Year(s) is 1965-68?
| SELECT name FROM table_name_8 WHERE team = "new york knicks" AND wsu_year_s_ = "1965-68" | sql_create_context |
CREATE TABLE table_11551 (
"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.
-- Who was the visitor on november 14 with leclaire recording the dec... | SELECT "Visitor" FROM table_11551 WHERE "Decision" = 'leclaire' AND "Date" = 'november 14' | wikisql |
CREATE TABLE table_47945 (
"Rank" real,
"Title" text,
"Studio" text,
"Director(s)" text,
"Gross" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What was the film that grossed $26,010,864 ranked?
| SELECT MIN("Rank") FROM table_47945 WHERE "Gross" = '$26,010,864' | wikisql |
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 text,
SHRGH ... | SELECT * FROM person_info JOIN hz_info JOIN zyjzjlb ON person_info.RYBH = hz_info.RYBH AND hz_info.YLJGDM = zyjzjlb.YLJGDM AND hz_info.KH = zyjzjlb.KH AND hz_info.KLX = zyjzjlb.KLX WHERE person_info.XM = '蒋宏畅' AND hz_info.YLJGDM = '7067838' AND NOT zyjzjlb.JZKSMC LIKE '%骨科%' | css |
CREATE TABLE genre (
g_name varchar2(20),
rating varchar2(10),
most_popular_in varchar2(50)
)
CREATE TABLE song (
song_name varchar2(50),
artist_name varchar2(50),
country varchar2(20),
f_id number(10),
genre_is varchar2(20),
rating number(10),
languages varchar2(20),
releas... | SELECT languages, AVG(rating) FROM song GROUP BY languages ORDER BY AVG(rating) | nvbench |
CREATE TABLE songs (
songid VARCHAR
)
CREATE TABLE instruments (
songid VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- How many instruments does the song 'Badlands' use?
| SELECT COUNT(DISTINCT instrument) FROM instruments AS T1 JOIN songs AS T2 ON T1.songid = T2.songid WHERE title = "Badlands" | sql_create_context |
CREATE TABLE PostHistoryTypes (
Id number,
Name text
)
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 ... | SELECT CAST((JULIANDAY(a.CreationDate) - JULIANDAY(q.CreationDate)) * 1440.0 AS INT), COUNT(*) AS "Number of questions answered within x minutes" FROM Posts AS q JOIN LATERAL (SELECT OwnerUserId, CreationDate FROM Posts WHERE ParentId = q.Id AND CreationDate >= q.CreationDate ORDER BY CreationDate LIMIT 1) AS a WHERE q... | sede |
CREATE TABLE table_67814 (
"Year" real,
"Entrant" text,
"Chassis" text,
"Engine" text,
"Points" real
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Name the sum of points for 1991
| SELECT SUM("Points") FROM table_67814 WHERE "Year" = '1991' | wikisql |
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,
MZZYZDZ... | SELECT jybgb.SHSJ FROM hz_info JOIN wdmzjzjlb JOIN jybgb ON hz_info.YLJGDM = wdmzjzjlb.YLJGDM AND hz_info.KH = wdmzjzjlb.KH AND hz_info.KLX = wdmzjzjlb.KLX AND wdmzjzjlb.YLJGDM = jybgb.YLJGDM_MZJZJLB AND wdmzjzjlb.JZLSH = jybgb.JZLSH_MZJZJLB WHERE hz_info.RYBH = '13818309' AND jybgb.BGRQ BETWEEN '2001-10-19' AND '2016-... | css |
CREATE TABLE table_name_75 (
home_team VARCHAR,
away_team VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What was the score for the away team at Collingwood?
| SELECT home_team AS score FROM table_name_75 WHERE away_team = "collingwood" | sql_create_context |
CREATE TABLE PostLinks (
Id number,
CreationDate time,
PostId number,
RelatedPostId number,
LinkTypeId number
)
CREATE TABLE ReviewTasks (
Id number,
ReviewTaskTypeId number,
CreationDate time,
DeletionDate time,
ReviewTaskStateId number,
PostId number,
SuggestedEditId n... | SELECT question.Id AS "post_link", answer.OwnerUserId AS "user_link", COUNT(answer.Id) AS answers FROM Posts AS question JOIN Posts AS answer ON (answer.ParentId = question.Id) WHERE answer.OwnerUserId != 0 GROUP BY question.Id, answer.OwnerUserId HAVING COUNT(answer.Id) >= 2 ORDER BY answers DESC | sede |
CREATE TABLE table_20541 (
"Species" text,
"Indole" text,
"Methyl Red" text,
"Voges-Proskauer" text,
"Citrate" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Which species show a negative result with both voges-proskauer and indole?
| SELECT "Species" FROM table_20541 WHERE "Voges-Proskauer" = 'Negative' AND "Indole" = 'Negative' | wikisql |
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 text,
JY... | SELECT COUNT(*) FROM hz_info JOIN mzjzjlb ON hz_info.YLJGDM = mzjzjlb.YLJGDM AND hz_info.KH = mzjzjlb.KH AND hz_info.KLX = mzjzjlb.KLX WHERE hz_info.RYBH = '97116983' AND mzjzjlb.JZKSRQ BETWEEN '2006-12-08' AND '2015-10-12' AND mzjzjlb.YLJGDM = '2605542' | css |
CREATE TABLE table_56379 (
"Bowling figures Wickets-Runs (Overs)" text,
"Bowler" text,
"Versus" text,
"Venue" text,
"Date" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- When was a competition held at Pietermaritzburg?
| SELECT "Date" FROM table_56379 WHERE "Venue" = 'pietermaritzburg' | wikisql |
CREATE TABLE jyjgzbb (
JYZBLSH text,
YLJGDM text,
BGDH text,
BGRQ time,
JYRQ time,
JCRGH text,
JCRXM text,
SHRGH text,
SHRXM text,
JCXMMC text,
JCZBDM text,
JCFF text,
JCZBMC text,
JCZBJGDX text,
JCZBJGDL number,
JCZBJGDW text,
SBBM text,
YQBH text... | SELECT COUNT(DISTINCT mzjzjlb.ZZYSGH) FROM hz_info JOIN mzjzjlb ON hz_info.YLJGDM = mzjzjlb.YLJGDM AND hz_info.KH = mzjzjlb.KH AND hz_info.KLX = mzjzjlb.KLX WHERE hz_info.RYBH = '23946092' AND mzjzjlb.JZKSRQ BETWEEN '2002-09-18' AND '2018-10-31' | css |
CREATE TABLE table_23245 (
"Rank" real,
"Couple" text,
"Judges" real,
"Public" real,
"Total" real,
"Vote percentage" text,
"Result" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- For couple Todd and Susie, what was the vote percentage?
| SELECT "Vote percentage" FROM table_23245 WHERE "Couple" = 'Todd and Susie' | wikisql |
CREATE TABLE table_79902 (
"Ride name" text,
"Type" text,
"Opened in" real,
"Themed land" text,
"Manufacturer" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Which ride opened after the 2000 Peeking Heights?
| SELECT "Type" FROM table_79902 WHERE "Opened in" > '2000' AND "Ride name" = 'peeking heights' | wikisql |
CREATE TABLE icustays (
row_id number,
subject_id number,
hadm_id number,
icustay_id number,
first_careunit text,
last_careunit text,
first_wardid number,
last_wardid number,
intime time,
outtime time
)
CREATE TABLE d_icd_procedures (
row_id number,
icd9_code text,
s... | SELECT COUNT(DISTINCT admissions.hadm_id) FROM admissions WHERE admissions.subject_id = 15986 | mimic_iii |
CREATE TABLE table_202_285 (
id number,
"city" text,
"country (noc)" text,
"round 1" number,
"run-off" number,
"round 3" number,
"round 4" number,
"round 5" number
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- which cities made it to round 5... | SELECT "city" FROM table_202_285 WHERE NOT "round 5" IS NULL | squall |
CREATE TABLE PostsWithDeleted (
Id number,
PostTypeId number,
AcceptedAnswerId number,
ParentId number,
CreationDate time,
DeletionDate time,
Score number,
ViewCount number,
Body text,
OwnerUserId number,
OwnerDisplayName text,
LastEditorUserId number,
LastEditorDispl... | SELECT TagName, Tags.Count AS "count" FROM Tags ORDER BY 'count' DESC, TagName | sede |
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 diagnoses (
subject_id text,
hadm_id text,
icd9_code text,
short_title text,
long_title text
)
C... | SELECT MAX(demographic.age) FROM demographic WHERE demographic.marital_status = "WIDOWED" AND demographic.insurance = "Government" | mimicsql_data |
CREATE TABLE table_203_28 (
id number,
"year" number,
"competition" text,
"venue" text,
"position" text,
"event" text,
"notes" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- how many times did they participate in the world championships ?
| SELECT COUNT(*) FROM table_203_28 WHERE "competition" = 'world championships' | squall |
CREATE TABLE table_1529260_2 (
dates VARCHAR,
score VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- At what date is the score 66-72-64-65=267?
| SELECT dates FROM table_1529260_2 WHERE score = 66 - 72 - 64 - 65 = 267 | sql_create_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 TABLE Student... | SELECT subject_name, COUNT(*) FROM Courses AS T1 JOIN Subjects AS T2 ON T1.subject_id = T2.subject_id GROUP BY T1.subject_id ORDER BY COUNT(*) | nvbench |
CREATE TABLE table_name_7 (
level INTEGER,
season VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- what is the total levels in 2007?
| SELECT SUM(level) FROM table_name_7 WHERE season = 2007 | sql_create_context |
CREATE TABLE table_name_2 (
date VARCHAR,
score VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What was the date of the game with a score of W 106-100?
| SELECT date FROM table_name_2 WHERE score = "w 106-100" | sql_create_context |
CREATE TABLE flight_fare (
flight_id int,
fare_id int
)
CREATE TABLE flight (
aircraft_code_sequence text,
airline_code varchar,
airline_flight text,
arrival_time int,
connections int,
departure_time int,
dual_carrier text,
flight_days text,
flight_id int,
flight_number ... | SELECT DISTINCT flight.flight_id FROM airport_service AS AIRPORT_SERVICE_0, airport_service AS AIRPORT_SERVICE_1, city AS CITY_0, city AS CITY_1, flight WHERE (CITY_0.city_code = AIRPORT_SERVICE_0.city_code AND CITY_0.city_name = 'DENVER' AND CITY_1.city_code = AIRPORT_SERVICE_1.city_code AND CITY_1.city_name = 'WASHIN... | atis |
CREATE TABLE table_10528 (
"Rank" real,
"Name" text,
"Height ft (m)" text,
"Floors" real,
"Year" real
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is the average amount of floors of the building that is ranked larger than 30, a year prior to 1977 ... | SELECT AVG("Floors") FROM table_10528 WHERE "Rank" > '30' AND "Year" < '1977' AND "Name" = '100 van ness avenue' | wikisql |
CREATE TABLE table_54095 (
"Name" text,
"GNIS Feature ID" real,
"State" text,
"County" text,
"Type" text,
"USGS 7.5' Map" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Which state has a GNIS Feature ID larger than 624634, and a USGS 7.5 Map of ... | SELECT "State" FROM table_54095 WHERE "GNIS Feature ID" > '624634' AND "USGS 7.5' Map" = 'temple peak' | wikisql |
CREATE TABLE table_53726 (
"Rank" real,
"Nation" text,
"Gold" real,
"Silver" real,
"Bronze" real,
"Total" real
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Tell me the average bronze for total less than 4 and silver more than 0
| SELECT AVG("Bronze") FROM table_53726 WHERE "Total" < '4' AND "Silver" > '0' | wikisql |
CREATE TABLE table_15588 (
"Club" text,
"Played" text,
"Drawn" text,
"Lost" text,
"Points for" text,
"Points against" text,
"Tries for" text,
"Tries against" text,
"Try bonus" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What was t... | SELECT "Drawn" FROM table_15588 WHERE "Tries for" = '51' | wikisql |
CREATE TABLE table_59362 (
"Year" real,
"Date" text,
"Home Team" text,
"Result" text,
"Visiting Team" text,
"Venue" text,
"Attendance" real
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is the average Attendance, when Venue is 'Candlestick ... | SELECT AVG("Attendance") FROM table_59362 WHERE "Venue" = 'candlestick park' AND "Date" = 'november 25' | wikisql |
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,
XM text... | SELECT wdmzjzjlb.CYKSDM, wdmzjzjlb.CYKSMC FROM wdmzjzjlb WHERE wdmzjzjlb.JZLSH = '69572598363' UNION SELECT bdmzjzjlb.CYKSDM, bdmzjzjlb.CYKSMC FROM bdmzjzjlb WHERE bdmzjzjlb.JZLSH = '69572598363' | css |
CREATE TABLE table_name_78 (
stage VARCHAR,
points_classification VARCHAR,
trofeo_fast_team VARCHAR,
winner VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What stage did team Carrera Jeans-Tassoni have when Mario Cipollini won and Claudio Chiappucci ... | SELECT stage FROM table_name_78 WHERE trofeo_fast_team = "carrera jeans-tassoni" AND winner = "mario cipollini" AND points_classification = "claudio chiappucci" | sql_create_context |
CREATE TABLE table_name_53 (
duration VARCHAR,
count_palatine_of_the_rhine VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is the duration for Count Palatine of the Rhine of charles albert, elector of bavaria?
| SELECT duration FROM table_name_53 WHERE count_palatine_of_the_rhine = "charles albert, elector of bavaria" | sql_create_context |
CREATE TABLE cite (
citingpaperid int,
citedpaperid int
)
CREATE TABLE keyphrase (
keyphraseid int,
keyphrasename varchar
)
CREATE TABLE paperfield (
fieldid int,
paperid int
)
CREATE TABLE paperdataset (
paperid int,
datasetid int
)
CREATE TABLE paperkeyphrase (
paperid int,
... | SELECT DISTINCT paper.paperid FROM keyphrase, paper, paperkeyphrase WHERE keyphrase.keyphrasename = 'semantic parsing' AND paperkeyphrase.keyphraseid = keyphrase.keyphraseid AND paper.paperid = paperkeyphrase.paperid AND paper.year > 2010 | scholar |
CREATE TABLE table_57498 (
"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.
-- What is the name of the away team who play Colli... | SELECT "Away team" FROM table_57498 WHERE "Home team" = 'collingwood' | wikisql |
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 diagnoses (
subject_id text,
hadm_id text,
icd9_code text,
short_title text,
long_title text
)
C... | SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN diagnoses ON demographic.hadm_id = diagnoses.hadm_id WHERE demographic.expire_flag = "1" AND diagnoses.short_title = "DMII neuro nt st uncntrl" | mimicsql_data |
CREATE TABLE lab (
subject_id text,
hadm_id text,
itemid text,
charttime text,
flag text,
value_unit text,
label text,
fluid text
)
CREATE TABLE demographic (
subject_id text,
hadm_id text,
name text,
marital_status text,
age text,
dob text,
gender text,
... | SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN diagnoses ON demographic.hadm_id = diagnoses.hadm_id INNER JOIN lab ON demographic.hadm_id = lab.hadm_id WHERE diagnoses.icd9_code = "1123" AND lab.fluid = "Pleural" | mimicsql_data |
CREATE TABLE table_25614 (
"date (dd.mm.yyyy)" text,
"Tail number" text,
"Location" text,
"Fatalities" text,
"Brief description" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What's the tail number of the airplane involved in the accident described... | SELECT "Tail number" FROM table_25614 WHERE "Brief description" = 'Crashed' | wikisql |
CREATE TABLE climber (
Climber_ID int,
Name text,
Country text,
Time text,
Points real,
Mountain_ID int
)
CREATE TABLE mountain (
Mountain_ID int,
Name text,
Height real,
Prominence real,
Range text,
Country text
)
-- Using valid SQLite, answer the following questions ... | SELECT T2.Name, COUNT(T2.Name) FROM climber AS T1 JOIN mountain AS T2 ON T1.Mountain_ID = T2.Mountain_ID GROUP BY T2.Name ORDER BY COUNT(T2.Name) | nvbench |
CREATE TABLE table_14596 (
"Perfect stem" text,
"Future stem" text,
"Imperfect stem" text,
"Short stem" text,
"Meaning" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is the imperfect stem for the word that has a future stem of ikusiko?
| SELECT "Imperfect stem" FROM table_14596 WHERE "Future stem" = 'ikusiko' | wikisql |
CREATE TABLE table_name_31 (
joined_prsl INTEGER,
founded VARCHAR,
stadium VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- when is the latest to join prsl when founded in 2007 and the stadium is roberto clemente stadium 1?
| SELECT MAX(joined_prsl) FROM table_name_31 WHERE founded = 2007 AND stadium = "roberto clemente stadium 1" | sql_create_context |
CREATE TABLE table_52087 (
"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.
-- What was the home team that scored 20.21 (141)?
| SELECT "Home team" FROM table_52087 WHERE "Home team score" = '20.21 (141)' | wikisql |
CREATE TABLE table_name_77 (
release_date VARCHAR,
production_num VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What release date has 6998 as the production num.?
| SELECT release_date FROM table_name_77 WHERE production_num = "6998" | sql_create_context |
CREATE TABLE table_name_27 (
state_served VARCHAR,
party VARCHAR,
representative VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Which state did Samuel Thatcher of the Federalist party represent?
| SELECT state_served FROM table_name_27 WHERE party = "federalist" AND representative = "samuel thatcher" | sql_create_context |
CREATE TABLE table_42772 (
"Region" text,
"Date" real,
"Label" text,
"Format" text,
"Catalog" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is Region, when Date is 2004?
| SELECT "Region" FROM table_42772 WHERE "Date" = '2004' | wikisql |
CREATE TABLE table_71440 (
"Election" text,
"1st Member" text,
"1st Party" text,
"2nd Member" text,
"2nd Party" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Who is the 2nd member of the conservative 1st party, which had Vaughan Lee as the 1st memb... | SELECT "2nd Member" FROM table_71440 WHERE "1st Party" = 'conservative' AND "1st Member" = 'vaughan lee' AND "Election" = '1874' | wikisql |
CREATE TABLE table_18825 (
"Club" text,
"Played" text,
"Won" text,
"Drawn" text,
"Lost" text,
"Points for" text,
"Points against" text,
"Tries for" text,
"Tries against" text,
"Try bonus" text,
"Losing bonus" text,
"Points" text
)
-- Using valid SQLite, answer the follo... | SELECT COUNT("Won") FROM table_18825 WHERE "Tries for" = '92' | wikisql |
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 text,
JY... | SELECT COUNT(*) FROM person_info JOIN hz_info JOIN mzjzjlb ON person_info.RYBH = hz_info.RYBH AND hz_info.YLJGDM = mzjzjlb.YLJGDM AND hz_info.KH = mzjzjlb.KH AND hz_info.KLX = mzjzjlb.KLX WHERE person_info.XM = '邹浩慨' AND mzjzjlb.JZKSRQ BETWEEN '2001-06-20' AND '2018-02-12' AND mzjzjlb.YLJGDM = '6233907' | css |
CREATE TABLE competition_result (
Competition_ID int,
Club_ID_1 int,
Club_ID_2 int,
Score text
)
CREATE TABLE club_rank (
Rank real,
Club_ID int,
Gold real,
Silver real,
Bronze real,
Total real
)
CREATE TABLE player (
Player_ID int,
name text,
Position text,
Clu... | SELECT Position, AVG(Points) FROM player GROUP BY Position ORDER BY AVG(Points) DESC | nvbench |
CREATE TABLE table_203_522 (
id number,
"week" number,
"date" text,
"opponent" text,
"results\nfinal score" text,
"results\nteam record" text,
"venue" text,
"attendance" number
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- what is the number... | SELECT COUNT(*) FROM table_203_522 WHERE "results\nfinal score" = 0 | squall |
CREATE TABLE table_46433 (
"Club" text,
"Location" text,
"Current manager" text,
"Team captain" text,
"Stadium" text,
"Capacity" real
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Who is the current manager of the team located in tubize?
| SELECT "Current manager" FROM table_46433 WHERE "Location" = 'tubize' | wikisql |
CREATE TABLE table_name_42 (
term_in_office VARCHAR,
member VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What was the term of Hon Peter Morris?
| SELECT term_in_office FROM table_name_42 WHERE member = "hon peter morris" | sql_create_context |
CREATE TABLE table_train_187 (
"id" int,
"pregnancy_or_lactation" bool,
"renal_disease" bool,
"diabetic" string,
"liver_disease" bool,
"NOUSE" float
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- history of chronic renal failure
| SELECT * FROM table_train_187 WHERE renal_disease = 1 | criteria2sql |
CREATE TABLE lab (
labid number,
patientunitstayid number,
labname text,
labresult number,
labresulttime time
)
CREATE TABLE diagnosis (
diagnosisid number,
patientunitstayid number,
diagnosisname text,
diagnosistime time,
icd9code text
)
CREATE TABLE medication (
medicatio... | SELECT t3.drugname FROM (SELECT t2.drugname, DENSE_RANK() OVER (ORDER BY COUNT(*) DESC) AS c1 FROM (SELECT patient.uniquepid, treatment.treatmenttime, patient.patienthealthsystemstayid FROM treatment JOIN patient ON treatment.patientunitstayid = patient.patientunitstayid WHERE treatment.treatmentname = 'therapeutic ant... | eicu |
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,
religion text,
... | SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN diagnoses ON demographic.hadm_id = diagnoses.hadm_id WHERE diagnoses.short_title = "Metabolic encephalopathy" | mimicsql_data |
CREATE TABLE lab (
subject_id text,
hadm_id text,
itemid text,
charttime text,
flag text,
value_unit text,
label text,
fluid text
)
CREATE TABLE demographic (
subject_id text,
hadm_id text,
name text,
marital_status text,
age text,
dob text,
gender text,
... | SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN lab ON demographic.hadm_id = lab.hadm_id WHERE demographic.ethnicity = "AMERICAN INDIAN/ALASKA NATIVE" AND lab.itemid = "51250" | mimicsql_data |
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 diagnoses (
subject_id text,
hadm_id text,
icd9_code text,
short_title text,
long_title text
)
C... | SELECT prescriptions.icustay_id, prescriptions.drug FROM demographic INNER JOIN prescriptions ON demographic.hadm_id = prescriptions.hadm_id WHERE demographic.name = "Anna Johnson" | mimicsql_data |
CREATE TABLE GRAPES (
GRAPE VARCHAR,
Color VARCHAR
)
CREATE TABLE WINE (
Winery VARCHAR,
GRAPE VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Find the top 3 wineries with the greatest number of wines made of white color grapes.
| SELECT T2.Winery FROM GRAPES AS T1 JOIN WINE AS T2 ON T1.GRAPE = T2.GRAPE WHERE T1.Color = "White" GROUP BY T2.Winery ORDER BY COUNT(*) DESC LIMIT 3 | sql_create_context |
CREATE TABLE table_name_31 (
original_nfl_team VARCHAR,
pos VARCHAR,
college VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What's the original NFL team when the POS is S and college is Georgia Tech?
| SELECT original_nfl_team FROM table_name_31 WHERE pos = "s" AND college = "georgia tech" | sql_create_context |
CREATE TABLE table_name_57 (
heat INTEGER,
mark VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- With a Mark of 46.47, What is the lowest Heat?
| SELECT MIN(heat) FROM table_name_57 WHERE mark = "46.47" | sql_create_context |
CREATE TABLE table_name_21 (
date VARCHAR,
label VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- On what date is the Chrysalis Records label.?
| SELECT date FROM table_name_21 WHERE label = "chrysalis records" | sql_create_context |
CREATE TABLE fgwyjzb (
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,
INSURED_STS text,
... | SELECT COUNT(*) FROM (SELECT gwyjzb.MED_ORG_DEPT_CD FROM gwyjzb JOIN t_kc24 ON gwyjzb.MED_CLINIC_ID = t_kc24.MED_CLINIC_ID WHERE gwyjzb.MED_SER_ORG_NO = '1534223' AND t_kc24.CLINIC_SLT_DATE BETWEEN '2009-04-28' AND '2018-01-28' GROUP BY gwyjzb.MED_ORG_DEPT_CD HAVING SUM(t_kc24.MED_AMOUT) >= 4038.33 UNION SELECT fgwyjzb... | css |
CREATE TABLE table_75566 (
"Name" text,
"Pada 1" text,
"Pada 2" text,
"Pada 3" text,
"Pada 4" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What kind of Pada 4 has a Pada 1 of ju/khi?
| SELECT "Pada 4" FROM table_75566 WHERE "Pada 1" = 'खी ju/khi' | wikisql |
CREATE TABLE table_1277350_5 (
friday_fifth_day VARCHAR,
day__see_irregularities__ VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- How do you say Friday in Polish?
| SELECT friday_fifth_day FROM table_1277350_5 WHERE day__see_irregularities__ = "Polish" | sql_create_context |
CREATE TABLE table_name_63 (
segment_c VARCHAR,
episode VARCHAR,
segment_b VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Name the segment c with episode less than 179 and segment b of s sticker
| SELECT segment_c FROM table_name_63 WHERE episode < 179 AND segment_b = "s sticker" | sql_create_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 procedures (
... | SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN prescriptions ON demographic.hadm_id = prescriptions.hadm_id WHERE demographic.dod_year <= "2155.0" AND prescriptions.drug = "Cyanocobalamin" | mimicsql_data |
CREATE TABLE table_2408 (
"Episode" text,
"Broadcast date" text,
"Run time" text,
"Viewers (in millions)" text,
"Archive" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- When there are 7.4 million viewers how many episodes are there?
| SELECT COUNT("Episode") FROM table_2408 WHERE "Viewers (in millions)" = '7.4' | wikisql |
CREATE TABLE table_11734041_1 (
height_in_ft VARCHAR,
years_for_rockets VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What height was the player that played for the Rockets between 1992-93?
| SELECT height_in_ft FROM table_11734041_1 WHERE years_for_rockets = "1992-93" | sql_create_context |
CREATE TABLE table_36795 (
"Body" text,
"Equatorial diameter" text,
"Polar diameter" text,
"Equatorial bulge" text,
"Flattening ratio" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is the Flattening ratio associated with the Equatorial diamete... | SELECT "Flattening ratio" FROM table_36795 WHERE "Equatorial diameter" = '49,528km' | wikisql |
CREATE TABLE table_2668173_4 (
candidates VARCHAR,
incumbent VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Who were the candidates if the incumbent was Henry Logan?
| SELECT candidates FROM table_2668173_4 WHERE incumbent = "Henry Logan" | sql_create_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 text,
JY... | SELECT COUNT(txmzjzjlb.ZZYSGH) FROM person_info JOIN hz_info JOIN txmzjzjlb ON person_info.RYBH = hz_info.RYBH AND hz_info.YLJGDM = txmzjzjlb.YLJGDM AND hz_info.KH = txmzjzjlb.KH AND hz_info.KLX = txmzjzjlb.KLX WHERE person_info.XM = '张嘉惠' AND txmzjzjlb.JZKSRQ BETWEEN '2005-11-03' AND '2007-09-11' UNION SELECT COUNT(ft... | css |
CREATE TABLE hz_info (
KH text,
KLX number,
RYBH text,
YLJGDM text
)
CREATE TABLE jybgb (
BBCJBW text,
BBDM text,
BBMC text,
BBZT number,
BGDH text,
BGJGDM text,
BGJGMC text,
BGRGH text,
BGRQ time,
BGRXM text,
BGSJ time,
CJRQ time,
JSBBRQSJ time,
... | SELECT * FROM person_info JOIN hz_info JOIN zyjzjlb JOIN hz_info_zyjzjlb ON person_info.RYBH = hz_info.RYBH AND hz_info.YLJGDM = hz_info_zyjzjlb.YLJGDM AND hz_info.KH = zyjzjlb.KH AND hz_info.KLX = zyjzjlb.KLX AND hz_info_zyjzjlb.JZLSH = zyjzjlb.JZLSH AND hz_info_zyjzjlb.YLJGDM = hz_info_zyjzjlb.YLJGDM AND hz_info_zyjz... | css |
CREATE TABLE table_name_29 (
to_par VARCHAR,
score VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What To par scored 72-71-68=211?
| SELECT to_par FROM table_name_29 WHERE score = 72 - 71 - 68 = 211 | sql_create_context |
CREATE TABLE fgwyjzb (
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,
INSURED_STS text,
... | SELECT gwyjzb.PERSON_NM, gwyjzb.PERSON_SEX, gwyjzb.PERSON_AGE, gwyjzb.IDENTITY_CARD FROM gwyjzb WHERE gwyjzb.MED_CLINIC_ID = '39309284337' UNION SELECT fgwyjzb.PERSON_NM, fgwyjzb.PERSON_SEX, fgwyjzb.PERSON_AGE, fgwyjzb.IDENTITY_CARD FROM fgwyjzb WHERE fgwyjzb.MED_CLINIC_ID = '39309284337' | css |
CREATE TABLE table_name_88 (
japan VARCHAR,
total VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What are the sales in Japan for the release totaling 1.82 million?
| SELECT japan FROM table_name_88 WHERE total = "1.82 million" | sql_create_context |
CREATE TABLE table_name_68 (
game INTEGER,
location VARCHAR,
attendance VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is the lowest Game, when Location is Philips Arena, and when Attendance is less than 15,619?
| SELECT MIN(game) FROM table_name_68 WHERE location = "philips arena" AND attendance < 15 OFFSET 619 | sql_create_context |
CREATE TABLE artist (
artist_id number,
artist text,
age number,
famous_title text,
famous_release_date text
)
CREATE TABLE volume (
volume_id number,
volume_issue text,
issue_date text,
weeks_on_top number,
song text,
artist_id number
)
CREATE TABLE music_festival (
id... | SELECT age FROM artist | spider |
CREATE TABLE table_26523 (
"Sl No" real,
"Name" text,
"Party Name" text,
"Postal Ballot" real,
"10. Thiruvottiyur" real,
"11. Dr. Radhakrishnan Nagar" real,
"12. Perambur (SC)" real,
"13. Kolathur (SC)" real,
"16. Thiru-vi-ka Nagar" real,
"17. Royapuram" real,
"Total EVM Vote... | SELECT MAX("Total EVM Votes") FROM table_26523 | wikisql |
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 outputevents (
... | SELECT chartevents.charttime FROM chartevents WHERE chartevents.icustay_id IN (SELECT icustays.icustay_id FROM icustays WHERE icustays.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 13703)) AND chartevents.itemid IN (SELECT d_items.itemid FROM d_items WHERE d_items.label = 'heart ra... | mimic_iii |
CREATE TABLE table_45324 (
"Week" real,
"Date" text,
"Opponent" text,
"Result" text,
"Attendance" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What was the result of the game from September 10, 2000?
| SELECT "Result" FROM table_45324 WHERE "Date" = 'september 10, 2000' | wikisql |
CREATE TABLE table_name_46 (
catalog VARCHAR,
date VARCHAR,
label VARCHAR,
format VARCHAR,
country VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is the Catalog with a Format of lp, a Country of us, a Label of sundazed, and a Date of 2006?
| SELECT catalog FROM table_name_46 WHERE format = "lp" AND country = "us" AND label = "sundazed" AND date = "2006" | sql_create_context |
CREATE TABLE table_17028 (
"Ships name" text,
"Date entered service" text,
"Date withdrawn" text,
"Tonnage" real,
"Type of Ship" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- what are all the date withdrawn for twin screw ro-ro motorship
| SELECT "Date withdrawn" FROM table_17028 WHERE "Type of Ship" = 'Twin Screw Ro-Ro Motorship' | wikisql |
CREATE TABLE table_51090 (
"Tie no" text,
"Home team" text,
"Score" text,
"Away team" text,
"Date" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is Date, when Tie No is 'Replay', and when Away Team is 'Crystal Palace'?
| SELECT "Date" FROM table_51090 WHERE "Tie no" = 'replay' AND "Away team" = 'crystal palace' | wikisql |
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,
JYZBLSH text,
... | SELECT jyjgzbb.JCZBMC, jyjgzbb.JCZBJGDW, AVG(jyjgzbb.JCZBJGDL) FROM jyjgzbb JOIN jybgb_jyjgzbb JOIN jybgb ON jybgb_jyjgzbb.JYZBLSH = jyjgzbb.JYZBLSH AND jybgb_jyjgzbb.jyjgzbb_id = jyjgzbb.jyjgzbb_id AND jybgb_jyjgzbb.YLJGDM = jybgb.YLJGDM WHERE jybgb.YLJGDM = '1807626' AND jyjgzbb.BGRQ BETWEEN '2005-06-08' AND '2021-05... | css |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.