question stringlengths 12 244 | context stringlengths 27 489 | answer dict |
|---|---|---|
What offensive line player hailed from Baton Rouge, Louisiana? | CREATE TABLE table_11677691_1 (player VARCHAR, position VARCHAR, hometown VARCHAR) | {
"SQL_Query": "SELECT player FROM table_11677691_1 WHERE position = \"Offensive line\" AND hometown = \"Baton Rouge, Louisiana\""
} |
What is Jeremy Hill's hometown? | CREATE TABLE table_11677691_1 (hometown VARCHAR, player VARCHAR) | {
"SQL_Query": "SELECT hometown FROM table_11677691_1 WHERE player = \"Jeremy Hill\""
} |
How many offensive line players played for a college in Alabama? | CREATE TABLE table_11677691_1 (hometown VARCHAR, college VARCHAR, position VARCHAR) | {
"SQL_Query": "SELECT COUNT(hometown) FROM table_11677691_1 WHERE college = \"Alabama\" AND position = \"Offensive line\""
} |
How many players attended Hillcrest High School? | CREATE TABLE table_11677691_1 (college VARCHAR, school VARCHAR) | {
"SQL_Query": "SELECT COUNT(college) FROM table_11677691_1 WHERE school = \"Hillcrest High school\""
} |
Where was the hometown for the player that attended Shanley High School? | CREATE TABLE table_11677691_4 (hometown VARCHAR, school VARCHAR) | {
"SQL_Query": "SELECT hometown FROM table_11677691_4 WHERE school = \"Shanley High school\""
} |
Which player went to the college Southern California? | CREATE TABLE table_11677691_4 (player VARCHAR, college VARCHAR) | {
"SQL_Query": "SELECT player FROM table_11677691_4 WHERE college = \"Southern California\""
} |
Which college did the player attend that went to Mission Viejo High School? | CREATE TABLE table_11677691_4 (college VARCHAR, school VARCHAR) | {
"SQL_Query": "SELECT college FROM table_11677691_4 WHERE school = \"Mission Viejo High school\""
} |
How many players hometown was Cincinnati, Ohio? | CREATE TABLE table_11677691_4 (player VARCHAR, hometown VARCHAR) | {
"SQL_Query": "SELECT COUNT(player) FROM table_11677691_4 WHERE hometown = \"Cincinnati, Ohio\""
} |
Which player's hometown was Pewaukee, Wisconsin? | CREATE TABLE table_11677691_4 (player VARCHAR, hometown VARCHAR) | {
"SQL_Query": "SELECT player FROM table_11677691_4 WHERE hometown = \"Pewaukee, Wisconsin\""
} |
How many players' hometown was Akron, Ohio? | CREATE TABLE table_11677691_4 (school VARCHAR, hometown VARCHAR) | {
"SQL_Query": "SELECT COUNT(school) FROM table_11677691_4 WHERE hometown = \"Akron, Ohio\""
} |
Which player is from Utah? | CREATE TABLE table_11677691_7 (player VARCHAR, college VARCHAR) | {
"SQL_Query": "SELECT player FROM table_11677691_7 WHERE college = \"Utah\""
} |
Which player is from Saguaro High School? | CREATE TABLE table_11677691_7 (position VARCHAR, school VARCHAR) | {
"SQL_Query": "SELECT position FROM table_11677691_7 WHERE school = \"Saguaro High school\""
} |
Which player is from Joliet Catholic HIgh School? | CREATE TABLE table_11677691_7 (player VARCHAR, school VARCHAR) | {
"SQL_Query": "SELECT player FROM table_11677691_7 WHERE school = \"Joliet Catholic High school\""
} |
Which school did the player then go to Auburn? | CREATE TABLE table_11677691_7 (school VARCHAR, college VARCHAR) | {
"SQL_Query": "SELECT school FROM table_11677691_7 WHERE college = \"Auburn\""
} |
What is the hometown of trinity high school? | CREATE TABLE table_11677691_7 (hometown VARCHAR, school VARCHAR) | {
"SQL_Query": "SELECT hometown FROM table_11677691_7 WHERE school = \"Trinity High school\""
} |
What position did the kid from loganville, georgia play | CREATE TABLE table_11677691_8 (position VARCHAR, hometown VARCHAR) | {
"SQL_Query": "SELECT position FROM table_11677691_8 WHERE hometown = \"Loganville, Georgia\""
} |
Where is longview high school | CREATE TABLE table_11677691_8 (hometown VARCHAR, school VARCHAR) | {
"SQL_Query": "SELECT hometown FROM table_11677691_8 WHERE school = \"Longview High school\""
} |
Where did robert nkemdiche ‡ go to college | CREATE TABLE table_11677691_8 (college VARCHAR, player VARCHAR) | {
"SQL_Query": "SELECT college FROM table_11677691_8 WHERE player = \"Robert Nkemdiche ‡\""
} |
Where is friendship collegiate charter school located | CREATE TABLE table_11677691_8 (hometown VARCHAR, school VARCHAR) | {
"SQL_Query": "SELECT hometown FROM table_11677691_8 WHERE school = \"Friendship Collegiate Charter school\""
} |
Who had an evening gown score of 9.78? | CREATE TABLE table_11690135_1 (interview VARCHAR, evening_gown VARCHAR) | {
"SQL_Query": "SELECT interview FROM table_11690135_1 WHERE evening_gown = \"9.78\""
} |
How many interviews were there for Miss Virginia? | CREATE TABLE table_11690135_1 (interview VARCHAR, country VARCHAR) | {
"SQL_Query": "SELECT COUNT(interview) FROM table_11690135_1 WHERE country = \"Virginia\""
} |
Who had a swimsuit score of 9.87? | CREATE TABLE table_11690135_1 (country VARCHAR, swimsuit VARCHAR) | {
"SQL_Query": "SELECT COUNT(country) FROM table_11690135_1 WHERE swimsuit = \"9.87\""
} |
Who had evening gown score of 9.82? | CREATE TABLE table_11690135_1 (country VARCHAR, evening_gown VARCHAR) | {
"SQL_Query": "SELECT country FROM table_11690135_1 WHERE evening_gown = \"9.82\""
} |
How many ladies scored a 9.89 for the evening gown? | CREATE TABLE table_11690135_1 (swimsuit VARCHAR, evening_gown VARCHAR) | {
"SQL_Query": "SELECT COUNT(swimsuit) FROM table_11690135_1 WHERE evening_gown = \"9.89\""
} |
Who scored a 9.72 in the swimsuit? | CREATE TABLE table_11690135_1 (interview VARCHAR, swimsuit VARCHAR) | {
"SQL_Query": "SELECT interview FROM table_11690135_1 WHERE swimsuit = \"9.72\""
} |
What episode was writted by John A. Norris? | CREATE TABLE table_11695215_1 (title VARCHAR, written_by VARCHAR) | {
"SQL_Query": "SELECT title FROM table_11695215_1 WHERE written_by = \"John A. Norris\""
} |
How many episodes did David Jackson write and direct? | CREATE TABLE table_11695215_1 (written_by VARCHAR, directed_by VARCHAR) | {
"SQL_Query": "SELECT COUNT(written_by) FROM table_11695215_1 WHERE directed_by = \"David Jackson\""
} |
What player attended Loyola Marymount? | CREATE TABLE table_11734041_1 (player VARCHAR, school_club_team_country VARCHAR) | {
"SQL_Query": "SELECT player FROM table_11734041_1 WHERE school_club_team_country = \"Loyola Marymount\""
} |
How may times did a player that attended Iowa state appear on the all time roster? | CREATE TABLE table_11734041_1 (years_for_rockets VARCHAR, school_club_team_country VARCHAR) | {
"SQL_Query": "SELECT COUNT(years_for_rockets) FROM table_11734041_1 WHERE school_club_team_country = \"Iowa State\""
} |
What height was the player that played for the Rockets between 1992-93? | CREATE TABLE table_11734041_1 (height_in_ft VARCHAR, years_for_rockets VARCHAR) | {
"SQL_Query": "SELECT height_in_ft FROM table_11734041_1 WHERE years_for_rockets = \"1992-93\""
} |
How many times did a center that attended Oral Roberts play for the Rockets? | CREATE TABLE table_11734041_1 (years_for_rockets VARCHAR, position VARCHAR, school_club_team_country VARCHAR) | {
"SQL_Query": "SELECT COUNT(years_for_rockets) FROM table_11734041_1 WHERE position = \"Center\" AND school_club_team_country = \"Oral Roberts\""
} |
What was the player name who came from Australia? | CREATE TABLE table_11734041_1 (player VARCHAR, school_club_team_country VARCHAR) | {
"SQL_Query": "SELECT player FROM table_11734041_1 WHERE school_club_team_country = \"Australia\""
} |
What is the height in ft for the rockets from 1973-78? | CREATE TABLE table_11734041_16 (height_in_ft VARCHAR, years_for_rockets VARCHAR) | {
"SQL_Query": "SELECT height_in_ft FROM table_11734041_16 WHERE years_for_rockets = \"1973-78\""
} |
Which players were number 3? | CREATE TABLE table_11734041_16 (player VARCHAR, no_s_ VARCHAR) | {
"SQL_Query": "SELECT player FROM table_11734041_16 WHERE no_s_ = \"3\""
} |
What is the height in ft for number 42 for the rockets in 1993-94? | CREATE TABLE table_11734041_16 (height_in_ft VARCHAR, no_s_ VARCHAR, years_for_rockets VARCHAR) | {
"SQL_Query": "SELECT height_in_ft FROM table_11734041_16 WHERE no_s_ = \"42\" AND years_for_rockets = \"1993-94\""
} |
What are the players that attented long beach state? | CREATE TABLE table_11734041_16 (player VARCHAR, school_club_team_country VARCHAR) | {
"SQL_Query": "SELECT player FROM table_11734041_16 WHERE school_club_team_country = \"Long Beach State\""
} |
what is the total amount of players for the rockets in 1998 only? | CREATE TABLE table_11734041_16 (player VARCHAR, years_for_rockets VARCHAR) | {
"SQL_Query": "SELECT COUNT(player) FROM table_11734041_16 WHERE years_for_rockets = \"1998\""
} |
What is the area (square km) where the arrondissement is millau? | CREATE TABLE table_1175233_1 (area__square_km_ INTEGER, arrondissement VARCHAR) | {
"SQL_Query": "SELECT MIN(area__square_km_) FROM table_1175233_1 WHERE arrondissement = \"Millau\""
} |
How many communes have the chief town as dijon? | CREATE TABLE table_1175233_1 (communes VARCHAR, chief_town VARCHAR) | {
"SQL_Query": "SELECT COUNT(communes) FROM table_1175233_1 WHERE chief_town = \"Dijon\""
} |
How many communes when the arrondissement is cosne-cours-sur-loire? | CREATE TABLE table_1175233_1 (communes INTEGER, arrondissement VARCHAR) | {
"SQL_Query": "SELECT MIN(communes) FROM table_1175233_1 WHERE arrondissement = \"Cosne-Cours-sur-Loire\""
} |
what's the engine where builder is gloucester rcw and withdrawn is 1959 | CREATE TABLE table_1181375_1 (engine VARCHAR, builder VARCHAR, withdrawn VARCHAR) | {
"SQL_Query": "SELECT engine FROM table_1181375_1 WHERE builder = \"Gloucester RCW\" AND withdrawn = \"1959\""
} |
what's the engine where number range is 8–9, 13–16 | CREATE TABLE table_1181375_1 (engine VARCHAR, number_range VARCHAR) | {
"SQL_Query": "SELECT engine FROM table_1181375_1 WHERE number_range = \"8–9, 13–16\""
} |
what's the introduced where notes is 9 withdrawn in 1946 after fire | CREATE TABLE table_1181375_1 (introduced VARCHAR, notes VARCHAR) | {
"SQL_Query": "SELECT introduced FROM table_1181375_1 WHERE notes = \"9 withdrawn in 1946 after fire\""
} |
what's the builder where withdrawn is 1954–1958 | CREATE TABLE table_1181375_1 (builder VARCHAR, withdrawn VARCHAR) | {
"SQL_Query": "SELECT builder FROM table_1181375_1 WHERE withdrawn = \"1954–1958\""
} |
what's the notes where number range is 17 | CREATE TABLE table_1181375_1 (notes VARCHAR, number_range VARCHAR) | {
"SQL_Query": "SELECT notes FROM table_1181375_1 WHERE number_range = \"17\""
} |
what's the notes where withdrawn is 1956–57 | CREATE TABLE table_1181375_1 (notes VARCHAR, withdrawn VARCHAR) | {
"SQL_Query": "SELECT notes FROM table_1181375_1 WHERE withdrawn = \"1956–57\""
} |
Who was the lyricist for gopal krishna and co singer of solo? | CREATE TABLE table_11827596_4 (lyricist VARCHAR, film_name VARCHAR, co_singer VARCHAR) | {
"SQL_Query": "SELECT lyricist FROM table_11827596_4 WHERE film_name = \"Gopal Krishna\" AND co_singer = \"Solo\""
} |
What was the number of music directors where the suresh wadkar co singer of bhayanak? | CREATE TABLE table_11827596_4 (music_director VARCHAR, co_singer VARCHAR, film_name VARCHAR) | {
"SQL_Query": "SELECT COUNT(music_director) FROM table_11827596_4 WHERE co_singer = \"Suresh Wadkar\" AND film_name = \"Bhayanak\""
} |
how many times is the co-singer suresh wadkar and the film name is tera dukh mera dukh? | CREATE TABLE table_11827596_2 (lyricist VARCHAR, co_singer VARCHAR, film_name VARCHAR) | {
"SQL_Query": "SELECT COUNT(lyricist) FROM table_11827596_2 WHERE co_singer = \"Suresh Wadkar\" AND film_name = \"Tera Dukh Mera Dukh\""
} |
what are the film names with the co-singer vinod rathod? | CREATE TABLE table_11827596_2 (film_name VARCHAR, co_singer VARCHAR) | {
"SQL_Query": "SELECT film_name FROM table_11827596_2 WHERE co_singer = \"Vinod Rathod\""
} |
what is the song name for the film name ganga kare insaaf? | CREATE TABLE table_11827596_2 (song_name VARCHAR, film_name VARCHAR) | {
"SQL_Query": "SELECT song_name FROM table_11827596_2 WHERE film_name = \"Ganga Kare Insaaf\""
} |
what are the song names for the film kaal bhairav? | CREATE TABLE table_11827596_2 (song_name VARCHAR, film_name VARCHAR) | {
"SQL_Query": "SELECT song_name FROM table_11827596_2 WHERE film_name = \"Kaal Bhairav\""
} |
What was the 1845 disposal for sussex? | CREATE TABLE table_1184344_1 (name VARCHAR) | {
"SQL_Query": "SELECT 1845 AS _disposal FROM table_1184344_1 WHERE name = \"Sussex\""
} |
What was the maximum l&cr number for archimedes? | CREATE TABLE table_1184344_1 (cr_no VARCHAR, l INTEGER, name VARCHAR) | {
"SQL_Query": "SELECT MAX(l) & cr_no FROM table_1184344_1 WHERE name = \"Archimedes\""
} |
What was the type of sussex? | CREATE TABLE table_1184344_1 (type VARCHAR, name VARCHAR) | {
"SQL_Query": "SELECT type FROM table_1184344_1 WHERE name = \"Sussex\""
} |
Where did Test Mission: War Heads and Missile Payload launch when there was a partial failure? | CREATE TABLE table_11869952_3 (launch_site VARCHAR, mission VARCHAR, results VARCHAR) | {
"SQL_Query": "SELECT launch_site FROM table_11869952_3 WHERE mission = \"Test mission: war heads and Missile payload\" AND results = \"Partial Failure\""
} |
Which missions were scheduled to launch on November 16, 2006? | CREATE TABLE table_11869952_3 (mission VARCHAR, launch_date VARCHAR) | {
"SQL_Query": "SELECT mission FROM table_11869952_3 WHERE launch_date = \"November 16, 2006\""
} |
Which authority has a rocket launch called rehbar-ii? | CREATE TABLE table_11869952_1 (institutional_authority VARCHAR, rocket_launch VARCHAR) | {
"SQL_Query": "SELECT institutional_authority FROM table_11869952_1 WHERE rocket_launch = \"Rehbar-II\""
} |
Which authority has a rocket launch called rehnuma-8? | CREATE TABLE table_11869952_1 (institutional_authority VARCHAR, rocket_launch VARCHAR) | {
"SQL_Query": "SELECT institutional_authority FROM table_11869952_1 WHERE rocket_launch = \"Rehnuma-8\""
} |
Which authority has a rocket launch called shahpar-2? | CREATE TABLE table_11869952_1 (institutional_authority VARCHAR, rocket_launch VARCHAR) | {
"SQL_Query": "SELECT institutional_authority FROM table_11869952_1 WHERE rocket_launch = \"Shahpar-2\""
} |
Which authority has a rocket launch called rehbar-5? | CREATE TABLE table_11869952_1 (derivatives VARCHAR, rocket_launch VARCHAR) | {
"SQL_Query": "SELECT COUNT(derivatives) FROM table_11869952_1 WHERE rocket_launch = \"Rehbar-5\""
} |
What denominations are the stamps with themes opera, léopold simoneau and pierrette alarie? | CREATE TABLE table_11900773_4 (denomination VARCHAR, theme VARCHAR) | {
"SQL_Query": "SELECT denomination FROM table_11900773_4 WHERE theme = \"Opera, Léopold Simoneau and Pierrette Alarie\""
} |
What kind of paper were the stamps with the theme duck decoys, barrow's golden eye printed on? | CREATE TABLE table_11900773_4 (paper_type VARCHAR, theme VARCHAR) | {
"SQL_Query": "SELECT paper_type FROM table_11900773_4 WHERE theme = \"Duck Decoys, Barrow's Golden Eye\""
} |
List all the themes designed by Isabelle Toussaint. | CREATE TABLE table_11900773_6 (theme VARCHAR, design VARCHAR) | {
"SQL_Query": "SELECT theme FROM table_11900773_6 WHERE design = \"Isabelle Toussaint\""
} |
How many paper types did Ian Drolet design stamps on? | CREATE TABLE table_11900773_6 (paper_type VARCHAR, design VARCHAR) | {
"SQL_Query": "SELECT COUNT(paper_type) FROM table_11900773_6 WHERE design = \"Ian Drolet\""
} |
Who is the designer of the Christmas: Winter Fun (USA) stamp? | CREATE TABLE table_11900773_6 (design VARCHAR, theme VARCHAR) | {
"SQL_Query": "SELECT design FROM table_11900773_6 WHERE theme = \"Christmas: Winter Fun (USA)\""
} |
How many stamps were designed for the theme of XII Summit de la Francophonie? | CREATE TABLE table_11900773_6 (design VARCHAR, theme VARCHAR) | {
"SQL_Query": "SELECT COUNT(design) FROM table_11900773_6 WHERE theme = \"XII Summit de la Francophonie\""
} |
Where is the first day cover cancellation for the 3 April 2008 IIHF World Championships, Quebec City stamp? | CREATE TABLE table_11900773_6 (first_day_cover_cancellation VARCHAR, date_of_issue VARCHAR, theme VARCHAR) | {
"SQL_Query": "SELECT first_day_cover_cancellation FROM table_11900773_6 WHERE date_of_issue = \"3 April 2008\" AND theme = \"IIHF World Championships, Quebec City\""
} |
How many premier episodes were there with the title survivor's law ii? | CREATE TABLE table_11926114_1 (premiere VARCHAR, english_title VARCHAR) | {
"SQL_Query": "SELECT COUNT(premiere) FROM table_11926114_1 WHERE english_title = \"Survivor's Law II\""
} |
What is the Chinese name that has a 31 average? | CREATE TABLE table_11926114_1 (chinese_title VARCHAR, average VARCHAR) | {
"SQL_Query": "SELECT chinese_title FROM table_11926114_1 WHERE average = 31"
} |
What is the rank of finale 37? | CREATE TABLE table_11926114_1 (rank VARCHAR, finale VARCHAR) | {
"SQL_Query": "SELECT rank FROM table_11926114_1 WHERE finale = 37"
} |
what is the Chinese name for Forensic heroes ii? | CREATE TABLE table_11926114_1 (chinese_title VARCHAR, english_title VARCHAR) | {
"SQL_Query": "SELECT chinese_title FROM table_11926114_1 WHERE english_title = \"Forensic Heroes II\""
} |
What numbr on the list had a peak rating of 42? | CREATE TABLE table_11926114_1 (rank INTEGER, peak VARCHAR) | {
"SQL_Query": "SELECT MIN(rank) FROM table_11926114_1 WHERE peak = 42"
} |
what's the electorate where election date is 16 cannot handle non-empty timestamp argument! | CREATE TABLE table_1193568_1 (electorate VARCHAR, election_date VARCHAR) | {
"SQL_Query": "SELECT electorate FROM table_1193568_1 WHERE election_date = \"16 Cannot handle non-empty timestamp argument!\""
} |
what's the province where member is frederick merriman category:articles with hcards | CREATE TABLE table_1193568_1 (province VARCHAR, member VARCHAR) | {
"SQL_Query": "SELECT province FROM table_1193568_1 WHERE member = \"Frederick Merriman Category:Articles with hCards\""
} |
what's the election date where electorate is omata | CREATE TABLE table_1193568_1 (election_date VARCHAR, electorate VARCHAR) | {
"SQL_Query": "SELECT election_date FROM table_1193568_1 WHERE electorate = \"Omata\""
} |
what's the election date where member is william richmond category:articles with hcards | CREATE TABLE table_1193568_1 (election_date VARCHAR, member VARCHAR) | {
"SQL_Query": "SELECT election_date FROM table_1193568_1 WHERE member = \"William Richmond Category:Articles with hCards\""
} |
what's the province where member is dingley brittin category:articles with hcards | CREATE TABLE table_1193568_1 (province VARCHAR, member VARCHAR) | {
"SQL_Query": "SELECT province FROM table_1193568_1 WHERE member = \"Dingley Brittin Category:Articles with hCards\""
} |
what's the election date where electorate is christchurch country | CREATE TABLE table_1193568_1 (election_date VARCHAR, electorate VARCHAR) | {
"SQL_Query": "SELECT election_date FROM table_1193568_1 WHERE electorate = \"Christchurch Country\""
} |
What is the county for senator C. Anthony Muse? | CREATE TABLE table_11948857_1 (county_s__represented VARCHAR, member_senator VARCHAR) | {
"SQL_Query": "SELECT county_s__represented FROM table_11948857_1 WHERE member_senator = \"C. Anthony Muse\""
} |
Who is the senator for district 24? | CREATE TABLE table_11948857_1 (member_senator VARCHAR, district VARCHAR) | {
"SQL_Query": "SELECT member_senator FROM table_11948857_1 WHERE district = 24"
} |
How many entries are shown for first elected for district 41? | CREATE TABLE table_11948857_1 (first_elected VARCHAR, district VARCHAR) | {
"SQL_Query": "SELECT COUNT(first_elected) FROM table_11948857_1 WHERE district = 41"
} |
What is the total amount of allied-unrelated where the component is human capital? | CREATE TABLE table_11944282_1 (allied_unrelated VARCHAR, component VARCHAR) | {
"SQL_Query": "SELECT COUNT(allied_unrelated) FROM table_11944282_1 WHERE component = \"Human Capital\""
} |
How many integrated allied-related are there? | CREATE TABLE table_11944282_1 (integrated VARCHAR, allied_related VARCHAR) | {
"SQL_Query": "SELECT integrated FROM table_11944282_1 WHERE allied_related = \"Many\""
} |
What is the name of the integrated where the component are customers? | CREATE TABLE table_11944282_1 (integrated VARCHAR, component VARCHAR) | {
"SQL_Query": "SELECT integrated FROM table_11944282_1 WHERE component = \"Customers\""
} |
what is the integrated in which the holding allied-unrelated is many? | CREATE TABLE table_11944282_1 (holding VARCHAR, allied_unrelated VARCHAR) | {
"SQL_Query": "SELECT holding FROM table_11944282_1 WHERE allied_unrelated = \"Many\""
} |
What is the name of the integrated where allied-related is shared? | CREATE TABLE table_11944282_1 (component VARCHAR, allied_related VARCHAR) | {
"SQL_Query": "SELECT component FROM table_11944282_1 WHERE allied_related = \"Shared\""
} |
Who were the writers for series number 20? | CREATE TABLE table_11951237_1 (written_by VARCHAR, series__number VARCHAR) | {
"SQL_Query": "SELECT written_by FROM table_11951237_1 WHERE series__number = 20"
} |
What is the production code for the show that aired on October 27, 1994? | CREATE TABLE table_11951237_1 (production_code INTEGER, original_air_date VARCHAR) | {
"SQL_Query": "SELECT MAX(production_code) FROM table_11951237_1 WHERE original_air_date = \"October 27, 1994\""
} |
Who was the director of the Series 1 episode? | CREATE TABLE table_11951237_1 (directed_by VARCHAR, series__number VARCHAR) | {
"SQL_Query": "SELECT directed_by FROM table_11951237_1 WHERE series__number = 1"
} |
Which team played on December 5? | CREATE TABLE table_11959669_4 (team VARCHAR, date VARCHAR) | {
"SQL_Query": "SELECT team FROM table_11959669_4 WHERE date = \"December 5\""
} |
What was the location attendance when High points was by Pierce (22)? | CREATE TABLE table_11959669_4 (location_attendance VARCHAR, high_points VARCHAR) | {
"SQL_Query": "SELECT location_attendance FROM table_11959669_4 WHERE high_points = \"Pierce (22)\""
} |
What date did the Bulls play the LA Lakers? | CREATE TABLE table_11960610_7 (date VARCHAR, team VARCHAR) | {
"SQL_Query": "SELECT date FROM table_11960610_7 WHERE team = \"LA Lakers\""
} |
What team were the Bulls hosted by on December 7? | CREATE TABLE table_11960610_7 (team VARCHAR, date VARCHAR) | {
"SQL_Query": "SELECT team FROM table_11960610_7 WHERE date = \"December 7\""
} |
Who had the highest assists in game 4? | CREATE TABLE table_11964154_2 (high_assists VARCHAR, game VARCHAR) | {
"SQL_Query": "SELECT high_assists FROM table_11964154_2 WHERE game = 4"
} |
How many games was Damien Wilkins (27) the high scorer? | CREATE TABLE table_11964154_2 (game INTEGER, high_points VARCHAR) | {
"SQL_Query": "SELECT MIN(game) FROM table_11964154_2 WHERE high_points = \"Damien Wilkins (27)\""
} |
What is the name when born is december 30, 1957 detroit, mi? | CREATE TABLE table_1198175_1 (name VARCHAR, born VARCHAR) | {
"SQL_Query": "SELECT name FROM table_1198175_1 WHERE born = \"December 30, 1957 Detroit, MI\""
} |
What is the weight(lbs) when born is april 6, 1954 detroit, mi? | CREATE TABLE table_1198175_1 (weight_lbs_ VARCHAR, born VARCHAR) | {
"SQL_Query": "SELECT weight_lbs_ FROM table_1198175_1 WHERE born = \"April 6, 1954 Detroit, MI\""
} |
What is the name when the position is de and college is ohio state? | CREATE TABLE table_1198175_1 (name VARCHAR, position VARCHAR, college VARCHAR) | {
"SQL_Query": "SELECT name FROM table_1198175_1 WHERE position = \"DE\" AND college = \"Ohio State\""
} |
What is under drafted when pro team is arizona cardinals? | CREATE TABLE table_1198175_1 (drafted VARCHAR, pro_team VARCHAR) | {
"SQL_Query": "SELECT drafted FROM table_1198175_1 WHERE pro_team = \"Arizona Cardinals\""
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.