question
stringlengths
12
244
context
stringlengths
27
489
answer
dict
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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "SELECT goodman FROM table_1014319_1 WHERE total = \"31\" AND horwood = \"7\" AND result = \"Safe\"" }
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)
{ "SQL_Query": "SELECT dixon FROM table_1014319_1 WHERE dance_song = \"Samba / Young Hearts Run Free\" AND result = \"Second place\"" }
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)
{ "SQL_Query": "SELECT COUNT(goodman) FROM table_1014319_1 WHERE result = \"Second place\" AND dance_song = \"Samba / Young Hearts Run Free\"" }
What year was number 7 built?
CREATE TABLE table_1015421_1 (year_built VARCHAR, no_built VARCHAR)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "SELECT actors_name FROM table_10236830_6 WHERE film_name = \"Chopin: Desire for Love\" AND nomination = \"Best Actress in a Leading Role\"" }
Which films does the actor Alla Sergiyko star in?
CREATE TABLE table_10236830_6 (film_name VARCHAR, actors_name VARCHAR)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "SELECT actors_name FROM table_10236830_1 WHERE film_name = \"Fuchzhou\" AND nomination = \"Best Non-Professional Actor\"" }
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)
{ "SQL_Query": "SELECT film_name FROM table_10236830_1 WHERE director = \"Michaylo Ilyenko\" AND nomination = \"Best Actor in a Supporting Role\"" }
What was the actor's name for best debut?
CREATE TABLE table_10236830_1 (actors_name VARCHAR, nomination VARCHAR)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "SELECT current_country_of_location FROM table_10335_1 WHERE operational = \"Summer of 1941 to 28 June 1944\"" }
what's the occupied territory with estimated deaths of 600,000
CREATE TABLE table_10335_1 (occupied_territory VARCHAR, estimated_deaths VARCHAR)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "SELECT MIN(choice) FROM table_10360656_1" }
What round was Bill Hill drafted?
CREATE TABLE table_10360656_1 (choice VARCHAR, player_name VARCHAR)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "SELECT player_name FROM table_10361230_1 WHERE college = \"Emporia State\"" }