question stringlengths 12 244 | context stringlengths 27 489 | answer stringlengths 18 557 | text stringlengths 114 1.06k |
|---|---|---|---|
How many times is the formula tl 2 ba 2 cuo 6? | CREATE TABLE table_101336_1 (no_of_cu_o_planes_in_unit_cell VARCHAR, formula VARCHAR) | SELECT no_of_cu_o_planes_in_unit_cell FROM table_101336_1 WHERE formula = "Tl 2 Ba 2 CuO 6" | ### Context: CREATE TABLE table_101336_1 (no_of_cu_o_planes_in_unit_cell VARCHAR, formula VARCHAR) ### Question: How many times is the formula tl 2 ba 2 cuo 6? ### Answer: SELECT no_of_cu_o_planes_in_unit_cell FROM table_101336_1 WHERE formula = "Tl 2 Ba 2 CuO 6" |
What is the crystal structure for the formula yba 2 cu 3 o 7? | CREATE TABLE table_101336_1 (crystal_structure VARCHAR, formula VARCHAR) | SELECT crystal_structure FROM table_101336_1 WHERE formula = "YBa 2 Cu 3 O 7" | ### Context: CREATE TABLE table_101336_1 (crystal_structure VARCHAR, formula VARCHAR) ### Question: What is the crystal structure for the formula yba 2 cu 3 o 7? ### Answer: SELECT crystal_structure FROM table_101336_1 WHERE formula = "YBa 2 Cu 3 O 7" |
What is the number for t c (k) when the notation is tl-2212? | CREATE TABLE table_101336_1 (t_c__k_ VARCHAR, notation VARCHAR) | SELECT COUNT(t_c__k_) FROM table_101336_1 WHERE notation = "Tl-2212" | ### Context: CREATE TABLE table_101336_1 (t_c__k_ VARCHAR, notation VARCHAR) ### Question: What is the number for t c (k) when the notation is tl-2212? ### Answer: SELECT COUNT(t_c__k_) FROM table_101336_1 WHERE notation = "Tl-2212" |
How many 2010 estimations have been done in the city of Cremona? | CREATE TABLE table_10138926_1 (city VARCHAR) | SELECT COUNT(2010 AS _est) FROM table_10138926_1 WHERE city = "Cremona" | ### Context: CREATE TABLE table_10138926_1 (city VARCHAR) ### Question: How many 2010 estimations have been done in the city of Cremona? ### Answer: SELECT COUNT(2010 AS _est) FROM table_10138926_1 WHERE city = "Cremona" |
What's the 1991 census of the city of Carpi? | CREATE TABLE table_10138926_1 (city VARCHAR) | SELECT MAX(1991 AS _census) FROM table_10138926_1 WHERE city = "Carpi" | ### Context: CREATE TABLE table_10138926_1 (city VARCHAR) ### Question: What's the 1991 census of the city of Carpi? ### Answer: SELECT MAX(1991 AS _census) FROM table_10138926_1 WHERE city = "Carpi" |
How many 2001 censuses are there on number 13? | CREATE TABLE table_10138926_1 (_number VARCHAR) | SELECT COUNT(2001 AS _census) FROM table_10138926_1 WHERE _number = 13 | ### Context: CREATE TABLE table_10138926_1 (_number VARCHAR) ### Question: How many 2001 censuses are there on number 13? ### Answer: SELECT COUNT(2001 AS _census) FROM table_10138926_1 WHERE _number = 13 |
What's the 1981 census of Livorno? | CREATE TABLE table_10138926_1 (city VARCHAR) | SELECT 1981 AS _census FROM table_10138926_1 WHERE city = "Livorno" | ### Context: CREATE TABLE table_10138926_1 (city VARCHAR) ### Question: What's the 1981 census of Livorno? ### Answer: SELECT 1981 AS _census FROM table_10138926_1 WHERE city = "Livorno" |
Which NHL team has player Mike Loach? | CREATE TABLE table_1013129_8 (nhl_team VARCHAR, player VARCHAR) | SELECT nhl_team FROM table_1013129_8 WHERE player = "Mike Loach" | ### Context: CREATE TABLE table_1013129_8 (nhl_team VARCHAR, player VARCHAR) ### Question: Which NHL team has player Mike Loach? ### Answer: SELECT nhl_team FROM table_1013129_8 WHERE player = "Mike Loach" |
What is the NHL team that has Peter Strom? | CREATE TABLE table_1013129_8 (nhl_team VARCHAR, player VARCHAR) | SELECT nhl_team FROM table_1013129_8 WHERE player = "Peter Strom" | ### Context: CREATE TABLE table_1013129_8 (nhl_team VARCHAR, player VARCHAR) ### Question: What is the NHL team that has Peter Strom? ### Answer: SELECT nhl_team FROM table_1013129_8 WHERE player = "Peter Strom" |
What team is Keith Mccambridge on? | CREATE TABLE table_1013129_8 (college_junior_club_team VARCHAR, player VARCHAR) | SELECT college_junior_club_team FROM table_1013129_8 WHERE player = "Keith McCambridge" | ### Context: CREATE TABLE table_1013129_8 (college_junior_club_team VARCHAR, player VARCHAR) ### Question: What team is Keith Mccambridge on? ### Answer: SELECT college_junior_club_team FROM table_1013129_8 WHERE player = "Keith McCambridge" |
How many nationalities are the pick 193? | CREATE TABLE table_1013129_8 (nationality VARCHAR, pick VARCHAR) | SELECT COUNT(nationality) FROM table_1013129_8 WHERE pick = 193 | ### Context: CREATE TABLE table_1013129_8 (nationality VARCHAR, pick VARCHAR) ### Question: How many nationalities are the pick 193? ### Answer: SELECT COUNT(nationality) FROM table_1013129_8 WHERE pick = 193 |
Who was the succesor that was formally installed on November 8, 1978? | CREATE TABLE table_1013168_2 (successor VARCHAR, date_of_successors_formal_installation VARCHAR) | SELECT successor FROM table_1013168_2 WHERE date_of_successors_formal_installation = "November 8, 1978" | ### Context: CREATE TABLE table_1013168_2 (successor VARCHAR, date_of_successors_formal_installation VARCHAR) ### Question: Who was the succesor that was formally installed on November 8, 1978? ### Answer: SELECT successor FROM table_1013168_2 WHERE date_of_successors_formal_installation = "November 8, 1978" |
How many songs received a 10 from Goodman and were rated by Tonioli? | CREATE TABLE table_1014319_1 (tonioli VARCHAR, goodman VARCHAR) | SELECT COUNT(tonioli) FROM table_1014319_1 WHERE goodman = "10" | ### Context: CREATE TABLE table_1014319_1 (tonioli VARCHAR, goodman VARCHAR) ### Question: How many songs received a 10 from Goodman and were rated by Tonioli? ### Answer: SELECT COUNT(tonioli) FROM table_1014319_1 WHERE goodman = "10" |
What score did Goodman give to all songs with safe results, which received a 7 from Horwood and have a total score of 31? | CREATE TABLE table_1014319_1 (goodman VARCHAR, result VARCHAR, total VARCHAR, horwood VARCHAR) | SELECT goodman FROM table_1014319_1 WHERE total = "31" AND horwood = "7" AND result = "Safe" | ### Context: CREATE TABLE table_1014319_1 (goodman VARCHAR, result VARCHAR, total VARCHAR, horwood VARCHAR) ### Question: What score did Goodman give to all songs with safe results, which received a 7 from Horwood and have a total score of 31? ### Answer: SELECT goodman FROM table_1014319_1 WHERE total = "31" AND horwo... |
What score did Dixon give to the song "samba / young hearts run free", which was in second place? | CREATE TABLE table_1014319_1 (dixon VARCHAR, dance_song VARCHAR, result VARCHAR) | SELECT dixon FROM table_1014319_1 WHERE dance_song = "Samba / Young Hearts Run Free" AND result = "Second place" | ### Context: CREATE TABLE table_1014319_1 (dixon VARCHAR, dance_song VARCHAR, result VARCHAR) ### Question: What score did Dixon give to the song "samba / young hearts run free", which was in second place? ### Answer: SELECT dixon FROM table_1014319_1 WHERE dance_song = "Samba / Young Hearts Run Free" AND result = "Sec... |
How many scores did Goodman give to "samba / young hearts run free", which was in second place? | CREATE TABLE table_1014319_1 (goodman VARCHAR, result VARCHAR, dance_song VARCHAR) | SELECT COUNT(goodman) FROM table_1014319_1 WHERE result = "Second place" AND dance_song = "Samba / Young Hearts Run Free" | ### Context: CREATE TABLE table_1014319_1 (goodman VARCHAR, result VARCHAR, dance_song VARCHAR) ### Question: How many scores did Goodman give to "samba / young hearts run free", which was in second place? ### Answer: SELECT COUNT(goodman) FROM table_1014319_1 WHERE result = "Second place" AND dance_song = "Samba / You... |
What year was number 7 built? | CREATE TABLE table_1015421_1 (year_built VARCHAR, no_built VARCHAR) | SELECT year_built FROM table_1015421_1 WHERE no_built = 7 | ### Context: CREATE TABLE table_1015421_1 (year_built VARCHAR, no_built VARCHAR) ### Question: What year was number 7 built? ### Answer: SELECT year_built FROM table_1015421_1 WHERE no_built = 7 |
What is we two when the case/suffix is loc.? | CREATE TABLE table_1015914_24 (we_two VARCHAR, case_suffix VARCHAR) | SELECT we_two FROM table_1015914_24 WHERE case_suffix = "loc." | ### Context: CREATE TABLE table_1015914_24 (we_two VARCHAR, case_suffix VARCHAR) ### Question: What is we two when the case/suffix is loc.? ### Answer: SELECT we_two FROM table_1015914_24 WHERE case_suffix = "loc." |
What is them two (the two) when we two is ngalbelpa? | CREATE TABLE table_1015914_24 (them_two__the_two_ VARCHAR, we_two VARCHAR) | SELECT them_two__the_two_ FROM table_1015914_24 WHERE we_two = "ngalbelpa" | ### Context: CREATE TABLE table_1015914_24 (them_two__the_two_ VARCHAR, we_two VARCHAR) ### Question: What is them two (the two) when we two is ngalbelpa? ### Answer: SELECT them_two__the_two_ FROM table_1015914_24 WHERE we_two = "ngalbelpa" |
What is them two (the two) when you and i is ngœbalngu? | CREATE TABLE table_1015914_24 (them_two__the_two_ VARCHAR, you_and_i VARCHAR) | SELECT them_two__the_two_ FROM table_1015914_24 WHERE you_and_i = "ngœbalngu" | ### Context: CREATE TABLE table_1015914_24 (them_two__the_two_ VARCHAR, you_and_i VARCHAR) ### Question: What is them two (the two) when you and i is ngœbalngu? ### Answer: SELECT them_two__the_two_ FROM table_1015914_24 WHERE you_and_i = "ngœbalngu" |
What is who-two where you and i is ngœban? | CREATE TABLE table_1015914_24 (who_two VARCHAR, you_and_i VARCHAR) | SELECT who_two FROM table_1015914_24 WHERE you_and_i = "ngœban" | ### Context: CREATE TABLE table_1015914_24 (who_two VARCHAR, you_and_i VARCHAR) ### Question: What is who-two where you and i is ngœban? ### Answer: SELECT who_two FROM table_1015914_24 WHERE you_and_i = "ngœban" |
What is we two where you two is ngipen? | CREATE TABLE table_1015914_24 (we_two VARCHAR, you_two VARCHAR) | SELECT we_two FROM table_1015914_24 WHERE you_two = "ngipen" | ### Context: CREATE TABLE table_1015914_24 (we_two VARCHAR, you_two VARCHAR) ### Question: What is we two where you two is ngipen? ### Answer: SELECT we_two FROM table_1015914_24 WHERE you_two = "ngipen" |
What is who-two when you two is ngipelngu? | CREATE TABLE table_1015914_24 (who_two VARCHAR, you_two VARCHAR) | SELECT who_two FROM table_1015914_24 WHERE you_two = "ngipelngu" | ### Context: CREATE TABLE table_1015914_24 (who_two VARCHAR, you_two VARCHAR) ### Question: What is who-two when you two is ngipelngu? ### Answer: SELECT who_two FROM table_1015914_24 WHERE you_two = "ngipelngu" |
what's the points with driver mark martin | CREATE TABLE table_10160447_1 (points VARCHAR, driver VARCHAR) | SELECT points FROM table_10160447_1 WHERE driver = "Mark Martin" | ### Context: CREATE TABLE table_10160447_1 (points VARCHAR, driver VARCHAR) ### Question: what's the points with driver mark martin ### Answer: SELECT points FROM table_10160447_1 WHERE driver = "Mark Martin" |
what's the points with driver rusty wallace | CREATE TABLE table_10160447_1 (points VARCHAR, driver VARCHAR) | SELECT points FROM table_10160447_1 WHERE driver = "Rusty Wallace" | ### Context: CREATE TABLE table_10160447_1 (points VARCHAR, driver VARCHAR) ### Question: what's the points with driver rusty wallace ### Answer: SELECT points FROM table_10160447_1 WHERE driver = "Rusty Wallace" |
what's the total number of position with driver robby gordon | CREATE TABLE table_10160447_1 (position VARCHAR, driver VARCHAR) | SELECT COUNT(position) FROM table_10160447_1 WHERE driver = "Robby Gordon" | ### Context: CREATE TABLE table_10160447_1 (position VARCHAR, driver VARCHAR) ### Question: what's the total number of position with driver robby gordon ### Answer: SELECT COUNT(position) FROM table_10160447_1 WHERE driver = "Robby Gordon" |
what's the maximum position with winnings $50,000 | CREATE TABLE table_10160447_1 (position INTEGER, winnings VARCHAR) | SELECT MAX(position) FROM table_10160447_1 WHERE winnings = "$50,000" | ### Context: CREATE TABLE table_10160447_1 (position INTEGER, winnings VARCHAR) ### Question: what's the maximum position with winnings $50,000 ### Answer: SELECT MAX(position) FROM table_10160447_1 WHERE winnings = "$50,000" |
What actor was nominted for an award in the film Anastasiya Slutskaya? | CREATE TABLE table_10236830_6 (actors_name VARCHAR, film_name VARCHAR) | SELECT actors_name FROM table_10236830_6 WHERE film_name = "Anastasiya Slutskaya" | ### Context: CREATE TABLE table_10236830_6 (actors_name VARCHAR, film_name VARCHAR) ### Question: What actor was nominted for an award in the film Anastasiya Slutskaya? ### Answer: SELECT actors_name FROM table_10236830_6 WHERE film_name = "Anastasiya Slutskaya" |
What was the film Falling up nominated for? | CREATE TABLE table_10236830_6 (nomination VARCHAR, film_name VARCHAR) | SELECT nomination FROM table_10236830_6 WHERE film_name = "Falling Up" | ### Context: CREATE TABLE table_10236830_6 (nomination VARCHAR, film_name VARCHAR) ### Question: What was the film Falling up nominated for? ### Answer: SELECT nomination FROM table_10236830_6 WHERE film_name = "Falling Up" |
What is the name of the actress that was nominated for best actress in a leading role in the film Chopin: Desire for love? | CREATE TABLE table_10236830_6 (actors_name VARCHAR, film_name VARCHAR, nomination VARCHAR) | SELECT actors_name FROM table_10236830_6 WHERE film_name = "Chopin: Desire for Love" AND nomination = "Best Actress in a Leading Role" | ### Context: CREATE TABLE table_10236830_6 (actors_name VARCHAR, film_name VARCHAR, nomination VARCHAR) ### Question: What is the name of the actress that was nominated for best actress in a leading role in the film Chopin: Desire for love? ### Answer: SELECT actors_name FROM table_10236830_6 WHERE film_name = "Chopin:... |
Which films does the actor Alla Sergiyko star in? | CREATE TABLE table_10236830_6 (film_name VARCHAR, actors_name VARCHAR) | SELECT film_name FROM table_10236830_6 WHERE actors_name = "Alla Sergiyko" | ### Context: CREATE TABLE table_10236830_6 (film_name VARCHAR, actors_name VARCHAR) ### Question: Which films does the actor Alla Sergiyko star in? ### Answer: SELECT film_name FROM table_10236830_6 WHERE actors_name = "Alla Sergiyko" |
Which nominations was the film 27 Stolen Kisses nominated for? | CREATE TABLE table_10236830_6 (nomination VARCHAR, film_name VARCHAR) | SELECT nomination FROM table_10236830_6 WHERE film_name = "27 Stolen Kisses" | ### Context: CREATE TABLE table_10236830_6 (nomination VARCHAR, film_name VARCHAR) ### Question: Which nominations was the film 27 Stolen Kisses nominated for? ### Answer: SELECT nomination FROM table_10236830_6 WHERE film_name = "27 Stolen Kisses" |
Which actor from Serbia was nominated for best actor in a supporting role? | CREATE TABLE table_10236830_4 (actors_name VARCHAR, nomination VARCHAR, country VARCHAR) | SELECT actors_name FROM table_10236830_4 WHERE nomination = "Best Actor in a Supporting Role" AND country = "Serbia" | ### Context: CREATE TABLE table_10236830_4 (actors_name VARCHAR, nomination VARCHAR, country VARCHAR) ### Question: Which actor from Serbia was nominated for best actor in a supporting role? ### Answer: SELECT actors_name FROM table_10236830_4 WHERE nomination = "Best Actor in a Supporting Role" AND country = "Serbia" |
Vsevolod Shilovskiy is from what country? | CREATE TABLE table_10236830_4 (country VARCHAR, actors_name VARCHAR) | SELECT country FROM table_10236830_4 WHERE actors_name = "Vsevolod Shilovskiy" | ### Context: CREATE TABLE table_10236830_4 (country VARCHAR, actors_name VARCHAR) ### Question: Vsevolod Shilovskiy is from what country? ### Answer: SELECT country FROM table_10236830_4 WHERE actors_name = "Vsevolod Shilovskiy" |
Which nominations are connected to the film Totalitarian Romance? | CREATE TABLE table_10236830_4 (nomination VARCHAR, film_name VARCHAR) | SELECT nomination FROM table_10236830_4 WHERE film_name = "Totalitarian Romance" | ### Context: CREATE TABLE table_10236830_4 (nomination VARCHAR, film_name VARCHAR) ### Question: Which nominations are connected to the film Totalitarian Romance? ### Answer: SELECT nomination FROM table_10236830_4 WHERE film_name = "Totalitarian Romance" |
Srdjan Dragojevic worked on a film which earned what nomination? | CREATE TABLE table_10236830_4 (nomination VARCHAR, director VARCHAR) | SELECT nomination FROM table_10236830_4 WHERE director = "Srdjan Dragojevic" | ### Context: CREATE TABLE table_10236830_4 (nomination VARCHAR, director VARCHAR) ### Question: Srdjan Dragojevic worked on a film which earned what nomination? ### Answer: SELECT nomination FROM table_10236830_4 WHERE director = "Srdjan Dragojevic" |
Which actors are from Ukraine? | CREATE TABLE table_10236830_4 (actors_name VARCHAR, country VARCHAR) | SELECT actors_name FROM table_10236830_4 WHERE country = "Ukraine" | ### Context: CREATE TABLE table_10236830_4 (actors_name VARCHAR, country VARCHAR) ### Question: Which actors are from Ukraine? ### Answer: SELECT actors_name FROM table_10236830_4 WHERE country = "Ukraine" |
What was the film that vadim ilyenko directed? | CREATE TABLE table_10236830_1 (film_name VARCHAR, director VARCHAR) | SELECT film_name FROM table_10236830_1 WHERE director = "Vadim Ilyenko" | ### Context: CREATE TABLE table_10236830_1 (film_name VARCHAR, director VARCHAR) ### Question: What was the film that vadim ilyenko directed? ### Answer: SELECT film_name FROM table_10236830_1 WHERE director = "Vadim Ilyenko" |
What was the actors name that vadim ilyenko directed? | CREATE TABLE table_10236830_1 (actors_name VARCHAR, director VARCHAR) | SELECT actors_name FROM table_10236830_1 WHERE director = "Vadim Ilyenko" | ### Context: CREATE TABLE table_10236830_1 (actors_name VARCHAR, director VARCHAR) ### Question: What was the actors name that vadim ilyenko directed? ### Answer: SELECT actors_name FROM table_10236830_1 WHERE director = "Vadim Ilyenko" |
What was the actors name for fuchzhou and nomination was best non-professional actor? | CREATE TABLE table_10236830_1 (actors_name VARCHAR, film_name VARCHAR, nomination VARCHAR) | SELECT actors_name FROM table_10236830_1 WHERE film_name = "Fuchzhou" AND nomination = "Best Non-Professional Actor" | ### Context: CREATE TABLE table_10236830_1 (actors_name VARCHAR, film_name VARCHAR, nomination VARCHAR) ### Question: What was the actors name for fuchzhou and nomination was best non-professional actor? ### Answer: SELECT actors_name FROM table_10236830_1 WHERE film_name = "Fuchzhou" AND nomination = "Best Non-Profess... |
What film did michaylo ilyenko make with best actor in a supporting role? | CREATE TABLE table_10236830_1 (film_name VARCHAR, director VARCHAR, nomination VARCHAR) | SELECT film_name FROM table_10236830_1 WHERE director = "Michaylo Ilyenko" AND nomination = "Best Actor in a Supporting Role" | ### Context: CREATE TABLE table_10236830_1 (film_name VARCHAR, director VARCHAR, nomination VARCHAR) ### Question: What film did michaylo ilyenko make with best actor in a supporting role? ### Answer: SELECT film_name FROM table_10236830_1 WHERE director = "Michaylo Ilyenko" AND nomination = "Best Actor in a Supporting... |
What was the actor's name for best debut? | CREATE TABLE table_10236830_1 (actors_name VARCHAR, nomination VARCHAR) | SELECT actors_name FROM table_10236830_1 WHERE nomination = "Best Debut" | ### Context: CREATE TABLE table_10236830_1 (actors_name VARCHAR, nomination VARCHAR) ### Question: What was the actor's name for best debut? ### Answer: SELECT actors_name FROM table_10236830_1 WHERE nomination = "Best Debut" |
What was the number of nominations for natalia raskokoha? | CREATE TABLE table_10236830_1 (nomination VARCHAR, actors_name VARCHAR) | SELECT COUNT(nomination) FROM table_10236830_1 WHERE actors_name = "Natalia Raskokoha" | ### Context: CREATE TABLE table_10236830_1 (nomination VARCHAR, actors_name VARCHAR) ### Question: What was the number of nominations for natalia raskokoha? ### Answer: SELECT COUNT(nomination) FROM table_10236830_1 WHERE actors_name = "Natalia Raskokoha" |
What is the highest value of Total Goals? | CREATE TABLE table_10240125_1 (total_goals INTEGER) | SELECT MAX(total_goals) FROM table_10240125_1 | ### Context: CREATE TABLE table_10240125_1 (total_goals INTEGER) ### Question: What is the highest value of Total Goals? ### Answer: SELECT MAX(total_goals) FROM table_10240125_1 |
When FA Cup Apps is 9 what is the smallest number of FA Cup Goals? | CREATE TABLE table_10240125_1 (fa_cup_goals INTEGER, fa_cup_apps VARCHAR) | SELECT MIN(fa_cup_goals) FROM table_10240125_1 WHERE fa_cup_apps = 9 | ### Context: CREATE TABLE table_10240125_1 (fa_cup_goals INTEGER, fa_cup_apps VARCHAR) ### Question: When FA Cup Apps is 9 what is the smallest number of FA Cup Goals? ### Answer: SELECT MIN(fa_cup_goals) FROM table_10240125_1 WHERE fa_cup_apps = 9 |
What is the smallest number of Total Goals? | CREATE TABLE table_10240125_1 (total_goals INTEGER) | SELECT MIN(total_goals) FROM table_10240125_1 | ### Context: CREATE TABLE table_10240125_1 (total_goals INTEGER) ### Question: What is the smallest number of Total Goals? ### Answer: SELECT MIN(total_goals) FROM table_10240125_1 |
What circuit was the race where Hideki Mutoh had the fastest lap? | CREATE TABLE table_10264179_2 (circuit VARCHAR, fastest_lap VARCHAR) | SELECT circuit FROM table_10264179_2 WHERE fastest_lap = "Hideki Mutoh" | ### Context: CREATE TABLE table_10264179_2 (circuit VARCHAR, fastest_lap VARCHAR) ### Question: What circuit was the race where Hideki Mutoh had the fastest lap? ### Answer: SELECT circuit FROM table_10264179_2 WHERE fastest_lap = "Hideki Mutoh" |
what is the episode # for production code 227 | CREATE TABLE table_10269427_3 (episode__number VARCHAR, production_code VARCHAR) | SELECT episode__number FROM table_10269427_3 WHERE production_code = 227 | ### Context: CREATE TABLE table_10269427_3 (episode__number VARCHAR, production_code VARCHAR) ### Question: what is the episode # for production code 227 ### Answer: SELECT episode__number FROM table_10269427_3 WHERE production_code = 227 |
who directed the movie written by is sib ventress / aydrea ten bosch | CREATE TABLE table_10269427_3 (directed_by VARCHAR, written_by VARCHAR) | SELECT directed_by FROM table_10269427_3 WHERE written_by = "Sib Ventress / Aydrea ten Bosch" | ### Context: CREATE TABLE table_10269427_3 (directed_by VARCHAR, written_by VARCHAR) ### Question: who directed the movie written by is sib ventress / aydrea ten bosch ### Answer: SELECT directed_by FROM table_10269427_3 WHERE written_by = "Sib Ventress / Aydrea ten Bosch" |
Whatis the number of total goals maximum? | CREATE TABLE table_10240125_2 (total_goals INTEGER) | SELECT MAX(total_goals) FROM table_10240125_2 | ### Context: CREATE TABLE table_10240125_2 (total_goals INTEGER) ### Question: Whatis the number of total goals maximum? ### Answer: SELECT MAX(total_goals) FROM table_10240125_2 |
HOW MANY TEMPERATURE INTERVALS ARE POSSIBLE TO USE WITH ACRYL? | CREATE TABLE table_10262329_1 (temp__ VARCHAR, adhesive_type VARCHAR) | SELECT COUNT(temp__) AS °c_ FROM table_10262329_1 WHERE adhesive_type = "Acryl" | ### Context: CREATE TABLE table_10262329_1 (temp__ VARCHAR, adhesive_type VARCHAR) ### Question: HOW MANY TEMPERATURE INTERVALS ARE POSSIBLE TO USE WITH ACRYL? ### Answer: SELECT COUNT(temp__) AS °c_ FROM table_10262329_1 WHERE adhesive_type = "Acryl" |
How many matches where played with Jim Pugh? | CREATE TABLE table_1028356_3 (opponents VARCHAR, partner VARCHAR) | SELECT COUNT(opponents) FROM table_1028356_3 WHERE partner = "Jim Pugh" | ### Context: CREATE TABLE table_1028356_3 (opponents VARCHAR, partner VARCHAR) ### Question: How many matches where played with Jim Pugh? ### Answer: SELECT COUNT(opponents) FROM table_1028356_3 WHERE partner = "Jim Pugh" |
What is the score with partner Jim Pugh? | CREATE TABLE table_1028356_3 (score VARCHAR, partner VARCHAR) | SELECT score FROM table_1028356_3 WHERE partner = "Jim Pugh" | ### Context: CREATE TABLE table_1028356_3 (score VARCHAR, partner VARCHAR) ### Question: What is the score with partner Jim Pugh? ### Answer: SELECT score FROM table_1028356_3 WHERE partner = "Jim Pugh" |
How many matched scored 3–6, 7–6(5), 6–3? | CREATE TABLE table_1028356_3 (surface VARCHAR, score VARCHAR) | SELECT COUNT(surface) FROM table_1028356_3 WHERE score = "3–6, 7–6(5), 6–3" | ### Context: CREATE TABLE table_1028356_3 (surface VARCHAR, score VARCHAR) ### Question: How many matched scored 3–6, 7–6(5), 6–3? ### Answer: SELECT COUNT(surface) FROM table_1028356_3 WHERE score = "3–6, 7–6(5), 6–3" |
What year was the championship in Wimbledon (2)? | CREATE TABLE table_1028356_3 (year VARCHAR, championship VARCHAR) | SELECT year FROM table_1028356_3 WHERE championship = "Wimbledon (2)" | ### Context: CREATE TABLE table_1028356_3 (year VARCHAR, championship VARCHAR) ### Question: What year was the championship in Wimbledon (2)? ### Answer: SELECT year FROM table_1028356_3 WHERE championship = "Wimbledon (2)" |
What is the score of the match with opponents Gretchen Magers Kelly Jones? | CREATE TABLE table_1028356_3 (score VARCHAR, opponents VARCHAR) | SELECT score FROM table_1028356_3 WHERE opponents = "Gretchen Magers Kelly Jones" | ### Context: CREATE TABLE table_1028356_3 (score VARCHAR, opponents VARCHAR) ### Question: What is the score of the match with opponents Gretchen Magers Kelly Jones? ### Answer: SELECT score FROM table_1028356_3 WHERE opponents = "Gretchen Magers Kelly Jones" |
How many birthdays does Earl Hanley Beshlin have? | CREATE TABLE table_10284385_1 (date_of_birth VARCHAR, representative VARCHAR) | SELECT COUNT(date_of_birth) FROM table_10284385_1 WHERE representative = "Earl Hanley Beshlin" | ### Context: CREATE TABLE table_10284385_1 (date_of_birth VARCHAR, representative VARCHAR) ### Question: How many birthdays does Earl Hanley Beshlin have? ### Answer: SELECT COUNT(date_of_birth) FROM table_10284385_1 WHERE representative = "Earl Hanley Beshlin" |
Which politican party has a birthday of November 10, 1880 | CREATE TABLE table_10284385_1 (party VARCHAR, date_of_birth VARCHAR) | SELECT party FROM table_10284385_1 WHERE date_of_birth = "November 10, 1880" | ### Context: CREATE TABLE table_10284385_1 (party VARCHAR, date_of_birth VARCHAR) ### Question: Which politican party has a birthday of November 10, 1880 ### Answer: SELECT party FROM table_10284385_1 WHERE date_of_birth = "November 10, 1880" |
Which representative has a birthday of January 31, 1866? | CREATE TABLE table_10284385_1 (representative VARCHAR, date_of_birth VARCHAR) | SELECT representative FROM table_10284385_1 WHERE date_of_birth = "January 31, 1866" | ### Context: CREATE TABLE table_10284385_1 (representative VARCHAR, date_of_birth VARCHAR) ### Question: Which representative has a birthday of January 31, 1866? ### Answer: SELECT representative FROM table_10284385_1 WHERE date_of_birth = "January 31, 1866" |
What is the Singles W-L for the players named Laurynas Grigelis? | CREATE TABLE table_10295819_1 (singles_w_l VARCHAR, player VARCHAR) | SELECT singles_w_l FROM table_10295819_1 WHERE player = "Laurynas Grigelis" | ### Context: CREATE TABLE table_10295819_1 (singles_w_l VARCHAR, player VARCHAR) ### Question: What is the Singles W-L for the players named Laurynas Grigelis? ### Answer: SELECT singles_w_l FROM table_10295819_1 WHERE player = "Laurynas Grigelis" |
What is the Current singles ranking for the player named Mantas Bugailiškis? | CREATE TABLE table_10295819_1 (current_singles_ranking VARCHAR, player VARCHAR) | SELECT current_singles_ranking FROM table_10295819_1 WHERE player = "Mantas Bugailiškis" | ### Context: CREATE TABLE table_10295819_1 (current_singles_ranking VARCHAR, player VARCHAR) ### Question: What is the Current singles ranking for the player named Mantas Bugailiškis? ### Answer: SELECT current_singles_ranking FROM table_10295819_1 WHERE player = "Mantas Bugailiškis" |
How many playerd Mrs. Darling in the 1999 Broadway? | CREATE TABLE table_10312547_1 (character VARCHAR) | SELECT COUNT(1999 AS _broadway) FROM table_10312547_1 WHERE character = "Mrs. Darling" | ### Context: CREATE TABLE table_10312547_1 (character VARCHAR) ### Question: How many playerd Mrs. Darling in the 1999 Broadway? ### Answer: SELECT COUNT(1999 AS _broadway) FROM table_10312547_1 WHERE character = "Mrs. Darling" |
Who played Peter Pan in the 1990 Broadway? | CREATE TABLE table_10312547_1 (character VARCHAR) | SELECT 1990 AS _broadway FROM table_10312547_1 WHERE character = "Peter Pan" | ### Context: CREATE TABLE table_10312547_1 (character VARCHAR) ### Question: Who played Peter Pan in the 1990 Broadway? ### Answer: SELECT 1990 AS _broadway FROM table_10312547_1 WHERE character = "Peter Pan" |
What date was BBC One total viewing greater then 11616996.338225884? | CREATE TABLE table_103084_4 (broadcast_date VARCHAR, bbc_one_total_viewing INTEGER) | SELECT broadcast_date FROM table_103084_4 WHERE bbc_one_total_viewing > 11616996.338225884 | ### Context: CREATE TABLE table_103084_4 (broadcast_date VARCHAR, bbc_one_total_viewing INTEGER) ### Question: What date was BBC One total viewing greater then 11616996.338225884? ### Answer: SELECT broadcast_date FROM table_103084_4 WHERE bbc_one_total_viewing > 11616996.338225884 |
How many years did BBC One rank 20th? | CREATE TABLE table_103084_4 (year VARCHAR, bbc_one_rank VARCHAR) | SELECT COUNT(year) FROM table_103084_4 WHERE bbc_one_rank = "20th" | ### Context: CREATE TABLE table_103084_4 (year VARCHAR, bbc_one_rank VARCHAR) ### Question: How many years did BBC One rank 20th? ### Answer: SELECT COUNT(year) FROM table_103084_4 WHERE bbc_one_rank = "20th" |
What year was the BBC two total viewing 7,530,000? | CREATE TABLE table_103084_4 (year INTEGER, bbc_two_total_viewing VARCHAR) | SELECT MIN(year) FROM table_103084_4 WHERE bbc_two_total_viewing = "7,530,000" | ### Context: CREATE TABLE table_103084_4 (year INTEGER, bbc_two_total_viewing VARCHAR) ### Question: What year was the BBC two total viewing 7,530,000? ### Answer: SELECT MIN(year) FROM table_103084_4 WHERE bbc_two_total_viewing = "7,530,000" |
how many ↓ function / genus → with escherichia being espd | CREATE TABLE table_10321124_1 (COUNT VARCHAR, escherichia VARCHAR) | SELECT COUNT AS ↓_function___genus_→ FROM table_10321124_1 WHERE escherichia = "EspD" | ### Context: CREATE TABLE table_10321124_1 (COUNT VARCHAR, escherichia VARCHAR) ### Question: how many ↓ function / genus → with escherichia being espd ### Answer: SELECT COUNT AS ↓_function___genus_→ FROM table_10321124_1 WHERE escherichia = "EspD" |
what's the salmonella with escherichia being espd | CREATE TABLE table_10321124_1 (salmonella VARCHAR, escherichia VARCHAR) | SELECT salmonella FROM table_10321124_1 WHERE escherichia = "EspD" | ### Context: CREATE TABLE table_10321124_1 (salmonella VARCHAR, escherichia VARCHAR) ### Question: what's the salmonella with escherichia being espd ### Answer: SELECT salmonella FROM table_10321124_1 WHERE escherichia = "EspD" |
what's the ↓ function / genus → with shigella being spa32 | CREATE TABLE table_10321124_1 (↓_function___genus_→ VARCHAR, shigella VARCHAR) | SELECT ↓_function___genus_→ FROM table_10321124_1 WHERE shigella = "Spa32" | ### Context: CREATE TABLE table_10321124_1 (↓_function___genus_→ VARCHAR, shigella VARCHAR) ### Question: what's the ↓ function / genus → with shigella being spa32 ### Answer: SELECT ↓_function___genus_→ FROM table_10321124_1 WHERE shigella = "Spa32" |
what's the salmonella with shigella being ipgc | CREATE TABLE table_10321124_1 (salmonella VARCHAR, shigella VARCHAR) | SELECT salmonella FROM table_10321124_1 WHERE shigella = "IpgC" | ### Context: CREATE TABLE table_10321124_1 (salmonella VARCHAR, shigella VARCHAR) ### Question: what's the salmonella with shigella being ipgc ### Answer: SELECT salmonella FROM table_10321124_1 WHERE shigella = "IpgC" |
what's the salmonella with escherichia being sepb (escn) | CREATE TABLE table_10321124_1 (salmonella VARCHAR, escherichia VARCHAR) | SELECT salmonella FROM table_10321124_1 WHERE escherichia = "SepB (EscN)" | ### Context: CREATE TABLE table_10321124_1 (salmonella VARCHAR, escherichia VARCHAR) ### Question: what's the salmonella with escherichia being sepb (escn) ### Answer: SELECT salmonella FROM table_10321124_1 WHERE escherichia = "SepB (EscN)" |
what's the shigella with yersinia being yscp | CREATE TABLE table_10321124_1 (shigella VARCHAR, yersinia VARCHAR) | SELECT shigella FROM table_10321124_1 WHERE yersinia = "YscP" | ### Context: CREATE TABLE table_10321124_1 (shigella VARCHAR, yersinia VARCHAR) ### Question: what's the shigella with yersinia being yscp ### Answer: SELECT shigella FROM table_10321124_1 WHERE yersinia = "YscP" |
How many original titles did Marriage Italian-Style have? | CREATE TABLE table_10321805_1 (original_title VARCHAR, film_title_used_in_nomination VARCHAR) | SELECT COUNT(original_title) FROM table_10321805_1 WHERE film_title_used_in_nomination = "Marriage Italian-Style" | ### Context: CREATE TABLE table_10321805_1 (original_title VARCHAR, film_title_used_in_nomination VARCHAR) ### Question: How many original titles did Marriage Italian-Style have? ### Answer: SELECT COUNT(original_title) FROM table_10321805_1 WHERE film_title_used_in_nomination = "Marriage Italian-Style" |
What year was a movie with the original title La Leggenda del Santo Bevitore submitted? | CREATE TABLE table_10321805_1 (year__ceremony_ VARCHAR, original_title VARCHAR) | SELECT year__ceremony_ FROM table_10321805_1 WHERE original_title = "La leggenda del santo bevitore" | ### Context: CREATE TABLE table_10321805_1 (year__ceremony_ VARCHAR, original_title VARCHAR) ### Question: What year was a movie with the original title La Leggenda del Santo Bevitore submitted? ### Answer: SELECT year__ceremony_ FROM table_10321805_1 WHERE original_title = "La leggenda del santo bevitore" |
what's the camp with estimated deaths of 600,000 | CREATE TABLE table_10335_1 (camp VARCHAR, estimated_deaths VARCHAR) | SELECT camp FROM table_10335_1 WHERE estimated_deaths = "600,000" | ### Context: CREATE TABLE table_10335_1 (camp VARCHAR, estimated_deaths VARCHAR) ### Question: what's the camp with estimated deaths of 600,000 ### Answer: SELECT camp FROM table_10335_1 WHERE estimated_deaths = "600,000" |
what's the operational period with camp sajmište | CREATE TABLE table_10335_1 (operational VARCHAR, camp VARCHAR) | SELECT operational FROM table_10335_1 WHERE camp = "Sajmište" | ### Context: CREATE TABLE table_10335_1 (operational VARCHAR, camp VARCHAR) ### Question: what's the operational period with camp sajmište ### Answer: SELECT operational FROM table_10335_1 WHERE camp = "Sajmište" |
what's the estimated deaths with operational period of 17 march 1942 – end of june 1943 | CREATE TABLE table_10335_1 (estimated_deaths VARCHAR, operational VARCHAR) | SELECT estimated_deaths FROM table_10335_1 WHERE operational = "17 March 1942 – end of June 1943" | ### Context: CREATE TABLE table_10335_1 (estimated_deaths VARCHAR, operational VARCHAR) ### Question: what's the estimated deaths with operational period of 17 march 1942 – end of june 1943 ### Answer: SELECT estimated_deaths FROM table_10335_1 WHERE operational = "17 March 1942 – end of June 1943" |
what's the current country of location with operational period of summer of 1941 to 28 june 1944 | CREATE TABLE table_10335_1 (current_country_of_location VARCHAR, operational VARCHAR) | SELECT current_country_of_location FROM table_10335_1 WHERE operational = "Summer of 1941 to 28 June 1944" | ### Context: CREATE TABLE table_10335_1 (current_country_of_location VARCHAR, operational VARCHAR) ### Question: what's the current country of location with operational period of summer of 1941 to 28 june 1944 ### Answer: SELECT current_country_of_location FROM table_10335_1 WHERE operational = "Summer of 1941 to 28 J... |
what's the occupied territory with estimated deaths of 600,000 | CREATE TABLE table_10335_1 (occupied_territory VARCHAR, estimated_deaths VARCHAR) | SELECT occupied_territory FROM table_10335_1 WHERE estimated_deaths = "600,000" | ### Context: CREATE TABLE table_10335_1 (occupied_territory VARCHAR, estimated_deaths VARCHAR) ### Question: what's the occupied territory with estimated deaths of 600,000 ### Answer: SELECT occupied_territory FROM table_10335_1 WHERE estimated_deaths = "600,000" |
what's the occupied territory with operational period of may 1940 – january 1945 | CREATE TABLE table_10335_1 (occupied_territory VARCHAR, operational VARCHAR) | SELECT occupied_territory FROM table_10335_1 WHERE operational = "May 1940 – January 1945" | ### Context: CREATE TABLE table_10335_1 (occupied_territory VARCHAR, operational VARCHAR) ### Question: what's the occupied territory with operational period of may 1940 – january 1945 ### Answer: SELECT occupied_territory FROM table_10335_1 WHERE operational = "May 1940 – January 1945" |
Which overall pick was traded to the Cleveland Browns? | CREATE TABLE table_10360823_1 (overall VARCHAR, college VARCHAR) | SELECT overall FROM table_10360823_1 WHERE college = "Traded to the Cleveland Browns" | ### Context: CREATE TABLE table_10360823_1 (overall VARCHAR, college VARCHAR) ### Question: Which overall pick was traded to the Cleveland Browns? ### Answer: SELECT overall FROM table_10360823_1 WHERE college = "Traded to the Cleveland Browns" |
Overall pick 240 was a pick in which round? | CREATE TABLE table_10360823_1 (round VARCHAR, overall VARCHAR) | SELECT round FROM table_10360823_1 WHERE overall = 240 | ### Context: CREATE TABLE table_10360823_1 (round VARCHAR, overall VARCHAR) ### Question: Overall pick 240 was a pick in which round? ### Answer: SELECT round FROM table_10360823_1 WHERE overall = 240 |
Which overall pick number went to college at Youngstown State? | CREATE TABLE table_10360823_1 (overall INTEGER, college VARCHAR) | SELECT MIN(overall) FROM table_10360823_1 WHERE college = "Youngstown State" | ### Context: CREATE TABLE table_10360823_1 (overall INTEGER, college VARCHAR) ### Question: Which overall pick number went to college at Youngstown State? ### Answer: SELECT MIN(overall) FROM table_10360823_1 WHERE college = "Youngstown State" |
What position is played by pick 255 overall? | CREATE TABLE table_10360823_1 (position VARCHAR, overall VARCHAR) | SELECT position FROM table_10360823_1 WHERE overall = 255 | ### Context: CREATE TABLE table_10360823_1 (position VARCHAR, overall VARCHAR) ### Question: What position is played by pick 255 overall? ### Answer: SELECT position FROM table_10360823_1 WHERE overall = 255 |
Which player was chosen in round 17? | CREATE TABLE table_10360823_1 (player_name VARCHAR, round VARCHAR) | SELECT player_name FROM table_10360823_1 WHERE round = 17 | ### Context: CREATE TABLE table_10360823_1 (player_name VARCHAR, round VARCHAR) ### Question: Which player was chosen in round 17? ### Answer: SELECT player_name FROM table_10360823_1 WHERE round = 17 |
The record of 7-3 had the largest attendance of what? | CREATE TABLE table_10361453_2 (attendance INTEGER, record VARCHAR) | SELECT MAX(attendance) FROM table_10361453_2 WHERE record = "7-3" | ### Context: CREATE TABLE table_10361453_2 (attendance INTEGER, record VARCHAR) ### Question: The record of 7-3 had the largest attendance of what? ### Answer: SELECT MAX(attendance) FROM table_10361453_2 WHERE record = "7-3" |
The record of 9-4 was against which opponent? | CREATE TABLE table_10361453_2 (opponent VARCHAR, record VARCHAR) | SELECT opponent FROM table_10361453_2 WHERE record = "9-4" | ### Context: CREATE TABLE table_10361453_2 (opponent VARCHAR, record VARCHAR) ### Question: The record of 9-4 was against which opponent? ### Answer: SELECT opponent FROM table_10361453_2 WHERE record = "9-4" |
The game number of 8 had a record of what? | CREATE TABLE table_10361453_2 (record VARCHAR, game VARCHAR) | SELECT record FROM table_10361453_2 WHERE game = 8 | ### Context: CREATE TABLE table_10361453_2 (record VARCHAR, game VARCHAR) ### Question: The game number of 8 had a record of what? ### Answer: SELECT record FROM table_10361453_2 WHERE game = 8 |
What round was Steve Stonebreaker drafted? | CREATE TABLE table_10360656_1 (round INTEGER, player_name VARCHAR) | SELECT MAX(round) FROM table_10360656_1 WHERE player_name = "Steve Stonebreaker" | ### Context: CREATE TABLE table_10360656_1 (round INTEGER, player_name VARCHAR) ### Question: What round was Steve Stonebreaker drafted? ### Answer: SELECT MAX(round) FROM table_10360656_1 WHERE player_name = "Steve Stonebreaker" |
Who was the top picki n the draft? | CREATE TABLE table_10360656_1 (choice INTEGER) | SELECT MIN(choice) FROM table_10360656_1 | ### Context: CREATE TABLE table_10360656_1 (choice INTEGER) ### Question: Who was the top picki n the draft? ### Answer: SELECT MIN(choice) FROM table_10360656_1 |
What round was Bill Hill drafted? | CREATE TABLE table_10360656_1 (choice VARCHAR, player_name VARCHAR) | SELECT choice FROM table_10360656_1 WHERE player_name = "Bill Hill" | ### Context: CREATE TABLE table_10360656_1 (choice VARCHAR, player_name VARCHAR) ### Question: What round was Bill Hill drafted? ### Answer: SELECT choice FROM table_10360656_1 WHERE player_name = "Bill Hill" |
What was the name of the quarterback drafted? | CREATE TABLE table_10360656_1 (player_name VARCHAR, position VARCHAR) | SELECT player_name FROM table_10360656_1 WHERE position = "Quarterback" | ### Context: CREATE TABLE table_10360656_1 (player_name VARCHAR, position VARCHAR) ### Question: What was the name of the quarterback drafted? ### Answer: SELECT player_name FROM table_10360656_1 WHERE position = "Quarterback" |
Where is the college where Keith Hartwig plays? | CREATE TABLE table_10361625_1 (college VARCHAR, player_name VARCHAR) | SELECT college FROM table_10361625_1 WHERE player_name = "Keith Hartwig" | ### Context: CREATE TABLE table_10361625_1 (college VARCHAR, player_name VARCHAR) ### Question: Where is the college where Keith Hartwig plays? ### Answer: SELECT college FROM table_10361625_1 WHERE player_name = "Keith Hartwig" |
What is the name of the linebacker at Illinois college? | CREATE TABLE table_10361625_1 (player_name VARCHAR, position VARCHAR, college VARCHAR) | SELECT player_name FROM table_10361625_1 WHERE position = "Linebacker" AND college = "Illinois" | ### Context: CREATE TABLE table_10361625_1 (player_name VARCHAR, position VARCHAR, college VARCHAR) ### Question: What is the name of the linebacker at Illinois college? ### Answer: SELECT player_name FROM table_10361625_1 WHERE position = "Linebacker" AND college = "Illinois" |
What is the greatest round of overall 83? | CREATE TABLE table_10361625_1 (round INTEGER, overall VARCHAR) | SELECT MAX(round) FROM table_10361625_1 WHERE overall = 83 | ### Context: CREATE TABLE table_10361625_1 (round INTEGER, overall VARCHAR) ### Question: What is the greatest round of overall 83? ### Answer: SELECT MAX(round) FROM table_10361625_1 WHERE overall = 83 |
Which round did Tommy Kramer play in> | CREATE TABLE table_10361625_1 (round VARCHAR, player_name VARCHAR) | SELECT round FROM table_10361625_1 WHERE player_name = "Tommy Kramer" | ### Context: CREATE TABLE table_10361625_1 (round VARCHAR, player_name VARCHAR) ### Question: Which round did Tommy Kramer play in> ### Answer: SELECT round FROM table_10361625_1 WHERE player_name = "Tommy Kramer" |
What is Rice's collage score? | CREATE TABLE table_10361625_1 (overall VARCHAR, college VARCHAR) | SELECT overall FROM table_10361625_1 WHERE college = "Rice" | ### Context: CREATE TABLE table_10361625_1 (overall VARCHAR, college VARCHAR) ### Question: What is Rice's collage score? ### Answer: SELECT overall FROM table_10361625_1 WHERE college = "Rice" |
Where does the defensive back position appear first? | CREATE TABLE table_10361230_1 (round INTEGER, position VARCHAR) | SELECT MIN(round) FROM table_10361230_1 WHERE position = "Defensive Back" | ### Context: CREATE TABLE table_10361230_1 (round INTEGER, position VARCHAR) ### Question: Where does the defensive back position appear first? ### Answer: SELECT MIN(round) FROM table_10361230_1 WHERE position = "Defensive Back" |
What is Bruce Cerone overall? | CREATE TABLE table_10361230_1 (overall INTEGER, player_name VARCHAR) | SELECT MIN(overall) FROM table_10361230_1 WHERE player_name = "Bruce Cerone" | ### Context: CREATE TABLE table_10361230_1 (overall INTEGER, player_name VARCHAR) ### Question: What is Bruce Cerone overall? ### Answer: SELECT MIN(overall) FROM table_10361230_1 WHERE player_name = "Bruce Cerone" |
Which player went to Emporia State? | CREATE TABLE table_10361230_1 (player_name VARCHAR, college VARCHAR) | SELECT player_name FROM table_10361230_1 WHERE college = "Emporia State" | ### Context: CREATE TABLE table_10361230_1 (player_name VARCHAR, college VARCHAR) ### Question: Which player went to Emporia State? ### Answer: SELECT player_name FROM table_10361230_1 WHERE college = "Emporia State" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.