answer
stringlengths 32
484
| context
stringlengths 27
489
| question
stringlengths 12
244
|
---|---|---|
SELECT chassis FROM table_28578594_1 WHERE driver = "Ludwig Fischer"
|
CREATE TABLE table_28578594_1 (chassis VARCHAR, driver VARCHAR)
|
Name the chassis for ludwig fischer
|
SELECT entrant FROM table_28578594_1 WHERE driver = "Bruno Sterzi"
|
CREATE TABLE table_28578594_1 (entrant VARCHAR, driver VARCHAR)
|
Name the entrant for bruno sterzi
|
SELECT MIN(no) FROM table_28578594_1 WHERE driver = "Nello Pagani"
|
CREATE TABLE table_28578594_1 (no INTEGER, driver VARCHAR)
|
Name the least number for nello pagani
|
SELECT MAX(consecutive_starts) FROM table_28606933_7 WHERE player = "Jason Gildon"
|
CREATE TABLE table_28606933_7 (consecutive_starts INTEGER, player VARCHAR)
|
What is the largest number of consecutive starts for jason gildon?
|
SELECT teams FROM table_28606933_7 WHERE consecutive_starts = 120
|
CREATE TABLE table_28606933_7 (teams VARCHAR, consecutive_starts VARCHAR)
|
What team(s) had 120 consecutive starts?
|
SELECT period FROM table_28606933_7 WHERE position = "Left inside linebacker"
|
CREATE TABLE table_28606933_7 (period VARCHAR, position VARCHAR)
|
What period(s) featured a left inside linebacker?
|
SELECT MAX(total) FROM table_28606933_7 WHERE period = "9/21/1975 – 12/16/1984"
|
CREATE TABLE table_28606933_7 (total INTEGER, period VARCHAR)
|
How many consecutive starts for the linebacker who played from 9/21/1975 – 12/16/1984?
|
SELECT title FROM table_28611413_2 WHERE written_by = "Frank Military"
|
CREATE TABLE table_28611413_2 (title VARCHAR, written_by VARCHAR)
|
What is the title of the episode written by Frank Military?
|
SELECT COUNT(no_in_series) FROM table_28611413_2 WHERE viewers__millions_ = "16.15"
|
CREATE TABLE table_28611413_2 (no_in_series VARCHAR, viewers__millions_ VARCHAR)
|
How many seasons had 16.15 million viewers?
|
SELECT original_air_date FROM table_28611413_2 WHERE directed_by = "John P. Kousakis"
|
CREATE TABLE table_28611413_2 (original_air_date VARCHAR, directed_by VARCHAR)
|
What is air date of the episode directed by John P. Kousakis?
|
SELECT player FROM table_28628309_6 WHERE totals = "105-161"
|
CREATE TABLE table_28628309_6 (player VARCHAR, totals VARCHAR)
|
Who was the player when totals were 105-161?
|
SELECT COUNT(average) FROM table_28628309_6 WHERE totals = "105-161"
|
CREATE TABLE table_28628309_6 (average VARCHAR, totals VARCHAR)
|
How many items appear in the average column when the totals were 105-161?
|
SELECT totals FROM table_28628309_6 WHERE average = "6.25"
|
CREATE TABLE table_28628309_6 (totals VARCHAR, average VARCHAR)
|
What were the totals when the average is 6.25?
|
SELECT team FROM table_28628309_6 WHERE category = "Field goal percentage"
|
CREATE TABLE table_28628309_6 (team VARCHAR, category VARCHAR)
|
Who was the team when the category is field goal percentage?
|
SELECT election FROM table_286271_1 WHERE _percentage_of_popular_vote = "4.48%"
|
CREATE TABLE table_286271_1 (election VARCHAR, _percentage_of_popular_vote VARCHAR)
|
Name the election for the percent of popular vote being 4.48%
|
SELECT MAX(3 AS rd_runner_up) FROM table_28634206_1 WHERE country = "Taiwan"
|
CREATE TABLE table_28634206_1 (country VARCHAR)
|
How many times was taiwan 3rd runner-up?
|
SELECT COUNT(miss_universe) FROM table_28634206_1 WHERE country = "South Africa"
|
CREATE TABLE table_28634206_1 (miss_universe VARCHAR, country VARCHAR)
|
How many miss universes did south africa have?
|
SELECT MAX(total) FROM table_28634206_1 WHERE country = "Russia"
|
CREATE TABLE table_28634206_1 (total INTEGER, country VARCHAR)
|
How many placements in total does russia have?
|
SELECT country FROM table_28634206_1 WHERE miss_universe = "6"
|
CREATE TABLE table_28634206_1 (country VARCHAR, miss_universe VARCHAR)
|
Which country has had 6 miss universe's?
|
SELECT country FROM table_28634206_1 WHERE miss_universe = "8"
|
CREATE TABLE table_28634206_1 (country VARCHAR, miss_universe VARCHAR)
|
Which country has had 8 miss universes?
|
SELECT MIN(points) FROM table_2865020_5 WHERE average = "1.412"
|
CREATE TABLE table_2865020_5 (points INTEGER, average VARCHAR)
|
What is the minimum number of points for teams averaging 1.412?
|
SELECT 2003 AS _04 FROM table_2865020_5 WHERE average = "1.377"
|
CREATE TABLE table_2865020_5 (average VARCHAR)
|
What 2003-2004 values are associated with an average of 1.377?
|
SELECT us_viewers__million_ FROM table_2866503_1 WHERE written_by = "Matthew Okumura"
|
CREATE TABLE table_2866503_1 (us_viewers__million_ VARCHAR, written_by VARCHAR)
|
How many millions of viewers are listed where the writer is Matthew Okumura?
|
SELECT us_air_date FROM table_2866503_1 WHERE us_viewers__million_ = "7.5"
|
CREATE TABLE table_2866503_1 (us_air_date VARCHAR, us_viewers__million_ VARCHAR)
|
What is the U.S. air date when the U.S. viewers are 7.5 million?
|
SELECT us_viewers__million_ FROM table_2866456_1 WHERE _number = 6
|
CREATE TABLE table_2866456_1 (us_viewers__million_ VARCHAR, _number VARCHAR)
|
How many u.s. viewers (million) have 6 as the #?
|
SELECT directed_by FROM table_2866456_1 WHERE production_code = "2T6404"
|
CREATE TABLE table_2866456_1 (directed_by VARCHAR, production_code VARCHAR)
|
Who is the directed by when 2t6404 is the production code?
|
SELECT no FROM table_2866509_1 WHERE us_viewers__million_ = "5.60"
|
CREATE TABLE table_2866509_1 (no VARCHAR, us_viewers__million_ VARCHAR)
|
what is the number of the episode in the season that had 5.60 millions of north american spectors?
|
SELECT written_by FROM table_2866509_1 WHERE production_code = 176206
|
CREATE TABLE table_2866509_1 (written_by VARCHAR, production_code VARCHAR)
|
who are the writers of the episode whose production code is 176206?
|
SELECT stadium FROM table_28668784_1 WHERE home_team = "FK Rudar"
|
CREATE TABLE table_28668784_1 (stadium VARCHAR, home_team VARCHAR)
|
What stadium does FK Rudar play in?
|
SELECT city___town FROM table_28668784_1 WHERE stadium = "Stadion Zlatica"
|
CREATE TABLE table_28668784_1 (city___town VARCHAR, stadium VARCHAR)
|
What town holds Stadion Zlatica?
|
SELECT stadium FROM table_28668784_1 WHERE home_team = "FK Jedinstvo"
|
CREATE TABLE table_28668784_1 (stadium VARCHAR, home_team VARCHAR)
|
What stadium does FK Jedinstvo play in?
|
SELECT MIN(tor_fløysvik) FROM table_28677723_10 WHERE karianne_gulliksen = 6
|
CREATE TABLE table_28677723_10 (tor_fløysvik INTEGER, karianne_gulliksen VARCHAR)
|
What is listed in tor floysvik when karianne gulliksen is 6?
|
SELECT COUNT(music) FROM table_28677723_10 WHERE tor_fløysvik = 3
|
CREATE TABLE table_28677723_10 (music VARCHAR, tor_fløysvik VARCHAR)
|
How many music entries are there when tor floysvik is 3?
|
SELECT MIN(christer_tornell) FROM table_28677723_10 WHERE karianne_gulliksen = 7
|
CREATE TABLE table_28677723_10 (christer_tornell INTEGER, karianne_gulliksen VARCHAR)
|
What is listed under chister tornell when karianne gulliksen is 7?
|
SELECT MIN(tor_fløysvik) FROM table_28677723_10 WHERE couple = "Maria & Asmund"
|
CREATE TABLE table_28677723_10 (tor_fløysvik INTEGER, couple VARCHAR)
|
What is listed under tor floysvik when couple is maria & asmund?
|
SELECT COUNT(date_of_commissioning) FROM table_28672269_1 WHERE unit_number = 2
|
CREATE TABLE table_28672269_1 (date_of_commissioning VARCHAR, unit_number VARCHAR)
|
What are Unit 2's dates of commissioning?
|
SELECT boiler_provider FROM table_28672269_1 WHERE tg_set_provider = "BHEL, India"
|
CREATE TABLE table_28672269_1 (boiler_provider VARCHAR, tg_set_provider VARCHAR)
|
What is the boiler provider for Bhel, India's TG Set provider?
|
SELECT MIN(trine_dehli_cleve) FROM table_28677723_14 WHERE style = "English Waltz"
|
CREATE TABLE table_28677723_14 (trine_dehli_cleve INTEGER, style VARCHAR)
|
Name the trine dehli cleve for english waltz
|
SELECT style FROM table_28677723_14 WHERE total = 39
|
CREATE TABLE table_28677723_14 (style VARCHAR, total VARCHAR)
|
Name the style for 39
|
SELECT style FROM table_28677723_14 WHERE total = 27
|
CREATE TABLE table_28677723_14 (style VARCHAR, total VARCHAR)
|
Name the style for 27
|
SELECT MAX(tor_fløysvik) FROM table_28677723_14 WHERE karianne_gulliksen = 8
|
CREATE TABLE table_28677723_14 (tor_fløysvik INTEGER, karianne_gulliksen VARCHAR)
|
Name the most for fløysvik for 8
|
SELECT COUNT(tor_fløysvik) FROM table_28677723_11 WHERE christer_tornell = 7
|
CREATE TABLE table_28677723_11 (tor_fløysvik VARCHAR, christer_tornell VARCHAR)
|
how many for floysvik and christer tornell is 7?
|
SELECT COUNT(christer_tornell) FROM table_28677723_11 WHERE total = 30
|
CREATE TABLE table_28677723_11 (christer_tornell VARCHAR, total VARCHAR)
|
how many for christer tornell where the total is 30?
|
SELECT couple FROM table_28677723_16 WHERE total = 38
|
CREATE TABLE table_28677723_16 (couple VARCHAR, total VARCHAR)
|
What is the couple that received a total score of 38?
|
SELECT MAX(total) FROM table_28677723_16 WHERE couple = "Aylar & Egor" AND karianne_gulliksen = 8
|
CREATE TABLE table_28677723_16 (total INTEGER, couple VARCHAR, karianne_gulliksen VARCHAR)
|
What is the greatest total score received by aylar & egor when karianne Gulliksen gave an 8?
|
SELECT MAX(trine_dehli_cleve) FROM table_28677723_5
|
CREATE TABLE table_28677723_5 (trine_dehli_cleve INTEGER)
|
What is the largest number for trine dehli cleve?
|
SELECT MAX(karianne_gulliksen) FROM table_28677723_5
|
CREATE TABLE table_28677723_5 (karianne_gulliksen INTEGER)
|
What is the largest number for karianne gulliksen?
|
SELECT COUNT(style) FROM table_28677723_9 WHERE total = 33
|
CREATE TABLE table_28677723_9 (style VARCHAR, total VARCHAR)
|
How many styles had a total score of exactly 33?
|
SELECT style FROM table_28677723_9 WHERE tor_fløysvik = 8
|
CREATE TABLE table_28677723_9 (style VARCHAR, tor_fløysvik VARCHAR)
|
Which style led to a score given by Tor Floysvik of 8?
|
SELECT MIN(total) FROM table_28677723_9 WHERE style = "Pasodoble"
|
CREATE TABLE table_28677723_9 (total INTEGER, style VARCHAR)
|
What is the smallest total score for the Pasodoble style?
|
SELECT title FROM table_28680377_2 WHERE us_viewers__million_ = "0.88"
|
CREATE TABLE table_28680377_2 (title VARCHAR, us_viewers__million_ VARCHAR)
|
What is the title of the episode watched by 0.88 million U.S. viewers?
|
SELECT original_air_date FROM table_28680377_2 WHERE us_viewers__million_ = "0.88"
|
CREATE TABLE table_28680377_2 (original_air_date VARCHAR, us_viewers__million_ VARCHAR)
|
What is the original air date of the episode that was watched by 0.88 million U.S. viewers?
|
SELECT COUNT(player) FROM table_28697228_4 WHERE passing_yards = 208
|
CREATE TABLE table_28697228_4 (player VARCHAR, passing_yards VARCHAR)
|
How may players have a passing yard score of 208?
|
SELECT player FROM table_28697228_4 WHERE total_offense = 454
|
CREATE TABLE table_28697228_4 (player VARCHAR, total_offense VARCHAR)
|
What is the name of the player with total offense of 454?
|
SELECT MAX(rushing_yards) FROM table_28697228_4 WHERE opponent = "Indiana" AND player = "Denard Robinson"
|
CREATE TABLE table_28697228_4 (rushing_yards INTEGER, opponent VARCHAR, player VARCHAR)
|
What is the number of rushing yards when the opponentis Indiana and the player is Denard Robinson?
|
SELECT MAX(total_offense) FROM table_28697228_4 WHERE opponent = "Penn State"
|
CREATE TABLE table_28697228_4 (total_offense INTEGER, opponent VARCHAR)
|
What is the number of total offense when the opponentis Penn State?
|
SELECT rushing_yards FROM table_28697228_4 WHERE passing_yards = 244
|
CREATE TABLE table_28697228_4 (rushing_yards VARCHAR, passing_yards VARCHAR)
|
How many rushing yards are listed when the passing yards are 244?
|
SELECT volume__hm³_ FROM table_28702208_1 WHERE reservoir = "Tanes"
|
CREATE TABLE table_28702208_1 (volume__hm³_ VARCHAR, reservoir VARCHAR)
|
What is the volume when the resrvoir is Tanes?
|
SELECT bi_tone FROM table_2869843_1 WHERE olive_drab = "No" AND caliber = "9×19mm Parabellum" AND model = "XDM 5.25 Competition"
|
CREATE TABLE table_2869843_1 (bi_tone VARCHAR, model VARCHAR, olive_drab VARCHAR, caliber VARCHAR)
|
are there bi-tone is there's no olive drab and the caliber is 9×19mm parabellum and model is xdm 5.25 competition
|
SELECT family FROM table_287159_1 WHERE genitive = "Lyncis /ˈlɪnsɨs/"
|
CREATE TABLE table_287159_1 (family VARCHAR, genitive VARCHAR)
|
What is the family of the constellation that has lyncis /ˈlɪnsɨs/ as genitive?
|
SELECT origin FROM table_287159_1 WHERE other_abbreviation = "Tele"
|
CREATE TABLE table_287159_1 (origin VARCHAR, other_abbreviation VARCHAR)
|
What is the origin of the constellation that can be abbreviated to tele?
|
SELECT other_abbreviation FROM table_287159_1 WHERE brightest_star = "β Trianguli"
|
CREATE TABLE table_287159_1 (other_abbreviation VARCHAR, brightest_star VARCHAR)
|
What is the other abbreviation of the constellation that has β trianguli as its brightest star?
|
SELECT brightest_star FROM table_287159_1 WHERE meaning = "archer"
|
CREATE TABLE table_287159_1 (brightest_star VARCHAR, meaning VARCHAR)
|
What is the brightest star of the constellation that means archer?
|
SELECT other_abbreviation FROM table_287159_1 WHERE genitive = "Hydrae /ˈhaɪdriː/"
|
CREATE TABLE table_287159_1 (other_abbreviation VARCHAR, genitive VARCHAR)
|
What is the other abbreviation of the constellation that has hydrae /ˈhaɪdriː/ as genitive?
|
SELECT meaning FROM table_287159_1 WHERE genitive = "Puppis /ˈpʌpɨs/"
|
CREATE TABLE table_287159_1 (meaning VARCHAR, genitive VARCHAR)
|
What is the meaning of the constellation that has puppis /ˈpʌpɨs/ as genitive?
|
SELECT COUNT(track_no) FROM table_28715942_3 WHERE track = "Song 2"
|
CREATE TABLE table_28715942_3 (track_no VARCHAR, track VARCHAR)
|
How many track numbers were called song 2?
|
SELECT vocal_percussionist FROM table_28715942_3 WHERE original_artist = "Stevie Wonder"
|
CREATE TABLE table_28715942_3 (vocal_percussionist VARCHAR, original_artist VARCHAR)
|
Who was the vocal percussionist when stevie wonder was the original artist?
|
SELECT track FROM table_28715942_3 WHERE soloist_s_ = "Terry Tamm"
|
CREATE TABLE table_28715942_3 (track VARCHAR, soloist_s_ VARCHAR)
|
What track name had Terry Tamm as the soloist?
|
SELECT date FROM table_28719193_19 WHERE matchups_results = "Army 16, SMU 14"
|
CREATE TABLE table_28719193_19 (date VARCHAR, matchups_results VARCHAR)
|
What was the date of the game that had a result of Army 16, SMU 14?
|
SELECT city FROM table_28719193_19 WHERE stadium = "Gerald J. Ford stadium"
|
CREATE TABLE table_28719193_19 (city VARCHAR, stadium VARCHAR)
|
What was the city whose stadium is Gerald J. Ford Stadium?
|
SELECT category_wise FROM table_28723146_2 WHERE multi_lane = 677
|
CREATE TABLE table_28723146_2 (category_wise VARCHAR, multi_lane VARCHAR)
|
What is every category wise when the multi lane is 677?
|
SELECT MAX(multi_lane) FROM table_28723146_2 WHERE category_wise = "Major district roads"
|
CREATE TABLE table_28723146_2 (multi_lane INTEGER, category_wise VARCHAR)
|
What is the highest value for multi lane if category wise is major district roads?
|
SELECT MIN(total) FROM table_28723146_2
|
CREATE TABLE table_28723146_2 (total INTEGER)
|
What is the least total?
|
SELECT tebe_career FROM table_28730459_3 WHERE league_matches = 163
|
CREATE TABLE table_28730459_3 (tebe_career VARCHAR, league_matches VARCHAR)
|
What are the years of TeBe career for the players whose league matches are exactly 163?
|
SELECT league_goals FROM table_28730459_3 WHERE league_matches = 10 AND tebe_career = "2003"
|
CREATE TABLE table_28730459_3 (league_goals VARCHAR, league_matches VARCHAR, tebe_career VARCHAR)
|
What is the number of league goals for players with 10 league matches and a TeBe career of 2003?
|
SELECT eliminated FROM table_28742659_2 WHERE finish = "15th voted Out 9th Jury Member Day 46"
|
CREATE TABLE table_28742659_2 (eliminated VARCHAR, finish VARCHAR)
|
What is listed in eliminated when the finish is 15th voted out 9th jury Member Day 46?
|
SELECT reward FROM table_28742659_2 WHERE finish = "13th voted Out 6th Jury Member Day 43"
|
CREATE TABLE table_28742659_2 (reward VARCHAR, finish VARCHAR)
|
What is listed in reward when the finish is listed at 13th voted out 6th jury Member Day 43?
|
SELECT immunity FROM table_28742659_2 WHERE finish = "3rd voted Out Day 9"
|
CREATE TABLE table_28742659_2 (immunity VARCHAR, finish VARCHAR)
|
What is the name of immunity when the finish is 3rd voted out day 9?
|
SELECT vote FROM table_28742659_2 WHERE immunity = "David" AND reward = "None"
|
CREATE TABLE table_28742659_2 (vote VARCHAR, immunity VARCHAR, reward VARCHAR)
|
What is the vote number when immunity listed as David and reward is listed as none?
|
SELECT united_fc FROM table_28759261_5 WHERE pifa_colaba_fc_u_17 = "Maratha United"
|
CREATE TABLE table_28759261_5 (united_fc VARCHAR, pifa_colaba_fc_u_17 VARCHAR)
|
what is the united fc wehre pifa colaba is maratha united?
|
SELECT united_fc FROM table_28759261_5 WHERE pifa_colaba_fc_u_17 = "Sporting Options"
|
CREATE TABLE table_28759261_5 (united_fc VARCHAR, pifa_colaba_fc_u_17 VARCHAR)
|
what is the united fc where pifa colaba is sporting options?
|
SELECT dadar_xi_‘b’ FROM table_28759261_5 WHERE pifa_colaba_fc_u_17 = "Sporting Options"
|
CREATE TABLE table_28759261_5 (dadar_xi_‘b’ VARCHAR, pifa_colaba_fc_u_17 VARCHAR)
|
what is the dadar xi b where pifa colaba is sporting options?
|
SELECT athens_xi FROM table_28759261_5 WHERE dadar_xi_‘b’ = "Strikers FC"
|
CREATE TABLE table_28759261_5 (athens_xi VARCHAR, dadar_xi_‘b’ VARCHAR)
|
what is the athens xi where dada xi b is strikers fc?
|
SELECT dadar_xi_‘b’ FROM table_28759261_5 WHERE good_shepherd = "Sea Liner FC"
|
CREATE TABLE table_28759261_5 (dadar_xi_‘b’ VARCHAR, good_shepherd VARCHAR)
|
what is the dadar xi b where the good shepherd is sea liner fc?
|
SELECT record_at_school FROM table_28744929_2 WHERE head_coach = "Tom O'Brien"
|
CREATE TABLE table_28744929_2 (record_at_school VARCHAR, head_coach VARCHAR)
|
What is the Record at School of Tom O'Brien's team?
|
SELECT COUNT(years_at_school) FROM table_28744929_2 WHERE team = "Maryland"
|
CREATE TABLE table_28744929_2 (years_at_school VARCHAR, team VARCHAR)
|
How many values were used to express the years at school of the Maryland team?
|
SELECT acc_record FROM table_28744929_2 WHERE team = "Miami"
|
CREATE TABLE table_28744929_2 (acc_record VARCHAR, team VARCHAR)
|
What is the record in the atlantic coast conference for the Miami team?
|
SELECT COUNT(overall_record) FROM table_28744929_2 WHERE head_coach = "Frank Beamer"
|
CREATE TABLE table_28744929_2 (overall_record VARCHAR, head_coach VARCHAR)
|
How many values reflect the overall record of the team coached by Frank Beamer?
|
SELECT school_type FROM table_28744929_1 WHERE institution = "Clemson"
|
CREATE TABLE table_28744929_1 (school_type VARCHAR, institution VARCHAR)
|
what type over school is Clemson?
|
SELECT MAX(joined_acc) FROM table_28744929_1 WHERE institution = "North Carolina"
|
CREATE TABLE table_28744929_1 (joined_acc INTEGER, institution VARCHAR)
|
what year did north carolina institution join the acc?
|
SELECT acc_football_titles FROM table_28744929_1 WHERE nickname = "Tar Heels"
|
CREATE TABLE table_28744929_1 (acc_football_titles VARCHAR, nickname VARCHAR)
|
how many acc football titles have been won by the institution nicknamed tar heels?
|
SELECT school_type FROM table_28744929_1 WHERE nickname = "Seminoles"
|
CREATE TABLE table_28744929_1 (school_type VARCHAR, nickname VARCHAR)
|
what type of school is the institution nicknamed seminoles?
|
SELECT joined_acc FROM table_28744929_1 WHERE location = "Chapel Hill, North Carolina"
|
CREATE TABLE table_28744929_1 (joined_acc VARCHAR, location VARCHAR)
|
when did the institution at chapel hill, North carolina join acc?
|
SELECT record FROM table_28768469_5 WHERE game = 2
|
CREATE TABLE table_28768469_5 (record VARCHAR, game VARCHAR)
|
What were the supersonics record at game 2?
|
SELECT MAX(game) FROM table_28768469_5
|
CREATE TABLE table_28768469_5 (game INTEGER)
|
What is the most amount of games played this season?
|
SELECT high_assists FROM table_28768469_5 WHERE team = "Utah"
|
CREATE TABLE table_28768469_5 (high_assists VARCHAR, team VARCHAR)
|
Who had highest assists in game against Utah?
|
SELECT regional_page__number FROM table_287659_2 WHERE region_name = "North Central"
|
CREATE TABLE table_287659_2 (regional_page__number VARCHAR, region_name VARCHAR)
|
In the North Central region, what are the regional page #'s?
|
SELECT state_name FROM table_287659_2 WHERE regional_page__number = "1, 5-7, 9-11, 13-15"
|
CREATE TABLE table_287659_2 (state_name VARCHAR, regional_page__number VARCHAR)
|
What states have a regional page # of 1, 5-7, 9-11, 13-15?
|
SELECT region_name FROM table_287659_2 WHERE regional_page__number = "1-3, 5-7, 9-11, 13-15"
|
CREATE TABLE table_287659_2 (region_name VARCHAR, regional_page__number VARCHAR)
|
Which region has a regional page # of 1-3, 5-7, 9-11, 13-15?
|
SELECT regional_page__number FROM table_287659_2 WHERE state_name = "CA/NV"
|
CREATE TABLE table_287659_2 (regional_page__number VARCHAR, state_name VARCHAR)
|
In Ca/Nv, what are all of the regional page #s?
|
Subsets and Splits
SQL Console for knowrohit07/know_sql
Finds questions in the dataset that contain the word 'god', providing a basic filtered view without much analytical insight.