text stringlengths 197 8.39k |
|---|
### 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_36250 (
"Rank by average" real,
"Place" real,
"Couple" text,
"Total" real,
"Number of dances" real,
"Average" real
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Which Rank by average is the lowest one that has a Total... |
### Context: CREATE TABLE table_name_86 (
author___editor___source VARCHAR,
world_ranking__1_ VARCHAR,
countries_sampled VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Who is the Author/Editor/Source for more than 100 countries sampled and has a 35 world... |
### Context: CREATE TABLE SuggestedEditVotes (
Id number,
SuggestedEditId number,
UserId number,
VoteTypeId number,
CreationDate time,
TargetUserId number,
TargetRepChange number
)
CREATE TABLE ReviewTaskTypes (
Id number,
Name text,
Description text
)
CREATE TABLE ReviewTaskRe... |
### Context: CREATE TABLE table_name_21 (
tournament VARCHAR,
year VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is the Tournament in the Year of 1986?
### Query: SELECT tournament FROM table_name_21 WHERE year = "1986" |
### Context: CREATE TABLE table_45675 (
"City" text,
"Country" text,
"IATA" text,
"ICAO" text,
"Airport" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What airport is in Toronto?
### Query: SELECT "Airport" FROM table_45675 WHERE "City" = 'toronto... |
### Context: CREATE TABLE book (
book_id number,
title text,
issues number,
writer text
)
CREATE TABLE publication (
publication_id number,
book_id number,
publisher text,
publication_date text,
price number
)
-- Using valid SQLite, answer the following questions for the tables pr... |
### Context: CREATE TABLE table_name_70 (
nfl_recap VARCHAR,
date VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What was the NFL Recap of the game held on December 24, 2005?
### Query: SELECT nfl_recap FROM table_name_70 WHERE date = "december 24, 2005" |
### 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_22606 (
"No. in series" real,
"No. in season" real,
"Title" text,
"Directed by" text,
"Written by" text,
"Original air date" text,
"Production code" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Who wrote epi... |
### Context: CREATE TABLE table_22171978_1 (
enrollment VARCHAR,
athletic_nickname VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- For the athletic nickname of golden knights how many entries are shown for enrollment?
### Query: SELECT COUNT(enrollment) FROM... |
### 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 d_icd_procedures (
row_id number,
icd9_code text,
short_title text,
long_title text
)
CREATE TABLE chartevents (
... |
### Context: CREATE TABLE table_name_47 (
overall VARCHAR,
pick__number INTEGER
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is the overall of the player with a pick # higher than 13?
### Query: SELECT overall FROM table_name_47 WHERE pick__number < 13 |
### Context: CREATE TABLE table_55217 (
"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 size of the smallest cr... |
### Context: CREATE TABLE table_16779068_5 (
total VARCHAR,
snatch VARCHAR,
one_hand_clean_ VARCHAR,
_jerk VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Name the total with one hand clean and jerk is 87.5 and snatch is 87.5
### Query: SELECT total ... |
### Context: CREATE TABLE table_60734 (
"Place" text,
"Player" text,
"Country" text,
"Score" text,
"To par" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is Score, when Player is 'Vijay Singh'?
### Query: SELECT "Score" FROM table_60734 WHERE... |
### Context: CREATE TABLE table_203_7 (
id number,
"pos." number,
"artist" text,
"single" text,
"year" number,
"sales" number,
"peak" number
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- how many sales did the single tic tic tac have ?
### Quer... |
### Context: CREATE TABLE table_name_8 (
composer VARCHAR,
duration VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What composer has a duration time of 3:31?
### Query: SELECT composer FROM table_name_8 WHERE duration = "3:31" |
### Context: CREATE TABLE table_2850912_4 (
college_junior_club_team VARCHAR,
nhl_team VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Which junior team is associated with an NHL pick by the Buffalo Sabres?
### Query: SELECT college_junior_club_team FROM tab... |
### 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 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 job_history (
EMPLOYEE_ID decimal(6,0),
START_DATE date,
END_DATE date,
JOB_ID ... |
### Context: CREATE TABLE table_25887826_17 (
avg VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- How many 07 A points for the team with 1.4902 average?
### Query: SELECT MAX(07 AS _a_pts) FROM table_25887826_17 WHERE avg = "1.4902" |
### 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 countries (
COUNTRY_ID varchar(2),
COUNTRY_NAME varchar(40),
REGION_ID decimal(10,0)
)
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... |
### 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 t_kc24 (
ACCOUNT_DASH_DATE time,
ACCOUNT_DASH_FLG number,
CASH_PAY number,
CIVIL_SUBSIDY number,
CKC102 number,
CLINIC_ID text,
CLINIC_SLT_DATE time,
COMP_ID text,
COM_ACC_PAY number,
COM_PAY number,
DATA_ID text,
ENT_ACC_PAY number,
ENT_PAY ... |
### Context: CREATE TABLE gsi (
course_offering_id int,
student_id int
)
CREATE TABLE course_tags_count (
course_id int,
clear_grading int,
pop_quiz int,
group_projects int,
inspirational int,
long_lectures int,
extra_credit int,
few_tests int,
good_feedback int,
tough_t... |
### Context: CREATE TABLE table_name_76 (
prohibition_ticket VARCHAR,
greenback_ticket VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Who was on the prohibition ticket when the Greenback ticket had Thomas Armstrong?
### Query: SELECT prohibition_ticket FROM... |
### Context: CREATE TABLE time_zone (
time_zone_code text,
time_zone_name text,
hours_from_gmt int
)
CREATE TABLE airport_service (
city_code varchar,
airport_code varchar,
miles_distant int,
direction varchar,
minutes_distant int
)
CREATE TABLE airline (
airline_code varchar,
... |
### Context: CREATE TABLE flight_fare (
flight_id int,
fare_id int
)
CREATE TABLE days (
days_code varchar,
day_name varchar
)
CREATE TABLE restriction (
restriction_code text,
advance_purchase int,
stopovers text,
saturday_stay_required text,
minimum_stay int,
maximum_stay int... |
### Context: CREATE TABLE table_79255 (
"Japanese Title" text,
"Romaji Title" text,
"TV Station" text,
"Theme Song(s)" text,
"Episodes" real,
"Average Ratings" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is the Theme Song of Iryu -Team M... |
### Context: CREATE TABLE table_name_69 (
team VARCHAR,
stadium VARCHAR,
top_division_titles VARCHAR,
founded VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Which team has Top division titles larger than 0, a Founded larger than 1927, and a Stadium o... |
### Context: CREATE TABLE table_4047 (
"Team" text,
"Points per game" text,
"Rebounds per game" text,
"Assists per game" text,
"Steals per game" text,
"Minutes per game" text,
"Ranking per game" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
--... |
### Context: CREATE TABLE gyb (
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_217785_2 (
season VARCHAR,
ranking VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- When did the season finale ranked at 73 first air?
### Query: SELECT season AS finale FROM table_217785_2 WHERE ranking = 73 |
### Context: CREATE TABLE table_name_60 (
circuit VARCHAR,
date VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- what is the circuit when the date is 16 april?
### Query: SELECT circuit FROM table_name_60 WHERE date = "16 april" |
### Context: CREATE TABLE chartevents (
row_id number,
subject_id number,
hadm_id number,
icustay_id number,
itemid number,
charttime time,
valuenum number,
valueuom text
)
CREATE TABLE inputevents_cv (
row_id number,
subject_id number,
hadm_id number,
icustay_id number,... |
### Context: CREATE TABLE t_kc22 (
MED_EXP_DET_ID text,
OVERALL_CD_ORG text,
OVERALL_CD_PERSON text,
MED_CLINIC_ID text,
MED_EXP_BILL_ID text,
SOC_SRT_DIRE_CD text,
SOC_SRT_DIRE_NM text,
DIRE_TYPE number,
CHA_ITEM_LEV number,
MED_INV_ITEM_TYPE text,
MED_DIRE_CD text,
MED_... |
### Context: CREATE TABLE table_60680 (
"HD designation" text,
"Constellation" text,
"Distance ( ly )" real,
"Spectral type" text,
"Signal power ( kW )" real,
"Date sent" text,
"Arrival date" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Wh... |
### Context: CREATE TABLE DEPARTMENT (
DEPT_CODE varchar(10),
DEPT_NAME varchar(30),
SCHOOL_CODE varchar(8),
EMP_NUM int,
DEPT_ADDRESS varchar(20),
DEPT_EXTENSION varchar(4)
)
CREATE TABLE EMPLOYEE (
EMP_NUM int,
EMP_LNAME varchar(15),
EMP_FNAME varchar(12),
EMP_INITIAL varchar(... |
### Context: CREATE TABLE university (
School_ID int,
School text,
Location text,
Founded real,
Affiliation text,
Enrollment real,
Nickname text,
Primary_conference text
)
CREATE TABLE basketball_match (
Team_ID int,
School_ID int,
Team_Name text,
ACC_Regular_Season text... |
### 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 Projects (
Project_ID INTEGER,
Project_Details VARCHAR(255)
)
CREATE TABLE Statements (
Statement_ID INTEGER,
Statement_Details VARCHAR(255)
)
CREATE TABLE Accounts (
Account_ID INTEGER,
Statement_ID INTEGER,
Account_Details VARCHAR(255)
)
CREATE TABLE Ref_Budget... |
### Context: CREATE TABLE table_name_17 (
points INTEGER,
entrant VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is the average Points when equipe ligier gauloises blondes is the entrant?
### Query: SELECT AVG(points) FROM table_name_17 WHERE entrant =... |
### Context: CREATE TABLE table_name_76 (
school VARCHAR,
enrollment INTEGER
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What School has an Enrollement smaller than 301?
### Query: SELECT school FROM table_name_76 WHERE enrollment < 301 |
### Context: CREATE TABLE table_name_37 (
constellation VARCHAR,
object_type VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is the constellation for open cluster?
### Query: SELECT constellation FROM table_name_37 WHERE object_type = "open cluster" |
### Context: CREATE TABLE table_name_3 (
stage__winner_ VARCHAR,
general_classification VARCHAR,
young_rider_classification VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What stage (winner) has thor hushovd as a general classification, and trent lowe as... |
### Context: CREATE TABLE table_name_98 (
to_par VARCHAR,
score VARCHAR,
player VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is To Par, when Score is 70, and when Player is 'Craig Stadler'?
### Query: SELECT to_par FROM table_name_98 WHERE score ... |
### Context: CREATE TABLE table_name_71 (
week INTEGER,
opponent VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What week was the opponent the San Diego Chargers?
### Query: SELECT AVG(week) FROM table_name_71 WHERE opponent = "san diego chargers" |
### Context: CREATE TABLE table_69369 (
"Date" text,
"Visiting Team" text,
"Final Score" text,
"Host Team" text,
"Stadium" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What was the final score in Robert F. Kennedy Memorial Stadium?
### Query: SEL... |
### Context: CREATE TABLE table_name_82 (
probable_future VARCHAR,
simple_present_future VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is the probable future word for the simple present/future word high grade?
### Query: SELECT probable_future FROM ta... |
### Context: CREATE TABLE table_1188 (
"Name" text,
"GP" real,
"Solo" real,
"Ast" real,
"Total" real,
"TFL-Yds" text,
"No-Yds" text,
"BrUp" real,
"QBH" real,
"No.-Yds" text,
"Avg" text,
"TD" real,
"Rcv-Yds" text,
"FF" real,
"Blkd Kick" real
)
-- Using valid ... |
### Context: CREATE TABLE table_name_82 (
home_team VARCHAR,
venue VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is the home team's score at brunswick street oval?
### Query: SELECT home_team AS score FROM table_name_82 WHERE venue = "brunswick street... |
### Context: CREATE TABLE Badges (
Id number,
UserId number,
Name text,
Date time,
Class number,
TagBased boolean
)
CREATE TABLE SuggestedEdits (
Id number,
PostId number,
CreationDate time,
ApprovalDate time,
RejectionDate time,
OwnerUserId number,
Comment text,
... |
### Context: CREATE TABLE table_67033 (
"Number" text,
"Player" text,
"Position" text,
"Height" text,
"Weight" text,
"Home Town" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- How much does number 26 weigh?
### Query: SELECT "Weight" FROM table... |
### Context: CREATE TABLE prescriptions (
subject_id text,
hadm_id text,
icustay_id text,
drug_type text,
drug text,
formulary_drug_cd text,
route text,
drug_dose text
)
CREATE TABLE demographic (
subject_id text,
hadm_id text,
name text,
marital_status text,
age tex... |
### Context: CREATE TABLE mzjybgb (
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 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,
gend... |
### Context: CREATE TABLE table_1524 (
"Poll Source" text,
"Dates administered" text,
"Democrat: Jim Martin" text,
"Republican: Saxby Chambliss" text,
"Lead Margin" real
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- How many times did Saxby Chambliss ha... |
### Context: CREATE TABLE table_203_789 (
id number,
"season" text,
"team" text,
"country" text,
"division" number,
"apps" number,
"goals" number,
"assists" number
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- how many seasons were no goals ... |
### Context: CREATE TABLE table_name_10 (
to_par VARCHAR,
total VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is the To par when there was a total of 291?
### Query: SELECT to_par FROM table_name_10 WHERE total = 291 |
### Context: CREATE TABLE table_12723 (
"Place" text,
"Player" text,
"Country" text,
"Score" text,
"To par" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is the country listed that has a place of t4 with a score of 72-70=142?
### Query: SELEC... |
### Context: CREATE TABLE ftxmzjzjlb (
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 PostNotices (
Id number,
PostId number,
PostNoticeTypeId number,
CreationDate time,
DeletionDate time,
ExpiryDate time,
Body text,
OwnerUserId number,
DeletionUserId number
)
CREATE TABLE Posts (
Id number,
PostTypeId number,
AcceptedAnswerId nu... |
### Context: CREATE TABLE table_22360_3 (
total INTEGER
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Name the most total
### Query: SELECT MAX(total) FROM table_22360_3 |
### Context: CREATE TABLE table_1342013_31 (
party VARCHAR,
incumbent VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What party did Frank J. Becker represent?
### Query: SELECT party FROM table_1342013_31 WHERE incumbent = "Frank J. Becker" |
### Context: CREATE TABLE table_name_34 (
qual_2 VARCHAR,
team VARCHAR,
best VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is the qual 2 of team rocketsports racing, which has the best of 1:10.949?
### Query: SELECT qual_2 FROM table_name_34 WHERE... |
### Context: CREATE TABLE table_27832075_2 (
directed_by VARCHAR,
episode__number VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Who directed episode number 23 in the season?
### Query: SELECT directed_by FROM table_27832075_2 WHERE episode__number = "23" |
### 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 jybgb_jyjgzbb (
JYZB... |
### Context: CREATE TABLE t_kc21_t_kc22 (
MED_CLINIC_ID text,
MED_EXP_DET_ID number
)
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,
I... |
### Context: CREATE TABLE inputevents_cv (
row_id number,
subject_id number,
hadm_id number,
icustay_id number,
charttime time,
itemid number,
amount number
)
CREATE TABLE admissions (
row_id number,
subject_id number,
hadm_id number,
admittime time,
dischtime time,
... |
### Context: CREATE TABLE table_9059 (
"Event" text,
"Time" text,
"Club" text,
"Date" text,
"Meet" text,
"Location" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Which Time has an Event of 200 m butterfly?
### Query: SELECT "Time" FROM table_9... |
### Context: CREATE TABLE table_27909 (
"Settlement" text,
"Cyrillic Name Other Names" text,
"Type" text,
"Population (2011)" real,
"Largest ethnic group (2002)" text,
"Dominant religion (2002)" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Wha... |
### Context: CREATE TABLE table_name_7 (
type VARCHAR,
name VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What type has song as the name?
### Query: SELECT type FROM table_name_7 WHERE name = "song" |
### Context: CREATE TABLE days (
days_code varchar,
day_name varchar
)
CREATE TABLE ground_service (
city_code text,
airport_code text,
transport_type text,
ground_fare int
)
CREATE TABLE dual_carrier (
main_airline varchar,
low_flight_number int,
high_flight_number int,
dual_a... |
### Context: CREATE TABLE ReviewTaskResults (
Id number,
ReviewTaskId number,
ReviewTaskResultTypeId number,
CreationDate time,
RejectionReasonId number,
Comment text
)
CREATE TABLE ReviewTaskTypes (
Id number,
Name text,
Description text
)
CREATE TABLE Tags (
Id number,
Ta... |
### Context: CREATE TABLE table_name_78 (
recipient VARCHAR,
date VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What movie won with a date of 12/11/03
### Query: SELECT recipient FROM table_name_78 WHERE date = "12/11/03" |
### Context: CREATE TABLE table_29395291_2 (
subscribers__2006___thousands_ VARCHAR,
provider VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- How many subscribers, in 2006, does Glo Mobile have?
### Query: SELECT subscribers__2006___thousands_ FROM table_293... |
### Context: CREATE TABLE Comments (
Id number,
PostId number,
Score number,
Text text,
CreationDate time,
UserDisplayName text,
UserId number,
ContentLicense text
)
CREATE TABLE CloseAsOffTopicReasonTypes (
Id number,
IsUniversal boolean,
InputTitle text,
MarkdownInputG... |
### Context: CREATE TABLE table_17058226_7 (
score VARCHAR,
date VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Name the score for january 26
### Query: SELECT score FROM table_17058226_7 WHERE date = "January 26" |
### Context: CREATE TABLE table_name_79 (
date VARCHAR,
city VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- When was the game played in Zagreb?
### Query: SELECT date FROM table_name_79 WHERE city = "zagreb" |
### Context: CREATE TABLE table_name_41 (
player VARCHAR,
year_s__won VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is Player, when Year(s) Won is 1978 , 1985?
### Query: SELECT player FROM table_name_41 WHERE year_s__won = "1978 , 1985" |
### Context: CREATE TABLE table_10015132_21 (
school_club_team VARCHAR,
player VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Which school did Herb Williams go to?
### Query: SELECT school_club_team FROM table_10015132_21 WHERE player = "Herb Williams" |
### Context: CREATE TABLE table_name_85 (
score VARCHAR,
country VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What score did Australia get?
### Query: SELECT score FROM table_name_85 WHERE country = "australia" |
### Context: CREATE TABLE table_17273 (
"Series #" real,
"Season #" real,
"Title" text,
"Directed by" text,
"Written by" text,
"Musical guest and song" text,
"Original air date" text,
"Production code" text
)
-- Using valid SQLite, answer the following questions for the tables provided... |
### Context: CREATE TABLE table_204_874 (
id number,
"year" number,
"winner" text,
"runner-up" text,
"final score" text,
"third" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- who was the next winner after azovmash in 2004 ?
### Query: SELECT "... |
### Context: CREATE TABLE table_8999 (
"Rider" text,
"Manufacturer" text,
"Laps" text,
"Time/Retired" text,
"Grid" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Who was the manufacter of the car with a time/retired of +0.122?
### Query: SELECT "Ma... |
### Context: CREATE TABLE t_kc24 (
MED_SAFE_PAY_ID text,
OVERALL_CD_ORG text,
OVERALL_CD_PERSON text,
MED_CLINIC_ID text,
REF_SLT_FLG number,
CLINIC_SLT_DATE time,
COMP_ID text,
PERSON_ID text,
FLX_MED_ORG_ID text,
INSU_TYPE text,
MED_AMOUT number,
PER_ACC_PAY number,
... |
### Context: CREATE TABLE mzjzjlb_jybgb (
YLJGDM_MZJZJLB text,
BGDH number,
YLJGDM number
)
CREATE TABLE zyjzjlb (
CYBQDM text,
CYBQMC text,
CYCWH text,
CYKSDM text,
CYKSMC text,
CYSJ time,
CYZTDM number,
HZXM text,
JZKSDM text,
JZKSMC text,
JZLSH text,
KH te... |
### Context: CREATE TABLE table_13443 (
"Debut year" real,
"Player" text,
"Games" real,
"Goals" real,
"Years at club" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Which Player has Goals larger than 10, and a Debut year smaller than 1993, and Years... |
### 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 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_76678 (
"Club" text,
"Location" text,
"Manager" text,
"Venue" text,
"Capacity" real
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is the highest capacity for the venue of the club, vihren?
### Query: SELECT MAX("Cap... |
### Context: CREATE TABLE table_204_634 (
id number,
"tour" number,
"official title" text,
"venue" text,
"city" text,
"date\nstart" text,
"date\nfinish" text,
"prize money\nusd" number,
"report" text
)
-- Using valid SQLite, answer the following questions for the tables provided ab... |
### Context: CREATE TABLE table_204_867 (
id number,
"number" number,
"date" text,
"name" text,
"age\n(at execution)" number,
"age\n(at offense)" number,
"race" text,
"state" text,
"method" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
... |
### Context: CREATE TABLE region (
Region_ID int,
Region_name text,
Date text,
Label text,
Format text,
Catalogue text
)
CREATE TABLE party (
Party_ID int,
Minister text,
Took_office text,
Left_office text,
Region_ID int,
Party_name text
)
CREATE TABLE party_events (
... |
### Context: CREATE TABLE PostNotices (
Id number,
PostId number,
PostNoticeTypeId number,
CreationDate time,
DeletionDate time,
ExpiryDate time,
Body text,
OwnerUserId number,
DeletionUserId number
)
CREATE TABLE PostsWithDeleted (
Id number,
PostTypeId number,
Accepted... |
### Context: CREATE TABLE table_69539 (
"Date" text,
"Opponent" text,
"Score" text,
"Loss" text,
"Record" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What was the record on September 4?
### Query: SELECT "Record" FROM table_69539 WHERE "Date" = ... |
### Context: CREATE TABLE table_name_7 (
laps VARCHAR,
constructor VARCHAR,
driver VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- How many laps were there when the constructor was Renault, and when the Driver was Fernando Alonso?
### Query: SELECT laps ... |
### Context: CREATE TABLE table_name_94 (
haat VARCHAR,
city_of_license VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- what is the HAAT of devils lake
### Query: SELECT haat FROM table_name_94 WHERE city_of_license = "devils lake" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.