Unnamed: 0
int64
0
60k
input
stringlengths
76
562
answer
stringlengths
18
557
7,700
<question>: Which competition did the toronto city saints win? <context>: CREATE TABLE table_25735_1 (competition VARCHAR, winner VARCHAR)
SELECT competition FROM table_25735_1 WHERE winner = "Toronto City Saints"
7,701
<question>: What was the number of teams in the competition that wynnum manly seagulls won? <context>: CREATE TABLE table_25735_1 (teams INTEGER, winner VARCHAR)
SELECT MIN(teams) FROM table_25735_1 WHERE winner = "Wynnum Manly Seagulls"
7,702
<question>: How many cook island league competitions were there? <context>: CREATE TABLE table_25735_1 (latest_year VARCHAR, competition VARCHAR)
SELECT COUNT(latest_year) FROM table_25735_1 WHERE competition = "Cook Island League"
7,703
<question>: How many positions are shown for the 2010 season? <context>: CREATE TABLE table_25740774_1 (position VARCHAR, season VARCHAR)
SELECT COUNT(position) FROM table_25740774_1 WHERE season = 2010
7,704
<question>: What is the season with podiums more than 2.0? <context>: CREATE TABLE table_25740774_1 (season INTEGER, podiums INTEGER)
SELECT MAX(season) FROM table_25740774_1 WHERE podiums > 2.0
7,705
<question>: Which series is in position nc? <context>: CREATE TABLE table_25740774_1 (series VARCHAR, position VARCHAR)
SELECT series FROM table_25740774_1 WHERE position = "NC"
7,706
<question>: What are the f/laps for race 14? <context>: CREATE TABLE table_25740774_1 (f_laps VARCHAR, races VARCHAR)
SELECT f_laps FROM table_25740774_1 WHERE races = 14
7,707
<question>: How many flaps are there for the team march 3 racing (1-4) top speed racing team (5-12)? <context>: CREATE TABLE table_25740774_1 (f_laps VARCHAR, team VARCHAR)
SELECT COUNT(f_laps) FROM table_25740774_1 WHERE team = "March 3 Racing (1-4) Top Speed Racing team (5-12)"
7,708
<question>: If the player is Maake Kemoeatu, what is the int maximum? <context>: CREATE TABLE table_25773915_11 (int INTEGER, player VARCHAR)
SELECT MAX(int) FROM table_25773915_11 WHERE player = "Maake Kemoeatu"
7,709
<question>: What is the ydi minimum? <context>: CREATE TABLE table_25773915_11 (ydl INTEGER)
SELECT MIN(ydl) FROM table_25773915_11
7,710
<question>: What is the fumrec minimum? <context>: CREATE TABLE table_25773915_11 (fumrec INTEGER)
SELECT MIN(fumrec) FROM table_25773915_11
7,711
<question>: If the player is Reed Doughty, what isthe fumrec? <context>: CREATE TABLE table_25773915_11 (fumrec VARCHAR, player VARCHAR)
SELECT fumrec FROM table_25773915_11 WHERE player = "Reed Doughty"
7,712
<question>: What stadium(sO does san juan jabloteh play in? <context>: CREATE TABLE table_25794138_1 (stadium VARCHAR, team VARCHAR)
SELECT stadium FROM table_25794138_1 WHERE team = "San Juan Jabloteh"
7,713
<question>: Wh owas the captian of the north east stars? <context>: CREATE TABLE table_25794138_1 (captain VARCHAR, team VARCHAR)
SELECT captain FROM table_25794138_1 WHERE team = "North East Stars"
7,714
<question>: What was the maximum capacity of larry gomes stadium? <context>: CREATE TABLE table_25794138_1 (capacity INTEGER, stadium VARCHAR)
SELECT MAX(capacity) FROM table_25794138_1 WHERE stadium = "Larry Gomes stadium"
7,715
<question>: What is the lowest season #? <context>: CREATE TABLE table_25800134_11 (season__number INTEGER)
SELECT MIN(season__number) FROM table_25800134_11
7,716
<question>: Who directed series # 422? <context>: CREATE TABLE table_25800134_11 (director VARCHAR, series__number VARCHAR)
SELECT director FROM table_25800134_11 WHERE series__number = 422
7,717
<question>: How many directors were there for series # 431? <context>: CREATE TABLE table_25800134_11 (director VARCHAR, series__number VARCHAR)
SELECT COUNT(director) FROM table_25800134_11 WHERE series__number = 431
7,718
<question>: What episode number of the series aired on February 26, 1968? <context>: CREATE TABLE table_25800134_12 (series__number VARCHAR, airdate VARCHAR)
SELECT series__number FROM table_25800134_12 WHERE airdate = "February 26, 1968"
7,719
<question>: How many people directed the episode that aired on February 5, 1968? <context>: CREATE TABLE table_25800134_12 (director VARCHAR, airdate VARCHAR)
SELECT COUNT(director) FROM table_25800134_12 WHERE airdate = "February 5, 1968"
7,720
<question>: Who directed the episode that aired on September 25, 1967? <context>: CREATE TABLE table_25800134_12 (director VARCHAR, airdate VARCHAR)
SELECT director FROM table_25800134_12 WHERE airdate = "September 25, 1967"
7,721
<question>: Who directed the episode that aired on February 19, 1968? <context>: CREATE TABLE table_25800134_12 (director VARCHAR, airdate VARCHAR)
SELECT director FROM table_25800134_12 WHERE airdate = "February 19, 1968"
7,722
<question>: How many episode titles aired on September 25, 1967? <context>: CREATE TABLE table_25800134_12 (title VARCHAR, airdate VARCHAR)
SELECT COUNT(title) FROM table_25800134_12 WHERE airdate = "September 25, 1967"
7,723
<question>: name the most series number for season 22 <context>: CREATE TABLE table_25800134_18 (series__number INTEGER, season__number VARCHAR)
SELECT MAX(series__number) FROM table_25800134_18 WHERE season__number = 22
7,724
<question>: What is the earliest stage where mountains classifications was awarded to Peter Stetina? <context>: CREATE TABLE table_25802689_14 (stage INTEGER, mountains_classification VARCHAR)
SELECT MIN(stage) FROM table_25802689_14 WHERE mountains_classification = "Peter Stetina"
7,725
<question>: what is the title where the airdate is december 5, 1964? <context>: CREATE TABLE table_25800134_9 (title VARCHAR, airdate VARCHAR)
SELECT title FROM table_25800134_9 WHERE airdate = "December 5, 1964"
7,726
<question>: what is the number of series where the airdate is december 26, 1964? <context>: CREATE TABLE table_25800134_9 (series__number VARCHAR, airdate VARCHAR)
SELECT COUNT(series__number) FROM table_25800134_9 WHERE airdate = "December 26, 1964"
7,727
<question>: Who was the actor/actress with a first appearance is 3 june 2007? <context>: CREATE TABLE table_25831483_1 (actor_actress VARCHAR, first_appearance VARCHAR)
SELECT actor_actress FROM table_25831483_1 WHERE first_appearance = "3 June 2007"
7,728
<question>: Who was the actor/actress with a last appearance of 1 january 2010 and total is 20 and character is vanessa 'nessa' jenkins? <context>: CREATE TABLE table_25831483_1 (actor_actress VARCHAR, character VARCHAR, last_appearance VARCHAR, total VARCHAR)
SELECT actor_actress FROM table_25831483_1 WHERE last_appearance = "1 January 2010" AND total = 20 AND character = "Vanessa 'Nessa' Jenkins"
7,729
<question>: What is the highest total number? <context>: CREATE TABLE table_25831483_1 (total INTEGER)
SELECT MAX(total) FROM table_25831483_1
7,730
<question>: How many characters where actor/actress is larry lamb? <context>: CREATE TABLE table_25831483_1 (character VARCHAR, actor_actress VARCHAR)
SELECT COUNT(character) FROM table_25831483_1 WHERE actor_actress = "Larry Lamb"
7,731
<question>: What was the last appearance of actor/actress is pam ferris? <context>: CREATE TABLE table_25831483_1 (last_appearance VARCHAR, actor_actress VARCHAR)
SELECT last_appearance FROM table_25831483_1 WHERE actor_actress = "Pam Ferris"
7,732
<question>: How many total are there when actor/actress is pam ferris? <context>: CREATE TABLE table_25831483_1 (total VARCHAR, actor_actress VARCHAR)
SELECT total FROM table_25831483_1 WHERE actor_actress = "Pam Ferris"
7,733
<question>: What is the lowest GDP (ppp) per capita? <context>: CREATE TABLE table_25869317_1 (gdp__ppp__per_capita INTEGER)
SELECT MIN(gdp__ppp__per_capita) FROM table_25869317_1
7,734
<question>: Who directed the episode that had 12.88 million viewers? <context>: CREATE TABLE table_25923164_1 (directed_by VARCHAR, us_viewers__million_ VARCHAR)
SELECT directed_by FROM table_25923164_1 WHERE us_viewers__million_ = "12.88"
7,735
<question>: What was the original air date of the episode written by amanda segel? <context>: CREATE TABLE table_25923164_1 (original_air_date VARCHAR, written_by VARCHAR)
SELECT original_air_date FROM table_25923164_1 WHERE written_by = "Amanda Segel"
7,736
<question>: What was the original air date of the episode directed by gloria muzio? <context>: CREATE TABLE table_25923164_1 (original_air_date VARCHAR, directed_by VARCHAR)
SELECT original_air_date FROM table_25923164_1 WHERE directed_by = "Gloria Muzio"
7,737
<question>: What was the original air date of the episode directed by frederick e. o. toye? <context>: CREATE TABLE table_25923164_1 (original_air_date VARCHAR, directed_by VARCHAR)
SELECT original_air_date FROM table_25923164_1 WHERE directed_by = "Frederick E. O. Toye"
7,738
<question>: What is every value of Top 10 when team is #10 Phil Parsons Racing and average finish is 22.9? <context>: CREATE TABLE table_2597876_2 (top_10 VARCHAR, team_s_ VARCHAR, avg_finish VARCHAR)
SELECT top_10 FROM table_2597876_2 WHERE team_s_ = "#10 Phil Parsons Racing" AND avg_finish = "22.9"
7,739
<question>: What is every year with average start of 27.2? <context>: CREATE TABLE table_2597876_2 (year VARCHAR, avg_start VARCHAR)
SELECT year FROM table_2597876_2 WHERE avg_start = "27.2"
7,740
<question>: How many values of top 10 for 5th position? <context>: CREATE TABLE table_2597876_2 (top_10 VARCHAR, position VARCHAR)
SELECT COUNT(top_10) FROM table_2597876_2 WHERE position = "5th"
7,741
<question>: What is every value for top 5 if average start is 21.9? <context>: CREATE TABLE table_2597876_2 (top_5 VARCHAR, avg_start VARCHAR)
SELECT top_5 FROM table_2597876_2 WHERE avg_start = "21.9"
7,742
<question>: How many values for winnings correspond to average start of 19.0? <context>: CREATE TABLE table_2597876_2 (winnings VARCHAR, avg_start VARCHAR)
SELECT COUNT(winnings) FROM table_2597876_2 WHERE avg_start = "19.0"
7,743
<question>: What is the name of the school in Lucas ? <context>: CREATE TABLE table_25987797_1 (location VARCHAR, school VARCHAR)
SELECT location FROM table_25987797_1 WHERE school = "Lucas"
7,744
<question>: What was the pick number for Andrew Quarless? <context>: CREATE TABLE table_26077092_7 (pick__number INTEGER, player VARCHAR)
SELECT MAX(pick__number) FROM table_26077092_7 WHERE player = "Andrew Quarless"
7,745
<question>: How many players are from Purdue? <context>: CREATE TABLE table_26077092_7 (player VARCHAR, college VARCHAR)
SELECT COUNT(player) FROM table_26077092_7 WHERE college = "Purdue"
7,746
<question>: who are all the players when season mvp is less than 1.0 and second team is less than 1.0 <context>: CREATE TABLE table_26130295_3 (player VARCHAR, season_mvp VARCHAR, second_team VARCHAR)
SELECT player FROM table_26130295_3 WHERE season_mvp < 1.0 AND second_team < 1.0
7,747
<question>: when number of selection is 2 and first team is 1 who are all the player <context>: CREATE TABLE table_26130295_3 (player VARCHAR, first_team VARCHAR, number_of_selections VARCHAR)
SELECT player FROM table_26130295_3 WHERE first_team = 1 AND number_of_selections = 2
7,748
<question>: what would be final four mvp maximum when first team is 1 <context>: CREATE TABLE table_26130295_3 (final_four_mvp INTEGER, first_team VARCHAR)
SELECT MAX(final_four_mvp) FROM table_26130295_3 WHERE first_team = 1
7,749
<question>: when season mvp is larger than 1.0 what is the maximum number of selection <context>: CREATE TABLE table_26130295_3 (number_of_selections INTEGER, season_mvp INTEGER)
SELECT MAX(number_of_selections) FROM table_26130295_3 WHERE season_mvp > 1.0
7,750
<question>: who is first team when dimitris diamantidis play. <context>: CREATE TABLE table_26130295_3 (first_team VARCHAR, player VARCHAR)
SELECT COUNT(first_team) FROM table_26130295_3 WHERE player = "Dimitris Diamantidis"
7,751
<question>: What is the earliest term limit for the senator who resides in Coshocton? <context>: CREATE TABLE table_26129220_2 (term_limited INTEGER, residence VARCHAR)
SELECT MIN(term_limited) FROM table_26129220_2 WHERE residence = "Coshocton"
7,752
<question>: What is the party for district 27? <context>: CREATE TABLE table_26129220_2 (party VARCHAR, district VARCHAR)
SELECT party FROM table_26129220_2 WHERE district = 27
7,753
<question>: How many party classifications are there for the senator from Canton? <context>: CREATE TABLE table_26129220_2 (party VARCHAR, residence VARCHAR)
SELECT party FROM table_26129220_2 WHERE residence = "Canton"
7,754
<question>: What is the party affiliation for Senator David Goodman? <context>: CREATE TABLE table_26129220_2 (party VARCHAR, senator VARCHAR)
SELECT party FROM table_26129220_2 WHERE senator = "David Goodman"
7,755
<question>: What is the term limit for Senator Tom Niehaus? <context>: CREATE TABLE table_26129220_2 (term_limited INTEGER, senator VARCHAR)
SELECT MIN(term_limited) FROM table_26129220_2 WHERE senator = "Tom Niehaus"
7,756
<question>: What is the party affiliation for senator mark Wagoner? <context>: CREATE TABLE table_26129220_2 (party VARCHAR, senator VARCHAR)
SELECT party FROM table_26129220_2 WHERE senator = "Mark Wagoner"
7,757
<question>: If the residence is Chagrin falls, who is the representative? <context>: CREATE TABLE table_26131768_4 (representative VARCHAR, residence VARCHAR)
SELECT representative FROM table_26131768_4 WHERE residence = "Chagrin Falls"
7,758
<question>: If first elected on 2003 (appt.), when was the term limited? <context>: CREATE TABLE table_26131768_4 (term_limited INTEGER, first_elected VARCHAR)
SELECT MIN(term_limited) FROM table_26131768_4 WHERE first_elected = "2003 (Appt.)"
7,759
<question>: How many times was Scott Oelslager a representative? <context>: CREATE TABLE table_26131768_4 (residence VARCHAR, representative VARCHAR)
SELECT COUNT(residence) FROM table_26131768_4 WHERE representative = "Scott Oelslager"
7,760
<question>: In which district is the residence Dublin? <context>: CREATE TABLE table_26131768_4 (district VARCHAR, residence VARCHAR)
SELECT district FROM table_26131768_4 WHERE residence = "Dublin"
7,761
<question>: If the representative is Dave Hall, when was the term limited? <context>: CREATE TABLE table_26131768_4 (term_limited VARCHAR, representative VARCHAR)
SELECT term_limited FROM table_26131768_4 WHERE representative = "Dave Hall"
7,762
<question>: If the Representative is Barbara sears, what is the district number? <context>: CREATE TABLE table_26131768_4 (district INTEGER, representative VARCHAR)
SELECT MAX(district) FROM table_26131768_4 WHERE representative = "Barbara Sears"
7,763
<question>: What is the original airdate of the episode that had 8.23 million viewers? <context>: CREATE TABLE table_26139378_1 (original_airdate VARCHAR, viewers__in_millions_ VARCHAR)
SELECT original_airdate FROM table_26139378_1 WHERE viewers__in_millions_ = "8.23"
7,764
<question>: How many millions of viewers did Episode number 16 have? <context>: CREATE TABLE table_26139378_1 (viewers__in_millions_ VARCHAR, episode__number VARCHAR)
SELECT viewers__in_millions_ FROM table_26139378_1 WHERE episode__number = 16
7,765
<question>: Name the vessel type for beluga shipping <context>: CREATE TABLE table_26168687_5 (vessel_type VARCHAR, vessel_operator VARCHAR)
SELECT vessel_type FROM table_26168687_5 WHERE vessel_operator = "Beluga Shipping"
7,766
<question>: Name the vessel type for dof subsea <context>: CREATE TABLE table_26168687_5 (vessel_type VARCHAR, vessel_operator VARCHAR)
SELECT vessel_type FROM table_26168687_5 WHERE vessel_operator = "DOF Subsea"
7,767
<question>: Name the most number in season <context>: CREATE TABLE table_26168687_5 (no_in_season INTEGER)
SELECT MIN(no_in_season) FROM table_26168687_5
7,768
<question>: Name the narraed by for beluga shipping <context>: CREATE TABLE table_26168687_5 (narrated_by VARCHAR, vessel_operator VARCHAR)
SELECT narrated_by FROM table_26168687_5 WHERE vessel_operator = "Beluga Shipping"
7,769
<question>: Name the number of season for beluga shipping <context>: CREATE TABLE table_26168687_5 (no_in_season VARCHAR, vessel_operator VARCHAR)
SELECT COUNT(no_in_season) FROM table_26168687_5 WHERE vessel_operator = "Beluga Shipping"
7,770
<question>: Name the least number in series for james quinn <context>: CREATE TABLE table_2618102_1 (no_in_series INTEGER, directed_by VARCHAR)
SELECT MIN(no_in_series) FROM table_2618102_1 WHERE directed_by = "James Quinn"
7,771
<question>: Name the least number in season for brad markowitz, william n. fordes & renΓ© balcer <context>: CREATE TABLE table_2618102_1 (no_in_season INTEGER, written_by VARCHAR)
SELECT MIN(no_in_season) FROM table_2618102_1 WHERE written_by = "Brad Markowitz, William N. Fordes & RenΓ© Balcer"
7,772
<question>: What institution is located in St. Peter? <context>: CREATE TABLE table_261913_1 (institution VARCHAR, location__all_in_minnesota_ VARCHAR)
SELECT institution FROM table_261913_1 WHERE location__all_in_minnesota_ = "St. Peter"
7,773
<question>: What is the enrollment for Augsburg college? <context>: CREATE TABLE table_261913_1 (enrollment INTEGER, institution VARCHAR)
SELECT MIN(enrollment) FROM table_261913_1 WHERE institution = "Augsburg College"
7,774
<question>: What was the earliest date an institution was founded that joined in 1977? <context>: CREATE TABLE table_261913_1 (founded INTEGER, joined VARCHAR)
SELECT MIN(founded) FROM table_261913_1 WHERE joined = "1977"
7,775
<question>: How many different types are allocated to the institution in Bridgewater, Massachusetts? <context>: CREATE TABLE table_261927_2 (type VARCHAR, location VARCHAR)
SELECT COUNT(type) FROM table_261927_2 WHERE location = "Bridgewater, Massachusetts"
7,776
<question>: What is the enrollment for the institution in Westfield, Massachusetts? <context>: CREATE TABLE table_261927_2 (enrollment VARCHAR, location VARCHAR)
SELECT enrollment FROM table_261927_2 WHERE location = "Westfield, Massachusetts"
7,777
<question>: Which institutions primary conference is merged into the university of Massachusetts boston? <context>: CREATE TABLE table_261927_2 (institution VARCHAR, primary_conference VARCHAR)
SELECT institution FROM table_261927_2 WHERE primary_conference = "Merged into the University of Massachusetts Boston"
7,778
<question>: What is the football conference for Henniker, New Hampshire>? <context>: CREATE TABLE table_261927_2 (football_conference VARCHAR, location VARCHAR)
SELECT football_conference FROM table_261927_2 WHERE location = "Henniker, New Hampshire"
7,779
<question>: What date did the institution that left in 2013 and that is nicknamed Corsairs, join? <context>: CREATE TABLE table_261927_2 (joined VARCHAR, left VARCHAR, nickname VARCHAR)
SELECT joined FROM table_261927_2 WHERE left = "2013" AND nickname = "Corsairs"
7,780
<question>: Who wrote title number 38? <context>: CREATE TABLE table_26199484_1 (written_by VARCHAR, no VARCHAR)
SELECT written_by FROM table_26199484_1 WHERE no = 38
7,781
<question>: Which match was the final score 7–6 (7–0) , 6–7 (5–7) , 4–6, 6–2, 6–7 (5–7)? <context>: CREATE TABLE table_26202812_7 (no VARCHAR, score_in_the_final VARCHAR)
SELECT no FROM table_26202812_7 WHERE score_in_the_final = "7–6 (7–0) , 6–7 (5–7) , 4–6, 6–2, 6–7 (5–7)"
7,782
<question>: What is the lowest ends won when w is 8? <context>: CREATE TABLE table_26209210_2 (Ends INTEGER, w VARCHAR)
SELECT MIN(Ends) AS won FROM table_26209210_2 WHERE w = 8
7,783
<question>: If the qatari male is 1104, what is the grand total? <context>: CREATE TABLE table_26214389_3 (grand_total INTEGER, qatari_male VARCHAR)
SELECT MAX(grand_total) FROM table_26214389_3 WHERE qatari_male = 1104
7,784
<question>: If the grand total is 5814, what is the total non qatar? <context>: CREATE TABLE table_26214389_3 (total_non_qatar VARCHAR, grand_total VARCHAR)
SELECT total_non_qatar FROM table_26214389_3 WHERE grand_total = 5814
7,785
<question>: If the year is 2001, what are the non qatari female? <context>: CREATE TABLE table_26214389_3 (Non VARCHAR, year VARCHAR)
SELECT Non AS qatari_female FROM table_26214389_3 WHERE year = 2001
7,786
<question>: If the qatari female is 918, what is the total number of females? <context>: CREATE TABLE table_26214389_3 (total_female VARCHAR, qatari_female VARCHAR)
SELECT total_female FROM table_26214389_3 WHERE qatari_female = 918
7,787
<question>: How many outcomes occur for score in the final of 6–3, 6–4, 7–6 (13–11)? <context>: CREATE TABLE table_26202940_6 (outcome VARCHAR, score_in_the_final VARCHAR)
SELECT COUNT(outcome) FROM table_26202940_6 WHERE score_in_the_final = "6–3, 6–4, 7–6 (13–11)"
7,788
<question>: How many outcomes occur on the date of January 31, 2010? <context>: CREATE TABLE table_26202940_6 (outcome VARCHAR, date VARCHAR)
SELECT COUNT(outcome) FROM table_26202940_6 WHERE date = "January 31, 2010"
7,789
<question>: How many numbers correspond to the score in the final of 6–3, 6–4, 7–6 (13–11)? <context>: CREATE TABLE table_26202940_6 (no VARCHAR, score_in_the_final VARCHAR)
SELECT COUNT(no) FROM table_26202940_6 WHERE score_in_the_final = "6–3, 6–4, 7–6 (13–11)"
7,790
<question>: How many championships are there when there are 6 points <context>: CREATE TABLE table_26223231_1 (series VARCHAR, points VARCHAR)
SELECT series FROM table_26223231_1 WHERE points = "6"
7,791
<question>: When there are 2 wins, how many poles are? <context>: CREATE TABLE table_26223231_1 (poles VARCHAR, wins VARCHAR)
SELECT poles FROM table_26223231_1 WHERE wins = 2
7,792
<question>: What is the production code for episode #78? <context>: CREATE TABLE table_2623498_5 (prod_code VARCHAR, episode__number VARCHAR)
SELECT prod_code FROM table_2623498_5 WHERE episode__number = "78"
7,793
<question>: What is the number of titles written by Charleen Easton? <context>: CREATE TABLE table_2623498_5 (title VARCHAR, written_by VARCHAR)
SELECT COUNT(title) FROM table_2623498_5 WHERE written_by = "Charleen Easton"
7,794
<question>: What is the number of production codes for episode #73? <context>: CREATE TABLE table_2623498_5 (prod_code VARCHAR, episode__number VARCHAR)
SELECT COUNT(prod_code) FROM table_2623498_5 WHERE episode__number = "73"
7,795
<question>: where is Fisk University located? <context>: CREATE TABLE table_262481_2 (location VARCHAR, institution VARCHAR)
SELECT location FROM table_262481_2 WHERE institution = "Fisk University"
7,796
<question>: What is the nickname of the institution that was founded in 1857? <context>: CREATE TABLE table_262481_2 (nickname VARCHAR, founded VARCHAR)
SELECT nickname FROM table_262481_2 WHERE founded = 1857
7,797
<question>: What is the enrollment for the institution nicknamed the panthers that left in 2012? <context>: CREATE TABLE table_262481_2 (enrollment VARCHAR, left VARCHAR, nickname VARCHAR)
SELECT enrollment FROM table_262481_2 WHERE left = "2012" AND nickname = "Panthers"
7,798
<question>: What is the institution whose current conference is gcac (naia)? <context>: CREATE TABLE table_262481_2 (institution VARCHAR, current_conference VARCHAR)
SELECT institution FROM table_262481_2 WHERE current_conference = "GCAC (NAIA)"
7,799
<question>: How many original artists were there for the Group Performance? <context>: CREATE TABLE table_26250176_1 (original_artist VARCHAR, theme VARCHAR)
SELECT COUNT(original_artist) FROM table_26250176_1 WHERE theme = "Group Performance"