answer
stringlengths 32
484
| context
stringlengths 27
489
| question
stringlengths 12
244
|
---|---|---|
SELECT chassis FROM table_21977704_1 WHERE constructor = "Alta"
|
CREATE TABLE table_21977704_1 (chassis VARCHAR, constructor VARCHAR)
|
Name the chassis for alta
|
SELECT MIN(no) FROM table_21977627_1 WHERE chassis = "Maserati 4CL"
|
CREATE TABLE table_21977627_1 (no INTEGER, chassis VARCHAR)
|
The Maserati 4cl's minimum no was?
|
SELECT COUNT(entrant) FROM table_21977627_1 WHERE driver = "Yves Giraud-Cabantous"
|
CREATE TABLE table_21977627_1 (entrant VARCHAR, driver VARCHAR)
|
How many entrants was yves giraud-cabantous?
|
SELECT chassis FROM table_21977627_1 WHERE engine = "Maserati L6s"
|
CREATE TABLE table_21977627_1 (chassis VARCHAR, engine VARCHAR)
|
What chasis did the maserati l6s have?
|
SELECT COUNT(driver) FROM table_21977627_1 WHERE entrant = "Bob Gerard Racing"
|
CREATE TABLE table_21977627_1 (driver VARCHAR, entrant VARCHAR)
|
How many drivers did Bob Gerard Racing have?
|
SELECT COUNT(pts_agst) FROM table_21991074_1 WHERE points = 7
|
CREATE TABLE table_21991074_1 (pts_agst VARCHAR, points VARCHAR)
|
For the team with 7 points, how many points were scored against this season?
|
SELECT MAX(pts_agst) FROM table_21991074_1
|
CREATE TABLE table_21991074_1 (pts_agst INTEGER)
|
What is the maximum number of points scored against?
|
SELECT average FROM table_21991074_1 WHERE club = "Chesterfield Spires"
|
CREATE TABLE table_21991074_1 (average VARCHAR, club VARCHAR)
|
What is Chesterfield Spires average?
|
SELECT COUNT(january__) AS °c_ FROM table_21980_1 WHERE july__°c_ = "22/13"
|
CREATE TABLE table_21980_1 (january__ VARCHAR, july__°c_ VARCHAR)
|
What is the total number of January (°C) temperatures when the July (°C) temperatures were 22/13?
|
SELECT COUNT(january__) AS °c_ FROM table_21980_1 WHERE july__°c_ = "23/15"
|
CREATE TABLE table_21980_1 (january__ VARCHAR, july__°c_ VARCHAR)
|
What is the total number of January (°C) temperatures when the July (°C) temperatures were 23/15?
|
SELECT location FROM table_21980_1 WHERE january__°f_ = "30/17"
|
CREATE TABLE table_21980_1 (location VARCHAR, january__°f_ VARCHAR)
|
In what location were the January (°F) temperatures 30/17?
|
SELECT july__°c_ FROM table_21980_1 WHERE july__°f_ = "71/55"
|
CREATE TABLE table_21980_1 (july__°c_ VARCHAR, july__°f_ VARCHAR)
|
What were the July (°C) temperatures when the July (°F) temperatures were 71/55?
|
SELECT january__°f_ FROM table_21980_1 WHERE location = "Corner Brook"
|
CREATE TABLE table_21980_1 (january__°f_ VARCHAR, location VARCHAR)
|
What were the January (°F) temperatures in the Corner Brook location?
|
SELECT MAX(pts_agst) FROM table_21991074_3
|
CREATE TABLE table_21991074_3 (pts_agst INTEGER)
|
Name the most points agst
|
SELECT MIN(lost) FROM table_21991074_3
|
CREATE TABLE table_21991074_3 (lost INTEGER)
|
Name the least lost
|
SELECT written_by FROM table_21979779_1 WHERE us_viewers__million_ = "3.07"
|
CREATE TABLE table_21979779_1 (written_by VARCHAR, us_viewers__million_ VARCHAR)
|
who are the writers of the episode that had 3.07 millions of North American spectators?
|
SELECT MAX(no) FROM table_21979779_1 WHERE production_code = "2T7211"
|
CREATE TABLE table_21979779_1 (no INTEGER, production_code VARCHAR)
|
what is the biggest series episode number whose production code is 2t7211?
|
SELECT MIN(no) FROM table_21979779_1 WHERE production_code = "2T7211"
|
CREATE TABLE table_21979779_1 (no INTEGER, production_code VARCHAR)
|
what is the smallest series episode number whose production code is 2t7211?
|
SELECT original_air_date FROM table_21979779_1 WHERE us_viewers__million_ = "1.76"
|
CREATE TABLE table_21979779_1 (original_air_date VARCHAR, us_viewers__million_ VARCHAR)
|
when was the premiere of the episode where the amount of North American spectators was 1.76 millions?
|
SELECT MAX(series__number) FROM table_21994729_3 WHERE prod_code = "2APX05"
|
CREATE TABLE table_21994729_3 (series__number INTEGER, prod_code VARCHAR)
|
how many maximum series number have 2apx05 prod. code.
|
SELECT COUNT(title) FROM table_21994729_3 WHERE directed_by = "Reginald Hudlin"
|
CREATE TABLE table_21994729_3 (title VARCHAR, directed_by VARCHAR)
|
What are all the title directed by reginald hudlin
|
SELECT written_by FROM table_21994729_3 WHERE directed_by = "Reginald Hudlin"
|
CREATE TABLE table_21994729_3 (written_by VARCHAR, directed_by VARCHAR)
|
reginald hudlin directed how many written by.
|
SELECT written_by FROM table_21994729_2 WHERE prod_code = "1APX11"
|
CREATE TABLE table_21994729_2 (written_by VARCHAR, prod_code VARCHAR)
|
Who wore the episode with the production code of 1apx11?
|
SELECT total FROM table_21995420_9 WHERE rank = 11
|
CREATE TABLE table_21995420_9 (total VARCHAR, rank VARCHAR)
|
If the rank is 11, what is the total amount?
|
SELECT stunts FROM table_21995420_9 WHERE school = "Central Colleges of the Philippines CCP Bobcats"
|
CREATE TABLE table_21995420_9 (stunts VARCHAR, school VARCHAR)
|
If the school is Central Colleges of the Philippines CCP Bobcats, what is the stunts number?
|
SELECT 08 AS _pts FROM table_22011138_7 WHERE pos = 3
|
CREATE TABLE table_22011138_7 (pos VARCHAR)
|
If the POS is 3, what is the 08 points?
|
SELECT 08 AS _pts FROM table_22011138_7 WHERE team = "Rubio Ñú"
|
CREATE TABLE table_22011138_7 (team VARCHAR)
|
If the team is Rubio ñú, what is the 08 points?
|
SELECT MAX(total_pts) FROM table_22011138_7 WHERE avg = "1.2803"
|
CREATE TABLE table_22011138_7 (total_pts INTEGER, avg VARCHAR)
|
If the average is 1.2803, what is the total points maximum?
|
SELECT total_pld FROM table_22011138_7 WHERE pos = 4
|
CREATE TABLE table_22011138_7 (total_pld VARCHAR, pos VARCHAR)
|
If the POS is 4, what is the total PLD?
|
SELECT team_name FROM table_22014431_3 WHERE total = "243"
|
CREATE TABLE table_22014431_3 (team_name VARCHAR, total VARCHAR)
|
What is the team name when 243 is the total?
|
SELECT team_name FROM table_22014431_3 WHERE tumbling = "44.5"
|
CREATE TABLE table_22014431_3 (team_name VARCHAR, tumbling VARCHAR)
|
Which team names have 44.5 for tumbling?
|
SELECT total FROM table_22014431_3 WHERE tosses_pyramids = "44"
|
CREATE TABLE table_22014431_3 (total VARCHAR, tosses_pyramids VARCHAR)
|
What is the total if 44 is tosses/pyramids?
|
SELECT deductions FROM table_22014431_3 WHERE tosses_pyramids = "56.5"
|
CREATE TABLE table_22014431_3 (deductions VARCHAR, tosses_pyramids VARCHAR)
|
How many deductions have 56.5 as tosses/pyramids?
|
SELECT COUNT(rank) FROM table_22014431_3 WHERE tumbling = "36.5"
|
CREATE TABLE table_22014431_3 (rank VARCHAR, tumbling VARCHAR)
|
What is the rank when 36.5 is tumbling?
|
SELECT MAX(rank) FROM table_22014431_3 WHERE tosses_pyramids = "64.5"
|
CREATE TABLE table_22014431_3 (rank INTEGER, tosses_pyramids VARCHAR)
|
What is the rank when 64.5 is tosses/pyramids?
|
SELECT COUNT(outcome) FROM table_2201724_2 WHERE championship = "French championships"
|
CREATE TABLE table_2201724_2 (outcome VARCHAR, championship VARCHAR)
|
How many different outcomes of the French Championships were there?
|
SELECT COUNT(score_in_the_final) FROM table_2201724_2 WHERE year = 1963
|
CREATE TABLE table_2201724_2 (score_in_the_final VARCHAR, year VARCHAR)
|
How many different final scores were there in 1963?
|
SELECT director FROM table_22020724_1 WHERE film_title_used_in_nomination = "Steam of Life"
|
CREATE TABLE table_22020724_1 (director VARCHAR, film_title_used_in_nomination VARCHAR)
|
Who directed the film titled 'Steam of Life'?
|
SELECT year__ceremony_ FROM table_22020724_1 WHERE title_in_the_original_language = "Tummien perhosten koti"
|
CREATE TABLE table_22020724_1 (year__ceremony_ VARCHAR, title_in_the_original_language VARCHAR)
|
What year was the ceremony where the film 'Tummien Perhosten Koti' was submitted?
|
SELECT COUNT(result) FROM table_22020724_1 WHERE title_in_the_original_language = "Joki"
|
CREATE TABLE table_22020724_1 (result VARCHAR, title_in_the_original_language VARCHAR)
|
What are the results for the film titled 'Joki'?
|
SELECT domestic_box_office FROM table_2203760_4 WHERE foreign_box_office = "$26,600,000"
|
CREATE TABLE table_2203760_4 (domestic_box_office VARCHAR, foreign_box_office VARCHAR)
|
What was the domestic box office for the film that had a foreign box office of $26,600,000?
|
SELECT domestic_box_office FROM table_2203760_4 WHERE film = "House on Haunted Hill"
|
CREATE TABLE table_2203760_4 (domestic_box_office VARCHAR, film VARCHAR)
|
What was the domestic box office for "House on Haunted Hill"?
|
SELECT budget FROM table_2203760_4 WHERE film = "Thirteen Ghosts"
|
CREATE TABLE table_2203760_4 (budget VARCHAR, film VARCHAR)
|
What was the budget for "Thirteen Ghosts"?
|
SELECT school FROM table_22043925_1 WHERE location = "Adelaide"
|
CREATE TABLE table_22043925_1 (school VARCHAR, location VARCHAR)
|
What is every school for the Adelaide location?
|
SELECT COUNT(founded) FROM table_22043925_1 WHERE enrolment = 850
|
CREATE TABLE table_22043925_1 (founded VARCHAR, enrolment VARCHAR)
|
How many values for founded when enrollment is 850?
|
SELECT denomination FROM table_22043925_1 WHERE school = "Seymour College"
|
CREATE TABLE table_22043925_1 (denomination VARCHAR, school VARCHAR)
|
What is every denomination for the school Seymour college?
|
SELECT date FROM table_22050544_3 WHERE event__number = "38M"
|
CREATE TABLE table_22050544_3 (date VARCHAR, event__number VARCHAR)
|
Event number 38m was held on which date?
|
SELECT winner FROM table_22050544_3 WHERE event = "$109 No Limit Hold'em w/rebuys [Turbo]"
|
CREATE TABLE table_22050544_3 (winner VARCHAR, event VARCHAR)
|
Who won the $109 no limit hold'em w/rebuys [turbo]?
|
SELECT event FROM table_22050544_3 WHERE entries = "25,883"
|
CREATE TABLE table_22050544_3 (event VARCHAR, entries VARCHAR)
|
Which event had 25,883 entries?
|
SELECT COUNT(elapsed_time) FROM table_22050544_3 WHERE event = "$16.50 Fixed-Limit Badugi"
|
CREATE TABLE table_22050544_3 (elapsed_time VARCHAR, event VARCHAR)
|
How many categories for elapsed time exist for the $16.50 fixed-limit badugi game?
|
SELECT year__ceremony_ FROM table_22032599_1 WHERE director = "Jaroslav Vojtek Category:Articles with hCards"
|
CREATE TABLE table_22032599_1 (year__ceremony_ VARCHAR, director VARCHAR)
|
What year did jaroslav vojtek category:articles with hcards Direct?
|
SELECT result FROM table_22032599_1 WHERE film_title_used_in_nomination = "Gypsy"
|
CREATE TABLE table_22032599_1 (result VARCHAR, film_title_used_in_nomination VARCHAR)
|
What was the result for Gypsy?
|
SELECT COUNT(film_title_used_in_nomination) FROM table_22032599_1 WHERE director = "Martin Repka Category:Articles with hCards"
|
CREATE TABLE table_22032599_1 (film_title_used_in_nomination VARCHAR, director VARCHAR)
|
HOw many films did martin repka category:articles with hcards direct?
|
SELECT result FROM table_22032599_1 WHERE film_title_used_in_nomination = "City of the Sun"
|
CREATE TABLE table_22032599_1 (result VARCHAR, film_title_used_in_nomination VARCHAR)
|
What was the result for City of the Sun?
|
SELECT language_s_ FROM table_22034853_1 WHERE film_title_used_in_nomination = "Late Bloomers"
|
CREATE TABLE table_22034853_1 (language_s_ VARCHAR, film_title_used_in_nomination VARCHAR)
|
What was the language for the movie "Late Bloomers"?
|
SELECT COUNT(original_title) FROM table_22034853_1 WHERE film_title_used_in_nomination = "If the Sun Never Returns"
|
CREATE TABLE table_22034853_1 (original_title VARCHAR, film_title_used_in_nomination VARCHAR)
|
How many original titles were listed as "If the Sun Never Returns"?
|
SELECT language_s_ FROM table_22034853_1 WHERE film_title_used_in_nomination = "Mein Name Ist Bach"
|
CREATE TABLE table_22034853_1 (language_s_ VARCHAR, film_title_used_in_nomination VARCHAR)
|
What was the language of "Mein Name Ist Bach"?
|
SELECT year__ceremony_ FROM table_22034853_1 WHERE original_title = "Vitus"
|
CREATE TABLE table_22034853_1 (year__ceremony_ VARCHAR, original_title VARCHAR)
|
What was the year for the film "Vitus"?
|
SELECT COUNT(film_title_used_in_nomination) FROM table_22034853_1 WHERE original_title = "Dans la ville blanche"
|
CREATE TABLE table_22034853_1 (film_title_used_in_nomination VARCHAR, original_title VARCHAR)
|
How many films are titled "Dans la Ville Blanche"?
|
SELECT COUNT(written_by) FROM table_22053239_1 WHERE us_viewers__millions_ = "5.35"
|
CREATE TABLE table_22053239_1 (written_by VARCHAR, us_viewers__millions_ VARCHAR)
|
How many of the writers had 5.35 viewers?
|
SELECT elapsed_time FROM table_22050544_4 WHERE prize = "$9,377.42"
|
CREATE TABLE table_22050544_4 (elapsed_time VARCHAR, prize VARCHAR)
|
What was the elapsed time for the championship that had $9,377.42 in prize money?
|
SELECT prize AS Pool FROM table_22050544_4 WHERE event__number = "27H"
|
CREATE TABLE table_22050544_4 (prize VARCHAR, event__number VARCHAR)
|
What was the prize pool for the event number 27H?
|
SELECT event FROM table_22050544_4 WHERE event__number = "8M"
|
CREATE TABLE table_22050544_4 (event VARCHAR, event__number VARCHAR)
|
What is the event name with the number 8M?
|
SELECT COUNT(1980 AS __mil_) FROM table_22071705_6 WHERE country = "Soviet Union"
|
CREATE TABLE table_22071705_6 (country VARCHAR)
|
Name the total number 1980 mil for soviet union
|
SELECT COUNT(languages) FROM table_22073745_1 WHERE film_title_used_in_nomination = "Elles"
|
CREATE TABLE table_22073745_1 (languages VARCHAR, film_title_used_in_nomination VARCHAR)
|
How many languages have elles as the film title used in nomination?
|
SELECT COUNT(languages) FROM table_22073745_1 WHERE film_title_used_in_nomination = "Refractaire"
|
CREATE TABLE table_22073745_1 (languages VARCHAR, film_title_used_in_nomination VARCHAR)
|
How many languages is refractaire as the film title used in nomination?
|
SELECT COUNT(languages) FROM table_22073745_1 WHERE original_title = "Le Roman de Renart"
|
CREATE TABLE table_22073745_1 (languages VARCHAR, original_title VARCHAR)
|
How many languages have le roman de renart as the original title?
|
SELECT director FROM table_22073745_1 WHERE original_title = "Perl oder Pica"
|
CREATE TABLE table_22073745_1 (director VARCHAR, original_title VARCHAR)
|
Who is the director of the original title perl oder pica?
|
SELECT result FROM table_22073745_1 WHERE year__ceremony_ = "2005 (78th)"
|
CREATE TABLE table_22073745_1 (result VARCHAR, year__ceremony_ VARCHAR)
|
What is the result of the 2005 (78th) year ceremony?
|
SELECT title FROM table_22078691_2 WHERE us_viewers__millions_ = "14.59"
|
CREATE TABLE table_22078691_2 (title VARCHAR, us_viewers__millions_ VARCHAR)
|
What is the title that has 14.59 u.s. viewers (millions)?
|
SELECT title FROM table_22078691_2 WHERE us_viewers__millions_ = "13.59"
|
CREATE TABLE table_22078691_2 (title VARCHAR, us_viewers__millions_ VARCHAR)
|
What is the title that had 13.59 u.s. viewers (millions)?
|
SELECT money_list_rank FROM table_22081847_1 WHERE earnings__$_ = "309,886"
|
CREATE TABLE table_22081847_1 (money_list_rank VARCHAR, earnings__$_ VARCHAR)
|
If the earning amount is $309,886, what is the money list ranking?
|
SELECT MAX(wins) FROM table_22081847_1
|
CREATE TABLE table_22081847_1 (wins INTEGER)
|
What was the maximum number of wins?
|
SELECT scoring_average FROM table_22081847_1 WHERE year = 2010
|
CREATE TABLE table_22081847_1 (scoring_average VARCHAR, year VARCHAR)
|
If the year is 2010, what was the average score?
|
SELECT COUNT(event) FROM table_22083044_2 WHERE fastest_lap = "Tim Macrow" AND pole_position = "Joey Foster"
|
CREATE TABLE table_22083044_2 (event VARCHAR, fastest_lap VARCHAR, pole_position VARCHAR)
|
How many times did Tim Macrow and Joey Foster both got the fastest lap and pole position respectively?
|
SELECT winning_team FROM table_22083044_2 WHERE circuit = "Queensland Raceway" AND fastest_lap = "Tim Macrow"
|
CREATE TABLE table_22083044_2 (winning_team VARCHAR, circuit VARCHAR, fastest_lap VARCHAR)
|
What was the winning team where Tim Macrow won the fastest lap on Queensland Raceway circuit?
|
SELECT MAX(no_in_series) FROM table_22078972_2 WHERE written_by = "David North"
|
CREATE TABLE table_22078972_2 (no_in_series INTEGER, written_by VARCHAR)
|
What's the series number of the episode whose writer is David North?
|
SELECT MAX(no_in_series) FROM table_22078972_2 WHERE us_viewers__millions_ = "17.04"
|
CREATE TABLE table_22078972_2 (no_in_series INTEGER, us_viewers__millions_ VARCHAR)
|
What's the series number of the episode seen by 17.04 million people in the US?
|
SELECT title FROM table_22078972_2 WHERE us_viewers__millions_ = "18.15"
|
CREATE TABLE table_22078972_2 (title VARCHAR, us_viewers__millions_ VARCHAR)
|
What's the title of the episode first seen by 18.15 million people in the US?
|
SELECT us_viewers__millions_ FROM table_22078972_2 WHERE no_in_series = 103
|
CREATE TABLE table_22078972_2 (us_viewers__millions_ VARCHAR, no_in_series VARCHAR)
|
How many millions of people in the US saw the episode with series number 103?
|
SELECT no_in_series FROM table_22078906_2 WHERE us_viewers__millions_ = "15.89"
|
CREATE TABLE table_22078906_2 (no_in_series VARCHAR, us_viewers__millions_ VARCHAR)
|
What number episode in the series was watched by 15.89 million U.S. viewers?
|
SELECT title FROM table_22078906_2 WHERE directed_by = "William Webb"
|
CREATE TABLE table_22078906_2 (title VARCHAR, directed_by VARCHAR)
|
What is the title of the episode directed by William Webb?
|
SELECT result FROM table_2208838_2 WHERE runner_up = "River Plate"
|
CREATE TABLE table_2208838_2 (result VARCHAR, runner_up VARCHAR)
|
What was the final score when River Plate was the runner-up?
|
SELECT spent_per_voter___php__ FROM table_22097588_9 WHERE amount_spent___php__ = "210,280,000"
|
CREATE TABLE table_22097588_9 (spent_per_voter___php__ VARCHAR, amount_spent___php__ VARCHAR)
|
What was spent per voter when total amount spent was 210,280,000?
|
SELECT spent_per_voter___php__ FROM table_22097588_9 WHERE spent_per_vote___php__ = "20.07"
|
CREATE TABLE table_22097588_9 (spent_per_voter___php__ VARCHAR, spent_per_vote___php__ VARCHAR)
|
What was spent per voter when the spent per vote was 20.07?
|
SELECT shows___sellout FROM table_22123920_4 WHERE sellout___percentage_ = "75%"
|
CREATE TABLE table_22123920_4 (shows___sellout VARCHAR, sellout___percentage_ VARCHAR)
|
Between November 25–30, 2008 the sellout rate was at 75%, indicating that the ration between shows to sellout was what?
|
SELECT tickets_sold___available FROM table_22123920_4 WHERE gross_sales = "$2,628,457"
|
CREATE TABLE table_22123920_4 (tickets_sold___available VARCHAR, gross_sales VARCHAR)
|
During the period in which gross sales totals for "The Show Girl Must Go On" reached $2,628,457, what did the numbers show for tickets sold/ available at the box office?
|
SELECT dates__mdy_ FROM table_22123920_4 WHERE gross_sales = "$2,877,906"
|
CREATE TABLE table_22123920_4 (dates__mdy_ VARCHAR, gross_sales VARCHAR)
|
Which specific dates encompass the time period when "The Show Girl Must Go On" showed a gross sales figure total of $2,877,906?
|
SELECT year__ceremony_ FROM table_22102732_1 WHERE english_title = "Time Out"
|
CREATE TABLE table_22102732_1 (year__ceremony_ VARCHAR, english_title VARCHAR)
|
What year and the corresponding ceremony was the english titled movie "time out" submitted?
|
SELECT COUNT(english_title) FROM table_22102732_1 WHERE director = "Carlos Moreno"
|
CREATE TABLE table_22102732_1 (english_title VARCHAR, director VARCHAR)
|
How many english titles were directed by carlos moreno?
|
SELECT rank_number FROM table_22098274_1 WHERE winning_pitcher = "Kelli Miller"
|
CREATE TABLE table_22098274_1 (rank_number VARCHAR, winning_pitcher VARCHAR)
|
What is the rank # of kelli miller the winning pitcher?
|
SELECT COUNT(site) FROM table_22098274_1 WHERE date = "May 1, 2004"
|
CREATE TABLE table_22098274_1 (site VARCHAR, date VARCHAR)
|
How many number of site have May 1, 2004 as the date?
|
SELECT time FROM table_22098274_1 WHERE site = "USF Softball Field • Tampa, FL" AND result = "W4-0"
|
CREATE TABLE table_22098274_1 (time VARCHAR, site VARCHAR, result VARCHAR)
|
At what time is the site usf softball field • tampa, fl and w4-0 is the result?
|
SELECT result FROM table_22118197_1 WHERE english_title = "Morning Undersea"
|
CREATE TABLE table_22118197_1 (result VARCHAR, english_title VARCHAR)
|
What was the result for the film with the English name of Morning Undersea?
|
SELECT result FROM table_22118197_1 WHERE portuguese_title = "Um Filme Falado"
|
CREATE TABLE table_22118197_1 (result VARCHAR, portuguese_title VARCHAR)
|
What was the result of the film with the Portuguese title, Um Filme Falado?
|
SELECT portuguese_title FROM table_22118197_1 WHERE english_title = "Belle Toujours"
|
CREATE TABLE table_22118197_1 (portuguese_title VARCHAR, english_title VARCHAR)
|
What is the Portuguese name of the film who's English title is, Belle Toujours?
|
SELECT result FROM table_22128871_1 WHERE year__ceremony_ = "2007 (80th)"
|
CREATE TABLE table_22128871_1 (result VARCHAR, year__ceremony_ VARCHAR)
|
What is every result for the ceremony year of 2007 (80th)?
|
SELECT english_title FROM table_22128871_1 WHERE result = "Nominee"
|
CREATE TABLE table_22128871_1 (english_title VARCHAR, result VARCHAR)
|
What is every English title for the result of nominee?
|
SELECT COUNT(director) FROM table_22128871_1 WHERE vietnamese_title = "Gate, gate, paragate"
|
CREATE TABLE table_22128871_1 (director VARCHAR, vietnamese_title VARCHAR)
|
How many directors have vietnamese titles of Gate, Gate, Paragate?
|
SELECT year__ceremony_ FROM table_22128871_1 WHERE result = "Nominee"
|
CREATE TABLE table_22128871_1 (year__ceremony_ VARCHAR, result VARCHAR)
|
What is every ceremony year for the result of nominee?
|
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.