Unnamed: 0
int64
0
60k
input
stringlengths
76
562
answer
stringlengths
18
557
27,000
<question>: How many times is the formula tl 2 ba 2 cuo 6? <context>: 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"
27,001
<question>: What is the crystal structure for the formula yba 2 cu 3 o 7? <context>: 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"
27,002
<question>: What is the number for t c (k) when the notation is tl-2212? <context>: CREATE TABLE table_101336_1 (t_c__k_ VARCHAR, notation VARCHAR)
SELECT COUNT(t_c__k_) FROM table_101336_1 WHERE notation = "Tl-2212"
27,003
<question>: How many 2010 estimations have been done in the city of Cremona? <context>: CREATE TABLE table_10138926_1 (city VARCHAR)
SELECT COUNT(2010 AS _est) FROM table_10138926_1 WHERE city = "Cremona"
27,004
<question>: What's the 1991 census of the city of Carpi? <context>: CREATE TABLE table_10138926_1 (city VARCHAR)
SELECT MAX(1991 AS _census) FROM table_10138926_1 WHERE city = "Carpi"
27,005
<question>: How many 2001 censuses are there on number 13? <context>: CREATE TABLE table_10138926_1 (_number VARCHAR)
SELECT COUNT(2001 AS _census) FROM table_10138926_1 WHERE _number = 13
27,006
<question>: What's the 1981 census of Livorno? <context>: CREATE TABLE table_10138926_1 (city VARCHAR)
SELECT 1981 AS _census FROM table_10138926_1 WHERE city = "Livorno"
27,007
<question>: Which NHL team has player Mike Loach? <context>: CREATE TABLE table_1013129_8 (nhl_team VARCHAR, player VARCHAR)
SELECT nhl_team FROM table_1013129_8 WHERE player = "Mike Loach"
27,008
<question>: What is the NHL team that has Peter Strom? <context>: CREATE TABLE table_1013129_8 (nhl_team VARCHAR, player VARCHAR)
SELECT nhl_team FROM table_1013129_8 WHERE player = "Peter Strom"
27,009
<question>: What team is Keith Mccambridge on? <context>: 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"
27,010
<question>: How many nationalities are the pick 193? <context>: CREATE TABLE table_1013129_8 (nationality VARCHAR, pick VARCHAR)
SELECT COUNT(nationality) FROM table_1013129_8 WHERE pick = 193
27,011
<question>: Who was the succesor that was formally installed on November 8, 1978? <context>: 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"
27,012
<question>: How many songs received a 10 from Goodman and were rated by Tonioli? <context>: CREATE TABLE table_1014319_1 (tonioli VARCHAR, goodman VARCHAR)
SELECT COUNT(tonioli) FROM table_1014319_1 WHERE goodman = "10"
27,013
<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? <context>: 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"
27,014
<question>: What score did Dixon give to the song "samba / young hearts run free", which was in second place? <context>: 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"
27,015
<question>: How many scores did Goodman give to "samba / young hearts run free", which was in second place? <context>: 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"
27,016
<question>: What year was number 7 built? <context>: CREATE TABLE table_1015421_1 (year_built VARCHAR, no_built VARCHAR)
SELECT year_built FROM table_1015421_1 WHERE no_built = 7
27,017
<question>: What is we two when the case/suffix is loc.? <context>: CREATE TABLE table_1015914_24 (we_two VARCHAR, case_suffix VARCHAR)
SELECT we_two FROM table_1015914_24 WHERE case_suffix = "loc."
27,018
<question>: What is them two (the two) when we two is ngalbelpa? <context>: 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"
27,019
<question>: What is them two (the two) when you and i is ngœbalngu? <context>: 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"
27,020
<question>: What is who-two where you and i is ngœban? <context>: 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"
27,021
<question>: What is we two where you two is ngipen? <context>: CREATE TABLE table_1015914_24 (we_two VARCHAR, you_two VARCHAR)
SELECT we_two FROM table_1015914_24 WHERE you_two = "ngipen"
27,022
<question>: What is who-two when you two is ngipelngu? <context>: CREATE TABLE table_1015914_24 (who_two VARCHAR, you_two VARCHAR)
SELECT who_two FROM table_1015914_24 WHERE you_two = "ngipelngu"
27,023
<question>: what's the points with driver  mark martin <context>: CREATE TABLE table_10160447_1 (points VARCHAR, driver VARCHAR)
SELECT points FROM table_10160447_1 WHERE driver = "Mark Martin"
27,024
<question>: what's the points with driver  rusty wallace <context>: CREATE TABLE table_10160447_1 (points VARCHAR, driver VARCHAR)
SELECT points FROM table_10160447_1 WHERE driver = "Rusty Wallace"
27,025
<question>: what's the total number of position with driver  robby gordon <context>: CREATE TABLE table_10160447_1 (position VARCHAR, driver VARCHAR)
SELECT COUNT(position) FROM table_10160447_1 WHERE driver = "Robby Gordon"
27,026
<question>: what's the maximum position with winnings  $50,000 <context>: CREATE TABLE table_10160447_1 (position INTEGER, winnings VARCHAR)
SELECT MAX(position) FROM table_10160447_1 WHERE winnings = "$50,000"
27,027
<question>: What actor was nominted for an award in the film Anastasiya Slutskaya? <context>: CREATE TABLE table_10236830_6 (actors_name VARCHAR, film_name VARCHAR)
SELECT actors_name FROM table_10236830_6 WHERE film_name = "Anastasiya Slutskaya"
27,028
<question>: What was the film Falling up nominated for? <context>: CREATE TABLE table_10236830_6 (nomination VARCHAR, film_name VARCHAR)
SELECT nomination FROM table_10236830_6 WHERE film_name = "Falling Up"
27,029
<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? <context>: 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"
27,030
<question>: Which films does the actor Alla Sergiyko star in? <context>: CREATE TABLE table_10236830_6 (film_name VARCHAR, actors_name VARCHAR)
SELECT film_name FROM table_10236830_6 WHERE actors_name = "Alla Sergiyko"
27,031
<question>: Which nominations was the film 27 Stolen Kisses nominated for? <context>: CREATE TABLE table_10236830_6 (nomination VARCHAR, film_name VARCHAR)
SELECT nomination FROM table_10236830_6 WHERE film_name = "27 Stolen Kisses"
27,032
<question>: Which actor from Serbia was nominated for best actor in a supporting role? <context>: 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"
27,033
<question>: Vsevolod Shilovskiy is from what country? <context>: CREATE TABLE table_10236830_4 (country VARCHAR, actors_name VARCHAR)
SELECT country FROM table_10236830_4 WHERE actors_name = "Vsevolod Shilovskiy"
27,034
<question>: Which nominations are connected to the film Totalitarian Romance? <context>: CREATE TABLE table_10236830_4 (nomination VARCHAR, film_name VARCHAR)
SELECT nomination FROM table_10236830_4 WHERE film_name = "Totalitarian Romance"
27,035
<question>: Srdjan Dragojevic worked on a film which earned what nomination? <context>: CREATE TABLE table_10236830_4 (nomination VARCHAR, director VARCHAR)
SELECT nomination FROM table_10236830_4 WHERE director = "Srdjan Dragojevic"
27,036
<question>: Which actors are from Ukraine? <context>: CREATE TABLE table_10236830_4 (actors_name VARCHAR, country VARCHAR)
SELECT actors_name FROM table_10236830_4 WHERE country = "Ukraine"
27,037
<question>: What was the film that vadim ilyenko directed? <context>: CREATE TABLE table_10236830_1 (film_name VARCHAR, director VARCHAR)
SELECT film_name FROM table_10236830_1 WHERE director = "Vadim Ilyenko"
27,038
<question>: What was the actors name that vadim ilyenko directed? <context>: CREATE TABLE table_10236830_1 (actors_name VARCHAR, director VARCHAR)
SELECT actors_name FROM table_10236830_1 WHERE director = "Vadim Ilyenko"
27,039
<question>: What was the actors name for fuchzhou and nomination was best non-professional actor? <context>: 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"
27,040
<question>: What film did michaylo ilyenko make with best actor in a supporting role? <context>: 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"
27,041
<question>: What was the actor's name for best debut? <context>: CREATE TABLE table_10236830_1 (actors_name VARCHAR, nomination VARCHAR)
SELECT actors_name FROM table_10236830_1 WHERE nomination = "Best Debut"
27,042
<question>: What was the number of nominations for natalia raskokoha? <context>: CREATE TABLE table_10236830_1 (nomination VARCHAR, actors_name VARCHAR)
SELECT COUNT(nomination) FROM table_10236830_1 WHERE actors_name = "Natalia Raskokoha"
27,043
<question>: What is the highest value of Total Goals? <context>: CREATE TABLE table_10240125_1 (total_goals INTEGER)
SELECT MAX(total_goals) FROM table_10240125_1
27,044
<question>: When FA Cup Apps is 9 what is the smallest number of FA Cup Goals? <context>: 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
27,045
<question>: What is the smallest number of Total Goals? <context>: CREATE TABLE table_10240125_1 (total_goals INTEGER)
SELECT MIN(total_goals) FROM table_10240125_1
27,046
<question>: What circuit was the race where Hideki Mutoh had the fastest lap? <context>: CREATE TABLE table_10264179_2 (circuit VARCHAR, fastest_lap VARCHAR)
SELECT circuit FROM table_10264179_2 WHERE fastest_lap = "Hideki Mutoh"
27,047
<question>: what is the episode # for production code 227 <context>: CREATE TABLE table_10269427_3 (episode__number VARCHAR, production_code VARCHAR)
SELECT episode__number FROM table_10269427_3 WHERE production_code = 227
27,048
<question>: who directed the movie written by is sib ventress / aydrea ten bosch <context>: 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"
27,049
<question>: Whatis the number of total goals maximum? <context>: CREATE TABLE table_10240125_2 (total_goals INTEGER)
SELECT MAX(total_goals) FROM table_10240125_2
27,050
<question>: HOW MANY TEMPERATURE INTERVALS ARE POSSIBLE TO USE WITH ACRYL? <context>: CREATE TABLE table_10262329_1 (temp__ VARCHAR, adhesive_type VARCHAR)
SELECT COUNT(temp__) AS °c_ FROM table_10262329_1 WHERE adhesive_type = "Acryl"
27,051
<question>: How many matches where played with Jim Pugh? <context>: CREATE TABLE table_1028356_3 (opponents VARCHAR, partner VARCHAR)
SELECT COUNT(opponents) FROM table_1028356_3 WHERE partner = "Jim Pugh"
27,052
<question>: What is the score with partner Jim Pugh? <context>: CREATE TABLE table_1028356_3 (score VARCHAR, partner VARCHAR)
SELECT score FROM table_1028356_3 WHERE partner = "Jim Pugh"
27,053
<question>: How many matched scored 3–6, 7–6(5), 6–3? <context>: 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"
27,054
<question>: What year was the championship in Wimbledon (2)? <context>: CREATE TABLE table_1028356_3 (year VARCHAR, championship VARCHAR)
SELECT year FROM table_1028356_3 WHERE championship = "Wimbledon (2)"
27,055
<question>: What is the score of the match with opponents Gretchen Magers Kelly Jones? <context>: CREATE TABLE table_1028356_3 (score VARCHAR, opponents VARCHAR)
SELECT score FROM table_1028356_3 WHERE opponents = "Gretchen Magers Kelly Jones"
27,056
<question>: How many birthdays does Earl Hanley Beshlin have? <context>: 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"
27,057
<question>: Which politican party has a birthday of November 10, 1880 <context>: CREATE TABLE table_10284385_1 (party VARCHAR, date_of_birth VARCHAR)
SELECT party FROM table_10284385_1 WHERE date_of_birth = "November 10, 1880"
27,058
<question>: Which representative has a birthday of January 31, 1866? <context>: CREATE TABLE table_10284385_1 (representative VARCHAR, date_of_birth VARCHAR)
SELECT representative FROM table_10284385_1 WHERE date_of_birth = "January 31, 1866"
27,059
<question>: What is the Singles W-L for the players named Laurynas Grigelis? <context>: CREATE TABLE table_10295819_1 (singles_w_l VARCHAR, player VARCHAR)
SELECT singles_w_l FROM table_10295819_1 WHERE player = "Laurynas Grigelis"
27,060
<question>: What is the Current singles ranking for the player named Mantas Bugailiškis? <context>: CREATE TABLE table_10295819_1 (current_singles_ranking VARCHAR, player VARCHAR)
SELECT current_singles_ranking FROM table_10295819_1 WHERE player = "Mantas Bugailiškis"
27,061
<question>: How many playerd Mrs. Darling in the 1999 Broadway? <context>: CREATE TABLE table_10312547_1 (character VARCHAR)
SELECT COUNT(1999 AS _broadway) FROM table_10312547_1 WHERE character = "Mrs. Darling"
27,062
<question>: Who played Peter Pan in the 1990 Broadway? <context>: CREATE TABLE table_10312547_1 (character VARCHAR)
SELECT 1990 AS _broadway FROM table_10312547_1 WHERE character = "Peter Pan"
27,063
<question>: What date was BBC One total viewing greater then 11616996.338225884? <context>: 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
27,064
<question>: How many years did BBC One rank 20th? <context>: CREATE TABLE table_103084_4 (year VARCHAR, bbc_one_rank VARCHAR)
SELECT COUNT(year) FROM table_103084_4 WHERE bbc_one_rank = "20th"
27,065
<question>: What year was the BBC two total viewing 7,530,000? <context>: 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"
27,066
<question>: how many ↓ function / genus → with escherichia being espd <context>: CREATE TABLE table_10321124_1 (COUNT VARCHAR, escherichia VARCHAR)
SELECT COUNT AS ↓_function___genus_→ FROM table_10321124_1 WHERE escherichia = "EspD"
27,067
<question>: what's the salmonella with escherichia being espd <context>: CREATE TABLE table_10321124_1 (salmonella VARCHAR, escherichia VARCHAR)
SELECT salmonella FROM table_10321124_1 WHERE escherichia = "EspD"
27,068
<question>: what's the ↓ function / genus → with shigella being spa32 <context>: CREATE TABLE table_10321124_1 (↓_function___genus_→ VARCHAR, shigella VARCHAR)
SELECT ↓_function___genus_→ FROM table_10321124_1 WHERE shigella = "Spa32"
27,069
<question>: what's the salmonella with shigella being ipgc <context>: CREATE TABLE table_10321124_1 (salmonella VARCHAR, shigella VARCHAR)
SELECT salmonella FROM table_10321124_1 WHERE shigella = "IpgC"
27,070
<question>: what's the salmonella with escherichia being sepb (escn) <context>: CREATE TABLE table_10321124_1 (salmonella VARCHAR, escherichia VARCHAR)
SELECT salmonella FROM table_10321124_1 WHERE escherichia = "SepB (EscN)"
27,071
<question>: what's the shigella with yersinia being yscp <context>: CREATE TABLE table_10321124_1 (shigella VARCHAR, yersinia VARCHAR)
SELECT shigella FROM table_10321124_1 WHERE yersinia = "YscP"
27,072
<question>: How many original titles did Marriage Italian-Style have? <context>: 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"
27,073
<question>: What year was a movie with the original title La Leggenda del Santo Bevitore submitted? <context>: 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"
27,074
<question>: what's the camp with estimated deaths of 600,000 <context>: CREATE TABLE table_10335_1 (camp VARCHAR, estimated_deaths VARCHAR)
SELECT camp FROM table_10335_1 WHERE estimated_deaths = "600,000"
27,075
<question>: what's the operational period with camp  sajmište <context>: CREATE TABLE table_10335_1 (operational VARCHAR, camp VARCHAR)
SELECT operational FROM table_10335_1 WHERE camp = "Sajmište"
27,076
<question>: what's the estimated deaths with operational period of 17 march 1942 – end of june 1943 <context>: 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"
27,077
<question>: what's the current country of location with operational period  of summer of 1941 to 28 june 1944 <context>: 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"
27,078
<question>: what's the occupied territory with estimated deaths of 600,000 <context>: CREATE TABLE table_10335_1 (occupied_territory VARCHAR, estimated_deaths VARCHAR)
SELECT occupied_territory FROM table_10335_1 WHERE estimated_deaths = "600,000"
27,079
<question>: what's the occupied territory with operational period of may 1940 – january 1945 <context>: CREATE TABLE table_10335_1 (occupied_territory VARCHAR, operational VARCHAR)
SELECT occupied_territory FROM table_10335_1 WHERE operational = "May 1940 – January 1945"
27,080
<question>: Which overall pick was traded to the Cleveland Browns? <context>: CREATE TABLE table_10360823_1 (overall VARCHAR, college VARCHAR)
SELECT overall FROM table_10360823_1 WHERE college = "Traded to the Cleveland Browns"
27,081
<question>: Overall pick 240 was a pick in which round? <context>: CREATE TABLE table_10360823_1 (round VARCHAR, overall VARCHAR)
SELECT round FROM table_10360823_1 WHERE overall = 240
27,082
<question>: Which overall pick number went to college at Youngstown State? <context>: CREATE TABLE table_10360823_1 (overall INTEGER, college VARCHAR)
SELECT MIN(overall) FROM table_10360823_1 WHERE college = "Youngstown State"
27,083
<question>: What position is played by pick 255 overall? <context>: CREATE TABLE table_10360823_1 (position VARCHAR, overall VARCHAR)
SELECT position FROM table_10360823_1 WHERE overall = 255
27,084
<question>: Which player was chosen in round 17? <context>: CREATE TABLE table_10360823_1 (player_name VARCHAR, round VARCHAR)
SELECT player_name FROM table_10360823_1 WHERE round = 17
27,085
<question>: The record of 7-3 had the largest attendance of what? <context>: CREATE TABLE table_10361453_2 (attendance INTEGER, record VARCHAR)
SELECT MAX(attendance) FROM table_10361453_2 WHERE record = "7-3"
27,086
<question>: The record of 9-4 was against which opponent? <context>: CREATE TABLE table_10361453_2 (opponent VARCHAR, record VARCHAR)
SELECT opponent FROM table_10361453_2 WHERE record = "9-4"
27,087
<question>: The game number of 8 had a record of what? <context>: CREATE TABLE table_10361453_2 (record VARCHAR, game VARCHAR)
SELECT record FROM table_10361453_2 WHERE game = 8
27,088
<question>: What round was Steve Stonebreaker drafted? <context>: CREATE TABLE table_10360656_1 (round INTEGER, player_name VARCHAR)
SELECT MAX(round) FROM table_10360656_1 WHERE player_name = "Steve Stonebreaker"
27,089
<question>: Who was the top picki n the draft? <context>: CREATE TABLE table_10360656_1 (choice INTEGER)
SELECT MIN(choice) FROM table_10360656_1
27,090
<question>: What round was Bill Hill drafted? <context>: CREATE TABLE table_10360656_1 (choice VARCHAR, player_name VARCHAR)
SELECT choice FROM table_10360656_1 WHERE player_name = "Bill Hill"
27,091
<question>: What was the name of the quarterback drafted? <context>: CREATE TABLE table_10360656_1 (player_name VARCHAR, position VARCHAR)
SELECT player_name FROM table_10360656_1 WHERE position = "Quarterback"
27,092
<question>: Where is the college where Keith Hartwig plays? <context>: CREATE TABLE table_10361625_1 (college VARCHAR, player_name VARCHAR)
SELECT college FROM table_10361625_1 WHERE player_name = "Keith Hartwig"
27,093
<question>: What is the name of the linebacker at Illinois college? <context>: 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"
27,094
<question>: What is the greatest round of overall 83? <context>: CREATE TABLE table_10361625_1 (round INTEGER, overall VARCHAR)
SELECT MAX(round) FROM table_10361625_1 WHERE overall = 83
27,095
<question>: Which round did Tommy Kramer play in> <context>: CREATE TABLE table_10361625_1 (round VARCHAR, player_name VARCHAR)
SELECT round FROM table_10361625_1 WHERE player_name = "Tommy Kramer"
27,096
<question>: What is Rice's collage score? <context>: CREATE TABLE table_10361625_1 (overall VARCHAR, college VARCHAR)
SELECT overall FROM table_10361625_1 WHERE college = "Rice"
27,097
<question>: Where does the defensive back position appear first? <context>: CREATE TABLE table_10361230_1 (round INTEGER, position VARCHAR)
SELECT MIN(round) FROM table_10361230_1 WHERE position = "Defensive Back"
27,098
<question>: What is Bruce Cerone overall? <context>: CREATE TABLE table_10361230_1 (overall INTEGER, player_name VARCHAR)
SELECT MIN(overall) FROM table_10361230_1 WHERE player_name = "Bruce Cerone"
27,099
<question>: Which player went to Emporia State? <context>: CREATE TABLE table_10361230_1 (player_name VARCHAR, college VARCHAR)
SELECT player_name FROM table_10361230_1 WHERE college = "Emporia State"