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