question stringlengths 12 244 | create_table_statement stringlengths 97 895 | sql_query stringlengths 27 479 | wiki_sql_table_id stringlengths 8 14 |
|---|---|---|---|
Name the Tag Team with Entered of 6? | CREATE TABLE "tag_team_turmoil_match" (
"eliminated" text,
"tag_team" text,
"entered" real,
"eliminated_by" text,
"time" text
); | SELECT "tag_team" FROM "tag_team_turmoil_match" WHERE "entered"=6; | 2-18717672-3 |
Name Tag Team with a Eliminated of 5? | CREATE TABLE "tag_team_turmoil_match" (
"eliminated" text,
"tag_team" text,
"entered" real,
"eliminated_by" text,
"time" text
); | SELECT "tag_team" FROM "tag_team_turmoil_match" WHERE "eliminated"='5'; | 2-18717672-3 |
Name the Tag Team with a Time of 03:34? | CREATE TABLE "tag_team_turmoil_match" (
"eliminated" text,
"tag_team" text,
"entered" real,
"eliminated_by" text,
"time" text
); | SELECT "tag_team" FROM "tag_team_turmoil_match" WHERE "time"='03:34'; | 2-18717672-3 |
Name the highest Entered of Eliminated by of rosey and the hurricane? | CREATE TABLE "tag_team_turmoil_match" (
"eliminated" text,
"tag_team" text,
"entered" real,
"eliminated_by" text,
"time" text
); | SELECT MAX("entered") FROM "tag_team_turmoil_match" WHERE "eliminated_by"='rosey and the hurricane'; | 2-18717672-3 |
Which Episodes have a TV Station of ntv, and a Japanese Title of あいのうた? | CREATE TABLE "2005_fall_season" (
"japanese_title" text,
"romaji_title" text,
"tv_station" text,
"episodes" real,
"average_ratings" text
); | SELECT AVG("episodes") FROM "2005_fall_season" WHERE "tv_station"='ntv' AND "japanese_title"='あいのうた'; | 2-18540104-3 |
Which TV Station has Average Ratings of 16.89%? | CREATE TABLE "2005_fall_season" (
"japanese_title" text,
"romaji_title" text,
"tv_station" text,
"episodes" real,
"average_ratings" text
); | SELECT "tv_station" FROM "2005_fall_season" WHERE "average_ratings"='16.89%'; | 2-18540104-3 |
Which Episodes have a TV Station of tbs, and a Japanese Title of 今夜ひとりのベッドで? | CREATE TABLE "2005_fall_season" (
"japanese_title" text,
"romaji_title" text,
"tv_station" text,
"episodes" real,
"average_ratings" text
); | SELECT MAX("episodes") FROM "2005_fall_season" WHERE "tv_station"='tbs' AND "japanese_title"='今夜ひとりのベッドで'; | 2-18540104-3 |
Which Japanese Title has a TV Station of tbs, and a Romaji Title of hana yori dango? | CREATE TABLE "2005_fall_season" (
"japanese_title" text,
"romaji_title" text,
"tv_station" text,
"episodes" real,
"average_ratings" text
); | SELECT "japanese_title" FROM "2005_fall_season" WHERE "tv_station"='tbs' AND "romaji_title"='hana yori dango'; | 2-18540104-3 |
Who was the away team with a tie number of 4? | CREATE TABLE "first_round_proper" (
"tie_no" text,
"home_team" text,
"score" text,
"away_team" text,
"date" text
); | SELECT "away_team" FROM "first_round_proper" WHERE "tie_no"='4'; | 2-18726561-1 |
What date was the tie number of 32? | CREATE TABLE "first_round_proper" (
"tie_no" text,
"home_team" text,
"score" text,
"away_team" text,
"date" text
); | SELECT "date" FROM "first_round_proper" WHERE "tie_no"='32'; | 2-18726561-1 |
What was the score when the tie number was a replay and the home team was mansfield town? | CREATE TABLE "first_round_proper" (
"tie_no" text,
"home_team" text,
"score" text,
"away_team" text,
"date" text
); | SELECT "score" FROM "first_round_proper" WHERE "tie_no"='replay' AND "home_team"='mansfield town'; | 2-18726561-1 |
what is the to par when the score is 67-68-76=211? | CREATE TABLE "third_round" (
"place" text,
"player" text,
"country" text,
"score" text,
"to_par" text
); | SELECT "to_par" FROM "third_round" WHERE "score"='67-68-76=211'; | 2-18811509-6 |
what is the score for tom watson? | CREATE TABLE "third_round" (
"place" text,
"player" text,
"country" text,
"score" text,
"to_par" text
); | SELECT "score" FROM "third_round" WHERE "player"='tom watson'; | 2-18811509-6 |
who is the player when the place is t10 and the score is 67-72-72=211? | CREATE TABLE "third_round" (
"place" text,
"player" text,
"country" text,
"score" text,
"to_par" text
); | SELECT "player" FROM "third_round" WHERE "place"='t10' AND "score"='67-72-72=211'; | 2-18811509-6 |
what is the place for bryce molder? | CREATE TABLE "third_round" (
"place" text,
"player" text,
"country" text,
"score" text,
"to_par" text
); | SELECT "place" FROM "third_round" WHERE "player"='bryce molder'; | 2-18811509-6 |
what is the to par for mathew goggin? | CREATE TABLE "third_round" (
"place" text,
"player" text,
"country" text,
"score" text,
"to_par" text
); | SELECT "to_par" FROM "third_round" WHERE "player"='mathew goggin'; | 2-18811509-6 |
Which Quantity has an Axle arrangement of 2′c h2? | CREATE TABLE "passenger_and_express_train_locomotives" (
"class" text,
"railway_number_s" text,
"drg_number_s" text,
"quantity" real,
"year_s_of_manufacture" text,
"axle_arrangement" text
); | SELECT AVG("quantity") FROM "passenger_and_express_train_locomotives" WHERE "axle_arrangement"='2′c h2'; | 2-18842985-3 |
Which Year(s) of manufacture has an Axle arrangement of 2′b n2? | CREATE TABLE "passenger_and_express_train_locomotives" (
"class" text,
"railway_number_s" text,
"drg_number_s" text,
"quantity" real,
"year_s_of_manufacture" text,
"axle_arrangement" text
); | SELECT "year_s_of_manufacture" FROM "passenger_and_express_train_locomotives" WHERE "axle_arrangement"='2′b n2'; | 2-18842985-3 |
Which Rank has a Time of 5:56.73? | CREATE TABLE "semifinal_a_b_1" (
"rank" real,
"athlete" text,
"country" text,
"time" text,
"notes" text
); | SELECT "rank" FROM "semifinal_a_b_1" WHERE "time"='5:56.73'; | 2-18662681-7 |
Which Rank has Notes of fb, and a Time of 5:57.31? | CREATE TABLE "semifinal_a_b_1" (
"rank" real,
"athlete" text,
"country" text,
"time" text,
"notes" text
); | SELECT "rank" FROM "semifinal_a_b_1" WHERE "notes"='fb' AND "time"='5:57.31'; | 2-18662681-7 |
How much 2000 has a 2005 smaller than 583,590, and a 2009 smaller than 156,761, and a 2002 larger than 1,393,020? | CREATE TABLE "top_markets_2000_2011" (
"country_or_territory" text,
"2000" real,
"2001" real,
"2002" real,
"2003" real,
"2004" real,
"2005" real,
"2006" real,
"2007" real,
"2008" real,
"2009" real,
"2010" real,
"2011" real
); | SELECT SUM("2000") FROM "top_markets_2000_2011" WHERE "2005"<'583,590' AND "2009"<'156,761' AND "2002">'1,393,020'; | 2-187222-3 |
Which 2011 has a 2004 smaller than 271,691, and a Country or territory of vietnam, and a 2009 larger than 265,414? | CREATE TABLE "top_markets_2000_2011" (
"country_or_territory" text,
"2000" real,
"2001" real,
"2002" real,
"2003" real,
"2004" real,
"2005" real,
"2006" real,
"2007" real,
"2008" real,
"2009" real,
"2010" real,
"2011" real
); | SELECT AVG("2011") FROM "top_markets_2000_2011" WHERE "2004"<'271,691' AND "country_or_territory"='vietnam' AND "2009">'265,414'; | 2-187222-3 |
Which 2007 has a Country or territory of china, and a 2002 smaller than 670,099? | CREATE TABLE "top_markets_2000_2011" (
"country_or_territory" text,
"2000" real,
"2001" real,
"2002" real,
"2003" real,
"2004" real,
"2005" real,
"2006" real,
"2007" real,
"2008" real,
"2009" real,
"2010" real,
"2011" real
); | SELECT MIN("2007") FROM "top_markets_2000_2011" WHERE "country_or_territory"='china' AND "2002"<'670,099'; | 2-187222-3 |
what is the giro wins when jerseys is 2, country is portugal and young rider is more than 0? | CREATE TABLE "per_country" (
"rank" text,
"country" text,
"jerseys" real,
"giro_wins" real,
"points" real,
"young_rider" real,
"most_recent_cyclist" text,
"most_recent_date" text,
"different_holders" real
); | SELECT SUM("giro_wins") FROM "per_country" WHERE "jerseys"=2 AND "country"='portugal' AND "young_rider">0; | 2-18661024-3 |
what is the highest jersey when points is 0, different holders is less than 3, giro wins is less than 1 and young rider is more than 1? | CREATE TABLE "per_country" (
"rank" text,
"country" text,
"jerseys" real,
"giro_wins" real,
"points" real,
"young_rider" real,
"most_recent_cyclist" text,
"most_recent_date" text,
"different_holders" real
); | SELECT MAX("jerseys") FROM "per_country" WHERE "points"=0 AND "different_holders"<3 AND "giro_wins"<1 AND "young_rider">1; | 2-18661024-3 |
how many times is young rider more than 0, country is france and points less than 1? | CREATE TABLE "per_country" (
"rank" text,
"country" text,
"jerseys" real,
"giro_wins" real,
"points" real,
"young_rider" real,
"most_recent_cyclist" text,
"most_recent_date" text,
"different_holders" real
); | SELECT COUNT("jerseys") FROM "per_country" WHERE "young_rider">0 AND "country"='france' AND "points"<1; | 2-18661024-3 |
what is the least different holders when the country is ireland and giro wins is less than 1? | CREATE TABLE "per_country" (
"rank" text,
"country" text,
"jerseys" real,
"giro_wins" real,
"points" real,
"young_rider" real,
"most_recent_cyclist" text,
"most_recent_date" text,
"different_holders" real
); | SELECT MIN("different_holders") FROM "per_country" WHERE "country"='ireland' AND "giro_wins"<1; | 2-18661024-3 |
What is Brian Mateer's Speed? | CREATE TABLE "race_6a_lightweight_manx_grand_prix" (
"rank" real,
"rider" text,
"team" text,
"speed" text,
"time" text
); | SELECT "speed" FROM "race_6a_lightweight_manx_grand_prix" WHERE "rider"='brian mateer'; | 2-18649514-9 |
What is the Rank of the Rider with a Speed of 111.072mph in Team 250CC Honda? | CREATE TABLE "race_6a_lightweight_manx_grand_prix" (
"rank" real,
"rider" text,
"team" text,
"speed" text,
"time" text
); | SELECT AVG("rank") FROM "race_6a_lightweight_manx_grand_prix" WHERE "team"='250cc honda' AND "speed"='111.072mph'; | 2-18649514-9 |
What is the Nationality of the swimmer with a Time of 1:08.80? | CREATE TABLE "heats" (
"rank" real,
"heat" real,
"lane" real,
"name" text,
"nationality" text,
"time" text
); | SELECT "nationality" FROM "heats" WHERE "time"='1:08.80'; | 2-18625479-3 |
What is Anna Khlistunova's Nationality? | CREATE TABLE "heats" (
"rank" real,
"heat" real,
"lane" real,
"name" text,
"nationality" text,
"time" text
); | SELECT "nationality" FROM "heats" WHERE "name"='anna khlistunova'; | 2-18625479-3 |
What is the penalty for the DET team player Andreas Lilja? | CREATE TABLE "penalty_summary" (
"period" text,
"team" text,
"player" text,
"penalty" text,
"time" text
); | SELECT "penalty" FROM "penalty_summary" WHERE "team"='det' AND "player"='andreas lilja'; | 2-18463659-2 |
What is the penalty for Jonathan Toews? | CREATE TABLE "penalty_summary" (
"period" text,
"team" text,
"player" text,
"penalty" text,
"time" text
); | SELECT "penalty" FROM "penalty_summary" WHERE "player"='jonathan toews'; | 2-18463659-2 |
What is the period for Ben Eager? | CREATE TABLE "penalty_summary" (
"period" text,
"team" text,
"player" text,
"penalty" text,
"time" text
); | SELECT "period" FROM "penalty_summary" WHERE "player"='ben eager'; | 2-18463659-2 |
What is the period for the DET Team with a time of 11:27? | CREATE TABLE "penalty_summary" (
"period" text,
"team" text,
"player" text,
"penalty" text,
"time" text
); | SELECT "period" FROM "penalty_summary" WHERE "team"='det' AND "time"='11:27'; | 2-18463659-2 |
What player has a penalty of holding on the DET team? | CREATE TABLE "penalty_summary" (
"period" text,
"team" text,
"player" text,
"penalty" text,
"time" text
); | SELECT "player" FROM "penalty_summary" WHERE "penalty"='holding' AND "team"='det'; | 2-18463659-2 |
What time does Dustin Byfuglien have in 1st period? | CREATE TABLE "penalty_summary" (
"period" text,
"team" text,
"player" text,
"penalty" text,
"time" text
); | SELECT "time" FROM "penalty_summary" WHERE "period"='1st' AND "player"='dustin byfuglien'; | 2-18463659-2 |
Which competition has a result of 2-0 in Ferreiras with an assist/pass by Casey Nogueira? | CREATE TABLE "international_goals" (
"date" text,
"location" text,
"lineup" text,
"assist_pass" text,
"score" text,
"result" text,
"competition" text
); | SELECT "competition" FROM "international_goals" WHERE "result"='2-0' AND "location"='ferreiras' AND "assist_pass"='casey nogueira'; | 2-18733898-2 |
What is the score with the Lineup match reports? | CREATE TABLE "international_goals" (
"date" text,
"location" text,
"lineup" text,
"assist_pass" text,
"score" text,
"result" text,
"competition" text
); | SELECT "score" FROM "international_goals" WHERE "lineup"='match reports'; | 2-18733898-2 |
On what date is there an assist/pass by Shannon Boxx? | CREATE TABLE "international_goals" (
"date" text,
"location" text,
"lineup" text,
"assist_pass" text,
"score" text,
"result" text,
"competition" text
); | SELECT "date" FROM "international_goals" WHERE "assist_pass"='shannon boxx'; | 2-18733898-2 |
Which assist/pass is in Ferreiras? | CREATE TABLE "international_goals" (
"date" text,
"location" text,
"lineup" text,
"assist_pass" text,
"score" text,
"result" text,
"competition" text
); | SELECT "assist_pass" FROM "international_goals" WHERE "location"='ferreiras'; | 2-18733898-2 |
Willy Sagnol with a type as career end had what has the transfer fee? | CREATE TABLE "transfers_out" (
"nat" text,
"name" text,
"type" text,
"transfer_window" text,
"transfer_fee" text
); | SELECT "transfer_fee" FROM "transfers_out" WHERE "type"='career end' AND "name"='willy sagnol'; | 2-18472494-4 |
Marcell Jansen with a transfer window of summer, and of transfer as type is from what nation? | CREATE TABLE "transfers_out" (
"nat" text,
"name" text,
"type" text,
"transfer_window" text,
"transfer_fee" text
); | SELECT "nat" FROM "transfers_out" WHERE "transfer_window"='summer' AND "type"='transfer' AND "name"='marcell jansen'; | 2-18472494-4 |
Marcell Jansen of the nation GER has what for the type? | CREATE TABLE "transfers_out" (
"nat" text,
"name" text,
"type" text,
"transfer_window" text,
"transfer_fee" text
); | SELECT "type" FROM "transfers_out" WHERE "nat"='ger' AND "name"='marcell jansen'; | 2-18472494-4 |
What player had a transfer window of winter, and free as the transfer fee? | CREATE TABLE "transfers_out" (
"nat" text,
"name" text,
"type" text,
"transfer_window" text,
"transfer_fee" text
); | SELECT "name" FROM "transfers_out" WHERE "transfer_window"='winter' AND "transfer_fee"='free'; | 2-18472494-4 |
Which player from GER has a transfer window of summer, and a transfer fee of n/a? | CREATE TABLE "transfers_out" (
"nat" text,
"name" text,
"type" text,
"transfer_window" text,
"transfer_fee" text
); | SELECT "name" FROM "transfers_out" WHERE "transfer_window"='summer' AND "nat"='ger' AND "transfer_fee"='n/a'; | 2-18472494-4 |
What's the highest Year Left that's got a Conference Joined of Sagamore with a Year Joined larger than 1942? | CREATE TABLE "former_members" (
"school" text,
"location" text,
"mascot" text,
"county" text,
"year_joined" real,
"year_left" real,
"conference_joined" text
); | SELECT MAX("year_left") FROM "former_members" WHERE "conference_joined"='sagamore' AND "year_joined">1942; | 2-18792229-2 |
What's the highest Year Left for the School of Danville? | CREATE TABLE "former_members" (
"school" text,
"location" text,
"mascot" text,
"county" text,
"year_joined" real,
"year_left" real,
"conference_joined" text
); | SELECT MAX("year_left") FROM "former_members" WHERE "school"='danville'; | 2-18792229-2 |
What was lane 4's time? | CREATE TABLE "semifinal_2" (
"rank" real,
"lane" real,
"name" text,
"nationality" text,
"time" text
); | SELECT "time" FROM "semifinal_2" WHERE "lane"=4; | 2-18624792-5 |
What's the part number of the processor that has an 1.8 ghz frequency and 2 × 256 kb L@ Cache? | CREATE TABLE "sandy_bridge_dual_core_32_nm" (
"model_number" text,
"s_spec_number" text,
"cores" text,
"frequency" text,
"turbo" text,
"l2_cache" text,
"l3_cache" text,
"gpu_model" text,
"gpu_frequency" text,
"socket" text,
"i_o_bus" text,
"release_date" text,
"part_number_s" text,
"release_price_usd" text
); | SELECT "part_number_s" FROM "sandy_bridge_dual_core_32_nm" WHERE "l2_cache"='2 × 256 kb' AND "frequency"='1.8 ghz'; | 2-18823880-12 |
What's the sSpec number of the processor having an ultra-low power I/O? | CREATE TABLE "sandy_bridge_dual_core_32_nm" (
"model_number" text,
"s_spec_number" text,
"cores" text,
"frequency" text,
"turbo" text,
"l2_cache" text,
"l3_cache" text,
"gpu_model" text,
"gpu_frequency" text,
"socket" text,
"i_o_bus" text,
"release_date" text,
"part_number_s" text,
"release_price_usd" text
); | SELECT "s_spec_number" FROM "sandy_bridge_dual_core_32_nm" WHERE "i_o_bus"='ultra-low power'; | 2-18823880-12 |
What the cores with a release date of February 2011 and a BGA-1023 socket? | CREATE TABLE "sandy_bridge_dual_core_32_nm" (
"model_number" text,
"s_spec_number" text,
"cores" text,
"frequency" text,
"turbo" text,
"l2_cache" text,
"l3_cache" text,
"gpu_model" text,
"gpu_frequency" text,
"socket" text,
"i_o_bus" text,
"release_date" text,
"part_number_s" text,
"release_price_usd" text
); | SELECT "cores" FROM "sandy_bridge_dual_core_32_nm" WHERE "socket"='bga-1023' AND "release_date"='february 2011'; | 2-18823880-12 |
What's the L3 Cache that has a standard power I/O? | CREATE TABLE "sandy_bridge_dual_core_32_nm" (
"model_number" text,
"s_spec_number" text,
"cores" text,
"frequency" text,
"turbo" text,
"l2_cache" text,
"l3_cache" text,
"gpu_model" text,
"gpu_frequency" text,
"socket" text,
"i_o_bus" text,
"release_date" text,
"part_number_s" text,
"release_price_usd" text
); | SELECT "l3_cache" FROM "sandy_bridge_dual_core_32_nm" WHERE "i_o_bus"='standard power'; | 2-18823880-12 |
What's the release date of the processor with 2.8 ghz of frequency? | CREATE TABLE "sandy_bridge_dual_core_32_nm" (
"model_number" text,
"s_spec_number" text,
"cores" text,
"frequency" text,
"turbo" text,
"l2_cache" text,
"l3_cache" text,
"gpu_model" text,
"gpu_frequency" text,
"socket" text,
"i_o_bus" text,
"release_date" text,
"part_number_s" text,
"release_price_usd" text
); | SELECT "release_date" FROM "sandy_bridge_dual_core_32_nm" WHERE "frequency"='2.8 ghz'; | 2-18823880-12 |
What is the total S ÷ D with a 3298 (1986) [3 H] nizoxetine and an N ÷ D greater than 37.01? | CREATE TABLE "pharmacotherapy_for_cocaine_abuse" (
"3_h_cft" real,
"3_h_nisoxetine" text,
"3_h_paroxetine" text,
"n_d" real,
"s_d" real
); | SELECT COUNT("s_d") FROM "pharmacotherapy_for_cocaine_abuse" WHERE "3_h_nisoxetine"='3298 (1986)' AND "n_d">37.01; | 2-18660883-1 |
What is the [3 H] paroxetine with a [3 H] CFT less than 3.93, an S ÷ D greater than 1891, and a [3H] nizoxetine of 299 (180)? | CREATE TABLE "pharmacotherapy_for_cocaine_abuse" (
"3_h_cft" real,
"3_h_nisoxetine" text,
"3_h_paroxetine" text,
"n_d" real,
"s_d" real
); | SELECT "3_h_paroxetine" FROM "pharmacotherapy_for_cocaine_abuse" WHERE "3_h_cft"<3.93 AND "s_d">1891 AND "3_h_nisoxetine"='299 (180)'; | 2-18660883-1 |
What is the sum of the [3 H]CFT with an N ÷ D less than 393.8 and a [3H] paroxetine of 1045 (45)? | CREATE TABLE "pharmacotherapy_for_cocaine_abuse" (
"3_h_cft" real,
"3_h_nisoxetine" text,
"3_h_paroxetine" text,
"n_d" real,
"s_d" real
); | SELECT SUM("3_h_cft") FROM "pharmacotherapy_for_cocaine_abuse" WHERE "n_d"<393.8 AND "3_h_paroxetine"='1045 (45)'; | 2-18660883-1 |
What is the highest S ÷ D with a 2420 (220) [3H] paroxetine and an N ÷ D less than 393.8? | CREATE TABLE "pharmacotherapy_for_cocaine_abuse" (
"3_h_cft" real,
"3_h_nisoxetine" text,
"3_h_paroxetine" text,
"n_d" real,
"s_d" real
); | SELECT MAX("s_d") FROM "pharmacotherapy_for_cocaine_abuse" WHERE "3_h_paroxetine"='2420 (220)' AND "n_d"<393.8; | 2-18660883-1 |
What round was the match at Westpac Stadium that had the Newcastle Jets as the away team? | CREATE TABLE "top_10_attendances" (
"attendance" real,
"round" text,
"date" text,
"home" text,
"score" text,
"away" text,
"venue" text,
"weekday" text,
"time_of_day" text
); | SELECT "round" FROM "top_10_attendances" WHERE "venue"='westpac stadium' AND "away"='newcastle jets'; | 2-18793550-6 |
On what weekday was the match that had Perth Glory as the away team? | CREATE TABLE "top_10_attendances" (
"attendance" real,
"round" text,
"date" text,
"home" text,
"score" text,
"away" text,
"venue" text,
"weekday" text,
"time_of_day" text
); | SELECT "weekday" FROM "top_10_attendances" WHERE "away"='perth glory'; | 2-18793550-6 |
What is the British record for the fish with a Guernsey record of 32-8-0? | CREATE TABLE "guernsey_records" (
"fish" text,
"guernsey_record" text,
"year" text,
"location" text,
"british_record" text
); | SELECT "british_record" FROM "guernsey_records" WHERE "guernsey_record"='32-8-0'; | 2-18423872-1 |
What year was the Guernsey record of 2-3-12 set? | CREATE TABLE "guernsey_records" (
"fish" text,
"guernsey_record" text,
"year" text,
"location" text,
"british_record" text
); | SELECT "year" FROM "guernsey_records" WHERE "guernsey_record"='2-3-12'; | 2-18423872-1 |
What was the guernsey record set with a fish caught at Bordeaux Harbour? | CREATE TABLE "guernsey_records" (
"fish" text,
"guernsey_record" text,
"year" text,
"location" text,
"british_record" text
); | SELECT "guernsey_record" FROM "guernsey_records" WHERE "location"='bordeaux harbour'; | 2-18423872-1 |
When was the film released that a less than 5038 production number and was of the character Bosko? | CREATE TABLE "1931" (
"title" text,
"series" text,
"characters" text,
"production_num" real,
"release_date" text
); | SELECT "release_date" FROM "1931" WHERE "production_num"<5038 AND "characters"='bosko'; | 2-18792938-2 |
With 4645 as the production number what was the title? | CREATE TABLE "1931" (
"title" text,
"series" text,
"characters" text,
"production_num" real,
"release_date" text
); | SELECT "title" FROM "1931" WHERE "production_num"=4645; | 2-18792938-2 |
The film titled Bosko's fox hunt had what as the smallest production number? | CREATE TABLE "1931" (
"title" text,
"series" text,
"characters" text,
"production_num" real,
"release_date" text
); | SELECT MIN("production_num") FROM "1931" WHERE "title"='bosko''s fox hunt'; | 2-18792938-2 |
What is the smallest production number for the LT series with the Dumb Patrol title? | CREATE TABLE "1931" (
"title" text,
"series" text,
"characters" text,
"production_num" real,
"release_date" text
); | SELECT MIN("production_num") FROM "1931" WHERE "series"='lt' AND "title"='dumb patrol'; | 2-18792938-2 |
What was the average capacity for vélez sársfield? | CREATE TABLE "list" (
"stadium" text,
"capacity" real,
"city" text,
"province" text,
"home_team_s" text
); | SELECT AVG("capacity") FROM "list" WHERE "home_team_s"='vélez sársfield'; | 2-18439613-1 |
What city was the home team Tigre? | CREATE TABLE "list" (
"stadium" text,
"capacity" real,
"city" text,
"province" text,
"home_team_s" text
); | SELECT "city" FROM "list" WHERE "home_team_s"='tigre'; | 2-18439613-1 |
What province is in Mendoza with a stadium feliciano gambarte? | CREATE TABLE "list" (
"stadium" text,
"capacity" real,
"city" text,
"province" text,
"home_team_s" text
); | SELECT "province" FROM "list" WHERE "city"='mendoza' AND "stadium"='feliciano gambarte'; | 2-18439613-1 |
On what date was there a tv time of ABC 8:00pm and after week 9? | CREATE TABLE "schedule" (
"week" real,
"date" text,
"opponent" text,
"result" text,
"tv_time" text,
"attendance" text
); | SELECT "date" FROM "schedule" WHERE "week">9 AND "tv_time"='abc 8:00pm'; | 2-18817998-1 |
What is total number of years that has genre of first-person shooter? | CREATE TABLE "list_of_game_of_the_year_awards" (
"year" real,
"game" text,
"genre" text,
"platform_s" text,
"developer_s" text
); | SELECT SUM("year") FROM "list_of_game_of_the_year_awards" WHERE "genre"='first-person shooter'; | 2-1851722-46 |
Which year is the lowest for genre of action-adventure? | CREATE TABLE "list_of_game_of_the_year_awards" (
"year" real,
"game" text,
"genre" text,
"platform_s" text,
"developer_s" text
); | SELECT MIN("year") FROM "list_of_game_of_the_year_awards" WHERE "genre"='action-adventure'; | 2-1851722-46 |
What is the Roman translation with "Normalised" transliteration i | CREATE TABLE "alphabet_and_transliteration" (
"gothic_letter_or_digraph" text,
"roman_equivalent" text,
"normalised_transliteration" text,
"sound" text,
"normal_environment_of_occurrence_in_native_words" text,
"proto_germanic_origin" text
); | SELECT "roman_equivalent" FROM "alphabet_and_transliteration" WHERE "normalised_transliteration"='i'; | 2-18789453-1 |
what is the "normalized" transliteration for Roman i | CREATE TABLE "alphabet_and_transliteration" (
"gothic_letter_or_digraph" text,
"roman_equivalent" text,
"normalised_transliteration" text,
"sound" text,
"normal_environment_of_occurrence_in_native_words" text,
"proto_germanic_origin" text
); | SELECT "normalised_transliteration" FROM "alphabet_and_transliteration" WHERE "roman_equivalent"='i'; | 2-18789453-1 |
what is the normal environment of occurrence that has a Proto-Germanic origin /ai/ | CREATE TABLE "alphabet_and_transliteration" (
"gothic_letter_or_digraph" text,
"roman_equivalent" text,
"normalised_transliteration" text,
"sound" text,
"normal_environment_of_occurrence_in_native_words" text,
"proto_germanic_origin" text
); | SELECT "normal_environment_of_occurrence_in_native_words" FROM "alphabet_and_transliteration" WHERE "proto_germanic_origin"='/ai/'; | 2-18789453-1 |
Which the lowest Against has a Status of tour match, and a Venue of ravenhill , belfast? | CREATE TABLE "matches" (
"opposing_team" text,
"against" real,
"date" text,
"venue" text,
"status" text
); | SELECT MIN("against") FROM "matches" WHERE "status"='tour match' AND "venue"='ravenhill , belfast'; | 2-18844321-1 |
Name the average Against that has a Venue of twickenham , london on 25 november 1978? | CREATE TABLE "matches" (
"opposing_team" text,
"against" real,
"date" text,
"venue" text,
"status" text
); | SELECT AVG("against") FROM "matches" WHERE "venue"='twickenham , london' AND "date"='25 november 1978'; | 2-18844321-1 |
Name the highest Against on 21 november 1978? | CREATE TABLE "matches" (
"opposing_team" text,
"against" real,
"date" text,
"venue" text,
"status" text
); | SELECT MAX("against") FROM "matches" WHERE "date"='21 november 1978'; | 2-18844321-1 |
Name the Against of Venue of brewery field , bridgend? | CREATE TABLE "matches" (
"opposing_team" text,
"against" real,
"date" text,
"venue" text,
"status" text
); | SELECT "against" FROM "matches" WHERE "venue"='brewery field , bridgend'; | 2-18844321-1 |
Name the Status with an Against larger than 15? | CREATE TABLE "matches" (
"opposing_team" text,
"against" real,
"date" text,
"venue" text,
"status" text
); | SELECT "status" FROM "matches" WHERE "against">15; | 2-18844321-1 |
what is the name when 2008 club is vc nova? | CREATE TABLE "volleyball_at_the_2008_summer_olympics_m" (
"name" text,
"height" text,
"weight" text,
"spike" text,
"2008_club" text
); | SELECT "name" FROM "volleyball_at_the_2008_summer_olympics_m" WHERE "2008_club"='vc nova'; | 2-18499677-1 |
what is the name when 2008 club is patron patra? | CREATE TABLE "volleyball_at_the_2008_summer_olympics_m" (
"name" text,
"height" text,
"weight" text,
"spike" text,
"2008_club" text
); | SELECT "name" FROM "volleyball_at_the_2008_summer_olympics_m" WHERE "2008_club"='patron patra'; | 2-18499677-1 |
what is spike when 2008 club is vc nova? | CREATE TABLE "volleyball_at_the_2008_summer_olympics_m" (
"name" text,
"height" text,
"weight" text,
"spike" text,
"2008_club" text
); | SELECT "spike" FROM "volleyball_at_the_2008_summer_olympics_m" WHERE "2008_club"='vc nova'; | 2-18499677-1 |
what is the score on 24 january 1976 with the tie no of 1? | CREATE TABLE "fourth_round_proper" (
"tie_no" text,
"home_team" text,
"score" text,
"away_team" text,
"date" text
); | SELECT "score" FROM "fourth_round_proper" WHERE "date"='24 january 1976' AND "tie_no"='1'; | 2-18726561-4 |
Who is the home team when the away team is newcastle united? | CREATE TABLE "fourth_round_proper" (
"tie_no" text,
"home_team" text,
"score" text,
"away_team" text,
"date" text
); | SELECT "home_team" FROM "fourth_round_proper" WHERE "away_team"='newcastle united'; | 2-18726561-4 |
who is the home team when the away team is wolverhampton wanderers? | CREATE TABLE "fourth_round_proper" (
"tie_no" text,
"home_team" text,
"score" text,
"away_team" text,
"date" text
); | SELECT "home_team" FROM "fourth_round_proper" WHERE "away_team"='wolverhampton wanderers'; | 2-18726561-4 |
what is the date when the tie no is 9? | CREATE TABLE "fourth_round_proper" (
"tie_no" text,
"home_team" text,
"score" text,
"away_team" text,
"date" text
); | SELECT "date" FROM "fourth_round_proper" WHERE "tie_no"='9'; | 2-18726561-4 |
who is the away team when the tie no is 7? | CREATE TABLE "fourth_round_proper" (
"tie_no" text,
"home_team" text,
"score" text,
"away_team" text,
"date" text
); | SELECT "away_team" FROM "fourth_round_proper" WHERE "tie_no"='7'; | 2-18726561-4 |
what is the score when the home team is sunderland? | CREATE TABLE "fourth_round_proper" (
"tie_no" text,
"home_team" text,
"score" text,
"away_team" text,
"date" text
); | SELECT "score" FROM "fourth_round_proper" WHERE "home_team"='sunderland'; | 2-18726561-4 |
What is the name of the title that was directed by Friz Freleng and has a production number of 443? | CREATE TABLE "1942" (
"title" text,
"series" text,
"director" text,
"production_number" text,
"release_date" text,
"reissue" text
); | SELECT "title" FROM "1942" WHERE "director"='friz freleng' AND "production_number"='443'; | 2-18792945-3 |
Which title has a production number of 627? | CREATE TABLE "1942" (
"title" text,
"series" text,
"director" text,
"production_number" text,
"release_date" text,
"reissue" text
); | SELECT "title" FROM "1942" WHERE "production_number"='627'; | 2-18792945-3 |
what is the film when the year is earlier than 2002 and the category is outstanding actress? | CREATE TABLE "screen_actors_guild" (
"year" real,
"category" text,
"film" text,
"result" text,
"lost_to" text
); | SELECT "film" FROM "screen_actors_guild" WHERE "year"<2002 AND "category"='outstanding actress'; | 2-18747538-7 |
What is the total latitude of the greenland township with more than 34.846 sqmi of land, a geo id less than 3805529660, and an ANSI code greater than 1036405? | CREATE TABLE "g" (
"township" text,
"county" text,
"pop_2010" real,
"land_sqmi" real,
"water_sqmi" real,
"latitude" real,
"longitude" real,
"geo_id" real,
"ansi_code" real
); | SELECT COUNT("latitude") FROM "g" WHERE "land_sqmi">34.846 AND "geo_id"<3805529660 AND "township"='greenland' AND "ansi_code">1036405; | 2-18600760-7 |
What is the sum of the land in sq mi with an ansi code less than 1036538, a 2010 population less than 42, a longitude greater than -99.442872, and more than 0.882 sq mi of water? | CREATE TABLE "g" (
"township" text,
"county" text,
"pop_2010" real,
"land_sqmi" real,
"water_sqmi" real,
"latitude" real,
"longitude" real,
"geo_id" real,
"ansi_code" real
); | SELECT SUM("land_sqmi") FROM "g" WHERE "ansi_code"<1036538 AND "pop_2010"<42 AND "longitude">-99.442872 AND "water_sqmi">0.882; | 2-18600760-7 |
What is the highest water (sq mi) of the township glenila, which has more than 33.576 sq mi of land and a latitude greater than 48.832189? | CREATE TABLE "g" (
"township" text,
"county" text,
"pop_2010" real,
"land_sqmi" real,
"water_sqmi" real,
"latitude" real,
"longitude" real,
"geo_id" real,
"ansi_code" real
); | SELECT MAX("water_sqmi") FROM "g" WHERE "land_sqmi">33.576 AND "township"='glenila' AND "latitude">48.832189; | 2-18600760-7 |
What is the sum of the 2010 population with a latitude greater than 47.710905, a longitude of -101.79876, and less than 35.695 sq mi of land? | CREATE TABLE "g" (
"township" text,
"county" text,
"pop_2010" real,
"land_sqmi" real,
"water_sqmi" real,
"latitude" real,
"longitude" real,
"geo_id" real,
"ansi_code" real
); | SELECT SUM("pop_2010") FROM "g" WHERE "latitude">47.710905 AND "longitude"=-101.79876 AND "land_sqmi"<35.695; | 2-18600760-7 |
What is the lowest land in sq mi with a longitude of -99.172785 and less than 0.973 sq mi of water? | CREATE TABLE "g" (
"township" text,
"county" text,
"pop_2010" real,
"land_sqmi" real,
"water_sqmi" real,
"latitude" real,
"longitude" real,
"geo_id" real,
"ansi_code" real
); | SELECT MIN("land_sqmi") FROM "g" WHERE "longitude"=-99.172785 AND "water_sqmi"<0.973; | 2-18600760-7 |
Who was the head coach? | CREATE TABLE "coaches_staff" (
"position" text,
"name" text,
"year_at_cu" text,
"experience" real,
"alma_mater" text
); | SELECT "name" FROM "coaches_staff" WHERE "position"='head coach'; | 2-18527831-1 |
Who has the alma mater of Dayton ('07), and was in their 1st year at CU? | CREATE TABLE "coaches_staff" (
"position" text,
"name" text,
"year_at_cu" text,
"experience" real,
"alma_mater" text
); | SELECT "name" FROM "coaches_staff" WHERE "year_at_cu"='1st' AND "alma_mater"='dayton (''07)'; | 2-18527831-1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.