text stringlengths 114 1.06k |
|---|
### 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" ### context: CREATE TABLE table_101336_1 (no_of_cu_o_planes_in_unit_cell 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" ### context: CREATE TABLE table_101336_1 (crystal_structure VARCHAR, formula 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" ### context: CREATE TABLE table_101336_1 (t_c__k_ VARCHAR, notation 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" ### 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" ### context: CREATE TABLE table_10138926_1 (city VARCHAR) |
### question: How many 2001 censuses are there on number 13? ### answer: SELECT COUNT(2001 AS _census) FROM table_10138926_1 WHERE _number = 13 ### context: CREATE TABLE table_10138926_1 (_number VARCHAR) |
### question: What's the 1981 census of Livorno? ### answer: SELECT 1981 AS _census FROM table_10138926_1 WHERE city = "Livorno" ### context: CREATE TABLE table_10138926_1 (city VARCHAR) |
### question: Which NHL team has player Mike Loach? ### answer: SELECT nhl_team FROM table_1013129_8 WHERE player = "Mike Loach" ### 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" ### context: CREATE TABLE table_1013129_8 (nhl_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" ### context: CREATE TABLE table_1013129_8 (college_junior_club_team VARCHAR, player VARCHAR) |
### question: How many nationalities are the pick 193? ### answer: SELECT COUNT(nationality) FROM table_1013129_8 WHERE pick = 193 ### context: CREATE TABLE table_1013129_8 (nationality VARCHAR, pick 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" ### context: CREATE TABLE table_1013168_2 (successor VARCHAR, date_of_successors_formal_installation 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" ### context: CREATE TABLE table_1014319_1 (tonioli VARCHAR, goodman 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 horwood = "7" AND result = "Safe" ### context: CREATE TABLE table_1014319_1 (goodman VARCHAR, result VARCHAR, tot... |
### 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 = "Second place" ### context: CREATE TABLE table_1014319_1 (dixon VARCHAR, dance_song VARCHAR, resul... |
### 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 / Young Hearts Run Free" ### context: CREATE TABLE table_1014319_1 (goodman VARCHAR, result VARCHAR, ... |
### question: What year was number 7 built? ### answer: 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 is we two when the case/suffix is loc.? ### answer: 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 them two (the two) when we two is ngalbelpa? ### answer: 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 you and i is ngœbalngu? ### answer: 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 who-two where you and i is ngœban? ### answer: 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 we two where you two is ngipen? ### answer: 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 who-two when you two is ngipelngu? ### answer: 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's the points with driver mark martin ### answer: 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 rusty wallace ### answer: SELECT points FROM table_10160447_1 WHERE driver = "Rusty Wallace" ### context: CREATE TABLE table_10160447_1 (points 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" ### context: CREATE TABLE table_10160447_1 (position VARCHAR, driver VARCHAR) |
### question: what's the maximum position with winnings $50,000 ### answer: SELECT MAX(position) FROM table_10160447_1 WHERE winnings = "$50,000" ### context: CREATE TABLE table_10160447_1 (position INTEGER, winnings 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" ### context: CREATE TABLE table_10236830_6 (actors_name 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" ### context: CREATE TABLE table_10236830_6 (nomination VARCHAR, film_name 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: Desire for Love" AND nomination = "Best Actress in a Leading Role" ### context: CREATE TABLE table_1023... |
### question: Which films does the actor Alla Sergiyko star in? ### answer: 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 nominations was the film 27 Stolen Kisses nominated for? ### answer: 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 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" ### context: CREATE TABLE table_10236830_4 (actors_name VARCHAR, nomination VARCHAR, country VARCHAR) |
### question: Vsevolod Shilovskiy is from what country? ### answer: SELECT country FROM table_10236830_4 WHERE actors_name = "Vsevolod Shilovskiy" ### context: CREATE TABLE table_10236830_4 (country VARCHAR, actors_name VARCHAR) |
### question: Which nominations are connected to the film Totalitarian Romance? ### answer: SELECT nomination FROM table_10236830_4 WHERE film_name = "Totalitarian Romance" ### context: CREATE TABLE table_10236830_4 (nomination VARCHAR, film_name VARCHAR) |
### question: Srdjan Dragojevic worked on a film which earned what nomination? ### answer: SELECT nomination FROM table_10236830_4 WHERE director = "Srdjan Dragojevic" ### context: CREATE TABLE table_10236830_4 (nomination VARCHAR, director VARCHAR) |
### question: Which actors are from Ukraine? ### answer: SELECT actors_name FROM table_10236830_4 WHERE country = "Ukraine" ### context: CREATE TABLE table_10236830_4 (actors_name VARCHAR, country VARCHAR) |
### question: What was the film that vadim ilyenko directed? ### answer: 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 actors name that vadim ilyenko directed? ### answer: 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 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-Professional Actor" ### context: CREATE TABLE table_10236830_1 (actors_name VARCHAR, film_name VARCHAR, nominat... |
### 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 Role" ### context: CREATE TABLE table_10236830_1 (film_name VARCHAR, director VARCHAR, nomination VA... |
### question: What was the actor's name for best debut? ### answer: 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 number of nominations for natalia raskokoha? ### answer: 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 is the highest value of Total Goals? ### answer: SELECT MAX(total_goals) FROM table_10240125_1 ### context: CREATE TABLE table_10240125_1 (total_goals INTEGER) |
### 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 ### context: CREATE TABLE table_10240125_1 (fa_cup_goals INTEGER, fa_cup_apps VARCHAR) |
### question: What is the smallest number of Total Goals? ### answer: SELECT MIN(total_goals) FROM table_10240125_1 ### context: CREATE TABLE table_10240125_1 (total_goals INTEGER) |
### 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" ### context: CREATE TABLE table_10264179_2 (circuit VARCHAR, fastest_lap VARCHAR) |
### question: what is the episode # for production code 227 ### answer: SELECT episode__number FROM table_10269427_3 WHERE production_code = 227 ### context: CREATE TABLE table_10269427_3 (episode__number VARCHAR, production_code 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" ### context: CREATE TABLE table_10269427_3 (directed_by VARCHAR, written_by VARCHAR) |
### question: Whatis the number of total goals maximum? ### answer: SELECT MAX(total_goals) FROM table_10240125_2 ### context: CREATE TABLE table_10240125_2 (total_goals INTEGER) |
### 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" ### context: CREATE TABLE table_10262329_1 (temp__ VARCHAR, adhesive_type VARCHAR) |
### question: How many matches where played with Jim Pugh? ### answer: SELECT COUNT(opponents) FROM table_1028356_3 WHERE partner = "Jim Pugh" ### context: CREATE TABLE table_1028356_3 (opponents VARCHAR, partner VARCHAR) |
### question: What is the score with partner Jim Pugh? ### answer: SELECT score FROM table_1028356_3 WHERE partner = "Jim Pugh" ### context: CREATE TABLE table_1028356_3 (score VARCHAR, partner 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" ### context: CREATE TABLE table_1028356_3 (surface VARCHAR, score VARCHAR) |
### question: What year was the championship in Wimbledon (2)? ### answer: SELECT year FROM table_1028356_3 WHERE championship = "Wimbledon (2)" ### context: CREATE TABLE table_1028356_3 (year VARCHAR, championship 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" ### context: CREATE TABLE table_1028356_3 (score VARCHAR, opponents 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" ### context: CREATE TABLE table_10284385_1 (date_of_birth VARCHAR, representative 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" ### context: CREATE TABLE table_10284385_1 (party 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" ### context: CREATE TABLE table_10284385_1 (representative VARCHAR, date_of_birth 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" ### context: CREATE TABLE table_10295819_1 (singles_w_l 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" ### context: CREATE TABLE table_10295819_1 (current_singles_ranking VARCHAR, player 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" ### 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" ### context: CREATE TABLE table_10312547_1 (character VARCHAR) |
### 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 ### context: CREATE TABLE table_103084_4 (broadcast_date VARCHAR, bbc_one_total_viewing INTEGER) |
### question: How many years did BBC One rank 20th? ### answer: 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: 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" ### context: CREATE TABLE table_103084_4 (year INTEGER, bbc_two_total_viewing VARCHAR) |
### question: how many ↓ function / genus → with escherichia being espd ### answer: SELECT COUNT AS ↓_function___genus_→ FROM table_10321124_1 WHERE escherichia = "EspD" ### context: CREATE TABLE table_10321124_1 (COUNT VARCHAR, escherichia VARCHAR) |
### question: what's the salmonella with escherichia being espd ### answer: SELECT salmonella FROM table_10321124_1 WHERE escherichia = "EspD" ### context: CREATE TABLE table_10321124_1 (salmonella VARCHAR, escherichia VARCHAR) |
### question: what's the ↓ function / genus → with shigella being spa32 ### answer: 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 salmonella with shigella being ipgc ### answer: 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 escherichia being sepb (escn) ### answer: SELECT salmonella FROM table_10321124_1 WHERE escherichia = "SepB (EscN)" ### context: CREATE TABLE table_10321124_1 (salmonella VARCHAR, escherichia VARCHAR) |
### question: what's the shigella with yersinia being yscp ### answer: SELECT shigella FROM table_10321124_1 WHERE yersinia = "YscP" ### context: CREATE TABLE table_10321124_1 (shigella VARCHAR, yersinia 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" ### context: CREATE TABLE table_10321805_1 (original_title VARCHAR, film_title_used_in_nomination 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" ### context: CREATE TABLE table_10321805_1 (year__ceremony_ VARCHAR, original_title VARCHAR) |
### question: what's the camp with estimated deaths of 600,000 ### answer: 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 operational period with camp sajmište ### answer: SELECT operational FROM table_10335_1 WHERE camp = "Sajmište" ### context: CREATE TABLE table_10335_1 (operational VARCHAR, camp 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" ### context: CREATE TABLE table_10335_1 (estimated_deaths 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 June 1944" ### context: CREATE TABLE table_10335_1 (current_country_of_location VARCHAR, operational... |
### 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" ### context: CREATE TABLE table_10335_1 (occupied_territory VARCHAR, estimated_deaths 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" ### context: CREATE TABLE table_10335_1 (occupied_territory VARCHAR, operational 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" ### context: CREATE TABLE table_10360823_1 (overall VARCHAR, college VARCHAR) |
### question: Overall pick 240 was a pick in which round? ### answer: SELECT round FROM table_10360823_1 WHERE overall = 240 ### context: CREATE TABLE table_10360823_1 (round VARCHAR, overall VARCHAR) |
### question: Which overall pick number went to college at Youngstown State? ### answer: SELECT MIN(overall) FROM table_10360823_1 WHERE college = "Youngstown State" ### context: CREATE TABLE table_10360823_1 (overall INTEGER, college VARCHAR) |
### question: What position is played by pick 255 overall? ### answer: SELECT position FROM table_10360823_1 WHERE overall = 255 ### context: CREATE TABLE table_10360823_1 (position VARCHAR, overall VARCHAR) |
### question: Which player was chosen in round 17? ### answer: SELECT player_name FROM table_10360823_1 WHERE round = 17 ### context: CREATE TABLE table_10360823_1 (player_name VARCHAR, round 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" ### context: CREATE TABLE table_10361453_2 (attendance INTEGER, record VARCHAR) |
### question: The record of 9-4 was against which opponent? ### answer: SELECT opponent FROM table_10361453_2 WHERE record = "9-4" ### context: CREATE TABLE table_10361453_2 (opponent VARCHAR, record VARCHAR) |
### question: The game number of 8 had a record of what? ### answer: SELECT record FROM table_10361453_2 WHERE game = 8 ### context: CREATE TABLE table_10361453_2 (record VARCHAR, game VARCHAR) |
### question: What round was Steve Stonebreaker drafted? ### answer: SELECT MAX(round) FROM table_10360656_1 WHERE player_name = "Steve Stonebreaker" ### context: CREATE TABLE table_10360656_1 (round INTEGER, player_name VARCHAR) |
### question: Who was the top picki n the draft? ### answer: SELECT MIN(choice) FROM table_10360656_1 ### context: CREATE TABLE table_10360656_1 (choice INTEGER) |
### question: What round was Bill Hill drafted? ### answer: SELECT choice FROM table_10360656_1 WHERE player_name = "Bill Hill" ### context: CREATE TABLE table_10360656_1 (choice VARCHAR, player_name VARCHAR) |
### question: What was the name of the quarterback drafted? ### answer: SELECT player_name FROM table_10360656_1 WHERE position = "Quarterback" ### context: CREATE TABLE table_10360656_1 (player_name VARCHAR, position VARCHAR) |
### question: Where is the college where Keith Hartwig plays? ### answer: SELECT college FROM table_10361625_1 WHERE player_name = "Keith Hartwig" ### context: CREATE TABLE table_10361625_1 (college VARCHAR, player_name 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" ### context: CREATE TABLE table_10361625_1 (player_name VARCHAR, position VARCHAR, college VARCHAR) |
### question: What is the greatest round of overall 83? ### answer: SELECT MAX(round) FROM table_10361625_1 WHERE overall = 83 ### context: CREATE TABLE table_10361625_1 (round INTEGER, overall VARCHAR) |
### question: Which round did Tommy Kramer play in> ### answer: SELECT round FROM table_10361625_1 WHERE player_name = "Tommy Kramer" ### context: CREATE TABLE table_10361625_1 (round VARCHAR, player_name VARCHAR) |
### question: What is Rice's collage score? ### answer: SELECT overall FROM table_10361625_1 WHERE college = "Rice" ### context: CREATE TABLE table_10361625_1 (overall VARCHAR, college VARCHAR) |
### question: Where does the defensive back position appear first? ### answer: SELECT MIN(round) FROM table_10361230_1 WHERE position = "Defensive Back" ### context: CREATE TABLE table_10361230_1 (round INTEGER, position VARCHAR) |
### question: What is Bruce Cerone overall? ### answer: SELECT MIN(overall) FROM table_10361230_1 WHERE player_name = "Bruce Cerone" ### context: CREATE TABLE table_10361230_1 (overall INTEGER, player_name VARCHAR) |
### question: Which player went to Emporia State? ### answer: SELECT player_name FROM table_10361230_1 WHERE college = "Emporia State" ### context: CREATE TABLE table_10361230_1 (player_name VARCHAR, college VARCHAR) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.