answer stringlengths 6 3.91k | question stringlengths 7 766 | context stringlengths 27 7.14k |
|---|---|---|
SELECT cache FROM table_name_13 WHERE memory = "24 gb qpi 5.86 gt/s" AND number = 64 | What is the Cache for a Number 64 with a Memory of 24 gb qpi 5.86 gt/s? | CREATE TABLE table_name_13 (cache VARCHAR, memory VARCHAR, number VARCHAR) |
SELECT hdtv FROM table_15887683_16 WHERE n° = 862 | What values of HDTV correspond to n° of 862? | CREATE TABLE table_15887683_16 (hdtv VARCHAR, n° VARCHAR) |
SELECT 2012 FROM table_name_67 WHERE 2010 = "1.3" AND 2008 = "3.6" | What is the 2012 value with a 1.3 in 2010 and a 3.6 in 2008? | CREATE TABLE table_name_67 (
Id VARCHAR
) |
SELECT memory FROM table_name_68 WHERE clock = "2.26ghz" AND number = 32 | What is the Memory for a Number 32 with a Clock of 2.26ghz? | CREATE TABLE table_name_68 (memory VARCHAR, clock VARCHAR, number VARCHAR) |
SELECT content FROM table_15887683_10 WHERE package_option = "Sky Famiglia" AND language = "Italian" AND dar = "16:9" AND television_service = "MTV Hits" | Name the content for sky famiglia for italian and dar 16:9 for mtv hits | CREATE TABLE table_15887683_10 (content VARCHAR, television_service VARCHAR, dar VARCHAR, package_option VARCHAR, language VARCHAR) |
SELECT "First broadcast" FROM table_23441 WHERE "Episode" = '2x10' | When was the episode 2x10 aired for the first time? | CREATE TABLE table_23441 (
"Episode" text,
"First broadcast" text,
"Rufus guest" text,
"Marcus guest" text,
"Winner" text
) |
SELECT place_of_birth FROM table_name_62 WHERE acquired = 2008 | Of those acquired in 2008, where were they born? | CREATE TABLE table_name_62 (place_of_birth VARCHAR, acquired VARCHAR) |
SELECT MIN(n) AS ° FROM table_15887683_10 WHERE television_service = "myDeejay" | Name the least number for mydeejay | CREATE TABLE table_15887683_10 (n INTEGER, television_service VARCHAR) |
SELECT "First broadcast" FROM table_30961 WHERE "Jamie and Johns guest" = 'Mark Webber' | When id the episode broadcast with Mark Webber as Jamie and John's guest? | CREATE TABLE table_30961 (
"Episode" text,
"First broadcast" text,
"Andrew and Georgies guest Lee Mack replaced Andrew Flintoff as team captain for one week in series 4, episode 2." text,
"Jamie and Johns guest" text,
"Scores" text
) |
SELECT shoots FROM table_name_99 WHERE acquired = 2010 AND player = "matthew myers" | What is the shooting preference of Matthew Myers, acquired in 2010? | CREATE TABLE table_name_99 (shoots VARCHAR, acquired VARCHAR, player VARCHAR) |
SELECT COUNT(package_option) FROM table_15887683_10 WHERE television_service = "Music Box Italia" | Name the number of package options for music box italia | CREATE TABLE table_15887683_10 (package_option VARCHAR, television_service VARCHAR) |
SELECT organized_by, name FROM church WHERE open_date BETWEEN 1830 AND 1840 | Show the organizer and name for churches that opened between 1830 and 1840. | CREATE TABLE church (
organized_by VARCHAR,
name VARCHAR,
open_date INTEGER
) |
SELECT acquired FROM table_name_18 WHERE player = "bruce graham" | In what year was player Bruce Graham acquired? | CREATE TABLE table_name_18 (acquired VARCHAR, player VARCHAR) |
SELECT hdtv FROM table_15887683_10 WHERE package_option = "Sky Famiglia" AND dar = "16:9" AND television_service = "myDeejay" | Name the hdtv for sky famiglia and dar 16:9 for mydeejay | CREATE TABLE table_15887683_10 (hdtv VARCHAR, television_service VARCHAR, package_option VARCHAR, dar VARCHAR) |
SELECT ACC_Road, AVG(Team_ID) FROM basketball_match GROUP BY ACC_Road ORDER BY AVG(Team_ID) DESC | Find ACC_Road and the average of Team_ID , and group by attribute ACC_Road, and visualize them by a bar chart, and order by the y axis in desc. | 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,
ACC_Per... |
SELECT d_42_√ FROM table_name_67 WHERE d_44_√ = "r 36 √" | Name the D 42 √ when it has D 44 √ of r 36 √ | CREATE TABLE table_name_67 (d_42_√ VARCHAR, d_44_√ VARCHAR) |
SELECT dar FROM table_15887683_10 WHERE television_service = "MTV Rocks" | Name the dar for mtv rocks | CREATE TABLE table_15887683_10 (dar VARCHAR, television_service VARCHAR) |
SELECT "Score" FROM table_77081 WHERE "To par" = '–3' AND "Country" = 'united states' | WHich Score has a To par of 3, and a Country of united states? | CREATE TABLE table_77081 (
"Place" text,
"Player" text,
"Country" text,
"Score" text,
"To par" text
) |
SELECT d_45_o FROM table_name_30 WHERE d_46_o = "d 26" | Name the D 45 O that has D 46 O of d 26 | CREATE TABLE table_name_30 (d_45_o VARCHAR, d_46_o VARCHAR) |
SELECT ppv FROM table_15887683_10 WHERE package_option = "Sky Famiglia" AND dar = "16:9" AND television_service = "MTV Dance" | Name the ppv for sky famiglia and dar 16:9 for mtv dance | CREATE TABLE table_15887683_10 (ppv VARCHAR, television_service VARCHAR, package_option VARCHAR, dar VARCHAR) |
SELECT COUNT("Date") FROM table_17529 WHERE "Opponent" = 'Pernell Whitaker' | How many times was pernell whitaker an opponent? | CREATE TABLE table_17529 (
"Number" real,
"Name" text,
"Titles" text,
"Date" text,
"Opponent" text,
"Result" text,
"Defenses" real
) |
SELECT MIN(goals_against) FROM table_name_29 WHERE goal_difference = 7 AND losses > 13 | Name the least goals for goal difference of 7 and losses more than 13 | CREATE TABLE table_name_29 (goals_against INTEGER, goal_difference VARCHAR, losses VARCHAR) |
SELECT dar FROM table_15887683_17 WHERE television_service = "Telenord" | Name the dar for telenord | CREATE TABLE table_15887683_17 (dar VARCHAR, television_service VARCHAR) |
SELECT MIN(demographic.age) FROM demographic WHERE demographic.language = "CAPE" AND demographic.diagnosis = "COMPLETE HEART BLOCK" | what is minimum age of patients whose language is cape and primary disease is complete heart block? | CREATE TABLE procedures (
subject_id text,
hadm_id text,
icd9_code text,
short_title text,
long_title text
)
CREATE TABLE lab (
subject_id text,
hadm_id text,
itemid text,
charttime text,
flag text,
value_unit text,
label text,
fluid text
)
CREATE TABLE diagnoses (
... |
SELECT COUNT(position) FROM table_name_12 WHERE goal_difference > -17 AND played < 38 | Tell me the total number of positions with goal difference more than -17 and played less than 38 | CREATE TABLE table_name_12 (position VARCHAR, goal_difference VARCHAR, played VARCHAR) |
SELECT COUNT(hdtv) FROM table_15887683_17 WHERE television_service = "Eurotic TV" | Name the total number of hdtv for eurotic tv | CREATE TABLE table_15887683_17 (hdtv VARCHAR, television_service VARCHAR) |
SELECT shipping_agent_code FROM ref_shipping_agents WHERE shipping_agent_name = "UPS" | What is the shipping agent code of shipping agent UPS? | CREATE TABLE addresses (
address_id number,
address_details text
)
CREATE TABLE documents_mailed (
document_id number,
mailed_to_address_id number,
mailing_date time
)
CREATE TABLE ref_shipping_agents (
shipping_agent_code text,
shipping_agent_name text,
shipping_agent_description text... |
SELECT MIN(crowd) FROM table_name_21 WHERE home_team = "south melbourne" | What was the attendance when South Melbourne played as the home team? | CREATE TABLE table_name_21 (crowd INTEGER, home_team VARCHAR) |
SELECT dar FROM table_15887683_17 WHERE n° = 912 | Name the dar for 912 | CREATE TABLE table_15887683_17 (dar VARCHAR, n° VARCHAR) |
SELECT MIN(lost) FROM table_name_39 WHERE goals_for < 21 | What was the lowest lost entry for a team with fewer than 21 goals for? | CREATE TABLE table_name_39 (
lost INTEGER,
goals_for INTEGER
) |
SELECT COUNT(crowd) FROM table_name_80 WHERE away_team = "footscray" | What was the attendance when Footscray played as the away team? | CREATE TABLE table_name_80 (crowd VARCHAR, away_team VARCHAR) |
SELECT COUNT(content) FROM table_15887683_19 WHERE television_service = "R-LIGHT" | How many times was something listed under content when the television was R-light? | CREATE TABLE table_15887683_19 (content VARCHAR, television_service VARCHAR) |
SELECT "Date of vacancy" FROM table_29321 WHERE "Manner of departure" = 'Resigned' AND "Position in table" = '10th' | If the position in table is 10th, and the manner of departure was resigned, what was the date of vacancy? | CREATE TABLE table_29321 (
"Team" text,
"Outgoing head coach" text,
"Manner of departure" text,
"Date of vacancy" text,
"Position in table" text,
"Incoming head coach" text,
"Date of appointment" text
) |
SELECT MIN(quantity) FROM table_name_72 WHERE manufacturer = "peckett and sons" AND gwr_nos = "696, 779, 93 5" | What is the lowest quantity for GWR Nos. 696, 779, 93 5 from the manufacturer Peckett and Sons? | CREATE TABLE table_name_72 (quantity INTEGER, manufacturer VARCHAR, gwr_nos VARCHAR) |
SELECT ppv FROM table_15887683_19 WHERE television_service = "SCT" | Was there PPV when the service was SCT? | CREATE TABLE table_15887683_19 (ppv VARCHAR, television_service VARCHAR) |
SELECT high_assists FROM table_11960944_4 WHERE date = "December 12" | Who had the high assists on the date December 12? | CREATE TABLE table_11960944_4 (
high_assists VARCHAR,
date VARCHAR
) |
SELECT MIN(capacity) FROM table_name_95 WHERE opening > 2015 AND city = "trabzon" | What is the lowest capacity with an opening larger than 2015 in Trabzon? | CREATE TABLE table_name_95 (capacity INTEGER, opening VARCHAR, city VARCHAR) |
SELECT hdtv FROM table_15887683_19 WHERE television_service = "PRIVÈ" | Was there HDTV when the service was Privè? | CREATE TABLE table_15887683_19 (hdtv VARCHAR, television_service VARCHAR) |
SELECT transfer_fee FROM table_name_82 WHERE name = "odjidja-ofoe" | What is Odjidja-Ofoe's transfer fee? | CREATE TABLE table_name_82 (
transfer_fee VARCHAR,
name VARCHAR
) |
SELECT AVG(opening) FROM table_name_20 WHERE stadium = "stadyum samsun" AND capacity < 34 OFFSET 658 | What is the average opening at Stadyum Samsun with a capacity smaller than 34,658? | CREATE TABLE table_name_20 (opening INTEGER, stadium VARCHAR, capacity VARCHAR) |
SELECT language FROM table_15887683_19 WHERE television_service = "ContoTV 5" | In what laguage was Contotv 5? | CREATE TABLE table_15887683_19 (language VARCHAR, television_service VARCHAR) |
SELECT SUM(game) FROM table_name_12 WHERE march = 15 | what is the game when march is 15? | CREATE TABLE table_name_12 (
game INTEGER,
march VARCHAR
) |
SELECT years_for_jazz FROM table_name_46 WHERE school_club_team = "oregon state" | What is the Years for Jazz Club at Oregon State? | CREATE TABLE table_name_46 (years_for_jazz VARCHAR, school_club_team VARCHAR) |
SELECT content FROM table_15887683_3 WHERE package_option = "Tutti i pacchetti + Sky HD" | What's the content of the Tutti i Pacchetti + Sky HD package? | CREATE TABLE table_15887683_3 (content VARCHAR, package_option VARCHAR) |
SELECT * FROM table_train_149 WHERE prostate_specific_antigen_psa > 4 | prostate specific antigen > 4 ng / ml | CREATE TABLE table_train_149 (
"id" int,
"prostate_specific_antigen_psa" float,
"c_peptide_level" float,
"hemoglobin_a1c_hba1c" float,
"fasting_serum_glucose" int,
"vitamin_d" int,
"NOUSE" float
) |
SELECT years_for_jazz FROM table_name_38 WHERE player = "andre owens" | Which player is Andre Owens in Year for Jazz? | CREATE TABLE table_name_38 (years_for_jazz VARCHAR, player VARCHAR) |
SELECT package_option FROM table_15887683_3 WHERE television_service = "FOX Sports HD" | What package offers Fox Sports HD? | CREATE TABLE table_15887683_3 (package_option VARCHAR, television_service VARCHAR) |
SELECT "Tie no" FROM table_12304 WHERE "Score" = '1–1' | What is the Tie no of the game with a Score of 1 1? | CREATE TABLE table_12304 (
"Tie no" text,
"Home team" text,
"Score" text,
"Away team" text,
"Date" text
) |
SELECT years_for_jazz FROM table_name_54 WHERE school_club_team = "houston" | What is the Year for Jazz club of Houston? | CREATE TABLE table_name_54 (years_for_jazz VARCHAR, school_club_team VARCHAR) |
SELECT package_option FROM table_15887683_3 WHERE television_service = "Cartello promozionale Sky HD" | What packages offer the Cartello Promozionale Sky HD service? | CREATE TABLE table_15887683_3 (package_option VARCHAR, television_service VARCHAR) |
SELECT * FROM table_train_243 WHERE hypoglycemia = 1 | history of severe hypoglycemia | CREATE TABLE table_train_243 (
"id" int,
"c_peptide_level" float,
"finger_stick_measurements" bool,
"diabetic" string,
"fasting_blood_glucose_fbg" float,
"hypoglycemia" bool,
"insulin_requirement" float,
"triglyceride_tg" float,
"a1c" float,
"age" float,
"NOUSE" float
) |
SELECT position FROM table_name_58 WHERE player = "dan o'sullivan" | What is position does Dan O'Sullivan play? | CREATE TABLE table_name_58 (position VARCHAR, player VARCHAR) |
SELECT COUNT(content) FROM table_15887683_3 WHERE package_option = "qualsiasi tranne Sky HD" | How many different contents are offered by the Qualsiasi Tranne Sky HD package? | CREATE TABLE table_15887683_3 (content VARCHAR, package_option VARCHAR) |
SELECT Major FROM STUDENT GROUP BY Major HAVING COUNT(*) < 3 | Report all majors that have less than 3 students. | CREATE TABLE STUDENT (
Major VARCHAR
) |
SELECT position FROM table_name_21 WHERE school_club_team = "kansas" | What position in the club team of Kansas? | CREATE TABLE table_name_21 (position VARCHAR, school_club_team VARCHAR) |
SELECT content FROM table_15887683_3 WHERE n° = 204 | What's the content offered by the package number 204? | CREATE TABLE table_15887683_3 (content VARCHAR, n° VARCHAR) |
SELECT labevents.charttime FROM labevents WHERE labevents.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 49141 AND NOT admissions.dischtime IS NULL ORDER BY admissions.admittime LIMIT 1) ORDER BY labevents.charttime LIMIT 1 | when patient 49141 did get a lab test the first time during their first hospital visit? | CREATE TABLE transfers (
row_id number,
subject_id number,
hadm_id number,
icustay_id number,
eventtype text,
careunit text,
wardid number,
intime time,
outtime time
)
CREATE TABLE d_icd_diagnoses (
row_id number,
icd9_code text,
short_title text,
long_title text
)
... |
SELECT years_for_jazz FROM table_name_43 WHERE position = "center" AND player = "greg ostertag" | Who is the center position of Years for Jazz, Greg Ostertag? | CREATE TABLE table_name_43 (years_for_jazz VARCHAR, position VARCHAR, player VARCHAR) |
SELECT COUNT(ppv) FROM table_15887683_5 WHERE television_service = "Sky Cinema 1" | How many PPV values are listed for when television service Sky Cinema 1? | CREATE TABLE table_15887683_5 (ppv VARCHAR, television_service VARCHAR) |
SELECT ACC_Road, School_ID FROM basketball_match GROUP BY ACC_Home, ACC_Road ORDER BY ACC_Road | Visualize a bar chart about the distribution of ACC_Road and School_ID , and group by attribute ACC_Home, and order by the ACC_Road in asc. | CREATE TABLE basketball_match (
Team_ID int,
School_ID int,
Team_Name text,
ACC_Regular_Season text,
ACC_Percent text,
ACC_Home text,
ACC_Road text,
All_Games text,
All_Games_Percent int,
All_Home text,
All_Road text,
All_Neutral text
)
CREATE TABLE university (
Scho... |
SELECT date FROM table_name_73 WHERE away_team = "university" | What is the Date for the Away team University? | CREATE TABLE table_name_73 (date VARCHAR, away_team VARCHAR) |
SELECT dar FROM table_15887683_5 WHERE n° = "336" AND language = "Italian" | What DAR is available for n. 336 in Italian? | CREATE TABLE table_15887683_5 (dar VARCHAR, n° VARCHAR, language VARCHAR) |
SELECT demographic.diagnosis, procedures.long_title FROM demographic INNER JOIN procedures ON demographic.hadm_id = procedures.hadm_id WHERE demographic.subject_id = "2110" | specify the primary disease and icd9 code of patient id 2110 | 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 home_team FROM table_name_19 WHERE venue = "junction oval" | What is the Home team score at junction oval? | CREATE TABLE table_name_19 (home_team VARCHAR, venue VARCHAR) |
SELECT n° FROM table_15887683_5 WHERE package_option = "Sky Cinema" AND content = "cinema" AND television_service = "Sky Cinema" + 24 | What are the values of n for cinema content provided by Sky Cinema +24 on its Sky Cinema package? | CREATE TABLE table_15887683_5 (n° VARCHAR, television_service VARCHAR, package_option VARCHAR, content VARCHAR) |
SELECT COUNT(*) > 0 FROM labevents WHERE labevents.itemid IN (SELECT d_labitems.itemid FROM d_labitems WHERE d_labitems.label = 'anion gap') AND labevents.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 82132 AND admissions.dischtime IS NULL) | has patient 82132 received an anion gap test during the current hospital encounter? | CREATE TABLE admissions (
row_id number,
subject_id number,
hadm_id number,
admittime time,
dischtime time,
admission_type text,
admission_location text,
discharge_location text,
insurance text,
language text,
marital_status text,
ethnicity text,
age number
)
CREATE ... |
SELECT date FROM table_name_48 WHERE home_team = "essendon" | What Date did the Home team play in essendon? | CREATE TABLE table_name_48 (date VARCHAR, home_team VARCHAR) |
SELECT language FROM table_15887683_5 WHERE television_service = "Sky Cinema Passion" AND n° = "308" | What language is Sky Cinema Passion television service n. 308? | CREATE TABLE table_15887683_5 (language VARCHAR, television_service VARCHAR, n° VARCHAR) |
SELECT "Time" FROM table_63751 WHERE "Heat" > '4' AND "Nationality" = 'australia' | What's Australia's time in the heat more than 4? | CREATE TABLE table_63751 (
"Heat" real,
"Lane" real,
"Name" text,
"Nationality" text,
"Time" text
) |
SELECT country FROM table_name_1 WHERE of_1 = "locotenent" | What country has OF-1 Locotenent? | CREATE TABLE table_name_1 (country VARCHAR, of_1 VARCHAR) |
SELECT package_option FROM table_15887683_5 WHERE content = "cinema" AND n° = "333" | What package offers cinema content and is n. 333? | CREATE TABLE table_15887683_5 (package_option VARCHAR, content VARCHAR, n° VARCHAR) |
SELECT COUNT(DISTINCT course_prerequisite.course_id), course.department, course.name, course.number FROM course, course_offering, course_prerequisite, semester WHERE course.course_id = course_offering.course_id AND course.course_id = course_prerequisite.pre_course_id AND course.department = 'EECS' AND semester.semester... | What classes this semester are a prerequisite to most other classes ? | CREATE TABLE jobs (
job_id int,
job_title varchar,
description varchar,
requirement varchar,
city varchar,
state varchar,
country varchar,
zip int
)
CREATE TABLE course_prerequisite (
pre_course_id int,
course_id int
)
CREATE TABLE program (
program_id int,
name varchar... |
SELECT country FROM table_name_40 WHERE of_1 = "locotenent" | What country has OF-1 Locotenent? | CREATE TABLE table_name_40 (country VARCHAR, of_1 VARCHAR) |
SELECT COUNT(dar) FROM table_15887683_9 WHERE television_service = "Disney Channel" AND n° = 613 | Name the total number of dar for disney channel and number is 613 | CREATE TABLE table_15887683_9 (dar VARCHAR, television_service VARCHAR, n° VARCHAR) |
SELECT "Loss" FROM table_79629 WHERE "Score" = '4–3' AND "Arena" = 'nationwide arena' | What is the Loss of the game at Nationwide Arena with a Score of 4 3? | CREATE TABLE table_79629 (
"Date" text,
"Opponent" text,
"Score" text,
"Loss" text,
"Attendance" real,
"Record" text,
"Arena" text,
"Points" real
) |
SELECT of_5 FROM table_name_48 WHERE country = "ghana" | Which OF-5 is in Ghana? | CREATE TABLE table_name_48 (of_5 VARCHAR, country VARCHAR) |
SELECT country FROM table_15887683_9 WHERE dar = "16:9" AND language = "Italian English" AND television_service = "Disney XD +2" | Name the country when dar is 16:9 for italian english for disney xd +2 | CREATE TABLE table_15887683_9 (country VARCHAR, television_service VARCHAR, dar VARCHAR, language VARCHAR) |
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN lab ON demographic.hadm_id = lab.hadm_id WHERE demographic.ethnicity = "HISPANIC/LATINO - PUERTO RICAN" AND lab.itemid = "51214" | How many Hispanic or Latino/Puerto Rican patients with the item id 51214? | 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,
hadm_id t... |
SELECT of_4 FROM table_name_47 WHERE country = "albania" | What is the OF-4 of Albania? | CREATE TABLE table_name_47 (of_4 VARCHAR, country VARCHAR) |
SELECT player FROM table_15893020_2 WHERE best_bowling = "2/43" | Who was the player with a bowling best of 2/43? | CREATE TABLE table_15893020_2 (player VARCHAR, best_bowling VARCHAR) |
SELECT admissions.admission_type FROM admissions WHERE admissions.subject_id = 8204 ORDER BY admissions.admittime LIMIT 1 | how did patient 8204 go into the hospital the first time. | CREATE TABLE prescriptions (
row_id number,
subject_id number,
hadm_id number,
startdate time,
enddate time,
drug text,
dose_val_rx text,
dose_unit_rx text,
route text
)
CREATE TABLE microbiologyevents (
row_id number,
subject_id number,
hadm_id number,
charttime tim... |
SELECT SUM(pick__number) FROM table_name_79 WHERE cfl_team = "edmonton eskimos" | What is the total pick numbers for the CFL team Edmonton Eskimos? | CREATE TABLE table_name_79 (pick__number INTEGER, cfl_team VARCHAR) |
SELECT MAX(maidens) FROM table_15893020_2 WHERE best_bowling = "1/13" | What is the highest number of maidens when the bowling best was 1/13? | CREATE TABLE table_15893020_2 (maidens INTEGER, best_bowling VARCHAR) |
SELECT date FROM table_name_21 WHERE status = "1995 rugby world cup" AND against = 20 | What date has a status of 1995 rugby world cup and an against of 20? | CREATE TABLE table_name_21 (
date VARCHAR,
status VARCHAR,
against VARCHAR
) |
SELECT player FROM table_name_40 WHERE college = "concordia" | What p;layer attended Concordia College? | CREATE TABLE table_name_40 (player VARCHAR, college VARCHAR) |
SELECT overs FROM table_15893020_2 WHERE player = "Oliver Hannon-Dalby" | How many overs did Oliver Hannon-Dalby have? | CREATE TABLE table_15893020_2 (overs VARCHAR, player VARCHAR) |
SELECT COUNT(total) FROM table_name_98 WHERE bronze < 2 AND rank < 4 AND silver < 1 | What is the total for the team with fewer than 2 bronze, ranked less than 4 and fewer than 1 silver? | CREATE TABLE table_name_98 (
total VARCHAR,
silver VARCHAR,
bronze VARCHAR,
rank VARCHAR
) |
SELECT SUM(pick__number) FROM table_name_87 WHERE position = "ol" | What is the total number of picks for the position of OL? | CREATE TABLE table_name_87 (pick__number INTEGER, position VARCHAR) |
SELECT MAX(5 AS w) FROM table_15893020_2 WHERE average = "21.33" | What is the highest number of 5w when there was a 21.33 average? | CREATE TABLE table_15893020_2 (average VARCHAR) |
SELECT "Constructor" FROM table_53229 WHERE "Driver" = 'tony brooks' | What company built the car driven by Tony Brooks? | CREATE TABLE table_53229 (
"Driver" text,
"Constructor" text,
"Laps" real,
"Time/Retired" text,
"Grid" real
) |
SELECT MAX(week) FROM table_name_7 WHERE result = "w 38-13" | Name the highest week for result of w 38-13 | CREATE TABLE table_name_7 (week INTEGER, result VARCHAR) |
SELECT country FROM table_15909409_2 WHERE agricultural_use__m_3__p_yr__in__percentage_ = "2040(93%)" | What are the countries in which the agricultural use (m 3 /p/yr)(in %) is 2040(93%)? | CREATE TABLE table_15909409_2 (country VARCHAR, agricultural_use__m_3__p_yr__in__percentage_ VARCHAR) |
SELECT "driver" FROM table_203_519 WHERE "driver" IN ('alex tagliani', 'paul tracy') ORDER BY "pos" LIMIT 1 | which canadian driver finished first : alex tagliani or paul tracy ? | CREATE TABLE table_203_519 (
id number,
"pos" number,
"no" number,
"driver" text,
"team" text,
"laps" number,
"time/retired" text,
"grid" number,
"points" number
) |
SELECT date FROM table_name_88 WHERE attendance = "35,763" | I want to know the date with attendance of 35,763 | CREATE TABLE table_name_88 (date VARCHAR, attendance VARCHAR) |
SELECT COUNT(country) FROM table_15909409_2 WHERE per_capita_withdrawal__m_3__p_yr_ = 372 | How many countries had a per capita withdrawal (m 3 /p/yr) of 372? | CREATE TABLE table_15909409_2 (country VARCHAR, per_capita_withdrawal__m_3__p_yr_ VARCHAR) |
SELECT "CERCLIS ID" FROM table_51657 WHERE "Listed" = '09/08/1983' AND "Name" = 'marshall landfill' | What is the ID of marshall landfill on 09/08/1983? | CREATE TABLE table_51657 (
"CERCLIS ID" text,
"Name" text,
"County" text,
"Proposed" text,
"Listed" text,
"Construction completed" text,
"Partially deleted" text
) |
SELECT series FROM table_name_39 WHERE editor = "dargaud" AND albums = "27" | Which series with a total of 27 albums did Dargaud edit? | CREATE TABLE table_name_39 (series VARCHAR, editor VARCHAR, albums VARCHAR) |
SELECT COUNT(total_freshwater_withdrawal__km_3__yr_) FROM table_15909409_2 WHERE agricultural_use__m_3__p_yr__in__percentage_ = "428(62%)" | How many countries had a total freshwater withdrawal (km 3 /yr) where the agricultural use (m 3 /p/yr)(in %) was 428(62%)? | CREATE TABLE table_15909409_2 (total_freshwater_withdrawal__km_3__yr_ VARCHAR, agricultural_use__m_3__p_yr__in__percentage_ VARCHAR) |
SELECT COUNT("date") FROM table_204_792 | what is the total number of dates ? | CREATE TABLE table_204_792 (
id number,
"#" number,
"date" text,
"opponent" text,
"score" text,
"win" text,
"loss" text,
"save" text,
"attendance" number,
"record" text
) |
SELECT years FROM table_name_78 WHERE magazine = "vaillant and pif" | What years did the magazine Vaillant and Pif run? | CREATE TABLE table_name_78 (years VARCHAR, magazine VARCHAR) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.