text stringlengths 114 1.06k |
|---|
### question: What is the institution with the nickname seahawks? ### answer: SELECT institution FROM table_261927_1 WHERE nickname = "Seahawks" ### context: CREATE TABLE table_261927_1 (institution VARCHAR, nickname VARCHAR) |
### question: What is the colors for the nickname engineers? ### answer: SELECT colors FROM table_261927_1 WHERE nickname = "Engineers" ### context: CREATE TABLE table_261927_1 (colors VARCHAR, nickname VARCHAR) |
### question: How many have the colors blue & gold? ### answer: SELECT COUNT(institution) FROM table_261927_1 WHERE colors = "Blue & Gold" ### context: CREATE TABLE table_261927_1 (institution VARCHAR, colors VARCHAR) |
### question: What is the institution with the nickname engineers? ### answer: SELECT institution FROM table_261927_1 WHERE nickname = "Engineers" ### context: CREATE TABLE table_261927_1 (institution VARCHAR, nickname VARCHAR) |
### question: What is the enrollment for the colors green & black? ### answer: SELECT enrollment FROM table_261927_1 WHERE colors = "Green & Black" ### context: CREATE TABLE table_261927_1 (enrollment VARCHAR, colors VARCHAR) |
### question: What institution(s) are located in wilkes-barre, pennsylvania? ### answer: SELECT institution FROM table_261906_2 WHERE location = "Wilkes-Barre, Pennsylvania" ### context: CREATE TABLE table_261906_2 (institution VARCHAR, location VARCHAR) |
### question: What is the highest enrollment schools that joined the mac in 1997? ### answer: SELECT MAX(enrollment) FROM table_261906_2 WHERE joined_mac = 1997 ### context: CREATE TABLE table_261906_2 (enrollment INTEGER, joined_mac VARCHAR) |
### question: What is the enrollment at delaware valley college? ### answer: SELECT MAX(joined_mac) FROM table_261906_2 WHERE institution = "Delaware Valley College" ### context: CREATE TABLE table_261906_2 (joined_mac INTEGER, institution VARCHAR) |
### question: What year did the the school with the nickname eagles join the mac? ### answer: SELECT MIN(joined_mac) FROM table_261906_2 WHERE nickname = "Eagles" ### context: CREATE TABLE table_261906_2 (joined_mac INTEGER, nickname VARCHAR) |
### question: Which institution's nickname is the Bobcats? ### answer: SELECT institution FROM table_261931_2 WHERE nickname = "Bobcats" ### context: CREATE TABLE table_261931_2 (institution VARCHAR, nickname VARCHAR) |
### question: What is the enrollment at the institution in New London, Connecticut? ### answer: SELECT enrollment FROM table_261931_2 WHERE location = "New London, Connecticut" ### context: CREATE TABLE table_261931_2 (enrollment VARCHAR, location VARCHAR) |
### question: When did the institution located in Lewiston, Maine join the conference? ### answer: SELECT joined FROM table_261931_2 WHERE location = "Lewiston, Maine" ### context: CREATE TABLE table_261931_2 (joined VARCHAR, location VARCHAR) |
### question: Which institution's nickname is the Polar Bears? ### answer: SELECT institution FROM table_261931_2 WHERE nickname = "Polar Bears" ### context: CREATE TABLE table_261931_2 (institution VARCHAR, nickname VARCHAR) |
### question: What is the nickname of Linfield College? ### answer: SELECT nickname FROM table_261941_1 WHERE institution = "Linfield College" ### context: CREATE TABLE table_261941_1 (nickname VARCHAR, institution VARCHAR) |
### question: When was the private/baptist school founded? ### answer: SELECT founded FROM table_261941_1 WHERE type = "Private/Baptist" ### context: CREATE TABLE table_261941_1 (founded VARCHAR, type VARCHAR) |
### question: How many different items appear in the enrollment column that joined in 1931, 1949 1? ### answer: SELECT COUNT(enrollment) FROM table_261941_1 WHERE joined = "1931, 1949 1" ### context: CREATE TABLE table_261941_1 (enrollment VARCHAR, joined VARCHAR) |
### question: What is the location of the University that joined in 1926, 1996 2? ### answer: SELECT location FROM table_261941_1 WHERE joined = "1926, 1996 2" ### context: CREATE TABLE table_261941_1 (location VARCHAR, joined VARCHAR) |
### question: When was the earliest founded university? ### answer: SELECT MIN(founded) FROM table_261941_1 ### context: CREATE TABLE table_261941_1 (founded INTEGER) |
### question: What was the team standing if the won 130 goals against another team? ### answer: SELECT standing FROM table_2619469_1 WHERE goals_against = 130 ### context: CREATE TABLE table_2619469_1 (standing VARCHAR, goals_against VARCHAR) |
### question: What is every type for the location of Roanoke, Virginia? ### answer: SELECT type FROM table_261954_1 WHERE location = "Roanoke, Virginia" ### context: CREATE TABLE table_261954_1 (type VARCHAR, location VARCHAR) |
### question: How many values for joined occur at Guilford College? ### answer: SELECT COUNT(joined) FROM table_261954_1 WHERE institution = "Guilford College" ### context: CREATE TABLE table_261954_1 (joined VARCHAR, institution VARCHAR) |
### question: What is every institution with the nickname of Quakers? ### answer: SELECT institution FROM table_261954_1 WHERE nickname = "Quakers" ### context: CREATE TABLE table_261954_1 (institution VARCHAR, nickname VARCHAR) |
### question: What is the least value of joined? ### answer: SELECT MIN(joined) FROM table_261954_1 ### context: CREATE TABLE table_261954_1 (joined INTEGER) |
### question: What is every institution with the nickname of Wildcats? ### answer: SELECT institution FROM table_261954_1 WHERE nickname = "WildCats" ### context: CREATE TABLE table_261954_1 (institution VARCHAR, nickname VARCHAR) |
### question: What is the title of the episode with production code 2alf03? ### answer: SELECT title FROM table_26199130_1 WHERE production_code = "2ALF03" ### context: CREATE TABLE table_26199130_1 (title VARCHAR, production_code VARCHAR) |
### question: What was the rank (week) for episode number 34? ### answer: SELECT rank__week_ FROM table_26199130_1 WHERE no = 34 ### context: CREATE TABLE table_26199130_1 (rank__week_ VARCHAR, no VARCHAR) |
### question: What numbered episode had 11.96 million US viewers? ### answer: SELECT MAX(no) FROM table_26199130_1 WHERE us_viewers__million_ = "11.96" ### context: CREATE TABLE table_26199130_1 (no INTEGER, us_viewers__million_ VARCHAR) |
### question: What was the ranking of episode #19? ### answer: SELECT rank__week_ FROM table_26200084_1 WHERE _number = 19 ### context: CREATE TABLE table_26200084_1 (rank__week_ VARCHAR, _number VARCHAR) |
### question: What was the production code of the episode ranked 28? ### answer: SELECT production_code FROM table_26200084_1 WHERE rank__week_ = "28" ### context: CREATE TABLE table_26200084_1 (production_code VARCHAR, rank__week_ VARCHAR) |
### question: What was the title of the episode directed by David Mamet? ### answer: SELECT title FROM table_26200084_1 WHERE directed_by = "David Mamet" ### context: CREATE TABLE table_26200084_1 (title VARCHAR, directed_by VARCHAR) |
### question: What is the production code for the episode that had 18.07 million viewers? ### answer: SELECT production_code FROM table_26198709_1 WHERE us_viewers__million_ = "18.07" ### context: CREATE TABLE table_26198709_1 (production_code VARCHAR, us_viewers__million_ VARCHAR) |
### question: What is the weeks rank for the episode with the production code 1alf05? ### answer: SELECT MAX(rank__week_) FROM table_26198709_1 WHERE production_code = "1ALF05" ### context: CREATE TABLE table_26198709_1 (rank__week_ INTEGER, production_code VARCHAR) |
### question: How many air dates does the episode with 15.50 million viewers have? ### answer: SELECT COUNT(original_air_date) FROM table_26198709_1 WHERE us_viewers__million_ = "15.50" ### context: CREATE TABLE table_26198709_1 (original_air_date VARCHAR, us_viewers__million_ VARCHAR) |
### question: Who wrote the episode with 18.07 million viewers? ### answer: SELECT written_by FROM table_26198709_1 WHERE us_viewers__million_ = "18.07" ### context: CREATE TABLE table_26198709_1 (written_by VARCHAR, us_viewers__million_ VARCHAR) |
### question: How many points were scored against the Toronto Rebels? ### answer: SELECT MAX(points_against) FROM table_26200568_16 WHERE club = "Toronto Rebels" ### context: CREATE TABLE table_26200568_16 (points_against INTEGER, club VARCHAR) |
### question: How many points did the Toronto Downtown Dingos score? ### answer: SELECT MIN(points_for) FROM table_26200568_16 WHERE club = "Toronto Downtown Dingos" ### context: CREATE TABLE table_26200568_16 (points_for INTEGER, club VARCHAR) |
### question: How many losses does Toronto Downtown Dingos have? ### answer: SELECT losses FROM table_26200568_16 WHERE club = "Toronto Downtown Dingos" ### context: CREATE TABLE table_26200568_16 (losses VARCHAR, club VARCHAR) |
### question: What is the percentage listed for the team who scored 63 points? ### answer: SELECT percentage FROM table_26200568_16 WHERE points_for = 63 ### context: CREATE TABLE table_26200568_16 (percentage VARCHAR, points_for VARCHAR) |
### question: How many losses does Central Blues have? ### answer: SELECT MAX(losses) FROM table_26200568_16 WHERE club = "Central Blues" ### context: CREATE TABLE table_26200568_16 (losses INTEGER, club VARCHAR) |
### question: If the calculated activity (CI) is 4.96×10 −11, what is the specimen weight/size? ### answer: SELECT specimen_weight_size FROM table_26211058_1 WHERE calculated_activity___ci__ = "4.96×10 −11" ### context: CREATE TABLE table_26211058_1 (specimen_weight_size VARCHAR, calculated_activity___ci__ VARCHAR) |
### question: If the specimen weight/size is 1000 g / 8.79 cm, what is the calculated activity? ### answer: SELECT COUNT(calculated_activity___bq__) FROM table_26211058_1 WHERE specimen_weight_size = "1000 g / 8.79 cm" ### context: CREATE TABLE table_26211058_1 (calculated_activity___bq__ VARCHAR, specimen_weight_size ... |
### question: If the new points were 5760, what is the RK? ### answer: SELECT rk FROM table_26218783_6 WHERE new_points = 5760 ### context: CREATE TABLE table_26218783_6 (rk VARCHAR, new_points VARCHAR) |
### question: How many times is player Stanislas Wawrinka on the list? ### answer: SELECT COUNT(points) AS defending FROM table_26218783_6 WHERE player = "Stanislas Wawrinka" ### context: CREATE TABLE table_26218783_6 (points VARCHAR, player VARCHAR) |
### question: how many time was points 6675? ### answer: SELECT COUNT(points) AS won FROM table_26218783_7 WHERE points = 6675 ### context: CREATE TABLE table_26218783_7 (points VARCHAR) |
### question: What is the lowest points won from player victoria azarenka? ### answer: SELECT MIN(points) AS won FROM table_26218783_7 WHERE player = "Victoria Azarenka" ### context: CREATE TABLE table_26218783_7 (points INTEGER, player VARCHAR) |
### question: What is the status when sd is 15? ### answer: SELECT status FROM table_26218783_7 WHERE sd = 15 ### context: CREATE TABLE table_26218783_7 (status VARCHAR, sd VARCHAR) |
### question: What is the highest sd when the status is second round lost to iveta benešová? ### answer: SELECT MAX(sd) FROM table_26218783_7 WHERE status = "Second round lost to Iveta Benešová" ### context: CREATE TABLE table_26218783_7 (sd INTEGER, status VARCHAR) |
### question: How many clubs were founded in the westfalenstadion stadium? ### answer: SELECT COUNT(founded) FROM table_26218124_1 WHERE stadium = "Westfalenstadion" ### context: CREATE TABLE table_26218124_1 (founded VARCHAR, stadium VARCHAR) |
### question: Which club was originally named hapoel katamon jerusalem f.c.? ### answer: SELECT original_club FROM table_26218124_1 WHERE name = "Hapoel Katamon Jerusalem F.C." ### context: CREATE TABLE table_26218124_1 (original_club VARCHAR, name VARCHAR) |
### question: How many clubs were founded in belo horizonte? ### answer: SELECT COUNT(founded) FROM table_26218124_1 WHERE city = "Belo Horizonte" ### context: CREATE TABLE table_26218124_1 (founded VARCHAR, city VARCHAR) |
### question: Which club was originally named the newcastle falcons? ### answer: SELECT original_club FROM table_26218124_1 WHERE name = "Newcastle Falcons" ### context: CREATE TABLE table_26218124_1 (original_club VARCHAR, name VARCHAR) |
### question: What is the minimum number of f/laps? ### answer: SELECT MIN(f_laps) FROM table_26222468_1 ### context: CREATE TABLE table_26222468_1 (f_laps INTEGER) |
### question: How many seasons have points totals of N/A? ### answer: SELECT COUNT(season) FROM table_26222468_1 WHERE points = "N/A" ### context: CREATE TABLE table_26222468_1 (season VARCHAR, points VARCHAR) |
### question: What is the maximum number of wins? ### answer: SELECT MAX(wins) FROM table_26222468_1 ### context: CREATE TABLE table_26222468_1 (wins INTEGER) |
### question: How many different starts had an average finish of 17.9? ### answer: SELECT COUNT(starts) FROM table_2622469_1 WHERE avg_finish = "17.9" ### context: CREATE TABLE table_2622469_1 (starts VARCHAR, avg_finish VARCHAR) |
### question: What were the wins of 1983? ### answer: SELECT wins FROM table_2622469_1 WHERE year = 1983 ### context: CREATE TABLE table_2622469_1 (wins VARCHAR, year VARCHAR) |
### question: Which episodes in season 3 were written by Mark Drop? ### answer: SELECT Season AS episode__number FROM table_2623498_4 WHERE written_by = "Mark Drop" ### context: CREATE TABLE table_2623498_4 (Season VARCHAR, written_by VARCHAR) |
### question: what is the number where the player was jimmy demaret ### answer: SELECT 54 AS _holes FROM table_262383_1 WHERE runner_s__up = "Jimmy Demaret" ### context: CREATE TABLE table_262383_1 (runner_s__up VARCHAR) |
### question: what is the space where the next one was mike turnesa ### answer: SELECT margin FROM table_262383_1 WHERE runner_s__up = "Mike Turnesa" ### context: CREATE TABLE table_262383_1 (margin VARCHAR, runner_s__up VARCHAR) |
### question: what is the space where the next winner is skee riegel ### answer: SELECT margin FROM table_262383_1 WHERE runner_s__up = "Skee Riegel" ### context: CREATE TABLE table_262383_1 (margin VARCHAR, runner_s__up VARCHAR) |
### question: what is the old English name of Saturday? ### answer: SELECT old_english_day_name FROM table_2624098_1 WHERE modern_english_day_name = "Saturday" ### context: CREATE TABLE table_2624098_1 (old_english_day_name VARCHAR, modern_english_day_name VARCHAR) |
### question: how mant different day names in old English were coined from the Latin day name "dies iovis"? ### answer: SELECT COUNT(old_english_day_name) FROM table_2624098_1 WHERE glossed_from_latin_day_name = "Dies Iovis" ### context: CREATE TABLE table_2624098_1 (old_english_day_name VARCHAR, glossed_from_latin_day... |
### question: how many different meanings does Wednesday have? ### answer: SELECT COUNT(english_day_name_meaning) FROM table_2624098_1 WHERE modern_english_day_name = "Wednesday" ### context: CREATE TABLE table_2624098_1 (english_day_name_meaning VARCHAR, modern_english_day_name VARCHAR) |
### question: what is the English meaning of the old English name "sæturnesdæg"? ### answer: SELECT english_day_name_meaning FROM table_2624098_1 WHERE old_english_day_name = "Sæturnesdæg" ### context: CREATE TABLE table_2624098_1 (english_day_name_meaning VARCHAR, old_english_day_name VARCHAR) |
### question: what is the meaning of the latin day name "dies saturni"? ### answer: SELECT latin_day_name_meaning FROM table_2624098_1 WHERE glossed_from_latin_day_name = "Dies Saturni" ### context: CREATE TABLE table_2624098_1 (latin_day_name_meaning VARCHAR, glossed_from_latin_day_name VARCHAR) |
### question: Which opponents conference has the result L, 62-10? ### answer: SELECT opponents_conference FROM table_26240481_1 WHERE result = "L, 62-10" ### context: CREATE TABLE table_26240481_1 (opponents_conference VARCHAR, result VARCHAR) |
### question: Who was the opponents head coach with the result L, 56-6? ### answer: SELECT opponents_head_coach FROM table_26240481_1 WHERE result = "L, 56-6" ### context: CREATE TABLE table_26240481_1 (opponents_head_coach VARCHAR, result VARCHAR) |
### question: Who is Charleston Southerns head coach where the result is L, 56-6?- ### answer: SELECT charleston_southerns_head_coach FROM table_26240481_1 WHERE result = "L, 56-6" ### context: CREATE TABLE table_26240481_1 (charleston_southerns_head_coach VARCHAR, result VARCHAR) |
### question: Who played FBS where the result was L, 62-3? ### answer: SELECT fbs_opponent FROM table_26240481_1 WHERE result = "L, 62-3" ### context: CREATE TABLE table_26240481_1 (fbs_opponent VARCHAR, result VARCHAR) |
### question: When was alfred university founded? ### answer: SELECT MAX(founded) FROM table_262476_3 WHERE institution = "Alfred University" ### context: CREATE TABLE table_262476_3 (founded INTEGER, institution VARCHAR) |
### question: Name where bethany college is ### answer: SELECT location FROM table_262476_1 WHERE institution = "Bethany College" ### context: CREATE TABLE table_262476_1 (location VARCHAR, institution VARCHAR) |
### question: Name the location for golden tornadoes ### answer: SELECT location FROM table_262476_1 WHERE nickname = "Golden Tornadoes" ### context: CREATE TABLE table_262476_1 (location VARCHAR, nickname VARCHAR) |
### question: Name the number of locations for geneva college ### answer: SELECT COUNT(location) FROM table_262476_1 WHERE institution = "Geneva College" ### context: CREATE TABLE table_262476_1 (location VARCHAR, institution VARCHAR) |
### question: Name the enrollment for tomcats ### answer: SELECT enrollment FROM table_262476_1 WHERE nickname = "Tomcats" ### context: CREATE TABLE table_262476_1 (enrollment VARCHAR, nickname VARCHAR) |
### question: How many season 4 appearances are there by Mrs. Jennifer Knight? ### answer: SELECT MIN(season_4) FROM table_26240046_1 WHERE character = "Mrs. Jennifer Knight" ### context: CREATE TABLE table_26240046_1 (season_4 INTEGER, character VARCHAR) |
### question: How many season 3 appearances by Morgan the Dog? ### answer: SELECT MAX(season_3) FROM table_26240046_1 WHERE played_by = "Morgan the Dog" ### context: CREATE TABLE table_26240046_1 (season_3 INTEGER, played_by VARCHAR) |
### question: What episode was the first appearance of the character who appears 7 times in season 4? ### answer: SELECT first_appearance FROM table_26240046_1 WHERE season_4 = 7 ### context: CREATE TABLE table_26240046_1 (first_appearance VARCHAR, season_4 VARCHAR) |
### question: How many season 3 appearances by the character played by Stefan Van Ray? ### answer: SELECT MIN(season_3) FROM table_26240046_1 WHERE played_by = "Stefan van Ray" ### context: CREATE TABLE table_26240046_1 (season_3 INTEGER, played_by VARCHAR) |
### question: What is the first appearance of the character played by Obdul Reid? ### answer: SELECT first_appearance FROM table_26240046_1 WHERE played_by = "Obdul Reid" ### context: CREATE TABLE table_26240046_1 (first_appearance VARCHAR, played_by VARCHAR) |
### question: What was the primary conference when joining the cslf for the institution that was founded in 1894 ### answer: SELECT primary_conference_when_joining_the_csfl FROM table_262501_1 WHERE founded = 1894 ### context: CREATE TABLE table_262501_1 (primary_conference_when_joining_the_csfl VARCHAR, founded VARCHA... |
### question: what was the primary conference when joining the csfl for the institution that joined in 2004-05? ### answer: SELECT primary_conference_when_joining_the_csfl FROM table_262501_1 WHERE joined = "2004-05" ### context: CREATE TABLE table_262501_1 (primary_conference_when_joining_the_csfl VARCHAR, joined VAR... |
### question: How may results had the theme inspirational? ### answer: SELECT COUNT(result) FROM table_26250151_1 WHERE theme = "Inspirational" ### context: CREATE TABLE table_26250151_1 (result VARCHAR, theme VARCHAR) |
### question: Which episode had Lavern Baker? ### answer: SELECT episode FROM table_26250151_1 WHERE original_recording_artist = "LaVern Baker" ### context: CREATE TABLE table_26250151_1 (episode VARCHAR, original_recording_artist VARCHAR) |
### question: What was the order # or Erma Franklin? ### answer: SELECT order__number FROM table_26250151_1 WHERE original_recording_artist = "Erma Franklin" ### context: CREATE TABLE table_26250151_1 (order__number VARCHAR, original_recording_artist VARCHAR) |
### question: What is the theme for the original artist Alicia Keys? ### answer: SELECT theme FROM table_26250145_1 WHERE original_artist = "Alicia Keys" ### context: CREATE TABLE table_26250145_1 (theme VARCHAR, original_artist VARCHAR) |
### question: How many times is the original artist Alicia keys? ### answer: SELECT COUNT(result) FROM table_26250145_1 WHERE original_artist = "Alicia Keys" ### context: CREATE TABLE table_26250145_1 (result VARCHAR, original_artist VARCHAR) |
### question: What is the order # for the original artist sarah mclachlan? ### answer: SELECT order__number FROM table_26250145_1 WHERE original_artist = "Sarah McLachlan" ### context: CREATE TABLE table_26250145_1 (order__number VARCHAR, original_artist VARCHAR) |
### question: WHat is the them for the order #2? ### answer: SELECT theme FROM table_26250145_1 WHERE order__number = "2" ### context: CREATE TABLE table_26250145_1 (theme VARCHAR, order__number VARCHAR) |
### question: When pointers are the nickname what is the type? ### answer: SELECT type FROM table_262495_1 WHERE nickname = "Pointers" ### context: CREATE TABLE table_262495_1 (type VARCHAR, nickname VARCHAR) |
### question: When falcons are the nickname what is the type? ### answer: SELECT type FROM table_262495_1 WHERE nickname = "Falcons" ### context: CREATE TABLE table_262495_1 (type VARCHAR, nickname VARCHAR) |
### question: When 9386 is the undergraduate enrollment what is the nickname? ### answer: SELECT nickname FROM table_262495_1 WHERE undergraduate_enrollment = 9386 ### context: CREATE TABLE table_262495_1 (nickname VARCHAR, undergraduate_enrollment VARCHAR) |
### question: What was the choice of song where the original artist was Stevie Wonder? ### answer: SELECT song_choice FROM table_26250189_1 WHERE original_artist = "Stevie Wonder" ### context: CREATE TABLE table_26250189_1 (song_choice VARCHAR, original_artist VARCHAR) |
### question: What was Katie's order number when the theme was The Rolling Stones? ### answer: SELECT order__number FROM table_26250189_1 WHERE theme = "The Rolling Stones" ### context: CREATE TABLE table_26250189_1 (order__number VARCHAR, theme VARCHAR) |
### question: Who was the original artist of the chosen song when the theme was The Rolling Stones? ### answer: SELECT original_artist FROM table_26250189_1 WHERE theme = "The Rolling Stones" ### context: CREATE TABLE table_26250189_1 (original_artist VARCHAR, theme VARCHAR) |
### question: Who was the original artist of the First solo theme? ### answer: SELECT original_artist FROM table_26250155_1 WHERE theme = "First Solo" ### context: CREATE TABLE table_26250155_1 (original_artist VARCHAR, theme VARCHAR) |
### question: What is the number of song choices where the original artist was Bright Eyes? ### answer: SELECT COUNT(song_choice) FROM table_26250155_1 WHERE original_artist = "Bright Eyes" ### context: CREATE TABLE table_26250155_1 (song_choice VARCHAR, original_artist VARCHAR) |
### question: Who was the original artist of the group performance theme? ### answer: SELECT original_artist FROM table_26250155_1 WHERE theme = "Group Performance" ### context: CREATE TABLE table_26250155_1 (original_artist VARCHAR, theme VARCHAR) |
### question: What is the order number of the Billboard Hot 100 Hits theme and the original artist was Sixpence None the Richer? ### answer: SELECT order__number FROM table_26250155_1 WHERE theme = "Billboard Hot 100 Hits" AND original_artist = "Sixpence None the Richer" ### context: CREATE TABLE table_26250155_1 (orde... |
### question: What was the number of weeks that had a Billboard Hot 100 Hits theme, an order number of 3, and an original artist of Sixpence None the Richer? ### answer: SELECT COUNT(week__number) FROM table_26250155_1 WHERE theme = "Billboard Hot 100 Hits" AND order__number = "3" AND original_artist = "Sixpence None t... |
### question: How many joined the Warriors? ### answer: SELECT COUNT(joined) FROM table_262508_1 WHERE nickname = "Warriors" ### context: CREATE TABLE table_262508_1 (joined VARCHAR, nickname VARCHAR) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.