answer
stringlengths 32
484
| context
stringlengths 27
489
| question
stringlengths 12
244
|
---|---|---|
SELECT production FROM table_26686908_2 WHERE championship = "David Wall" AND challenge = "Jordan Ormsby"
|
CREATE TABLE table_26686908_2 (production VARCHAR, championship VARCHAR, challenge VARCHAR)
|
Who handled production for the race when the championship went to david wall and challenge was jordan ormsby?
|
SELECT city___state FROM table_26686908_2 WHERE circuit = "Adelaide Street circuit"
|
CREATE TABLE table_26686908_2 (city___state VARCHAR, circuit VARCHAR)
|
Which city and state hosted the adelaide street circuit?
|
SELECT circuit FROM table_26686908_2 WHERE date = "25–28 March"
|
CREATE TABLE table_26686908_2 (circuit VARCHAR, date VARCHAR)
|
Which circuit was held on 25–28 march?
|
SELECT COUNT(production) FROM table_26686908_2 WHERE rd = "Rd 2"
|
CREATE TABLE table_26686908_2 (production VARCHAR, rd VARCHAR)
|
How many productions are shown for rd 2?
|
SELECT writer_s_ FROM table_26702078_1 WHERE no_in_series = 46
|
CREATE TABLE table_26702078_1 (writer_s_ VARCHAR, no_in_series VARCHAR)
|
Name the writers for 46 in series
|
SELECT production_code FROM table_26702078_1 WHERE no_in_series = 60
|
CREATE TABLE table_26702078_1 (production_code VARCHAR, no_in_series VARCHAR)
|
Name the production code for 60 number in series
|
SELECT title FROM table_26701861_1 WHERE director = "Pamela Fryman" AND production_code = "2ALH07"
|
CREATE TABLE table_26701861_1 (title VARCHAR, director VARCHAR, production_code VARCHAR)
|
what is the title of the episode with the director pamela fryman and the production code 2alh07?
|
SELECT occurrence FROM table_26708105_2 WHERE matrix_sim = "0.925"
|
CREATE TABLE table_26708105_2 (occurrence VARCHAR, matrix_sim VARCHAR)
|
Which occurence has the matrix sim marked as 0.925?
|
SELECT COUNT(detailed_family_information) FROM table_26708105_2 WHERE sequence = "aAGTAct"
|
CREATE TABLE table_26708105_2 (detailed_family_information VARCHAR, sequence VARCHAR)
|
What is the detailed family information where the sequence is aagtact?
|
SELECT MAX(occurrence) FROM table_26708105_2 WHERE matrix_sim = "0.925"
|
CREATE TABLE table_26708105_2 (occurrence INTEGER, matrix_sim VARCHAR)
|
What occurence has 0.925 listed as the matrix sim?
|
SELECT conserved_in_mus_musculus FROM table_26708105_2 WHERE sequence = "aAGTAct"
|
CREATE TABLE table_26708105_2 (conserved_in_mus_musculus VARCHAR, sequence VARCHAR)
|
What is the conserved in mus musculus listing for sequence aagtact?
|
SELECT nt_identity FROM table_26708105_5 WHERE species = "Drosophilia melanogaster"
|
CREATE TABLE table_26708105_5 (nt_identity VARCHAR, species VARCHAR)
|
What is the nt identity when the species is drosophilia melanogaster?
|
SELECT protein_name FROM table_26708105_5 WHERE aa_length = "202 aa"
|
CREATE TABLE table_26708105_5 (protein_name VARCHAR, aa_length VARCHAR)
|
What is the protein name when aa length is 202 aa?
|
SELECT protein_name FROM table_26708105_5 WHERE e_value = "2.50E-41"
|
CREATE TABLE table_26708105_5 (protein_name VARCHAR, e_value VARCHAR)
|
What is the protein name when the e-value is 2.50e-41?
|
SELECT aa_length FROM table_26708105_5 WHERE protein_name = "C11orf73"
|
CREATE TABLE table_26708105_5 (aa_length VARCHAR, protein_name VARCHAR)
|
What is the aa length when the protein name is c11orf73?
|
SELECT COUNT(common_name) FROM table_26708105_5 WHERE accession_number = "XP_001843282"
|
CREATE TABLE table_26708105_5 (common_name VARCHAR, accession_number VARCHAR)
|
How many times is the accession number xp_001843282?
|
SELECT COUNT(title) FROM table_26736040_1 WHERE us_viewers__millions_ = "1.66"
|
CREATE TABLE table_26736040_1 (title VARCHAR, us_viewers__millions_ VARCHAR)
|
How many titles have U.S. viewers 1.66 million.
|
SELECT title FROM table_26736040_1 WHERE us_viewers__millions_ = "1.04"
|
CREATE TABLE table_26736040_1 (title VARCHAR, us_viewers__millions_ VARCHAR)
|
What is every title when U.S. viewers is 1.04 million.
|
SELECT MAX(no_in_series) FROM table_26736040_1 WHERE directed_by = "Phil Abraham"
|
CREATE TABLE table_26736040_1 (no_in_series INTEGER, directed_by VARCHAR)
|
What is the highest number in series with director as Phil Abraham?
|
SELECT COUNT(no_in_series) FROM table_26736040_1 WHERE directed_by = "Bryan Cranston"
|
CREATE TABLE table_26736040_1 (no_in_series VARCHAR, directed_by VARCHAR)
|
How many entries for number in series when director is Bryan Cranston?
|
SELECT MIN(no_in_series) FROM table_26736342_1 WHERE us_viewers__millions_ = "1.32"
|
CREATE TABLE table_26736342_1 (no_in_series INTEGER, us_viewers__millions_ VARCHAR)
|
What is the earliest episode that was watched by 1.32 million viewers?
|
SELECT MAX(no_in_series) FROM table_26736342_1 WHERE written_by = "John Shiban & Thomas Schnauz"
|
CREATE TABLE table_26736342_1 (no_in_series INTEGER, written_by VARCHAR)
|
What is the latest episode written by John Shiban & Thomas Schnauz?
|
SELECT directed_by FROM table_26736342_1 WHERE us_viewers__millions_ = "1.95"
|
CREATE TABLE table_26736342_1 (directed_by VARCHAR, us_viewers__millions_ VARCHAR)
|
Who directed the eposide that was watched by 1.95 million US viewers?
|
SELECT MAX(episode_number) FROM table_26733129_1 WHERE three_darts_challenge = "Sharon Osbourne"
|
CREATE TABLE table_26733129_1 (episode_number INTEGER, three_darts_challenge VARCHAR)
|
How many episodes are there for the three darts challenge with Sharon Osbourne?
|
SELECT musical_performance FROM table_26733129_1 WHERE air_date = "5 April 2010"
|
CREATE TABLE table_26733129_1 (musical_performance VARCHAR, air_date VARCHAR)
|
What musical performances aired on 5 April 2010?
|
SELECT guests FROM table_26733129_1 WHERE air_date = "7 June 2010"
|
CREATE TABLE table_26733129_1 (guests VARCHAR, air_date VARCHAR)
|
What were the guests that aired on 7 June 2010?
|
SELECT three_darts_challenge FROM table_26733129_1 WHERE air_date = "10 May 2010"
|
CREATE TABLE table_26733129_1 (three_darts_challenge VARCHAR, air_date VARCHAR)
|
Who was in the three darts challenge that aired on 10 may 2010?
|
SELECT Ends AS lost FROM table_26745426_2 WHERE country = Canada
|
CREATE TABLE table_26745426_2 (Ends VARCHAR, country VARCHAR, Canada VARCHAR)
|
Name the ends lost for canada
|
SELECT COUNT(Ends) AS lost FROM table_26745426_2 WHERE stolen_ends = 6
|
CREATE TABLE table_26745426_2 (Ends VARCHAR, stolen_ends VARCHAR)
|
Name the number of ends lost for 6 stolen ends
|
SELECT proto_slavic FROM table_26757_4 WHERE polish = "gniazdo"
|
CREATE TABLE table_26757_4 (proto_slavic VARCHAR, polish VARCHAR)
|
When gniazdo is polish what is proto-slavic?
|
SELECT macedonian FROM table_26757_4 WHERE serbo_croatian = "рука / ruka"
|
CREATE TABLE table_26757_4 (macedonian VARCHAR, serbo_croatian VARCHAR)
|
When рука / ruka is the serbo-croatian what is the macedonian?
|
SELECT proto_slavic FROM table_26757_4 WHERE macedonian = "риба (ríba)"
|
CREATE TABLE table_26757_4 (proto_slavic VARCHAR, macedonian VARCHAR)
|
When риба (ríba) is the macedonian what is the proto-slavic?
|
SELECT COUNT(proto_slavic) FROM table_26757_4 WHERE serbo_croatian = "гн(иј)ездо / gn(ij)ezdo"
|
CREATE TABLE table_26757_4 (proto_slavic VARCHAR, serbo_croatian VARCHAR)
|
When гн(иј)ездо / gn(ij)ezdo is the serbo-croatian how many proto-slavics are there?
|
SELECT COUNT(slovene) FROM table_26757_4 WHERE belarusian = "рыба (rýba)"
|
CREATE TABLE table_26757_4 (slovene VARCHAR, belarusian VARCHAR)
|
When рыба (rýba) is the belarusian how many slovenes are there?
|
SELECT COUNT(slovak) FROM table_26757_4 WHERE belarusian = "вуха (vúkha)"
|
CREATE TABLE table_26757_4 (slovak VARCHAR, belarusian VARCHAR)
|
When вуха (vúkha) is the belarusian how many slovaks are there?
|
SELECT vivek_express__15905_15906 FROM table_26745820_5 WHERE kanyakumari = "Bhavnagar"
|
CREATE TABLE table_26745820_5 (vivek_express__15905_15906 VARCHAR, kanyakumari VARCHAR)
|
What is the name of the only route that runs to bhavnagar?
|
SELECT original_air_date FROM table_26748314_1 WHERE no_in_season = 7
|
CREATE TABLE table_26748314_1 (original_air_date VARCHAR, no_in_season VARCHAR)
|
What is every original air date for the number in season of 7?
|
SELECT COUNT(participating_parties) FROM table_2676980_4 WHERE registered_voters = 643629
|
CREATE TABLE table_2676980_4 (participating_parties VARCHAR, registered_voters VARCHAR)
|
What is the number of participating parties when registered voters totaled 643629?
|
SELECT electoral_district FROM table_2676980_4 WHERE total_candidates = 35
|
CREATE TABLE table_2676980_4 (electoral_district VARCHAR, total_candidates VARCHAR)
|
What is the electoral district when total candidates were 35?
|
SELECT COUNT(seats_in_congress) FROM table_2676980_4 WHERE electoral_district = "Ucayali"
|
CREATE TABLE table_2676980_4 (seats_in_congress VARCHAR, electoral_district VARCHAR)
|
What is the number of seats in congress when the electoral district is Ucayali?
|
SELECT COUNT(seats_in_congress) FROM table_2676980_4 WHERE candidates_per_party = 6
|
CREATE TABLE table_2676980_4 (seats_in_congress VARCHAR, candidates_per_party VARCHAR)
|
What is the number of seats in congress when the candidates per party is 6?
|
SELECT total_candidates FROM table_2676980_4 WHERE registered_voters = 47742
|
CREATE TABLE table_2676980_4 (total_candidates VARCHAR, registered_voters VARCHAR)
|
What is the number of total candidates when registered voters is 47742?
|
SELECT judges_residence FROM table_26758262_1 WHERE municipalities_served = "Beacon Falls , Naugatuck , Middlebury , Prospect"
|
CREATE TABLE table_26758262_1 (judges_residence VARCHAR, municipalities_served VARCHAR)
|
Where does the judge who serves Beacon Falls , Naugatuck , Middlebury , Prospect reside?
|
SELECT MAX(district) FROM table_26758262_1 WHERE location_of_court = "Tolland"
|
CREATE TABLE table_26758262_1 (district INTEGER, location_of_court VARCHAR)
|
What district is the court located in Tolland?
|
SELECT judges_residence FROM table_26758262_1 WHERE location_of_court = "Groton"
|
CREATE TABLE table_26758262_1 (judges_residence VARCHAR, location_of_court VARCHAR)
|
Where does the judge whose court is in Groton reside?
|
SELECT nhl_team FROM table_2679061_1 WHERE player = "John MacLean"
|
CREATE TABLE table_2679061_1 (nhl_team VARCHAR, player VARCHAR)
|
what is the nhl team for the player john maclean?
|
SELECT player FROM table_2679061_1 WHERE position = "Defence" AND college_junior_club_team = "Ottawa 67's (OHL)"
|
CREATE TABLE table_2679061_1 (player VARCHAR, position VARCHAR, college_junior_club_team VARCHAR)
|
who is the player for the position defence and the college/junior/club team is ottawa 67's (ohl)?
|
SELECT college_junior_club_team FROM table_2679061_1 WHERE player = "Alfie Turcotte"
|
CREATE TABLE table_2679061_1 (college_junior_club_team VARCHAR, player VARCHAR)
|
what is the college/junior/club team for the player alfie turcotte?
|
SELECT college_junior_club_team FROM table_2679061_10 WHERE nhl_team = "Buffalo Sabres"
|
CREATE TABLE table_2679061_10 (college_junior_club_team VARCHAR, nhl_team VARCHAR)
|
What is the name of the college/junior/club team of the Buffalo Sabres?
|
SELECT nationality FROM table_2679061_10 WHERE player = "Reine Karlsson"
|
CREATE TABLE table_2679061_10 (nationality VARCHAR, player VARCHAR)
|
What is Reine Karlsson's nationality?
|
SELECT COUNT(nationality) FROM table_2679061_11 WHERE nhl_team = "Philadelphia Flyers"
|
CREATE TABLE table_2679061_11 (nationality VARCHAR, nhl_team VARCHAR)
|
How many players were drafted by the Philadelphia Flyers?
|
SELECT COUNT(pick__number) FROM table_2679061_11 WHERE nhl_team = "Chicago Black Hawks"
|
CREATE TABLE table_2679061_11 (pick__number VARCHAR, nhl_team VARCHAR)
|
How many picks did the Chicago Black Hawks get?
|
SELECT nhl_team FROM table_2679061_11 WHERE pick__number = 203
|
CREATE TABLE table_2679061_11 (nhl_team VARCHAR, pick__number VARCHAR)
|
What team had pick 203?
|
SELECT college_junior_club_team FROM table_2679061_12 WHERE player = "Harold Duvall"
|
CREATE TABLE table_2679061_12 (college_junior_club_team VARCHAR, player VARCHAR)
|
Which school did harold duvall attend?
|
SELECT position FROM table_2679061_12 WHERE nhl_team = "Boston Bruins"
|
CREATE TABLE table_2679061_12 (position VARCHAR, nhl_team VARCHAR)
|
List the position for the boston bruins.
|
SELECT player FROM table_2679061_12 WHERE college_junior_club_team = "Litvinov (Czechoslovakia)"
|
CREATE TABLE table_2679061_12 (player VARCHAR, college_junior_club_team VARCHAR)
|
Who was drafted to litvinov (czechoslovakia)?
|
SELECT position FROM table_2679061_12 WHERE player = "Peter McGeough"
|
CREATE TABLE table_2679061_12 (position VARCHAR, player VARCHAR)
|
What position does peter mcgeough cover?
|
SELECT player FROM table_2679061_4 WHERE nhl_team = "Minnesota North Stars"
|
CREATE TABLE table_2679061_4 (player VARCHAR, nhl_team VARCHAR)
|
Which player was drafted by the Minnesota North Stars?
|
SELECT nationality FROM table_2679061_4 WHERE player = "Bob Essensa"
|
CREATE TABLE table_2679061_4 (nationality VARCHAR, player VARCHAR)
|
What is the nationality of Bob Essensa?
|
SELECT position FROM table_2679061_4 WHERE college_junior_club_team = "Regina Pats (WHL)"
|
CREATE TABLE table_2679061_4 (position VARCHAR, college_junior_club_team VARCHAR)
|
What position is the player from the Regina Pats (WHL)?
|
SELECT pick__number FROM table_2679061_4 WHERE college_junior_club_team = "HIFK Helsinki (Finland)"
|
CREATE TABLE table_2679061_4 (pick__number VARCHAR, college_junior_club_team VARCHAR)
|
What number pick was the player from HIFK Helsinki (Finland)?
|
SELECT nhl_team FROM table_2679061_4 WHERE player = "Esa Tikkanen"
|
CREATE TABLE table_2679061_4 (nhl_team VARCHAR, player VARCHAR)
|
Which team drafted Esa Tikkanen?
|
SELECT nationality FROM table_2679061_9 WHERE pick__number = 168
|
CREATE TABLE table_2679061_9 (nationality VARCHAR, pick__number VARCHAR)
|
What was the nationality of player picked no. 168?
|
SELECT nationality FROM table_2679061_9 WHERE pick__number = 179
|
CREATE TABLE table_2679061_9 (nationality VARCHAR, pick__number VARCHAR)
|
What was the nationality of player picked no. 179?
|
SELECT player FROM table_2679061_9 WHERE nhl_team = "Hartford Whalers"
|
CREATE TABLE table_2679061_9 (player VARCHAR, nhl_team VARCHAR)
|
Who was the player who played for Hartford Whalers NHL Team?
|
SELECT position FROM table_2679061_9 WHERE nhl_team = "New York Islanders"
|
CREATE TABLE table_2679061_9 (position VARCHAR, nhl_team VARCHAR)
|
What was the position of the player who played for New York Islanders NHL Team?
|
SELECT nationality FROM table_2679061_9 WHERE player = "Cliff Abrecht"
|
CREATE TABLE table_2679061_9 (nationality VARCHAR, player VARCHAR)
|
What was the nationality of player Cliff Abrecht?
|
SELECT MAX(poles) FROM table_26794530_1
|
CREATE TABLE table_26794530_1 (poles INTEGER)
|
What is the highest number of poles?
|
SELECT COUNT(f_laps) FROM table_26794530_1 WHERE points = "170"
|
CREATE TABLE table_26794530_1 (f_laps VARCHAR, points VARCHAR)
|
How many f/laps were there when he scored 170 points?
|
SELECT points FROM table_26794530_1 WHERE final_placing = "13th" AND races = 30
|
CREATE TABLE table_26794530_1 (points VARCHAR, final_placing VARCHAR, races VARCHAR)
|
When there were 30 races and the final placing was 13th, how many points were scored?
|
SELECT nhl_team FROM table_2679061_8 WHERE pick__number = 155
|
CREATE TABLE table_2679061_8 (nhl_team VARCHAR, pick__number VARCHAR)
|
What club is associated with draft number 155?
|
SELECT production_code FROM table_26801821_1 WHERE no_in_series = 5
|
CREATE TABLE table_26801821_1 (production_code VARCHAR, no_in_series VARCHAR)
|
What is the production code for the number 5 series ?
|
SELECT COUNT(no_in_series) FROM table_26801821_1 WHERE written_by = "Teresa Lin"
|
CREATE TABLE table_26801821_1 (no_in_series VARCHAR, written_by VARCHAR)
|
What is the number of the series written by Teresa Lin?
|
SELECT MAX(series__number) FROM table_26808178_3 WHERE us_viewers__millions_ = "0.852"
|
CREATE TABLE table_26808178_3 (series__number INTEGER, us_viewers__millions_ VARCHAR)
|
Which series # had 0.852 U.S. viewers(millions)?
|
SELECT original_air_date FROM table_26808178_3 WHERE us_viewers__millions_ = "0.871"
|
CREATE TABLE table_26808178_3 (original_air_date VARCHAR, us_viewers__millions_ VARCHAR)
|
Which original air date had 0.871 U.S. viewers (millions)?
|
SELECT MAX(series__number) FROM table_26808178_3 WHERE us_viewers__millions_ = "0.645"
|
CREATE TABLE table_26808178_3 (series__number INTEGER, us_viewers__millions_ VARCHAR)
|
Which series # had 0.645 U.S. viewers(millions)?
|
SELECT wins FROM table_26815674_1 WHERE final_placing = "12th"
|
CREATE TABLE table_26815674_1 (wins VARCHAR, final_placing VARCHAR)
|
When 12th is the final placing what is the wins?
|
SELECT COUNT(wins) FROM table_26815674_1 WHERE final_placing = "24th"
|
CREATE TABLE table_26815674_1 (wins VARCHAR, final_placing VARCHAR)
|
When 24th is the final placing how many wins are there?
|
SELECT MIN(wins) FROM table_26815674_1
|
CREATE TABLE table_26815674_1 (wins INTEGER)
|
What is the lowest overall amount of wins?
|
SELECT original_air_date FROM table_26824484_1 WHERE production_code = "3AKY05"
|
CREATE TABLE table_26824484_1 (original_air_date VARCHAR, production_code VARCHAR)
|
What date did the episode with production code 3aky05 air?
|
SELECT title FROM table_26824484_1 WHERE directed_by = "Jeff Woolnough" AND written_by = "Christopher Ambrose"
|
CREATE TABLE table_26824484_1 (title VARCHAR, directed_by VARCHAR, written_by VARCHAR)
|
Which episode was directed by Jeff Woolnough and written by Christopher Ambrose?
|
SELECT original_air_date FROM table_26824484_1 WHERE directed_by = "Jessica Landaw"
|
CREATE TABLE table_26824484_1 (original_air_date VARCHAR, directed_by VARCHAR)
|
What was the original air date of the episode that was directed by Jessica Landaw?
|
SELECT no_in_season FROM table_26825349_1 WHERE production_code = "4AKY14"
|
CREATE TABLE table_26825349_1 (no_in_season VARCHAR, production_code VARCHAR)
|
What is the episode number of the episode with a production code of 4aky14?
|
SELECT original_air_date FROM table_26825349_1 WHERE us_viewers__millions_ = "8.62"
|
CREATE TABLE table_26825349_1 (original_air_date VARCHAR, us_viewers__millions_ VARCHAR)
|
The episode that had 8.62 million US viewers originally aired on which date?
|
SELECT result FROM table_26842217_12 WHERE broadcast = "Big East Network"
|
CREATE TABLE table_26842217_12 (result VARCHAR, broadcast VARCHAR)
|
What was the result in the game broadcast on the Big East Network?
|
SELECT result FROM table_26842217_12 WHERE visiting_team = "Louisiana-Monroe"
|
CREATE TABLE table_26842217_12 (result VARCHAR, visiting_team VARCHAR)
|
What was the result in the game where the visiting team was Louisiana-Monroe?
|
SELECT home_team FROM table_26842217_12 WHERE broadcast = "Big East Network"
|
CREATE TABLE table_26842217_12 (home_team VARCHAR, broadcast VARCHAR)
|
Who was the home team in the game broadcast on the Big East Network?
|
SELECT result FROM table_26842217_12 WHERE broadcast = "SEC Network"
|
CREATE TABLE table_26842217_12 (result VARCHAR, broadcast VARCHAR)
|
What was the result in the game broadcast on the SEC Network?
|
SELECT E / vap FROM table_2683116_1 WHERE turnout = "85.7%"
|
CREATE TABLE table_2683116_1 (E VARCHAR, vap VARCHAR, turnout VARCHAR)
|
What is the e/vap value for a turnout of exactly 85.7%?
|
SELECT communes FROM table_2683116_1 WHERE enrolled = 174946
|
CREATE TABLE table_2683116_1 (communes VARCHAR, enrolled VARCHAR)
|
What communes have enrolled values of 174946?
|
SELECT COUNT(vap) FROM table_2683116_1 WHERE valid_votes = 140469
|
CREATE TABLE table_2683116_1 (vap VARCHAR, valid_votes VARCHAR)
|
How many vap values are associated with 140469 valid votes?
|
SELECT time FROM table_26842217_10 WHERE visiting_team = "Georgia"
|
CREATE TABLE table_26842217_10 (time VARCHAR, visiting_team VARCHAR)
|
Name the time for georgia
|
SELECT time FROM table_26842217_10 WHERE visiting_team = "#1 Alabama"
|
CREATE TABLE table_26842217_10 (time VARCHAR, visiting_team VARCHAR)
|
Name the time for #1 alabama
|
SELECT time FROM table_26842217_18 WHERE result = "MSST 29–24"
|
CREATE TABLE table_26842217_18 (time VARCHAR, result VARCHAR)
|
Name the time for result msst 29–24
|
SELECT COUNT(time) FROM table_26842217_18 WHERE visiting_team = "UAB"
|
CREATE TABLE table_26842217_18 (time VARCHAR, visiting_team VARCHAR)
|
Name the number of time for uab
|
SELECT date FROM table_26842217_18 WHERE broadcast = "FSN"
|
CREATE TABLE table_26842217_18 (date VARCHAR, broadcast VARCHAR)
|
Name the date for broadcast fsn
|
SELECT broadcast FROM table_26842217_18 WHERE time = "7:00pm" AND home_team = "Mississippi State"
|
CREATE TABLE table_26842217_18 (broadcast VARCHAR, time VARCHAR, home_team VARCHAR)
|
Name the broadcast for 7:00pm and mississippi state
|
SELECT date FROM table_26842217_18 WHERE broadcast = "ESPN"
|
CREATE TABLE table_26842217_18 (date VARCHAR, broadcast VARCHAR)
|
Name the date for espn
|
SELECT broadcast FROM table_26842217_18 WHERE site = "Davis-Wade Stadium • Starkville MS"
|
CREATE TABLE table_26842217_18 (broadcast VARCHAR, site VARCHAR)
|
Name the broadcast for davis-wade stadium • starkville ms
|
SELECT broadcast FROM table_26842217_16 WHERE home_team = "Kentucky"
|
CREATE TABLE table_26842217_16 (broadcast VARCHAR, home_team VARCHAR)
|
On what network was the Kentucky game broadcast?
|
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.