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