question stringlengths 12 244 | context stringlengths 27 489 | answer dict |
|---|---|---|
The tournament Buick Classic occured on what dates? | CREATE TABLE table_1507431_1 (date VARCHAR, tournament VARCHAR) | {
"SQL_Query": "SELECT date FROM table_1507431_1 WHERE tournament = \"Buick Classic\""
} |
Who are all runner-ups for No. 2? | CREATE TABLE table_1507431_1 (runner_up VARCHAR, no VARCHAR) | {
"SQL_Query": "SELECT runner_up FROM table_1507431_1 WHERE no = 2"
} |
when the nickname halley is used, what are the date completed | CREATE TABLE table_15070195_1 (date_completed VARCHAR, nickname VARCHAR) | {
"SQL_Query": "SELECT date_completed FROM table_15070195_1 WHERE nickname = \"Halley\""
} |
the date complted is 02/91, what framed size was used | CREATE TABLE table_15070195_1 (framed_size VARCHAR, date_completed VARCHAR) | {
"SQL_Query": "SELECT framed_size FROM table_15070195_1 WHERE date_completed = \"02/91\""
} |
for the robot black nickname, what framed size is used | CREATE TABLE table_15070195_1 (framed_size VARCHAR, nickname VARCHAR) | {
"SQL_Query": "SELECT framed_size FROM table_15070195_1 WHERE nickname = \"Robot Black\""
} |
What are the attributes when the type is "DOMNodeRemoved"? | CREATE TABLE table_1507852_1 (attribute VARCHAR, type VARCHAR) | {
"SQL_Query": "SELECT attribute FROM table_1507852_1 WHERE type = \"DOMNodeRemoved\""
} |
How many categories are there when the attribute is "onreset"? | CREATE TABLE table_1507852_1 (category VARCHAR, attribute VARCHAR) | {
"SQL_Query": "SELECT COUNT(category) FROM table_1507852_1 WHERE attribute = \"onreset\""
} |
How many descriptions are there when the attribute is "ondragstart"? | CREATE TABLE table_1507852_1 (description VARCHAR, attribute VARCHAR) | {
"SQL_Query": "SELECT COUNT(description) FROM table_1507852_1 WHERE attribute = \"ondragstart\""
} |
When the type is "reset" what is the description? | CREATE TABLE table_1507852_1 (description VARCHAR, type VARCHAR) | {
"SQL_Query": "SELECT description FROM table_1507852_1 WHERE type = \"reset\""
} |
Name all the team clasification where the combination classification is mederic clain | CREATE TABLE table_15088557_1 (team_classification VARCHAR, combination_classification VARCHAR) | {
"SQL_Query": "SELECT team_classification FROM table_15088557_1 WHERE combination_classification = \"Mederic Clain\""
} |
In how many stages did Jose Vicente Garcia Acosta won? | CREATE TABLE table_15088557_1 (stage VARCHAR, winner VARCHAR) | {
"SQL_Query": "SELECT COUNT(stage) FROM table_15088557_1 WHERE winner = \"Jose Vicente Garcia Acosta\""
} |
What is the minimum stage where Sergei Smetanine won? | CREATE TABLE table_15088557_1 (stage INTEGER, winner VARCHAR) | {
"SQL_Query": "SELECT MIN(stage) FROM table_15088557_1 WHERE winner = \"Sergei Smetanine\""
} |
what is the minimum stage where mountains classification is aitor osa and aitor gonzález won? | CREATE TABLE table_15088557_1 (stage INTEGER, mountains_classification VARCHAR, winner VARCHAR) | {
"SQL_Query": "SELECT MIN(stage) FROM table_15088557_1 WHERE mountains_classification = \"Aitor Osa\" AND winner = \"Aitor González\""
} |
How many seasons in the top division for the team that finished 005 5th in 2012-2013 | CREATE TABLE table_1510519_1 (number_of_seasons_in_top_division VARCHAR, position_in_2012_13 VARCHAR) | {
"SQL_Query": "SELECT COUNT(number_of_seasons_in_top_division) FROM table_1510519_1 WHERE position_in_2012_13 = \"005 5th\""
} |
How many countries does honoree Roberto de Vicenzo represent? | CREATE TABLE table_1515346_2 (country VARCHAR, honoree_s_ VARCHAR) | {
"SQL_Query": "SELECT COUNT(country) FROM table_1515346_2 WHERE honoree_s_ = \"Roberto De Vicenzo\""
} |
For which country does Keith Fergus play? | CREATE TABLE table_1515346_2 (country VARCHAR, player VARCHAR) | {
"SQL_Query": "SELECT country FROM table_1515346_2 WHERE player = \"Keith Fergus\""
} |
Who won the tournament for Australia in the year when Byron Nelson was Honoree? | CREATE TABLE table_1515346_2 (player VARCHAR, country VARCHAR, honoree_s_ VARCHAR) | {
"SQL_Query": "SELECT player FROM table_1515346_2 WHERE country = \"Australia\" AND honoree_s_ = \"Byron Nelson\""
} |
What was the margin of victory in the year when the honoree was Tommy Armour? | CREATE TABLE table_1515346_2 (margin_of_victory VARCHAR, honoree_s_ VARCHAR) | {
"SQL_Query": "SELECT margin_of_victory FROM table_1515346_2 WHERE honoree_s_ = \"Tommy Armour\""
} |
What year was the most recent US Open championship? | CREATE TABLE table_1514559_1 (year INTEGER, championship VARCHAR) | {
"SQL_Query": "SELECT MAX(year) FROM table_1514559_1 WHERE championship = \"US Open\""
} |
How many nominees had a net voice of 15.17% | CREATE TABLE table_15162479_8 (nominee VARCHAR, net_vote VARCHAR) | {
"SQL_Query": "SELECT COUNT(nominee) FROM table_15162479_8 WHERE net_vote = \"15.17%\""
} |
What nominees had a net vote of 34.46%? | CREATE TABLE table_15162479_8 (nominee VARCHAR, net_vote VARCHAR) | {
"SQL_Query": "SELECT nominee FROM table_15162479_8 WHERE net_vote = \"34.46%\""
} |
How many nominee's had a vote to evict percentage of 3.92% | CREATE TABLE table_15162479_8 (nominee VARCHAR, vote_to_evict VARCHAR) | {
"SQL_Query": "SELECT COUNT(nominee) FROM table_15162479_8 WHERE vote_to_evict = \"3.92%\""
} |
How many eviction results occurred with a eviction no. 12 and a vote to save of 2.76%? | CREATE TABLE table_15162479_8 (eviction_result VARCHAR, eviction_no VARCHAR, vote_to_save VARCHAR) | {
"SQL_Query": "SELECT COUNT(eviction_result) FROM table_15162479_8 WHERE eviction_no = 12 AND vote_to_save = \"2.76%\""
} |
What was the final result when the viewers selected ejay? | CREATE TABLE table_15162503_1 (result VARCHAR, viewers_selection VARCHAR) | {
"SQL_Query": "SELECT result FROM table_15162503_1 WHERE viewers_selection = \"Ejay\""
} |
What was the description when the viewers selected Nan? | CREATE TABLE table_15162503_1 (description VARCHAR, viewers_selection VARCHAR) | {
"SQL_Query": "SELECT description FROM table_15162503_1 WHERE viewers_selection = \"Nan\""
} |
What is the name of series episode 11-02's segment c? | CREATE TABLE table_15187735_11 (segment_c VARCHAR, series_ep VARCHAR) | {
"SQL_Query": "SELECT segment_c FROM table_15187735_11 WHERE series_ep = \"11-02\""
} |
What is the title of series episode 11-05's segment d? | CREATE TABLE table_15187735_11 (segment_d VARCHAR, series_ep VARCHAR) | {
"SQL_Query": "SELECT segment_d FROM table_15187735_11 WHERE series_ep = \"11-05\""
} |
In seris episode 11-04, what is the B segment titled? | CREATE TABLE table_15187735_11 (segment_b VARCHAR, series_ep VARCHAR) | {
"SQL_Query": "SELECT segment_b FROM table_15187735_11 WHERE series_ep = \"11-04\""
} |
In the episode where segment a is microphones, what is segment d? | CREATE TABLE table_15187735_11 (segment_d VARCHAR, segment_a VARCHAR) | {
"SQL_Query": "SELECT segment_d FROM table_15187735_11 WHERE segment_a = \"Microphones\""
} |
What is Segment B for series episode 12-08? | CREATE TABLE table_15187735_12 (segment_b VARCHAR, series_ep VARCHAR) | {
"SQL_Query": "SELECT segment_b FROM table_15187735_12 WHERE series_ep = \"12-08\""
} |
What is the series episode where Segment B is popcorn ? | CREATE TABLE table_15187735_12 (series_ep VARCHAR, segment_b VARCHAR) | {
"SQL_Query": "SELECT series_ep FROM table_15187735_12 WHERE segment_b = \"Popcorn\""
} |
What is the Netflix where Segment C is car washes? | CREATE TABLE table_15187735_12 (netflix VARCHAR, segment_c VARCHAR) | {
"SQL_Query": "SELECT netflix FROM table_15187735_12 WHERE segment_c = \"Car Washes\""
} |
What is Segment B for series episode 12-02? | CREATE TABLE table_15187735_12 (segment_b VARCHAR, series_ep VARCHAR) | {
"SQL_Query": "SELECT segment_b FROM table_15187735_12 WHERE series_ep = \"12-02\""
} |
What is Segment A where Segment B is Kevlar S Canoe? | CREATE TABLE table_15187735_12 (segment_a VARCHAR, segment_b VARCHAR) | {
"SQL_Query": "SELECT segment_a FROM table_15187735_12 WHERE segment_b = \"Kevlar s Canoe\""
} |
What is the Netflix where Segment D is pressure gauges ? | CREATE TABLE table_15187735_12 (netflix VARCHAR, segment_d VARCHAR) | {
"SQL_Query": "SELECT netflix FROM table_15187735_12 WHERE segment_d = \"Pressure Gauges\""
} |
Name the segment d for bowling balls | CREATE TABLE table_15187735_13 (segment_d VARCHAR, segment_a VARCHAR) | {
"SQL_Query": "SELECT segment_d FROM table_15187735_13 WHERE segment_a = \"Bowling Balls\""
} |
Name the segment b for pressure cookers | CREATE TABLE table_15187735_13 (segment_b VARCHAR, segment_a VARCHAR) | {
"SQL_Query": "SELECT segment_b FROM table_15187735_13 WHERE segment_a = \"Pressure Cookers\""
} |
Name the segment b for 167 | CREATE TABLE table_15187735_13 (segment_b VARCHAR, episode VARCHAR) | {
"SQL_Query": "SELECT segment_b FROM table_15187735_13 WHERE episode = 167"
} |
Name the segment a for 162 | CREATE TABLE table_15187735_13 (segment_a VARCHAR, episode VARCHAR) | {
"SQL_Query": "SELECT segment_a FROM table_15187735_13 WHERE episode = 162"
} |
Name the total number of segment c for pressure cookers | CREATE TABLE table_15187735_13 (segment_c VARCHAR, segment_a VARCHAR) | {
"SQL_Query": "SELECT COUNT(segment_c) FROM table_15187735_13 WHERE segment_a = \"Pressure Cookers\""
} |
What was segment C when segment D was fluorescent tubes? | CREATE TABLE table_15187735_1 (segment_c VARCHAR, segment_d VARCHAR) | {
"SQL_Query": "SELECT segment_c FROM table_15187735_1 WHERE segment_d = \"Fluorescent Tubes\""
} |
What was segment C when segment B was package printing? | CREATE TABLE table_15187735_1 (segment_c VARCHAR, segment_b VARCHAR) | {
"SQL_Query": "SELECT segment_c FROM table_15187735_1 WHERE segment_b = \"Package printing\""
} |
What was segment A when segment B was snowboards? | CREATE TABLE table_15187735_1 (segment_a VARCHAR, segment_b VARCHAR) | {
"SQL_Query": "SELECT segment_a FROM table_15187735_1 WHERE segment_b = \"Snowboards\""
} |
What was segment D when segment B was jeans? | CREATE TABLE table_15187735_1 (segment_d VARCHAR, segment_b VARCHAR) | {
"SQL_Query": "SELECT segment_d FROM table_15187735_1 WHERE segment_b = \"Jeans\""
} |
In what episode was segment D ned Can Corn? | CREATE TABLE table_15187735_1 (episode INTEGER, segment_d VARCHAR) | {
"SQL_Query": "SELECT MAX(episode) FROM table_15187735_1 WHERE segment_d = \"ned Can Corn\""
} |
Name the segment c for crash test dummies | CREATE TABLE table_15187735_10 (segment_c VARCHAR, segment_d VARCHAR) | {
"SQL_Query": "SELECT COUNT(segment_c) FROM table_15187735_10 WHERE segment_d = \"Crash Test Dummies\""
} |
Name the segment b for s dress form | CREATE TABLE table_15187735_10 (segment_b VARCHAR, segment_a VARCHAR) | {
"SQL_Query": "SELECT segment_b FROM table_15187735_10 WHERE segment_a = \"s Dress Form\""
} |
Name the segment a for s duvet | CREATE TABLE table_15187735_10 (segment_a VARCHAR, segment_c VARCHAR) | {
"SQL_Query": "SELECT segment_a FROM table_15187735_10 WHERE segment_c = \"s Duvet\""
} |
Name the total number of episodes for s fire extinguisher | CREATE TABLE table_15187735_10 (episode VARCHAR, segment_a VARCHAR) | {
"SQL_Query": "SELECT COUNT(episode) FROM table_15187735_10 WHERE segment_a = \"s Fire Extinguisher\""
} |
Name the total number of segment b for s banjo | CREATE TABLE table_15187735_10 (segment_b VARCHAR, segment_d VARCHAR) | {
"SQL_Query": "SELECT COUNT(segment_b) FROM table_15187735_10 WHERE segment_d = \"s Banjo\""
} |
Name the total number of segment d for wooden s barrel | CREATE TABLE table_15187735_10 (segment_d VARCHAR, segment_a VARCHAR) | {
"SQL_Query": "SELECT COUNT(segment_d) FROM table_15187735_10 WHERE segment_a = \"Wooden s Barrel\""
} |
How many segment A were in series episode 14-05 | CREATE TABLE table_15187735_14 (segment_a VARCHAR, series_ep VARCHAR) | {
"SQL_Query": "SELECT COUNT(segment_a) FROM table_15187735_14 WHERE series_ep = \"14-05\""
} |
What is segment C in s07e05 | CREATE TABLE table_15187735_14 (segment_c VARCHAR, netflix VARCHAR) | {
"SQL_Query": "SELECT segment_c FROM table_15187735_14 WHERE netflix = \"S07E05\""
} |
What is the netflix episode number where Segment D is high-performance engines? | CREATE TABLE table_15187735_15 (netflix VARCHAR, segment_d VARCHAR) | {
"SQL_Query": "SELECT netflix FROM table_15187735_15 WHERE segment_d = \"High-Performance Engines\""
} |
What was segment D for episode 183? | CREATE TABLE table_15187735_15 (segment_d VARCHAR, episode VARCHAR) | {
"SQL_Query": "SELECT segment_d FROM table_15187735_15 WHERE episode = 183"
} |
What is Segment A where Segment C is Sushi (part 1)? | CREATE TABLE table_15187735_15 (segment_a VARCHAR, segment_c VARCHAR) | {
"SQL_Query": "SELECT segment_a FROM table_15187735_15 WHERE segment_c = \"Sushi (Part 1)\""
} |
How many episodes have the Netflix episode number S08E04? | CREATE TABLE table_15187735_15 (episode VARCHAR, netflix VARCHAR) | {
"SQL_Query": "SELECT COUNT(episode) FROM table_15187735_15 WHERE netflix = \"S08E04\""
} |
What is Segment A where Segment D is luxury sports cars? | CREATE TABLE table_15187735_15 (segment_a VARCHAR, segment_d VARCHAR) | {
"SQL_Query": "SELECT segment_a FROM table_15187735_15 WHERE segment_d = \"Luxury Sports Cars\""
} |
What episode number is the episode with a segment on thinning shears? | CREATE TABLE table_15187735_20 (episode INTEGER, segment_a VARCHAR) | {
"SQL_Query": "SELECT MIN(episode) FROM table_15187735_20 WHERE segment_a = \"Thinning Shears\""
} |
Which episode has segment D on custom motorcycle tanks? | CREATE TABLE table_15187735_20 (episode INTEGER, segment_d VARCHAR) | {
"SQL_Query": "SELECT MIN(episode) FROM table_15187735_20 WHERE segment_d = \"Custom Motorcycle Tanks\""
} |
How many segment C are there in the episode where segment D is bicycle tires? | CREATE TABLE table_15187735_20 (segment_c VARCHAR, segment_d VARCHAR) | {
"SQL_Query": "SELECT COUNT(segment_c) FROM table_15187735_20 WHERE segment_d = \"Bicycle Tires\""
} |
What is the first episode number? | CREATE TABLE table_15187735_20 (episode INTEGER) | {
"SQL_Query": "SELECT MIN(episode) FROM table_15187735_20"
} |
How many segment b's when segment a is filigree glass | CREATE TABLE table_15187735_16 (segment_b VARCHAR, segment_a VARCHAR) | {
"SQL_Query": "SELECT COUNT(segment_b) FROM table_15187735_16 WHERE segment_a = \"Filigree Glass\""
} |
Whats the name of segment in s08e21 | CREATE TABLE table_15187735_16 (segment_a VARCHAR, netflix VARCHAR) | {
"SQL_Query": "SELECT segment_a FROM table_15187735_16 WHERE netflix = \"S08E21\""
} |
Whats the season/episode of segment a digital dentistry | CREATE TABLE table_15187735_16 (netflix VARCHAR, segment_a VARCHAR) | {
"SQL_Query": "SELECT netflix FROM table_15187735_16 WHERE segment_a = \"Digital Dentistry\""
} |
Whats the name of segment D in the episode where segment A is tequila | CREATE TABLE table_15187735_16 (segment_d VARCHAR, segment_a VARCHAR) | {
"SQL_Query": "SELECT segment_d FROM table_15187735_16 WHERE segment_a = \"Tequila\""
} |
Name the number of episods for segment c being s oyster | CREATE TABLE table_15187735_18 (episode VARCHAR, segment_c VARCHAR) | {
"SQL_Query": "SELECT COUNT(episode) FROM table_15187735_18 WHERE segment_c = \"s Oyster\""
} |
Name the least episode for fibre cement siding | CREATE TABLE table_15187735_18 (episode INTEGER, segment_d VARCHAR) | {
"SQL_Query": "SELECT MIN(episode) FROM table_15187735_18 WHERE segment_d = \"Fibre Cement Siding\""
} |
Name the segment b for 226 episode | CREATE TABLE table_15187735_18 (segment_b VARCHAR, episode VARCHAR) | {
"SQL_Query": "SELECT segment_b FROM table_15187735_18 WHERE episode = 226"
} |
Name the number of sement d for solar water heaters | CREATE TABLE table_15187735_18 (segment_d VARCHAR, segment_b VARCHAR) | {
"SQL_Query": "SELECT COUNT(segment_d) FROM table_15187735_18 WHERE segment_b = \"Solar Water Heaters\""
} |
Name the segment d for s cufflink | CREATE TABLE table_15187735_18 (segment_d VARCHAR, segment_a VARCHAR) | {
"SQL_Query": "SELECT segment_d FROM table_15187735_18 WHERE segment_a = \"s Cufflink\""
} |
What is the segment B of episode 242? | CREATE TABLE table_15187735_19 (segment_b VARCHAR, episode VARCHAR) | {
"SQL_Query": "SELECT segment_b FROM table_15187735_19 WHERE episode = 242"
} |
What is the segment C of the episode where segment B is Film Digitization? | CREATE TABLE table_15187735_19 (segment_c VARCHAR, segment_b VARCHAR) | {
"SQL_Query": "SELECT segment_c FROM table_15187735_19 WHERE segment_b = \"Film Digitization\""
} |
What is the segment A on episode 237? | CREATE TABLE table_15187735_19 (segment_a VARCHAR, episode VARCHAR) | {
"SQL_Query": "SELECT segment_a FROM table_15187735_19 WHERE episode = 237"
} |
What is the last episode which has segment d as blown glass? | CREATE TABLE table_15187735_4 (episode INTEGER, segment_d VARCHAR) | {
"SQL_Query": "SELECT MAX(episode) FROM table_15187735_4 WHERE segment_d = \"Blown Glass\""
} |
What is the first episode with a netflix episode code of s02e20? | CREATE TABLE table_15187735_4 (episode INTEGER, netflix VARCHAR) | {
"SQL_Query": "SELECT MIN(episode) FROM table_15187735_4 WHERE netflix = \"S02E20\""
} |
What is the netflix code for episode 46? | CREATE TABLE table_15187735_4 (netflix VARCHAR, episode VARCHAR) | {
"SQL_Query": "SELECT netflix FROM table_15187735_4 WHERE episode = 46"
} |
What is the netflix code where the series and episode are 4-11? | CREATE TABLE table_15187735_4 (netflix VARCHAR, series_ep VARCHAR) | {
"SQL_Query": "SELECT netflix FROM table_15187735_4 WHERE series_ep = \"4-11\""
} |
What is listed in segment b when segment c is artificial flowers? | CREATE TABLE table_15187735_21 (segment_b VARCHAR, segment_c VARCHAR) | {
"SQL_Query": "SELECT segment_b FROM table_15187735_21 WHERE segment_c = \"Artificial Flowers\""
} |
What are the titles of segment c when segment d is motorcycle brake locks? | CREATE TABLE table_15187735_21 (segment_c VARCHAR, segment_d VARCHAR) | {
"SQL_Query": "SELECT segment_c FROM table_15187735_21 WHERE segment_d = \"Motorcycle Brake Locks\""
} |
What are the titles of segment c for series episode is 21-08? | CREATE TABLE table_15187735_21 (segment_c VARCHAR, series_ep VARCHAR) | {
"SQL_Query": "SELECT segment_c FROM table_15187735_21 WHERE series_ep = \"21-08\""
} |
What are the titles of segment b when segment c is standby generators (part 1)? | CREATE TABLE table_15187735_21 (segment_b VARCHAR, segment_c VARCHAR) | {
"SQL_Query": "SELECT segment_b FROM table_15187735_21 WHERE segment_c = \"Standby Generators (Part 1)\""
} |
What are the titles of segment a for series episode 21-12? | CREATE TABLE table_15187735_21 (segment_a VARCHAR, series_ep VARCHAR) | {
"SQL_Query": "SELECT segment_a FROM table_15187735_21 WHERE series_ep = \"21-12\""
} |
Name the number of episode for phyllo dough | CREATE TABLE table_15187735_3 (episode VARCHAR, segment_c VARCHAR) | {
"SQL_Query": "SELECT COUNT(episode) FROM table_15187735_3 WHERE segment_c = \"Phyllo Dough\""
} |
Name the segment d for combination locks | CREATE TABLE table_15187735_3 (segment_d VARCHAR, segment_a VARCHAR) | {
"SQL_Query": "SELECT segment_d FROM table_15187735_3 WHERE segment_a = \"Combination Locks\""
} |
Name the series ep for s02e08 | CREATE TABLE table_15187735_3 (series_ep VARCHAR, netflix VARCHAR) | {
"SQL_Query": "SELECT series_ep FROM table_15187735_3 WHERE netflix = \"S02E08\""
} |
Name the segment c for couscous | CREATE TABLE table_15187735_3 (segment_c VARCHAR, segment_b VARCHAR) | {
"SQL_Query": "SELECT segment_c FROM table_15187735_3 WHERE segment_b = \"Couscous\""
} |
Name the segment c for pottery | CREATE TABLE table_15187735_3 (segment_c VARCHAR, segment_b VARCHAR) | {
"SQL_Query": "SELECT segment_c FROM table_15187735_3 WHERE segment_b = \"Pottery\""
} |
Name the segment d for chicken | CREATE TABLE table_15187735_3 (segment_d VARCHAR, segment_c VARCHAR) | {
"SQL_Query": "SELECT segment_d FROM table_15187735_3 WHERE segment_c = \"Chicken\""
} |
What is the Segment A for when Segment C is s Sailboard? | CREATE TABLE table_15187735_6 (segment_a VARCHAR, segment_c VARCHAR) | {
"SQL_Query": "SELECT segment_a FROM table_15187735_6 WHERE segment_c = \"s Sailboard\""
} |
What is the Segment B when the Segment D is s Hammock? | CREATE TABLE table_15187735_6 (segment_b VARCHAR, segment_d VARCHAR) | {
"SQL_Query": "SELECT segment_b FROM table_15187735_6 WHERE segment_d = \"s Hammock\""
} |
What is the Netflix Episode when the Segment B is s Highlighter? | CREATE TABLE table_15187735_6 (netflix VARCHAR, segment_b VARCHAR) | {
"SQL_Query": "SELECT netflix FROM table_15187735_6 WHERE segment_b = \"s Highlighter\""
} |
What is the location of #1? | CREATE TABLE table_15190346_2 (location VARCHAR, _number VARCHAR) | {
"SQL_Query": "SELECT location FROM table_15190346_2 WHERE _number = 1"
} |
What stadium was the 1994 Gator Bowl in? | CREATE TABLE table_15190346_2 (stadium VARCHAR, bowl_game VARCHAR) | {
"SQL_Query": "SELECT stadium FROM table_15190346_2 WHERE bowl_game = \"1994 Gator Bowl\""
} |
What is the stadium where the attendance was 75,406? | CREATE TABLE table_15190346_2 (stadium VARCHAR, attendance VARCHAR) | {
"SQL_Query": "SELECT stadium FROM table_15190346_2 WHERE attendance = \"75,406\""
} |
What is the number of the bowl game when attendance was 79,280? | CREATE TABLE table_15190346_2 (_number INTEGER, attendance VARCHAR) | {
"SQL_Query": "SELECT MAX(_number) FROM table_15190346_2 WHERE attendance = \"79,280\""
} |
What was the attendance of the bowl game in Gainesville, Fl? | CREATE TABLE table_15190346_2 (attendance VARCHAR, location VARCHAR) | {
"SQL_Query": "SELECT attendance FROM table_15190346_2 WHERE location = \"Gainesville, FL\""
} |
Name the total number of median income for population 2006 for 365540 | CREATE TABLE table_151994_1 (median_monthly_per_capita___labour_force_income__hkd_ VARCHAR, population__2006_est_ VARCHAR) | {
"SQL_Query": "SELECT COUNT(median_monthly_per_capita___labour_force_income__hkd_) FROM table_151994_1 WHERE population__2006_est_ = 365540"
} |
Name the minimum derby county goals | CREATE TABLE table_15201666_3 (derby_county INTEGER) | {
"SQL_Query": "SELECT MIN(derby_county) AS Goals FROM table_15201666_3"
} |
Name the most derby county | CREATE TABLE table_15201666_3 (derby_county INTEGER) | {
"SQL_Query": "SELECT MAX(derby_county) FROM table_15201666_3"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.