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