context stringlengths 249 1.51k | question stringlengths 20 171 | answer stringlengths 40 173 | dbms listlengths 0 5 |
|---|---|---|---|
CREATE TABLE IF NOT EXISTS table_1_10960039_1 (
Player text,
Position text,
"Pick #" numeric,
College text,
"CFL Team" text
);
CREATE TABLE IF NOT EXISTS table_1_11585313_1 (
name text,
number numeric,
"number of goals" numeric,
"date of birth" text,
"number of caps" numeric,
"date of death†" text,
"date of... | Who won the mixed doubles when ji xinpeng won the mens singles? | SELECT "Mixed doubles" FROM table_1_12027364_1 WHERE "Mens singles" ILIKE '%Ji%Xinpeng%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_2_17048578_2 (
Gold numeric,
Total numeric,
Rank numeric,
Bronze numeric,
Silver numeric
);
CREATE TABLE IF NOT EXISTS table_1_1161065_27 (
Highest numeric,
Lowest numeric,
Hosted numeric,
"Last Year" numeric,
"Up/Down" text,
Team text,
Average numeric
);
CREATE TABLE IF NOT... | What is the lest amount of bronzes that ranked 2 and has less silvers than 0? | SELECT MIN(Bronze) FROM table_2_17048578_2 WHERE "Rank" = '2' AND "Silver" < '0' | [
"MySQL",
"Oracle",
"PostgreSQL",
"SQL Server",
"SQLite"
] |
CREATE TABLE IF NOT EXISTS table_1_12261806_2 (
"Points classification" text,
Winner text,
"Young rider classification" text,
Stage text,
"Mountains classification" text,
"General classification" text,
"Trofeo Fast Team" text
);
CREATE TABLE IF NOT EXISTS table_2_11785072_3 (
Loss text,
Opponent text,
Record ... | Name the record for may 3 | SELECT Record FROM table_2_11785072_3 WHERE "Date" ILIKE '%may%3%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_11891841_2 (
"Transfer fee" text,
Ends numeric,
EU text,
Source text,
P text,
"Transfer window" text,
Name text,
Age numeric,
Country text,
Type text,
"Moving from" text,
N numeric
);
CREATE TABLE IF NOT EXISTS table_1_1015914_24 (
"them two (the two)" text,
"you two" te... | Which FAT32 has a no for HPFS, a no for ReFS, and a yes v3.0 fir NTFS? | SELECT FAT32 FROM table_2_10758793_13 WHERE "HPFS" ILIKE '%no%' AND "ReFS" ILIKE '%no%' AND "NTFS" ILIKE '%yes%v3.0%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_11664625_2 (
"Original air date" text,
"U.S. viewers (millions)" text,
"Written by" text,
"No. in season" numeric,
"Directed by" text,
"No. in series" numeric,
Title text
);
CREATE TABLE IF NOT EXISTS table_1_11111116_6 (
"U.S. viewers (million)" text,
"Directed by" text,
"N... | what is the minimum rockhampton | SELECT MIN(Rockhampton) FROM table_1_12570207_1 | [
"MySQL",
"Oracle",
"PostgreSQL",
"SQL Server",
"SQLite"
] |
CREATE TABLE IF NOT EXISTS table_1_1057262_1 (
"2001-02" numeric,
"2006-07" numeric,
"2005-06" numeric,
Commodity text,
"2004-05" numeric,
"2002-03" numeric,
"2003-04" numeric
);
CREATE TABLE IF NOT EXISTS table_1_11622862_1 (
Tournament text,
"1st Prize( $ )" numeric,
Score text,
Date text,
Winner text,
L... | What was the status of Bluetooth for the model that launched after 2004 with a ROM (MiB) of 128 and a Wifi of 802.11b? | SELECT Bluetooth FROM table_2_1217793_1 WHERE "Launch year" > '2004' AND "ROM ( MiB )" = '128' AND "WiFi" ILIKE '%802.11b%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_10240125_1 (
Season text,
Division text,
"League Goals" numeric,
"FA Cup Apps" numeric,
"FA Cup Goals" numeric,
"League Apps" numeric,
"Total Goals" numeric,
"Total Apps" numeric
);
CREATE TABLE IF NOT EXISTS table_1_10716893_3 (
Year numeric,
Network text,
"Pre-race analys... | What is the geo id when water is 0.457? | SELECT MIN("GEO ID") FROM table_1_18600760_12 WHERE "Water (sqmi)" ILIKE '%0.457%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_11449590_2 (
Date text,
"Game site" text,
Result text,
"Kickoff [a ]" text,
Opponent text,
Record text,
Week text,
TV text,
Attendance text
);
CREATE TABLE IF NOT EXISTS table_2_13312898_57 (
"Pick #" numeric,
Round numeric,
Overall numeric,
Name text,
College text,
Pos... | Position of defensive tackle, and a Round of 4, and a Pick # smaller than 36 has what overall average? | SELECT AVG(Overall) FROM table_2_13312898_57 WHERE "Position" ILIKE '%defensive%tackle%' AND "Round" = '4' AND "Pick #" < '36' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_22673872_1 (
Rnd numeric,
"Race Name" text,
Location text,
"Pole Position" text,
Length text,
Track text,
Date text,
"Winning Driver" text
);
CREATE TABLE IF NOT EXISTS table_1_10749143_2 (
"Series #" numeric,
Title text,
"Original air date" text,
"Production code" text,
... | In what round did Al Unser win at Wisconsin State Fair Park Speedway? | SELECT MIN(Rnd) FROM table_1_22673872_1 WHERE "Winning Driver" ILIKE '%Al%Unser%' AND "Track" ILIKE '%Wisconsin%State%Fair%Park%Speedway%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_27756572_10 (
Game numeric,
Date text,
Team text,
Record text,
"High points" text,
"Location Attendance" text,
"High rebounds" text,
"High assists" text,
Score text
);
CREATE TABLE IF NOT EXISTS table_1_11664625_2 (
"No. in series" numeric,
"Written by" text,
"Original air... | What was the record when the Clippers played Philadelphia? | SELECT Record FROM table_1_27756572_10 WHERE "Team" ILIKE '%Philadelphia%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_10748727_1 (
Podiums numeric,
Points text,
"F/Laps" numeric,
"Team Name" text,
Position text,
Season text,
Series text,
Poles numeric,
Wins numeric,
Races numeric
);
CREATE TABLE IF NOT EXISTS table_1_12338595_1 (
"Evening Gown" text,
Interview text,
Preliminaries text,
... | Which Construction is named of fu-hsing? | SELECT Construction FROM table_2_18820545_1 WHERE "Name (Wade Giles)" ILIKE '%fu-hsing%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_12379297_1 (
"Station Type" text,
"Coverage (Transmitter site)" text,
"Power (kW)" text,
"Ch. #" text,
Callsign text,
Branding text
);
CREATE TABLE IF NOT EXISTS table_1_11254821_2 (
"Points awarded (Silver)" numeric,
"Points awarded (Satellite)" numeric,
"Points awarded (Gol... | How many Matches have an S/Rate smaller than 133.72, and a Team of yorkshire carnegie? | SELECT COUNT(Matches) FROM table_2_17900317_4 WHERE "S/Rate" < '133.72' AND "Team" ILIKE '%yorkshire%carnegie%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_2_14876127_2 (
"Game Site" text,
Record text,
Date text,
Week numeric,
Attendance text,
Opponent text,
Result text
);
CREATE TABLE IF NOT EXISTS table_1_11019212_1 (
Friday text,
Thursday text,
Monday text,
Location text,
Saturday text,
Tuesday text,
Wednesday text,
Sunda... | Record of 6–8 had what attendance? | SELECT Attendance FROM table_2_14876127_2 WHERE "Record" ILIKE '%6–8%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_12251936_1 (
"GFR 2006" text,
County text,
"Whites as % of Pop." text,
"TFR 2006" text,
"Live births 2006" numeric
);
CREATE TABLE IF NOT EXISTS table_1_1014319_1 (
Dixon text,
Result text,
Total text,
Horwood text,
Week numeric,
Tonioli text,
Goodman text,
"Dance/song" t... | which country has miss universe Hungary as former pageant? | SELECT Country/Territory FROM table_1_14308895_2 WHERE "Former pageant" ILIKE '%Miss%Universe%Hungary%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_10477224_1 (
"Sepal length" text,
"Sepal width" text,
"Petal length" text,
"Petal width" text,
Species text
);
CREATE TABLE IF NOT EXISTS table_1_10797463_1 (
"Village (German)" text,
"Village (Slovenian)" text,
"Number of people 1991" numeric,
"Percent of Slovenes 1991" text... | What is the RTM build of the Windows Home Server 2011? | SELECT "RTM build" FROM table_2_10758793_4 WHERE "Name" ILIKE '%windows%home%server%2011%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_10312547_1 (
"1955 broadcast" text,
"1998 Broadway" text,
"1960 broadcast" text,
"1954 Broadway" text,
"1990 Broadway" text,
"1979 Broadway" text,
Character text,
"1999 Broadway" text,
"1991 Broadway" text
);
CREATE TABLE IF NOT EXISTS table_1_1205598_1 (
"NFL Team(s)" text,... | Who had a perfection percentage of 77.96%? | SELECT Name FROM table_2_12963707_2 WHERE "Perfection" ILIKE '%77.96%%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_10935548_1 (
"U.S. viewers (millions)" text,
"Directed by" text,
"Written by" text,
"Original air date" text,
Title text,
"Production code" text,
"No. in series" numeric,
"No. in season" numeric
);
CREATE TABLE IF NOT EXISTS table_1_10798928_1 (
Result text,
"Original title"... | What was the outcome for the India Open? | SELECT Outcome FROM table_2_14895621_2 WHERE "Venue" ILIKE '%india%open%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_2_15374691_2 (
Result text,
Opponent text,
Record text,
Number numeric,
Date text,
Score text
);
CREATE TABLE IF NOT EXISTS table_1_11703336_1 (
CPU text,
"Link Abilities" text,
"Programming Languages" text,
Predecessors text,
RAM text,
"Display Size" text,
Calculator text,... | What was the result of the game on January 5, 1926? | SELECT RESULT FROM table_2_15374691_2 WHERE "Date" ILIKE '%january%5,%1926%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_10470082_7 (
Storyteller text,
Director text,
Villains text,
"US air date" text,
Title text,
"#" numeric,
"No." numeric,
Writer text
);
CREATE TABLE IF NOT EXISTS table_1_1099080_1 (
"Bleeding time" text,
"Partial thromboplastin time" text,
"Prothrombin time" text,
Conditi... | What was the crowd when the away team was hawthorn? | SELECT MIN(Crowd) FROM table_2_10809368_14 WHERE "Away team" ILIKE '%hawthorn%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_1161065_28 (
Hosted numeric,
Total numeric,
Venue text,
"Up/Down" text,
"Last Year" text,
Lowest numeric,
Highest numeric,
Average numeric
);
CREATE TABLE IF NOT EXISTS table_2_1140091_1 (
Tyre text,
Circuit text,
Constructor text,
Race text,
Date text,
Report text,
"Wi... | Which race had Jacky Ickx as the winner and Clay Regazzoni with the fastest lap? | SELECT Race FROM table_2_1140091_1 WHERE "Winning driver" ILIKE '%jacky%ickx%' AND "Fastest lap" ILIKE '%clay%regazzoni%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_11111116_7 (
Title text,
"U.S. viewers (million)" text,
"Directed by" text,
"Written by" text,
"No. in season" numeric,
"No. in series" numeric,
"Original air date" text
);
CREATE TABLE IF NOT EXISTS table_1_11621799_1 (
Score text,
"Purse( $ )" numeric,
Winner text,
Tourna... | What is the away team score for the game where the home team scored 19.16 (130)? | SELECT "Away team score" FROM table_2_10887379_1 WHERE "Home team score" ILIKE '%19.16%(130)%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_11960610_10 (
"High points" text,
Record text,
Date text,
Team text,
Score text,
Game numeric,
"High rebounds" text,
"Location Attendance" text,
"High assists" text
);
CREATE TABLE IF NOT EXISTS table_2_18539861_1 (
"Average Ratings" text,
"Romaji Title" text,
"TV Station"... | Which Romaji Title has 11 Episodes, and a TV Station of fuji tv, and Average Ratings of 14.9%? | SELECT "Romaji Title" FROM table_2_18539861_1 WHERE "Episodes" = '11' AND "TV Station" ILIKE '%fuji%tv%' AND "Average Ratings" ILIKE '%14.9%%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_20948329_1 (
"Legs Won" numeric,
Player text,
LWAT numeric,
Played numeric,
"Legs Lost" numeric,
"3-dart Average" text,
"180s" numeric,
"140+" numeric,
"High Checkout" numeric,
"100+" numeric
);
CREATE TABLE IF NOT EXISTS table_1_11545282_6 (
"School/Club Team" text,
Natio... | What is the high checkout when played is 2 and 36 is 100+? | SELECT MIN("High Checkout") FROM table_1_20948329_1 WHERE "Played" = '2' AND "100+" = '36' | [
"MySQL",
"Oracle",
"PostgreSQL",
"SQL Server",
"SQLite"
] |
CREATE TABLE IF NOT EXISTS table_1_11465521_2 (
"Game site" text,
Attendance text,
"Kickoff [a ]" text,
Date text,
Week text,
TV text,
Result text
);
CREATE TABLE IF NOT EXISTS table_1_11621915_1 (
"1st Prize( $ )" numeric,
Winner text,
Tournament text,
Location text,
"Purse( $ )" numeric
);
CREATE TABLE IF... | Can you tell me the average December rhat has the Opponent of @ toronto maple leafs? | SELECT AVG(December) FROM table_2_17311408_4 WHERE "Opponent" ILIKE '%@%toronto%maple%leafs%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_11585313_1 (
number numeric,
"number of goals" numeric,
"date of debut" text,
name text,
"date of death†" text,
"date of birth" text,
"number of caps" numeric
);
CREATE TABLE IF NOT EXISTS table_1_11803648_17 (
"Club team" text,
Overall numeric,
Player text,
Round numeric,
... | What is the name of person that scored 10 goals? | SELECT name FROM table_1_11585313_1 WHERE "number of goals" = '10' | [
"MySQL",
"Oracle",
"PostgreSQL",
"SQL Server",
"SQLite"
] |
CREATE TABLE IF NOT EXISTS table_1_11677691_12 (
College text,
Player text,
School text,
Position text,
Hometown text
);
CREATE TABLE IF NOT EXISTS table_1_1012730_2 (
"Top 10" numeric,
"Avg. Finish" text,
"Team(s)" text,
"Avg. Start" text,
Poles numeric,
Year numeric,
Starts numeric,
Winnings text,
Wins ... | What is listed as the Highest Played and that has a Place that is larger than 10? | SELECT MAX(Played) FROM table_2_13013383_1 WHERE "Place" > '10' | [
"MySQL",
"Oracle",
"PostgreSQL",
"SQL Server",
"SQLite"
] |
CREATE TABLE IF NOT EXISTS table_1_1246208_5 (
Club text,
"Goals For Avg." text,
"Goals Against" numeric,
"Goals For" numeric,
"Overall Record" text,
"Goals Against Avg." text
);
CREATE TABLE IF NOT EXISTS table_1_1618358_1 (
Year text,
"Standard Duties Total Revenue (in €million)" numeric,
"over Total Tax Rev... | During what years are the percentage over total tax revenue is 0.65? | SELECT YEAR FROM table_1_1618358_1 WHERE "over Total Tax Revenue (in %)" ILIKE '%0.65%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_1112176_1 (
"Total Apps (Sub)" text,
"FL Cup Apps (Sub)" numeric,
"League Goals" numeric,
"FA Cup Goals" numeric,
Division text,
"FL Cup Goals" numeric,
"FA Cup Apps (Sub)" text,
"Total Goals" numeric,
"Other Goals" numeric,
Season text,
"Other Apps" numeric,
"League Apps ... | what's the ungen for ត្រីទស? | SELECT UNGEGN FROM table_2_1270572_9 WHERE "Word form" ILIKE '%ត្រីទស%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_10015132_7 (
"Years in Toronto" text,
"No." numeric,
Nationality text,
Player text,
Position text,
"School/Club Team" text
);
CREATE TABLE IF NOT EXISTS table_1_1161065_28 (
Venue text,
"Up/Down" text,
"Last Year" text,
Hosted numeric,
Average numeric,
Lowest numeric,
Hig... | What is every company with an index weighting % of 1 and the city of Dimitrovgrad? | SELECT Company FROM table_1_20667854_1 WHERE "Index weighting (%" ILIKE '%1%' AND "City" ILIKE '%Dimitrovgrad%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_10942714_1 (
"HK viewers" text,
"English title" text,
Finale numeric,
Premiere numeric,
Rank numeric,
Average numeric,
Peak numeric,
"Chinese title" text
);
CREATE TABLE IF NOT EXISTS table_1_1009087_1 (
"Viewers (in millions)" text,
Network text,
Ranking text,
Season text... | What was the average attendance of a team with a 38–31–8 record? | SELECT AVG(Attendance) FROM table_2_11756731_8 WHERE "Record" ILIKE '%38–31–8%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_255885_1 (
Municipality text,
"Population (2010)" numeric,
"No. of s Barangay" numeric,
"Population (2007)" numeric,
"Area (km²)" text
);
CREATE TABLE IF NOT EXISTS table_1_11964154_7 (
Game numeric,
Team text,
"Location Attendance" text,
"High points" text,
"High assists" t... | What is the number of S Barangay for Paracale? | SELECT "No. of s Barangay" FROM table_1_255885_1 WHERE "Municipality" ILIKE '%Paracale%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_1004033_1 (
College text,
Nationality text,
Position text,
Season numeric,
"Draft Pick #" text,
Player text,
Team text,
"Draft Class" text
);
CREATE TABLE IF NOT EXISTS table_1_12562214_1 (
"Date (From)" text,
"Traction Type" text,
"Name of System" text,
Notes text,
Locat... | how many times is the date (to) 1919? | SELECT COUNT(Notes) FROM table_1_12562214_1 WHERE "Date (To)" ILIKE '%1919%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_2_17751837_4 (
Score text,
"Away team" text,
"Home team" text,
"Tie no" text,
Date text
);
CREATE TABLE IF NOT EXISTS table_1_11207040_5 (
Highest numeric,
Capacity numeric,
Average numeric,
Stadium text,
Team text,
Lowest numeric
); | What was the score on 31 January 1987 with tie number 1? | SELECT Score FROM table_2_17751837_4 WHERE "Date" ILIKE '%31%january%1987%' AND "Tie no" ILIKE '%1%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_12280396_1 (
Peak text,
"Isolation (km)" numeric,
County text,
"Elevation (m)" numeric,
"Prominence (m)" numeric,
Municipality text
);
CREATE TABLE IF NOT EXISTS table_1_10494429_3 (
"unnamed_0" text,
"2nd person" text,
neuter text,
case text,
"1st person" text,
feminine t... | What is the winning span of the name martin kaymer? | SELECT "Winning span" FROM table_1_1953516_1 WHERE "Name" ILIKE '%Martin%Kaymer%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_2_10768951_1 (
Opponent text,
Date text,
"Game site" text,
Week numeric,
Attendance text,
Result text
);
CREATE TABLE IF NOT EXISTS table_1_11677100_4 (
Position text,
School text,
Player text,
"MLB Draft" text,
Hometown text
); | What game did Jets have an attendance of 78,722? | SELECT "Game site" FROM table_2_10768951_1 WHERE "Attendance" ILIKE '%78,722%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_12204717_1 (
"Mixed doubles" text,
Year numeric,
"Womens doubles" text,
"Mens singles" text,
"Womens singles" text,
"Mens doubles" text
);
CREATE TABLE IF NOT EXISTS table_1_11214212_1 (
"Numer of Jamaicans granted British citizenship" numeric,
"Naturalisation by residence" nu... | Name the production code # for episode 109 | SELECT COUNT("Production code #") FROM table_1_2342078_6 WHERE "Episode #" = '109' | [
"MySQL",
"Oracle",
"PostgreSQL",
"SQL Server",
"SQLite"
] |
CREATE TABLE IF NOT EXISTS table_1_10716893_3 (
Year numeric,
"Pit reporters" text,
"Pre-race analyst" text,
"Lap-by-lap" text,
Host text,
"Color commentator(s)" text,
Network text
);
CREATE TABLE IF NOT EXISTS table_1_10812293_4 (
Game numeric,
Record text,
Score text,
"High points" text,
Team text,
"High... | Who does the lap-by-lap in 2011? | SELECT Lap-BY-lap FROM table_1_10716893_3 WHERE "Year" = '2011' | [
"MySQL",
"Oracle",
"PostgreSQL",
"SQL Server",
"SQLite"
] |
CREATE TABLE IF NOT EXISTS table_1_11950720_3 (
"First Class Team" text,
"Batting Style" text,
"Bowling Style" text,
"Date of Birth" text,
"No." text,
Player text
);
CREATE TABLE IF NOT EXISTS table_1_12148147_2 (
"Second Year" text,
Subjects text,
"Fourth Year" text,
"Third Year" text,
"First Year" text
);
... | How many figures are there for wheels for LMS numbers 16377-9? | SELECT COUNT(Wheels) FROM table_1_15412381_5 WHERE "LMS nos." ILIKE '%16377-9%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_11244302_1 (
Share numeric,
"#" numeric,
"Time slot (EST)" text,
Episode text,
"Air Date" text,
"18-49 (Rating/Share)" text,
"Viewers (m)" text,
Rating text,
"Rank (Overall)" text
);
CREATE TABLE IF NOT EXISTS table_1_1213511_3 (
"College/junior/club team" text,
Position te... | Failures larger than 0, and a Successes of 1 has what lowest partial failures? | SELECT MIN("Partial failures") FROM table_2_13894411_5 WHERE "Failures" > '0' AND "Successes" = '1' | [
"MySQL",
"Oracle",
"PostgreSQL",
"SQL Server",
"SQLite"
] |
CREATE TABLE IF NOT EXISTS table_1_11545282_5 (
Nationality text,
"School/Club Team" text,
"No." text,
Player text,
"Years for Jazz" text,
Position text
);
CREATE TABLE IF NOT EXISTS table_2_12660586_2 (
Governments text,
Party text,
"Term end" text,
Minister text,
"Term start" text
);
CREATE TABLE IF NOT EX... | Which party has 24 governments? | SELECT Party FROM table_2_12660586_2 WHERE "Governments" ILIKE '%24%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_2_16610023_1 (
Nation text,
Games text,
Date text,
Event text,
Name text,
Score numeric
);
CREATE TABLE IF NOT EXISTS table_1_1140074_2 (
"Race Winner" text,
"Pole Position" text,
Constructor text,
"Fastest Lap" text,
Report text,
Rnd numeric,
Location text,
Race text
);
C... | What is the total score for the 36 arrow finals event? | SELECT COUNT(Score) FROM table_2_16610023_1 WHERE "Event" ILIKE '%36%arrow%finals%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_1166023_1 (
Number text,
"TMS Number" text,
"Year built" numeric,
Builder text,
"Carriage type" text
);
CREATE TABLE IF NOT EXISTS table_2_11949127_2 (
Date text,
Tournament text,
"Margin of victory" text,
"Winning score" text,
"Runner-up" text
);
CREATE TABLE IF NOT EXISTS ... | what is the margin of victory for the tournament travelers championship? | SELECT "Margin of victory" FROM table_2_11949127_2 WHERE "Tournament" ILIKE '%travelers%championship%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_10935548_1 (
"No. in season" numeric,
"Original air date" text,
"U.S. viewers (millions)" text,
Title text,
"Written by" text,
"Production code" text,
"No. in series" numeric,
"Directed by" text
);
CREATE TABLE IF NOT EXISTS table_1_10321124_1 (
Shigella text,
Escherichia te... | What country is Paul Lawrie from? | SELECT Country FROM table_2_18027810_3 WHERE "Player" ILIKE '%paul%lawrie%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_2_12563443_2 (
Date text,
Round numeric,
"Winning manufacturer" text,
"Fastest lap" text,
Circuit text,
"Winning driver" text,
"Winning team" text
);
CREATE TABLE IF NOT EXISTS table_1_1143966_1 (
"Pct %" text,
Standing text,
Tied numeric,
Season text,
Won numeric,
"Goals a... | What was the final number for the winning manufacturer with Mercedes-benz, and a circuit of hockenheimring? | SELECT COUNT(Round) FROM table_2_12563443_2 WHERE "Winning manufacturer" ILIKE '%mercedes-benz%' AND "Circuit" ILIKE '%hockenheimring%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_2_11184686_1 (
Affiliation text,
District text,
Location text,
Estd text,
"College Name" text
);
CREATE TABLE IF NOT EXISTS table_1_11677100_5 (
Hometown text,
School text,
Position text,
"MLB Draft" text,
Player text
); | Where is the location of the coimbatore medical college? | SELECT LOCATION FROM table_2_11184686_1 WHERE "College Name" ILIKE '%coimbatore%medical%college%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_11630008_3 (
"Directed by" text,
"Series no." numeric,
"Written by" text,
"Production Code" numeric,
"Original air date" text,
Title text
);
CREATE TABLE IF NOT EXISTS table_2_12771081_1 (
Silver numeric,
Event text,
Bronze numeric,
Ranking text,
Total numeric,
Gold numeri... | What Gold has a Silver greater than 30 and a Total less than 107? | SELECT Gold FROM table_2_12771081_1 WHERE "Silver" > '30' AND "Total" < '107' | [
"MySQL",
"Oracle",
"PostgreSQL",
"SQL Server",
"SQLite"
] |
CREATE TABLE IF NOT EXISTS table_1_1140067_2 (
"Fastest Lap" text,
"Pole Position" text,
Race text,
"Race Winner" text,
Report text,
Rnd numeric,
Constructor text,
Date text
);
CREATE TABLE IF NOT EXISTS table_1_12584173_1 (
"Population (Allora)" numeric,
"Population (Warwick)" numeric,
"Population (Region t... | When indianapolis, indiana is the location what is the institution? | SELECT Institution FROM table_1_28211213_2 WHERE "Location" ILIKE '%Indianapolis,%Indiana%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_12086015_7 (
Finals numeric,
"Win-Loss" text,
"Year(s)" text,
Nationality text
);
CREATE TABLE IF NOT EXISTS table_1_1166023_1 (
"Year built" numeric,
"TMS Number" text,
Builder text,
"Carriage type" text,
Number text
);
CREATE TABLE IF NOT EXISTS table_1_17505751_5 (
League... | In the Champions league is the forward position smaller than 6.0 | SELECT COUNT("Champions League") FROM table_1_17505751_5 WHERE "Position" ILIKE '%Forward%' AND "League" < '6.0' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_10701133_1 (
"Original air date" text,
"No. in season" numeric,
"Written by" text,
"Directed by" text,
"U.S. viewers (million)" text,
Title text,
"Featured character(s)" text,
"No. in series" numeric
);
CREATE TABLE IF NOT EXISTS table_1_104858_1 (
"Year member organization w... | who is the the judges with seasons and winners being season 1, 2013–2014: upcoming season | SELECT Judges FROM table_1_13779832_1 WHERE "Seasons and winners" ILIKE '%Season%1,%2013–2014:%Upcoming%season%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_11111116_8 (
"No. in series" numeric,
"Directed by" text,
"U.S. viewers (million)" text,
"Original air date" text,
"Written by" text,
Title text,
"No. in season" numeric
);
CREATE TABLE IF NOT EXISTS table_2_17624351_2 (
Record text,
Method text,
Location text,
Time text,
... | How many rounds did Brett go for the Strikeforce: Shamrock vs. Diaz match? | SELECT Round FROM table_2_17624351_2 WHERE "Event" ILIKE '%strikeforce:%shamrock%vs.%diaz%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_12338595_1 (
Interview text,
Average text,
Preliminaries text,
Swimsuit text,
State text,
"Evening Gown" text
);
CREATE TABLE IF NOT EXISTS table_1_11326124_3 (
Date text,
Round text,
Zone text,
Result text,
Opponent text,
Against text,
Surface text,
Outcome text,
Editi... | What season episode is directed by Skipp Sudduth? | SELECT "Season #" FROM table_1_17356205_1 WHERE "Directed by" ILIKE '%Skipp%Sudduth%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_11963601_11 (
"High rebounds" text,
Series text,
Date text,
"High assists" text,
Game numeric,
"Location Attendance" text,
Score text,
"High points" text
);
CREATE TABLE IF NOT EXISTS table_2_12825146_1 (
Finish text,
Year text,
Role text,
Team text,
Tournament text
);
CR... | During the Tournament of Torneo Fraternidad/UNCAF Club championship, what is the Role of the Platense Municipal Zacatecoluca Team? | SELECT ROLE FROM table_2_12825146_1 WHERE "Team" ILIKE '%platense%municipal%zacatecoluca%' AND "Tournament" ILIKE '%torneo%fraternidad/uncaf%club%championship%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_11465521_2 (
TV text,
Result text,
Opponent text,
"Kickoff [a ]" text,
Week text,
Record text,
"Game site" text
);
CREATE TABLE IF NOT EXISTS table_2_13974494_9 (
Opponent text,
Date text,
Score text,
Loss text,
Record text,
Attendance text
);
CREATE TABLE IF NOT EXISTS t... | What is the date of the game with 38,062 people in attendance? | SELECT Date FROM table_2_13974494_9 WHERE "Attendance" ILIKE '%38,062%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_2_14407512_17 (
Rank numeric,
"1st (m)" numeric,
"Overall WC points (Rank)" text,
Nationality text,
Name text,
Points numeric,
"2nd (m)" numeric
);
CREATE TABLE IF NOT EXISTS table_1_10705060_1 (
Season text,
Races numeric,
Position text,
"Team Name" text,
Series text,
Wins... | Who is the person that has 119.5 m? | SELECT Name FROM table_2_14407512_17 WHERE "1st (m)" = '119.5' | [
"MySQL",
"Oracle",
"PostgreSQL",
"SQL Server",
"SQLite"
] |
CREATE TABLE IF NOT EXISTS table_1_12113818_1 (
Year text,
"External Affairs" text,
"Human Resources & Operations" text,
"Local Affairs" text,
"Academic & University Affairs" text,
"Communications and Corporate Affairs" text
);
CREATE TABLE IF NOT EXISTS table_1_12232843_1 (
Season numeric,
"Mixed doubles" text... | what is the party for district ohio 11? | SELECT Party FROM table_1_1341598_36 WHERE "District" ILIKE '%Ohio%11%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_29697744_1 (
Level text,
Season text,
Division text,
Position text,
Movements text,
Section text
);
CREATE TABLE IF NOT EXISTS table_1_10128185_2 (
Mobiles numeric,
Song text,
Scotland numeric,
"Northern Ireland" numeric,
"Southern England" numeric,
Wales numeric,
Total n... | how many sections are for the season of 2008 | SELECT COUNT(SECTION) FROM table_1_29697744_1 WHERE "Season" ILIKE '%2008%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_1214035_1 (
Division text,
"Open Cup" text,
Year numeric,
League text,
Playoffs text,
"Regular Season" text
);
CREATE TABLE IF NOT EXISTS table_2_16772687_7 (
Nationality text,
From text,
Player text,
"Jersey Number(s)" numeric,
Years text,
Position text
);
CREATE TABLE IF... | What years was the jersey number(s) smaller than 3? | SELECT Years FROM table_2_16772687_7 WHERE "Jersey Number(s)" < '3' | [
"MySQL",
"Oracle",
"PostgreSQL",
"SQL Server",
"SQLite"
] |
CREATE TABLE IF NOT EXISTS table_1_11891841_2 (
"Transfer window" text,
Ends numeric,
Source text,
"Transfer fee" text,
"Moving from" text,
Age numeric,
Type text,
P text,
N numeric,
Country text,
EU text,
Name text
);
CREATE TABLE IF NOT EXISTS table_1_11562149_1 (
"No. in season" text,
"Featured charact... | What is the population density for 2012 for Gatunda sector? | SELECT MIN("Population Density 2012 (km 2 )") FROM table_1_12496904_1 WHERE "Sector" ILIKE '%Gatunda%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_12125069_2 (
Date text,
"Losing Pitcher" text,
"Winning Team" text,
"Winning Pitcher" text,
Score text,
Location text,
Attendance numeric
);
CREATE TABLE IF NOT EXISTS table_1_27091128_2 (
Team text,
"Replaced by" text,
"Outgoing manager" text,
"Date of vacancy" text,
"Man... | What was the date of appointment for the manager replacing Kadir Özcan? | SELECT "Date of appointment" FROM table_1_27091128_2 WHERE "Outgoing manager" ILIKE '%Kadir%Özcan%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_10812938_5 (
College text,
Player text,
Position text,
"Pick #" numeric,
"CFL Team" text
);
CREATE TABLE IF NOT EXISTS table_1_1057262_1 (
"2006-07" numeric,
"2003-04" numeric,
"2002-03" numeric,
"2004-05" numeric,
Commodity text,
"2001-02" numeric,
"2005-06" numeric
);
CR... | Name the most withdrawn for 37 lstr no. | SELECT MAX(Withdrawn) FROM table_1_20391799_1 WHERE "LTSR No." = '37' | [
"MySQL",
"Oracle",
"PostgreSQL",
"SQL Server",
"SQLite"
] |
CREATE TABLE IF NOT EXISTS table_1_11207040_5 (
Highest numeric,
Average numeric,
Stadium text,
Capacity numeric,
Lowest numeric
);
CREATE TABLE IF NOT EXISTS table_2_10592536_6 (
Captain text,
"Shirt sponsor" text,
Team text,
Manager text,
"Kit maker" text
);
CREATE TABLE IF NOT EXISTS table_1_10812938_4 (
... | Which manager has Sol Campbell as captain? | SELECT Manager FROM table_2_10592536_6 WHERE "Captain" ILIKE '%sol%campbell%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_10360656_1 (
Round numeric,
Choice numeric,
Overall numeric,
College text,
Position text,
"Player name" text
);
CREATE TABLE IF NOT EXISTS table_1_10953197_3 (
"No. in season" numeric,
"No. in series" numeric,
"Original air date" text,
Title text,
"Production code" text,
"... | Who played in the men's singles during the tournament where Ragna Ingolfsdottir played in the women's singles? | SELECT "Men's singles" FROM table_2_12185856_1 WHERE "Women's singles" ILIKE '%ragna%ingolfsdottir%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_2_10826385_4 (
Venue text,
Crowd numeric,
"Away team score" text,
"Home team" text,
"Away team" text,
"Home team score" text,
Date text
);
CREATE TABLE IF NOT EXISTS table_1_1176371_1 (
"LA matches" numeric,
"T20 matches" numeric,
"FC matches" numeric,
"Name of ground" text,
... | Where did a home team score 15.14 (104)? | SELECT Venue FROM table_2_10826385_4 WHERE "Home team score" ILIKE '%15.14%(104)%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_11178271_1 (
"18–49 (Rating/Share)" text,
Rating text,
Episode text,
"Air Date" text,
Share numeric,
"Weekly Rank" numeric,
"#" numeric,
"Viewers (m)" text
);
CREATE TABLE IF NOT EXISTS table_2_181498_13 (
"H. Rempel" text,
"R. Epp" text,
"J. J. Neufeld" text,
"J. Thiessen... | Which of the R. Epp, has J Thiessen of Tjoatj? | SELECT "R. Epp" FROM table_2_181498_13 WHERE "J. Thiessen" ILIKE '%tjoatj%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_11465521_2 (
Week text,
TV text,
"Kickoff [a ]" text,
Result text,
Attendance text,
Opponent text,
"Game site" text
);
CREATE TABLE IF NOT EXISTS table_1_11715748_2 (
"Director(s)" text,
"Original airdate" text,
Title text,
"Series #" numeric,
"Season #" numeric,
"Writer(... | If the location attendance was Quicken Loans Arena 20,562, who had the High Assists? | SELECT "High assists" FROM table_1_27700375_6 WHERE "Location Attendance" ILIKE '%Quicken%Loans%Arena%20,562%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_11662133_3 (
"Date entered service" text,
"Type of Ship" text,
"Ships name" text,
"Date withdrawn" text,
Tonnage numeric
);
CREATE TABLE IF NOT EXISTS table_2_13274048_1 (
Circuit text,
Sites numeric,
Rank numeric,
Headquarters text,
Screens numeric
);
CREATE TABLE IF NOT EX... | what is the number of sites when the number of screens is 687 and rank is more than 7? | SELECT AVG(Sites) FROM table_2_13274048_1 WHERE "Screens" = '687' AND "Rank" > '7' | [
"MySQL",
"Oracle",
"PostgreSQL",
"SQL Server",
"SQLite"
] |
CREATE TABLE IF NOT EXISTS table_1_1132588_3 (
Constructor text,
Report text,
"Grand Prix" text,
"Pole Position" text,
"Fastest Lap" text,
"Winning Driver" text,
"Rd." numeric
);
CREATE TABLE IF NOT EXISTS table_2_13566745_1 (
Colours text,
"City, Region" text,
Arena text,
"Head coach" text,
Team text
);
CR... | What is the arena in Borgarnes? | SELECT Arena FROM table_2_13566745_1 WHERE "City, Region" ILIKE '%borgarnes%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_2_10747009_15 (
"Home team" text,
Venue text,
Crowd numeric,
"Home team score" text,
Date text,
"Away team score" text,
"Away team" text
);
CREATE TABLE IF NOT EXISTS table_1_1000181_1 (
"State/territory" text,
"Current series" text,
"Text/background colour" text,
Notes text,... | What was the smallest crowd size at a home game for Footscray? | SELECT MIN(Crowd) FROM table_2_10747009_15 WHERE "Home team" ILIKE '%footscray%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_12060_2 (
Deaths text,
"Crude death rate (per 1000)" text,
"Natural change" text,
"Crude birth rate (per 1000)" text,
"Average population (x 1000)" text,
"Live births" text,
"unnamed_0" numeric,
"Natural change (per 1000)" text,
"Fertility rates" text
);
CREATE TABLE IF NOT E... | Who was the leader at the summit when the stage was larger than 14, the category was 1, the start was Saint-Girons, and the finish was Cauterets? | SELECT "Leader at the summit" FROM table_2_12179265_1 WHERE "Stage" > '14' AND "Category" = '1' AND "Start" ILIKE '%saint-girons%' AND "Finish" ILIKE '%cauterets%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_1140090_6 (
Date text,
"Winning driver" text,
"Race Name" text,
Constructor text,
Report text,
Circuit text
);
CREATE TABLE IF NOT EXISTS table_1_12275551_1 (
"Womens singles" text,
"Mens doubles" text,
Year numeric,
"Womens doubles" text,
"Mixed doubles" text,
"Mens singl... | Which date released had a Democratic Alternative value of 1% and Labour of 34%? | SELECT "Date(s) Released" FROM table_2_18801491_1 WHERE "Democratic Alternative" ILIKE '%1%%' AND "Labour" ILIKE '%34%%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_11691212_2 (
Host text,
"Lap-by-lap" text,
Viewers text,
"Color commentator(s)" text,
Network text,
Ratings text,
"Pit reporters" text
);
CREATE TABLE IF NOT EXISTS table_2_11097204_4 (
Result text,
Character text,
Year numeric,
Category text,
"For The Show" text
);
CREATE... | In 2004 who was favourite maa? | SELECT CHARACTER FROM table_2_11097204_4 WHERE "Category" ILIKE '%favourite%maa%' AND "Year" = '2004' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_1214035_1 (
"Regular Season" text,
Division text,
Year numeric,
Playoffs text,
"Open Cup" text,
League text
);
CREATE TABLE IF NOT EXISTS table_1_11677691_11 (
Player text,
Position text,
Hometown text,
College text,
School text
);
CREATE TABLE IF NOT EXISTS table_1_1208601... | What's the maximum crowd when scg is the ground? | SELECT MAX(Crowd) FROM table_1_14312471_4 WHERE "Ground" ILIKE '%SCG%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_2_1277350_4 (
Tuesday text,
Wednesday text,
Sunday text,
Friday text,
Monday text,
Thursday text,
Saturday text
);
CREATE TABLE IF NOT EXISTS table_1_12159115_3 (
"Directed by" text,
Title text,
"U.S. viewers (millions)" text,
"Series #" numeric,
"Original air date" text,
"... | Which Saturday has a Thursday of 木曜日 mokuyōbi | SELECT Saturday FROM table_2_1277350_4 WHERE "Thursday" ILIKE '%木曜日%mokuyōbi%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_1341865_40 (
Incumbent text,
Party text,
Result text,
Candidates text,
"First elected" numeric,
District text
);
CREATE TABLE IF NOT EXISTS table_1_11951237_4 (
"Season #" numeric,
Title text,
"Written by" text,
"Original air date" text,
"Directed by" text,
"Series #" nume... | How many times was frank m. clark the incumbent? | SELECT COUNT(RESULT) FROM table_1_1341865_40 WHERE "Incumbent" ILIKE '%Frank%M.%Clark%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_10284385_1 (
"Date of birth" text,
"End Date" text,
Party text,
"House term" text,
Representative text,
"Begin Date" text,
"Age (years, days)" text,
"State served" text
);
CREATE TABLE IF NOT EXISTS table_1_10960039_1 (
College text,
"CFL Team" text,
Position text,
Player ... | what is the finishes when points is more than 337 and starts is more than 26? | SELECT SUM(Finishes) FROM table_2_18812209_20 WHERE "Points" > '337' AND "Starts" > '26' | [
"MySQL",
"Oracle",
"PostgreSQL",
"SQL Server",
"SQLite"
] |
CREATE TABLE IF NOT EXISTS table_1_10413597_5 (
"U.S. viewers (million)" text,
"Written by" text,
Title text,
Setting text,
"Original air date" text,
"No. in series" numeric,
"No. in season" numeric,
"Directed by" text
);
CREATE TABLE IF NOT EXISTS table_1_10138926_1 (
"1981 Census" numeric,
"2010 Est." numer... | What is Team 2, when 2nd Leg is 2-1? | SELECT "Team 2" FROM table_2_16218498_1 WHERE "2nd leg" ILIKE '%2-1%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_1057316_1 (
"Wheel arrangement ( Whyte notation )" text,
"Serial number" text,
"Operational owner(s)" text,
Disposition text,
"Build date" text
);
CREATE TABLE IF NOT EXISTS table_1_12027364_1 (
"Mens singles" text,
"Mens doubles" text,
Year numeric,
"Womens doubles" text,
"... | What was the away team score at Windy Hill? | SELECT "Away team score" FROM table_2_1164217_9 WHERE "Venue" ILIKE '%windy%hill%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_12148018_2 (
"Original airdate" text,
Writer text,
Episode text,
"#" numeric,
Director text,
Viewers text
);
CREATE TABLE IF NOT EXISTS table_1_1140088_6 (
Constructor text,
"Winning driver" text,
Circuit text,
"Race Name" text,
Date text,
Report text
);
CREATE TABLE IF NO... | What is the signal power for JOAB-DTV? | SELECT "Signal power" FROM table_1_2638104_1 WHERE "Callsign" ILIKE '%JOAB-DTV%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_11240028_1 (
"First appearance" text,
Episodes text,
"Last appearance" text,
Character text,
Duration text,
"Portrayed by" text
);
CREATE TABLE IF NOT EXISTS table_1_22496374_1 (
Position text,
Height text,
"High School" text,
Name text,
Year text,
Weight numeric,
"Home T... | What was rickie winslow's number? | SELECT MAX(#) FROM table_1_22496374_1 WHERE "Name" ILIKE '%Rickie%Winslow%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_1139835_3 (
"Season Result" text,
"Grand Finalist" text,
Year numeric,
Margin numeric,
Scores text,
Crowd numeric,
Winners text
);
CREATE TABLE IF NOT EXISTS table_1_17120964_8 (
"Man of the Match" text,
Venue text,
Date text,
Competition text,
Result text,
Attendance num... | What was the attendance at the game where Neil Liddiard was Man of the Match? | SELECT MIN(Attendance) FROM table_1_17120964_8 WHERE "Man of the Match" ILIKE '%Neil%Liddiard%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_11545282_5 (
Position text,
Player text,
"School/Club Team" text,
"No." text,
Nationality text,
"Years for Jazz" text
);
CREATE TABLE IF NOT EXISTS table_1_1241987_1 (
"Regular Season" text,
Year numeric,
"Open Cup" text,
Division numeric,
League text,
Playoffs text
);
CRE... | What is the swimsuit number when the preliminary is 8.721, and the average is more than 8.781? | SELECT COUNT(Swimsuit) FROM table_2_17521433_1 WHERE "Preliminary" = '8.721' AND "Average" > '8.781' | [
"MySQL",
"Oracle",
"PostgreSQL",
"SQL Server",
"SQLite"
] |
CREATE TABLE IF NOT EXISTS table_1_10932739_2 (
"Radial velocity (m/s)" text,
"Orbital Period" text,
"Semimajor Axis ( AU )" text,
Planet text,
"Planet Type" text,
"Detectable by:" text
);
CREATE TABLE IF NOT EXISTS table_1_11961582_10 (
"Location Attendance" text,
Series text,
Game numeric,
Score text,
"Hig... | On October 1, 1995 with Dora Djilianova as a partner, what was the outcome of the match? | SELECT Outcome FROM table_2_12878201_8 WHERE "Partner" ILIKE '%dora%djilianova%' AND "Date" ILIKE '%october%1,%1995%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_11964047_6 (
Home text,
"#" numeric,
Date text,
"Leading scorer" text,
Visitor text,
Attendance text,
Record text,
Streak text,
Score text
);
CREATE TABLE IF NOT EXISTS table_2_18662704_6 (
Rank numeric,
Rowers text,
Country text,
Notes text,
Time text
);
CREATE TABLE IF... | What is the Rank of the Rowers with a Time of 7:30.92? | SELECT SUM(Rank) FROM table_2_18662704_6 WHERE "Time" ILIKE '%7:30.92%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_2_16323350_2 (
Attendance text,
"TV Time" text,
Opponent text,
"Game site" text,
Week numeric,
Date text,
Result text
);
CREATE TABLE IF NOT EXISTS table_1_12438767_1 (
Starring text,
Network text,
"Region/Country" text,
"Local name" text,
"Dates aired" text
); | What was the result when the attendance was 46,456? | SELECT RESULT FROM table_2_16323350_2 WHERE "Attendance" ILIKE '%46,456%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_12262182_2 (
Date text,
Opponent text,
Result text,
Number numeric,
Name text,
Titles text,
Defenses numeric
);
CREATE TABLE IF NOT EXISTS table_2_1849753_5 (
"1998" text,
"1991" text,
"1993" text,
"1996" text,
"1997" text,
"2000" text,
Tournament text,
"1994" text,
"1... | What is 1996 during the US Open? | SELECT 1996 FROM table_2_1849753_5 WHERE "Tournament" ILIKE '%us%open%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_11167610_1 (
Power text,
Transmission text,
Performance text,
Torque text,
Turbo text,
Trim text,
Engine text,
"Fuel Delivery" text
);
CREATE TABLE IF NOT EXISTS table_1_21721351_18 (
Nationality text,
Player text,
"Round #" numeric,
"College/junior/club team" text,
"Pick... | Which nationality is kitchener rangers (ohl) college/junior/club team? | SELECT Nationality FROM table_1_21721351_18 WHERE "College/junior/club team" ILIKE '%Kitchener%Rangers%(OHL)%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_11677691_10 (
Hometown text,
Position text,
School text,
College text
);
CREATE TABLE IF NOT EXISTS table_1_21721351_18 (
Player text,
Position text,
Nationality text,
"College/junior/club team" text,
"Round #" numeric,
"Pick #" numeric
);
CREATE TABLE IF NOT EXISTS table_1_... | Which nationality is player Brian Wilks? | SELECT Nationality FROM table_1_21721351_18 WHERE "Player" ILIKE '%Brian%Wilks%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_12584173_1 (
"Population (Warwick)" numeric,
"Population (Region total)" numeric,
"Population (Glengallan)" numeric,
"Population (Allora)" numeric,
"Population (Rosenthal)" numeric,
"Population (Stanthorpe)" numeric
);
CREATE TABLE IF NOT EXISTS table_2_14902507_9 (
"Play-by-pl... | Name the flagship station for cedric maxwell and year of 1995-96 | SELECT "Flagship Station" FROM table_2_14902507_9 WHERE "Color commentator(s)" ILIKE '%cedric%maxwell%' AND "Year" ILIKE '%1995-96%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_2_14523321_1 (
"Area (km 2 )" numeric,
Place text,
Population numeric,
"Most spoken language" text,
Code numeric
);
CREATE TABLE IF NOT EXISTS table_1_1147705_1 (
"max. torque at rpm" text,
model text,
"engine displacement" text,
"engine type" text,
"max. motive power" text,
... | What's the lowest Code that's got a Most Spoke Language of Xhosa, a Place of Addo Elephant National Park, and an Area (KM 2) that's smaller than 1.08? | SELECT MIN(Code) FROM table_2_14523321_1 WHERE "Most spoken language" ILIKE '%xhosa%' AND "Place" ILIKE '%addo%elephant%national%park%' AND "Area (km 2 )" < '1.08' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_10477224_1 (
"Petal width" text,
Species text,
"Petal length" text,
"Sepal length" text,
"Sepal width" text
);
CREATE TABLE IF NOT EXISTS table_2_14903785_1 (
"Men's doubles" text,
"Women's doubles" text,
"Mixed doubles" text,
"Women's singles" text,
Year text,
"Men's singl... | Who won the Women's doubles the year that there was no competition in the Men's doubles and Arthur Chatschatourow won the Men's singles? | SELECT "Women's doubles" FROM table_2_14903785_1 WHERE "Men's doubles" ILIKE '%no%competition%' AND "Men's singles" ILIKE '%arthur%chatschatourow%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_1036189_1 (
"Primer Annulus Color" text,
"Bullet Tip Color" text,
"Other Features" text,
"Headstamp ID" text,
"Functional Type" text
);
CREATE TABLE IF NOT EXISTS table_1_11058032_1 (
"No. in season" numeric,
Title text,
"Directed by" text,
"Original air date" text,
"No. in ... | On what date did Melbourne play as the home team? | SELECT Date FROM table_2_10807253_15 WHERE "Home team" ILIKE '%melbourne%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_11206787_5 (
Highest numeric,
Stadium text,
Lowest numeric,
Average numeric,
Capacity numeric,
Team text
);
CREATE TABLE IF NOT EXISTS table_2_10996372_1 (
"Game site" text,
Opponent text,
Time text,
Attendance text,
Result text,
Week text
); | I want to know the opponent that ha a week of 3 | SELECT Opponent FROM table_2_10996372_1 WHERE "Week" ILIKE '%3%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_2_14034807_7 (
Record text,
Game numeric,
Score text,
Opponent text,
February numeric
);
CREATE TABLE IF NOT EXISTS table_1_12226390_2 (
"Production code" numeric,
"Written by" text,
"Original air date" text,
"No. in series" numeric,
"Directed by" text,
Title text
);
CREATE T... | What is the highest Feb value having an opponent of the Philadelphia Flyers and is after game 63? | SELECT MAX(February) FROM table_2_14034807_7 WHERE "Opponent" ILIKE '%philadelphia%flyers%' AND "Game" > '63' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_10007452_3 (
"Order Year" text,
Manufacturer text,
"Fleet Series (Quantity)" text,
"Powertrain (Engine/Transmission)" text,
Model text,
"Fuel Propulsion" text
);
CREATE TABLE IF NOT EXISTS table_1_1123802_1 (
"Compression ratio" text,
"Dry weight" text,
Engine text,
"Power, ... | WHAT WAS THE SURFACE MADE OF WHEN THE OPPONENT WAS GEORGE KHRIKADZE? | SELECT Surface FROM table_1_16741821_8 WHERE "Opponent" ILIKE '%George%Khrikadze%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_2_1177289_3 (
"D 46 √" text,
"D 47 √" text,
"D 45 √" text,
"D 42 √" text,
"D 48 √" text,
"D 41 √" text,
"D 44 √" text,
"D 43 √" text,
"D 50 O" text,
"D 49 √" text
);
CREATE TABLE IF NOT EXISTS table_1_12206918_2 (
Defenses numeric,
Result text,
Titles text,
Date text,
Num... | Name the D 45 √ when it has D 41√ of r 20 | SELECT "D 45 √" FROM table_2_1177289_3 WHERE "D 41 √" ILIKE '%r%20%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_11753080_2 (
"Air Date" text,
"#" numeric,
Rating text,
Viewers text,
Timeslot text,
Episode text,
"Weekly Rank" text,
"18-49" text,
Share numeric
);
CREATE TABLE IF NOT EXISTS table_2_11303288_2 (
Stage text,
"Points classification" text,
"Trofeo Fast Team" text,
"Genera... | Which stage has a Winner of lucien van impe? | SELECT Stage FROM table_2_11303288_2 WHERE "Winner" ILIKE '%lucien%van%impe%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_2_12028543_3 (
LosingTeam text,
"Cup FinalDate" text,
Season text,
WinningTeam text,
Score text,
"Cup Final Attendance" text
);
CREATE TABLE IF NOT EXISTS table_1_1081459_1 (
Region text,
Builder text,
"Number Range" text,
Introduced numeric,
"No. Built" numeric,
Withdrawn n... | Which team beat the Newcastle Breakers? | SELECT WinningTeam FROM table_2_12028543_3 WHERE "LosingTeam" ILIKE '%newcastle%breakers%' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_11603006_1 (
Date text,
"1st Prize( $ )" numeric,
"Purse( $ )" numeric,
Winner text,
Location text,
Tournament text,
Score text
);
CREATE TABLE IF NOT EXISTS table_1_11964047_8 (
"#" numeric,
Streak text,
"Leading scorer" text,
Attendance text,
Home text,
Visitor text,
R... | What is the highest number of wins when draws are larger than 1, and byes are larger than 0? | SELECT MAX(Wins) FROM table_2_18628904_21 WHERE "Draws" > '1' AND "Byes" > '0' | [
"MySQL",
"Oracle",
"PostgreSQL",
"SQL Server",
"SQLite"
] |
CREATE TABLE IF NOT EXISTS table_1_11734041_7 (
"School/Club Team/Country" text,
"No.(s)" numeric,
"Height in Ft." text,
Position text,
"Years for Rockets" text
);
CREATE TABLE IF NOT EXISTS table_2_1074616_7 (
Pens numeric,
Drop numeric,
Conv numeric,
Player text,
Span text,
Start numeric,
Tries numeric
);... | What is the average number of tries that has a start larger than 32, is a player of seremaia bai that also has a conversion score larger than 47? | SELECT AVG(Tries) FROM table_2_1074616_7 WHERE "Start" > '32' AND "Player" ILIKE '%seremaia%bai%' AND "Conv" > '47' | [
"PostgreSQL"
] |
CREATE TABLE IF NOT EXISTS table_1_11274401_3 (
"18–49 (Rating/Share)" text,
Timeslot text,
"Viewers (m)" text,
Share text,
"Rank (#)" text,
"Air Date" text,
Rating text,
"No." numeric,
Episode text
);
CREATE TABLE IF NOT EXISTS table_1_1140088_6 (
"Winning driver" text,
Report text,
Date text,
Constructor... | Which school has a mascot of the Panthers? | SELECT School FROM table_2_18942405_12 WHERE "Mascot" ILIKE '%panthers%' | [
"PostgreSQL"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.