text stringlengths 197 8.39k |
|---|
### 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 procedures (
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,
rel... |
### Context: CREATE TABLE table_56134 (
"Nation" text,
"Gold" text,
"Silver" text,
"Bronze" text,
"Total" real
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is the bronze when silver is 4 and gold is 1 and the total is more than 2
### Query: SELEC... |
### Context: CREATE TABLE Posts (
Id number,
PostTypeId number,
AcceptedAnswerId number,
ParentId number,
CreationDate time,
DeletionDate time,
Score number,
ViewCount number,
Body text,
OwnerUserId number,
OwnerDisplayName text,
LastEditorUserId number,
LastEditorDis... |
### Context: CREATE TABLE table_76957 (
"Date" text,
"Opponent" text,
"Site" text,
"Result" text,
"Attendance" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- On which date was the result w20-0?
### Query: SELECT "Date" FROM table_76957 WHERE "Resul... |
### Context: CREATE TABLE table_39875 (
"Team" text,
"Location" text,
"Years in senior / adult league" text,
"2013 BAFA Adult division" text,
"2013 BAFA Adult flag division" text,
"2013 BAFA Junior division" text,
"Other teams" text
)
-- Using valid SQLite, answer the following questions f... |
### Context: CREATE TABLE table_name_29 (
edges INTEGER,
dual_archimedean_solid VARCHAR,
vertices VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Which Edges have a Dual Archimedean solid of truncated icosidodecahedron, and Vertices larger than 62?
### Q... |
### Context: CREATE TABLE diagnoses (
subject_id text,
hadm_id text,
icd9_code text,
short_title text,
long_title text
)
CREATE TABLE prescriptions (
subject_id text,
hadm_id text,
icustay_id text,
drug_type text,
drug text,
formulary_drug_cd text,
route text,
drug_d... |
### Context: CREATE TABLE table_204_58 (
id number,
"year" number,
"position" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- what is the total number of nations that made it to round 1 but not past that round from 1957 to 2013 ?
### Query: SELECT COUNT(*) ... |
### Context: CREATE TABLE table_27902171_5 (
team VARCHAR,
location_attendance VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is every team with location attendance of Seattle Center Coliseum 14,180?
### Query: SELECT team FROM table_27902171_5 WHERE l... |
### Context: CREATE TABLE table_204_922 (
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.
-- how many total medals did colombia win ?
### Query:... |
### 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 table_38057 (
"Region" text,
"Total Population" real,
"Manchu" real,
"Percentage in Manchu Population" text,
"Regional Percentage of Population" real
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is the lowest population a... |
### Context: CREATE TABLE table_name_37 (
best_5_year_period VARCHAR,
best_15_year_period VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Which best 5-year period has a best 15-year period of alekhine; lasker?
### Query: SELECT best_5_year_period FROM table_... |
### Context: CREATE TABLE Ref_Document_Types (
Document_Type_Code CHAR(15),
Document_Type_Name VARCHAR(255),
Document_Type_Description VARCHAR(255)
)
CREATE TABLE All_Documents (
Document_ID INTEGER,
Date_Stored DATETIME,
Document_Type_Code CHAR(15),
Document_Name CHAR(255),
Document_De... |
### Context: CREATE TABLE table_28578594_1 (
no INTEGER,
driver VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Name the least number for nello pagani
### Query: SELECT MIN(no) FROM table_28578594_1 WHERE driver = "Nello Pagani" |
### Context: CREATE TABLE EMPLOYEE (
EMP_NUM int,
EMP_LNAME varchar(15),
EMP_FNAME varchar(12),
EMP_INITIAL varchar(1),
EMP_JOBCODE varchar(5),
EMP_HIREDATE datetime,
EMP_DOB datetime
)
CREATE TABLE COURSE (
CRS_CODE varchar(10),
DEPT_CODE varchar(10),
CRS_DESCRIPTION varchar(35... |
### Context: CREATE TABLE table_name_83 (
team VARCHAR,
points_against VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Which team has 123 points agaibst the other team?
### Query: SELECT team FROM table_name_83 WHERE points_against = "123" |
### Context: CREATE TABLE table_32157 (
"Year" real,
"Competition" text,
"Venue" text,
"Position" text,
"Notes" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Which competition held the 1st position in 2009?
### Query: SELECT "Competition" FROM tab... |
### Context: CREATE TABLE table_44761 (
"Name" text,
"WSU Year(s)" text,
"Position" text,
"Team" text,
"Pro Year(s)" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is Pro Year(s), when Team is Cincinnati Royals?
### Query: SELECT "Pro Year(s)"... |
### Context: CREATE TABLE diagnoses (
subject_id text,
hadm_id text,
icd9_code text,
short_title text,
long_title text
)
CREATE TABLE procedures (
subject_id text,
hadm_id text,
icd9_code text,
short_title text,
long_title text
)
CREATE TABLE demographic (
subject_id text,
... |
### Context: CREATE TABLE restriction (
restriction_code text,
advance_purchase int,
stopovers text,
saturday_stay_required text,
minimum_stay int,
maximum_stay int,
application text,
no_discounts text
)
CREATE TABLE flight_stop (
flight_id int,
stop_number int,
stop_days te... |
### Context: CREATE TABLE table_61275 (
"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 To Par score for the player from France?
### Query: SELECT "To par" FROM table_61... |
### 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_name_76 (
byes INTEGER,
wins VARCHAR,
draws VARCHAR,
mininera_dfl VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- WHAT ARE THE BYES WITH A DRAWS OF 1, SMW ROVERS, AND WINS LARGER THAN 6?
### Query: SELECT AVG(byes) FRO... |
### Context: CREATE TABLE Movie (
title VARCHAR,
mID VARCHAR
)
CREATE TABLE Rating (
rID VARCHAR,
stars INTEGER,
mID VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Find the title and star rating of the movie that got the least rating star for ea... |
### Context: CREATE TABLE hz_info (
KH text,
KLX number,
YLJGDM text
)
CREATE TABLE person_info_hz_info (
RYBH text,
KH number,
KLX number,
YLJGDM number
)
CREATE TABLE zyjzjlb (
CYBQDM text,
CYBQMC text,
CYCWH text,
CYKSDM text,
CYKSMC text,
CYSJ time,
CYZTDM n... |
### Context: CREATE TABLE table_name_75 (
bronze VARCHAR,
rank VARCHAR,
silver VARCHAR,
gold VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is the total number of Bronze, when Silver is greater than 0, when Gold is greater than 3, and when Rank ... |
### Context: CREATE TABLE table_204_894 (
id number,
"season" number,
"winner" text,
"score" text,
"runners-up" text,
"venue" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- tell me the total number of goals scored in the 2010 match .
### Query:... |
### Context: CREATE TABLE table_78178 (
"Call sign" text,
"Frequency MHz" real,
"City of license" text,
"ERP W" real,
"Class" text,
"FCC info" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What city has larger than 94.1 as a frequency?
### Que... |
### Context: CREATE TABLE match_season (
Season real,
Player text,
Position text,
Country int,
Team int,
Draft_Pick_Number int,
Draft_Class text,
College text
)
CREATE TABLE country (
Country_id int,
Country_name text,
Capital text,
Official_native_language text
)
CREAT... |
### Context: CREATE TABLE table_203_165 (
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.
-- what was the number of medals earned by indonesia -l... |
### Context: CREATE TABLE table_22355_44 (
nation VARCHAR,
athlete VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Name the nation for abdon pamich category:articles with hcards
### Query: SELECT nation FROM table_22355_44 WHERE athlete = "Abdon Pamich Categ... |
### Context: CREATE TABLE PostTags (
PostId number,
TagId number
)
CREATE TABLE CloseAsOffTopicReasonTypes (
Id number,
IsUniversal boolean,
InputTitle text,
MarkdownInputGuidance text,
MarkdownPostOwnerGuidance text,
MarkdownPrivilegedUserGuidance text,
MarkdownConcensusDescription... |
### Context: CREATE TABLE item (
Id VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- List all information in the item table.
### Query: SELECT * FROM item |
### Context: CREATE TABLE table_name_84 (
virtues VARCHAR,
significant_relationship VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- The Significant Relationship of Parents belongs with what Virtue?
### Query: SELECT virtues FROM table_name_84 WHERE significa... |
### Context: CREATE TABLE Comments (
Id number,
PostId number,
Score number,
Text text,
CreationDate time,
UserDisplayName text,
UserId number,
ContentLicense text
)
CREATE TABLE ReviewTaskResultTypes (
Id number,
Name text,
Description text
)
CREATE TABLE PostHistoryTypes ... |
### Context: CREATE TABLE intakeoutput (
intakeoutputid number,
patientunitstayid number,
cellpath text,
celllabel text,
cellvaluenumeric number,
intakeoutputtime time
)
CREATE TABLE lab (
labid number,
patientunitstayid number,
labname text,
labresult number,
labresulttime ... |
### Context: CREATE TABLE table_name_42 (
report VARCHAR,
winning_driver VARCHAR,
fastest_lap VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- When the driver jonathan summerton won and dane cameron had the fastest lap, what was the report?
### Query: SEL... |
### Context: CREATE TABLE table_name_51 (
q_ INTEGER
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is the total of q > 1.4 when q > 1.3 is 455, and q >1.2 is less than 3,028?
### Query: SELECT SUM(q_) > _1.4 FROM table_name_51 WHERE q_ > _1.3 = 455 AND q_ > _1.2 ... |
### Context: CREATE TABLE table_name_60 (
gold INTEGER,
silver VARCHAR,
rank VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Which Gold has a Total larger than 3, a Rank of total, and a Silver larger than 8?
### Query: SELECT AVG(gold) FROM table_name_60... |
### Context: CREATE TABLE Products (
Code INTEGER,
Name VARCHAR(255),
Price DECIMAL,
Manufacturer INTEGER
)
CREATE TABLE Manufacturers (
Code INTEGER,
Name VARCHAR(255),
Headquarter VARCHAR(255),
Founder VARCHAR(255),
Revenue REAL
)
-- Using valid SQLite, answer the following ques... |
### Context: CREATE TABLE table_name_92 (
ends VARCHAR,
type VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What ends has transferred as the type?
### Query: SELECT ends FROM table_name_92 WHERE type = "transferred" |
### Context: CREATE TABLE table_10822 (
"Year" real,
"Artist" text,
"Mintage (Proof)" text,
"Issue Price (Proof)" text,
"Mintage (BU)[ clarification needed ]" text,
"Issue Price (BU)[ clarification needed ]" text
)
-- Using valid SQLite, answer the following questions for the tables provided a... |
### Context: CREATE TABLE table_204_245 (
id number,
"#" number,
"wrestlers" text,
"reign" number,
"date" text,
"days\nheld" number,
"location" text,
"event" text,
"notes" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- how many tag t... |
### Context: CREATE TABLE table_name_7 (
date VARCHAR,
opponent VARCHAR,
tv_time VARCHAR,
game_site VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Which Date has a TV Time of cbs 1:00pm, and a Game Site of rca dome, and an Opponent of cincinnati beng... |
### Context: CREATE TABLE table_72127 (
"Village (German)" text,
"Village (Slovenian)" text,
"Number of people 1991" real,
"Percent of Slovenes 1991" text,
"Percent of Slovenes 1951" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Provide me with the... |
### Context: CREATE TABLE allergy (
allergyid number,
patientunitstayid number,
drugname text,
allergyname text,
allergytime time
)
CREATE TABLE microlab (
microlabid number,
patientunitstayid number,
culturesite text,
organism text,
culturetakentime time
)
CREATE TABLE medicat... |
### Context: CREATE TABLE table_50834 (
"Year" text,
"Team" text,
"Attempts" text,
"Completions" text,
"Completion %" text,
"Yards" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What was the team Vanderberg belonged to when there was 42 complet... |
### Context: CREATE TABLE table_3070 (
"Game" real,
"Date" text,
"Opponent" text,
"Result" text,
"Wildcats points" real,
"Opponents" real,
"Record" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is the number of the first game?
### Que... |
### Context: CREATE TABLE table_18521 (
"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.
-- What party did incumbent Wright Patman belong to?
### Quer... |
### Context: CREATE TABLE table_55008 (
"Date" text,
"Ship" text,
"Type" text,
"Nationality" text,
"Tonnage GRT" real
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Which Nationality has a Tonnage GRT larger than 2,890, and a Ship of mount temple?
### Q... |
### Context: CREATE TABLE table_57825 (
"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.
-- How big was the crowd in game that ... |
### Context: CREATE TABLE music_festival (
Volume VARCHAR,
Result VARCHAR
)
CREATE TABLE volume (
Song VARCHAR,
Volume_ID VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Please show the songs that have result 'nominated' at music festivals.
### Quer... |
### Context: CREATE TABLE table_65333 (
"Vessel" text,
"Origin" text,
"Type" text,
"In service" real,
"Unit" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Which vessel has a type of logistic support?
### Query: SELECT "Vessel" FROM table_65333 WHE... |
### Context: CREATE TABLE table_19626 (
"Week" real,
"Date" text,
"Opponent" text,
"Result" text,
"Record" text,
"Game Site" text,
"Attendance" real
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What was the score in the game played on December ... |
### Context: CREATE TABLE event (
ID int,
Name text,
Stadium_ID int,
Year text
)
CREATE TABLE swimmer (
ID int,
name text,
Nationality text,
meter_100 real,
meter_200 text,
meter_300 text,
meter_400 text,
meter_500 text,
meter_600 text,
meter_700 text,
Time t... |
### Context: CREATE TABLE table_18093 (
"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, ans... |
### Context: CREATE TABLE table_6740 (
"Buechel & Manhart spelling (pronunciation)" text,
"Ullrich" text,
"Brandon University" text,
"Deloria & Boas" text,
"Dakota Mission" text,
"Rood & Taylor" text,
"Riggs" text,
"Williamson" text,
"University of Minnesota" text,
"White Hat" te... |
### 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_6796 (
"Episode" text,
"VII Season" text,
"VIII Season" text,
"XII Season" text,
"XIII Season" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is XII Season, when Episode is 6?
### Query: SELECT "XII Season" FROM... |
### Context: CREATE TABLE Manufacturers (
Code INTEGER,
Name VARCHAR(255),
Headquarter VARCHAR(255),
Founder VARCHAR(255),
Revenue REAL
)
CREATE TABLE Products (
Code INTEGER,
Name VARCHAR(255),
Price DECIMAL,
Manufacturer INTEGER
)
-- Using valid SQLite, answer the following ques... |
### Context: CREATE TABLE region (
Region_ID int,
Region_name text,
Date text,
Label text,
Format text,
Catalogue text
)
CREATE TABLE party_events (
Event_ID int,
Event_Name text,
Party_ID int,
Member_in_charge_ID int
)
CREATE TABLE party (
Party_ID int,
Minister text,
... |
### Context: CREATE TABLE table_1277350_1 (
thursday_iuppiter__jupiter_ VARCHAR,
saturday_saturnus___saturn_ VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- what's the thursday iuppiter (jupiter) with saturday saturnus ( saturn) being jesarn
### Query: SELEC... |
### Context: CREATE TABLE medication (
medicationid number,
patientunitstayid number,
drugname text,
dosage text,
routeadmin text,
drugstarttime time,
drugstoptime time
)
CREATE TABLE diagnosis (
diagnosisid number,
patientunitstayid number,
diagnosisname text,
diagnosistime... |
### Context: CREATE TABLE table_21225 (
"Province" text,
"Skip" text,
"W" real,
"L" real,
"PF" real,
"PA" real,
"Ends Won" real,
"Ends Lost" real,
"Blank Ends" real,
"Stolen Ends" real,
"Shot Pct." real
)
-- Using valid SQLite, answer the following questions for the tables ... |
### Context: CREATE TABLE t_kc21 (
MED_CLINIC_ID text,
OVERALL_CD_ORG text,
OVERALL_CD_PERSON text,
COMP_ID text,
PERSON_ID text,
PERSON_NM text,
IDENTITY_CARD text,
SOC_SRT_CARD text,
PERSON_SEX number,
PERSON_AGE number,
IN_HOSP_DATE time,
OUT_HOSP_DATE time,
DIFF_P... |
### Context: CREATE TABLE table_204_484 (
id number,
"song" text,
"artists" text,
"release" text,
"year" number,
"notes" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- how many times was skrein listed as an artist on a song ?
### Query: SELECT ... |
### Context: CREATE TABLE table_37526 (
"Type" text,
"Numbers" text,
"Year built" real,
"Quantity built" text,
"Power (horsepower)" real,
"Max Speed (km/h)" real
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is the numbers of the thn unit with ... |
### Context: CREATE TABLE d_icd_diagnoses (
row_id number,
icd9_code text,
short_title text,
long_title text
)
CREATE TABLE d_labitems (
row_id number,
itemid number,
label text
)
CREATE TABLE icustays (
row_id number,
subject_id number,
hadm_id number,
icustay_id number,
... |
### 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 table_54390 (
"Entrant" text,
"Constructor" text,
"Chassis" text,
"Engine" text,
"Tyres" text,
"Driver" text,
"Rounds" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Tell me the constructor for alberto colombo and c... |
### Context: CREATE TABLE ReviewTaskResultTypes (
Id number,
Name text,
Description text
)
CREATE TABLE CloseReasonTypes (
Id number,
Name text,
Description text
)
CREATE TABLE PostNotices (
Id number,
PostId number,
PostNoticeTypeId number,
CreationDate time,
DeletionDate ... |
### Context: CREATE TABLE table_name_57 (
champion VARCHAR,
runner_up VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Who was the champion when atl tico wanderers was the runner-up?
### Query: SELECT champion FROM table_name_57 WHERE runner_up = "atlético wa... |
### 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 table_37449 (
"School" text,
"Mascot" text,
"Location" text,
"Enrollment" real,
"IHSAA Class" text,
"IHSAA Football Class" text,
"County" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is the IHSAA class for Po... |
### Context: CREATE TABLE table_13564702_3 (
won VARCHAR,
club VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Name the number of won for maesteg harlequins rfc
### Query: SELECT COUNT(won) FROM table_13564702_3 WHERE club = "Maesteg Harlequins RFC" |
### Context: CREATE TABLE table_name_55 (
right_ascension___j2000__ VARCHAR,
declination___j2000__ VARCHAR,
ngc_number VARCHAR,
constellation VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is the right ascension (J2000) with a Declination (J2000... |
### Context: CREATE TABLE table_29581 (
"Pos" real,
"SP" real,
"No." real,
"Driver" text,
"Car Name" text,
"Car Make" text,
"Entrant" text,
"Laps" real,
"Status" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- How many status figures ... |
### Context: CREATE TABLE table_name_28 (
hits INTEGER,
year VARCHAR,
player VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Name the least hits for year less than 1920 and player of ed delahanty
### Query: SELECT MIN(hits) FROM table_name_28 WHERE year ... |
### Context: CREATE TABLE table_name_32 (
place VARCHAR,
score VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is the Place of the Player with a Score of 73-75-71-73=292?
### Query: SELECT place FROM table_name_32 WHERE score = 73 - 75 - 71 - 73 = 292 |
### Context: CREATE TABLE table_71398 (
"Branding" text,
"Callsign" text,
"Frequency" text,
"Power (kW)" text,
"Station Type" text,
"Location" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Which Power has Location in metro manila
### Query: SE... |
### Context: CREATE TABLE code_description (
code varchar,
description text
)
CREATE TABLE class_of_service (
booking_class varchar,
rank int,
class_description text
)
CREATE TABLE fare (
fare_id int,
from_airport varchar,
to_airport varchar,
fare_basis_code text,
fare_airline ... |
### Context: CREATE TABLE table_name_41 (
year_startup VARCHAR,
operator VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What was the startup year for the project with apache energy/inpex as the operator?
### Query: SELECT year_startup FROM table_name_41 WHE... |
### Context: CREATE TABLE table_73605 (
"Code name" text,
"Brand name" text,
"Model (list)" text,
"Frequency" text,
"Cores/Threads" text,
"Max Memory Speed" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What brand is model I7-8xx?
### Query: S... |
### Context: CREATE TABLE diagnoses (
subject_id text,
hadm_id text,
icd9_code text,
short_title text,
long_title text
)
CREATE TABLE procedures (
subject_id text,
hadm_id text,
icd9_code text,
short_title text,
long_title text
)
CREATE TABLE demographic (
subject_id text,
... |
### Context: CREATE TABLE t_kc22 (
AMOUNT number,
CHA_ITEM_LEV number,
DATA_ID text,
DIRE_TYPE number,
DOSE_FORM text,
DOSE_UNIT text,
EACH_DOSAGE text,
EXP_OCC_DATE time,
FLX_MED_ORG_ID text,
FXBZ number,
HOSP_DOC_CD text,
HOSP_DOC_NM text,
MED_CLINIC_ID text,
ME... |
### Context: CREATE TABLE table_name_77 (
pick__number INTEGER,
college VARCHAR,
overall VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is the mean pick number for Iowa College when the overall is less than 200?
### Query: SELECT AVG(pick__number) ... |
### Context: CREATE TABLE table_20441 (
"No" text,
"Season" text,
"Start date (1st night)" text,
"End date (Last night)" text,
"Location" text,
"No of Proms" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- When are start dates (1st night) for the... |
### Context: CREATE TABLE Staff (
staff_id INTEGER,
staff_first_name VARCHAR(80),
staff_last_name VARCHAR(80),
other_staff_details VARCHAR(255)
)
CREATE TABLE Problems (
problem_id INTEGER,
product_id INTEGER,
closure_authorised_by_staff_id INTEGER,
reported_by_staff_id INTEGER,
dat... |
### Context: CREATE TABLE table_54903 (
"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 Crowd has a Home team score o... |
### Context: CREATE TABLE mzjzjlb_jybgb (
YLJGDM_MZJZJLB text,
BGDH number,
YLJGDM number
)
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,
... |
### Context: CREATE TABLE table_8400 (
"Brigade" text,
"Staffing" text,
"Type" text,
"Location" text,
"Pumpers" real,
"Tankers" real,
"Telebooms" text,
"Platforms" text,
"Cars" text,
"Hazmat" text
)
-- Using valid SQLite, answer the following questions for the tables provided a... |
### Context: CREATE TABLE table_204_561 (
id number,
"fence" number,
"name" text,
"jockey" text,
"age" number,
"handicap (st-lb)" text,
"starting price" text,
"fate" text
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- what is the first fence ... |
### 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_name_93 (
date VARCHAR,
winning_score VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Which Date has a Winning score of 14 (66-64-68-68=266)?
### Query: SELECT date FROM table_name_93 WHERE winning_score = –14(66 - 64 - 68 - 6... |
### Context: CREATE TABLE table_67093 (
"Year" real,
"Class" text,
"Team" text,
"Points" real,
"Rank" text,
"Wins" real
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Name the rank for wins of 0 and points of 2
### Query: SELECT "Rank" FROM table_67... |
### Context: CREATE TABLE table_name_35 (
series VARCHAR,
opponent VARCHAR,
round VARCHAR,
competition VARCHAR,
season VARCHAR
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- What is the Series for the uefa cup, in the 2006 07 season, and a Round of group... |
### Context: CREATE TABLE table_34992 (
"Week" real,
"Date" text,
"Opponent" text,
"Result" text,
"Record" text,
"Game Site" text,
"Attendance" real
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- Who was the opponent at the game at Sullivan Stadi... |
### Context: CREATE TABLE SuggestedEdits (
Id number,
PostId number,
CreationDate time,
ApprovalDate time,
RejectionDate time,
OwnerUserId number,
Comment text,
Text text,
Title text,
Tags text,
RevisionGUID other
)
CREATE TABLE PostFeedback (
Id number,
PostId numbe... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.