answer
stringlengths
18
557
question
stringlengths
12
244
context
stringlengths
27
484
SELECT SUM(touchdowns) FROM table_name_33 WHERE player = "rolla bigelow" AND extra_points < 0
How many Touchdowns have a Player of rolla bigelow, and an Extra points smaller than 0?
CREATE TABLE table_name_33 (touchdowns INTEGER, player VARCHAR, extra_points VARCHAR)
SELECT MIN(round) FROM table_name_34 WHERE position = "wide receiver" AND overall < 222
Which Round is the lowest one that has a Position of wide receiver, and an Overall smaller than 222?
CREATE TABLE table_name_34 (round INTEGER, position VARCHAR, overall VARCHAR)
SELECT constructor FROM table_name_74 WHERE laps = 79 AND driver = "james hunt"
Who built james hunt's car that went 79 laps?
CREATE TABLE table_name_74 (constructor VARCHAR, laps VARCHAR, driver VARCHAR)
SELECT scorers FROM table_27654988_1 WHERE result = "0–4 7–1 0–3"
Who were the scorers in the game with final score 0–4 7–1 0–3?
CREATE TABLE table_27654988_1 (scorers VARCHAR, result VARCHAR)
SELECT prohibition_ticket FROM table_name_14 WHERE progressive_ticket = "eugene m. travis"
What name ran for the Prohibition ticket when the Progressive ticket was Eugene M. Travis?
CREATE TABLE table_name_14 (prohibition_ticket VARCHAR, progressive_ticket VARCHAR)
SELECT format FROM table_name_22 WHERE interactivity_support = "no" AND word_wrap_support = "yes" AND image_support = "yes" AND open_standard = "yes"
Which Format has an Interactivity support of no, a Word wrap support of yes, an Image support of yes, and an Open standard of yes?
CREATE TABLE table_name_22 (format VARCHAR, open_standard VARCHAR, image_support VARCHAR, interactivity_support VARCHAR, word_wrap_support VARCHAR)
SELECT capacity FROM table_23214833_1 WHERE team_captain = "Vasil Vasilev"
How many people can attend games in the stadium of the team whose captain is Vasil Vasilev?
CREATE TABLE table_23214833_1 (capacity VARCHAR, team_captain VARCHAR)
SELECT season, home_team, away_team FROM game
List the season, home team, away team of all the games.
CREATE TABLE game (season VARCHAR, home_team VARCHAR, away_team VARCHAR)
SELECT score FROM table_name_51 WHERE record = "18-25"
Name the score when the record was 18-25
CREATE TABLE table_name_51 (score VARCHAR, record VARCHAR)
SELECT school FROM table_name_36 WHERE pick = 29
What school had the draft pick of 29?
CREATE TABLE table_name_36 (school VARCHAR, pick VARCHAR)
SELECT COUNT(television_channels) FROM table_23143607_1 WHERE radio_stations = "Onda Madrid"
What is the total number of television channels when one of the radio stations is onda madrid?
CREATE TABLE table_23143607_1 (television_channels VARCHAR, radio_stations VARCHAR)
SELECT COUNT(gdp_per_capita) FROM table_2248991_2 WHERE nation = "Burkina Faso"
How many items are listed under gdp per capita under the nation of Burkina Faso?
CREATE TABLE table_2248991_2 (gdp_per_capita VARCHAR, nation VARCHAR)
SELECT song_choice FROM table_23871828_1 WHERE theme = "British Invasion"
List the song chose for the British Invasion.
CREATE TABLE table_23871828_1 (song_choice VARCHAR, theme VARCHAR)
SELECT opponent FROM table_name_33 WHERE score = "35-14"
Who was the opponent at the game with a score of 35-14?
CREATE TABLE table_name_33 (opponent VARCHAR, score VARCHAR)
SELECT score FROM table_name_86 WHERE place = "t8" AND country = "scotland"
What Score has a Place of t8, and a Country of scotland?
CREATE TABLE table_name_86 (score VARCHAR, place VARCHAR, country VARCHAR)
SELECT MIN(position) FROM table_name_72 WHERE total < 66.5 AND compulsory = 30.9 AND voluntary < 33.7
What's the position that has a total less than 66.5m, a compulsory of 30.9 and voluntary less than 33.7?
CREATE TABLE table_name_72 (position INTEGER, voluntary VARCHAR, total VARCHAR, compulsory VARCHAR)
SELECT environment FROM table_name_11 WHERE year_built = "2003"
What type of environment is the venue that was built in 2003?
CREATE TABLE table_name_11 (environment VARCHAR, year_built VARCHAR)
SELECT school FROM table_name_50 WHERE position = "linebacker" AND pick < 245 AND round = 6
From what school was the linebacker that had a pick less than 245 and was drafted in round 6?
CREATE TABLE table_name_50 (school VARCHAR, round VARCHAR, position VARCHAR, pick VARCHAR)
SELECT MIN(production_code) FROM table_2818164_5 WHERE no_in_series = "96"
What is the production code for episode 96 in the series?
CREATE TABLE table_2818164_5 (production_code INTEGER, no_in_series VARCHAR)
SELECT total_career_titles FROM table_23408094_14 WHERE player = "Roy Emerson"
How many career titles does roy emerson have?
CREATE TABLE table_23408094_14 (total_career_titles VARCHAR, player VARCHAR)
SELECT replication_site FROM table_name_58 WHERE envelopment = "enveloped" AND family = "bunyaviridae"
What is the replication site when the species is enveloped and is of the bunyaviridae family?
CREATE TABLE table_name_58 (replication_site VARCHAR, envelopment VARCHAR, family VARCHAR)
SELECT COUNT(*) FROM game WHERE NOT id IN (SELECT game_id FROM injury_accident)
How many games are free of injury accidents?
CREATE TABLE injury_accident (id VARCHAR, game_id VARCHAR); CREATE TABLE game (id VARCHAR, game_id VARCHAR)
SELECT record FROM table_name_26 WHERE res = "loss" AND event = "ufc 62"
What is the record for the loss in UFC 62?
CREATE TABLE table_name_26 (record VARCHAR, res VARCHAR, event VARCHAR)
SELECT COUNT(DISTINCT T2.camera_lens_id) FROM mountain AS T1 JOIN photos AS T2 ON T1.id = T2.mountain_id WHERE T1.country = 'Ethiopia'
How many distinct kinds of camera lenses are used to take photos of mountains in the country 'Ethiopia'?
CREATE TABLE mountain (id VARCHAR, country VARCHAR); CREATE TABLE photos (camera_lens_id VARCHAR, mountain_id VARCHAR)
SELECT Age, COUNT(*) FROM editor GROUP BY Age
What are the different ages of editors? Show each age along with the number of editors of that age.
CREATE TABLE editor (Age VARCHAR)
SELECT score_in_the_final FROM table_name_62 WHERE surface = "clay" AND partner = "martin emmrich"
Which Score in the final has a Surface of clay, and a Partner of martin emmrich?
CREATE TABLE table_name_62 (score_in_the_final VARCHAR, surface VARCHAR, partner VARCHAR)
SELECT COUNT(num_of_discs) FROM table_1180228_1 WHERE duration = "4 hours 40 minutes"
What is the total number of discs where the run time was 4 hours 40 minutes?
CREATE TABLE table_1180228_1 (num_of_discs VARCHAR, duration VARCHAR)
SELECT previous_conference FROM table_name_41 WHERE school = "portage"
The school of Portage was in what conference previous?
CREATE TABLE table_name_41 (previous_conference VARCHAR, school VARCHAR)
SELECT cyrillic_name_other_names FROM table_2562572_43 WHERE settlement = "Debeljača"
What is the cyrillic name other names for the settlement of debeljača?
CREATE TABLE table_2562572_43 (cyrillic_name_other_names VARCHAR, settlement VARCHAR)
SELECT date FROM table_name_27 WHERE home_team = "hawthorn"
When did Hawthorn play at home?
CREATE TABLE table_name_27 (date VARCHAR, home_team VARCHAR)
SELECT team FROM table_name_71 WHERE qual_2 = "58.539"
Which team had a second qualifying time of 58.539?
CREATE TABLE table_name_71 (team VARCHAR, qual_2 VARCHAR)
SELECT MIN(goals_against) FROM table_name_29 WHERE goal_difference = 7 AND losses > 13
Name the least goals for goal difference of 7 and losses more than 13
CREATE TABLE table_name_29 (goals_against INTEGER, goal_difference VARCHAR, losses VARCHAR)
SELECT result FROM table_name_61 WHERE competition = "friendly"
What was the result of the Competition of friendly?
CREATE TABLE table_name_61 (result VARCHAR, competition VARCHAR)
SELECT builder FROM table_name_8 WHERE built < 1880
Which builder has a Built smaller than 1880?
CREATE TABLE table_name_8 (builder VARCHAR, built INTEGER)
SELECT conference_joined FROM table_name_95 WHERE previous_conference = "northwestern" AND mascot = "oilers"
Which Conference Joined has a Previous Conference of northwestern, and a Mascot of oilers?
CREATE TABLE table_name_95 (conference_joined VARCHAR, previous_conference VARCHAR, mascot VARCHAR)
SELECT 2009 FROM table_name_32 WHERE 2012 = "a" AND 2011 = "1r" AND tournament = "shanghai masters"
What is the 2009 value of the shanghai masters, which was A in 2012 and 1r in 2011?
CREATE TABLE table_name_32 (tournament VARCHAR)
SELECT country FROM table_1515346_2 WHERE player = "Keith Fergus"
For which country does Keith Fergus play?
CREATE TABLE table_1515346_2 (country VARCHAR, player VARCHAR)
SELECT date FROM table_22883210_7 WHERE record = "23-13"
What was the date for the record 23-13?
CREATE TABLE table_22883210_7 (date VARCHAR, record VARCHAR)
SELECT points FROM table_25730326_2 WHERE player = "William Wasmund"
How many points did William Wasmund have?
CREATE TABLE table_25730326_2 (points VARCHAR, player VARCHAR)
SELECT best FROM table_name_31 WHERE qual_2 = "1:00.588"
What is the Best of the racer with a Qual 2 of 1:00.588?
CREATE TABLE table_name_31 (best VARCHAR, qual_2 VARCHAR)
SELECT headquarters FROM table_name_49 WHERE primary_industry = "oil and gas" AND name = "exxon mobil"
Where is Exxon Mobil, an oil and gas corporation, headquartered?
CREATE TABLE table_name_49 (headquarters VARCHAR, primary_industry VARCHAR, name VARCHAR)
SELECT system FROM table_name_45 WHERE name = "gemulator"
Which System's Name is Gemulator?
CREATE TABLE table_name_45 (system VARCHAR, name VARCHAR)
SELECT SUM(draws) FROM table_name_97 WHERE wimmera_fl = "ararat" AND byes < 2
What's the total draws for Ararat when the byes are less than 2?
CREATE TABLE table_name_97 (draws INTEGER, wimmera_fl VARCHAR, byes VARCHAR)
SELECT MIN(rnd) FROM table_19751479_4 WHERE fastest_lap = "#67 The Racer's Group"
What is the first round that had #67 the racer's group with the fastest lap?
CREATE TABLE table_19751479_4 (rnd INTEGER, fastest_lap VARCHAR)
SELECT fate_in_1832 FROM table_24329520_4 WHERE county = "Pembrokeshire"
Name the fate in 1832 for pembrokeshire
CREATE TABLE table_24329520_4 (fate_in_1832 VARCHAR, county VARCHAR)
SELECT AVG(capacity) FROM table_name_14 WHERE stadium = "kadrioru stadium" AND current_manager = "sergei ratnikov"
What is the capacity for the stadium of kadrioru stadium and a current manager of sergei ratnikov?
CREATE TABLE table_name_14 (capacity INTEGER, stadium VARCHAR, current_manager VARCHAR)
SELECT to_par FROM table_name_72 WHERE player = "mathew goggin"
what is the to par for mathew goggin?
CREATE TABLE table_name_72 (to_par VARCHAR, player VARCHAR)
SELECT Name FROM county_public_safety ORDER BY Population DESC
List the names of counties in descending order of population.
CREATE TABLE county_public_safety (Name VARCHAR, Population VARCHAR)
SELECT secondary_military_speciality FROM table_name_58 WHERE primary_military_speciality = "astral assault tactics"
With a Primary military speciality of astral assault tactics, what is the Secondary military speciality?
CREATE TABLE table_name_58 (secondary_military_speciality VARCHAR, primary_military_speciality VARCHAR)
SELECT date FROM table_16388439_3 WHERE ground = "Bundaberg Rum Stadium"
Name the date for bundaberg rum stadium
CREATE TABLE table_16388439_3 (date VARCHAR, ground VARCHAR)
SELECT state_province_county, COUNT(*) FROM addresses GROUP BY state_province_county
Show each state and the number of addresses in each state.
CREATE TABLE addresses (state_province_county VARCHAR)
SELECT pct_route_available FROM table_2279413_1 WHERE country = "Tangier Zone"
In Tangier Zone, what is the PCT route availibility?
CREATE TABLE table_2279413_1 (pct_route_available VARCHAR, country VARCHAR)
SELECT nhl_team FROM table_name_81 WHERE position = "left wing" AND college_junior_club_team = "toronto marlboros (omjhl)"
What NHL team has a player in the position of Left Wing that came from the Toronto Marlboros (omjhl)?
CREATE TABLE table_name_81 (nhl_team VARCHAR, position VARCHAR, college_junior_club_team VARCHAR)
SELECT entered FROM table_name_42 WHERE known_for = "the only way is essex star"
On which day did the person who is known for the only way is essex star enter?
CREATE TABLE table_name_42 (entered VARCHAR, known_for VARCHAR)
SELECT MIN(time) FROM table_name_63 WHERE swimmer = "apostolos tsagkarakis" AND lane < 6
Tell me the least time for apostolos tsagkarakis for lane less than 6
CREATE TABLE table_name_63 (time INTEGER, swimmer VARCHAR, lane VARCHAR)
SELECT director FROM table_name_90 WHERE title = "the fugitive"
What is the Director of the Film The Fugitive?
CREATE TABLE table_name_90 (director VARCHAR, title VARCHAR)
SELECT COUNT(2005 AS _06_points) FROM table_23215145_2 WHERE total_points = 5
If the total points is 5, what is the 2005-2006 points total number?
CREATE TABLE table_23215145_2 (total_points VARCHAR)
SELECT player FROM table_name_7 WHERE position = "forward"
Which player was the forward?
CREATE TABLE table_name_7 (player VARCHAR, position VARCHAR)
SELECT manager FROM table_name_96 WHERE losses < 287 AND wins < 80 AND years = "1904" AND wpct = 0.296
Which manager had less than 287 losses, less than 80 wins, a win percentage of 0.296, and was employed in 1904?
CREATE TABLE table_name_96 (manager VARCHAR, wpct VARCHAR, years VARCHAR, losses VARCHAR, wins VARCHAR)
SELECT name FROM table_1749567_2 WHERE number = 28
What was the name of race #28?
CREATE TABLE table_1749567_2 (name VARCHAR, number VARCHAR)
SELECT grade FROM Highschooler WHERE name = "Kyle"
What grade is Kyle in?
CREATE TABLE Highschooler (grade VARCHAR, name VARCHAR)
SELECT DISTINCT T2.problem_id, T2.problem_log_id FROM staff AS T1 JOIN problem_log AS T2 ON T1.staff_id = T2.assigned_to_staff_id WHERE T1.staff_first_name = "Rylan" AND T1.staff_last_name = "Homenick"
List the problem id and log id which are assigned to the staff named Rylan Homenick.
CREATE TABLE problem_log (problem_id VARCHAR, problem_log_id VARCHAR, assigned_to_staff_id VARCHAR); CREATE TABLE staff (staff_id VARCHAR, staff_first_name VARCHAR, staff_last_name VARCHAR)
SELECT party FROM table_name_44 WHERE representative = "peter a. quinn"
Which party has Peter A. Quinn as a representative?
CREATE TABLE table_name_44 (party VARCHAR, representative VARCHAR)
SELECT enrollment FROM table_261927_1 WHERE colors = "Green & Black"
What is the enrollment for the colors green & black?
CREATE TABLE table_261927_1 (enrollment VARCHAR, colors VARCHAR)
SELECT club FROM table_29250534_1 WHERE location = "Kuopio"
Which club is at the location of kuopio?
CREATE TABLE table_29250534_1 (club VARCHAR, location VARCHAR)
SELECT segment_d FROM table_name_33 WHERE episode > 16 AND segment_c = "laser eye surgery"
What segment d is associated with an episode number above 16 and a segment c of laser eye surgery?
CREATE TABLE table_name_33 (segment_d VARCHAR, episode VARCHAR, segment_c VARCHAR)
SELECT T1.fname, T1.lname FROM Faculty AS T1 JOIN Faculty_participates_in AS T2 ON T1.facID = T2.facID GROUP BY T1.FacID ORDER BY COUNT(*) DESC LIMIT 1
What is the first and last name of the faculty participating in the most activities?
CREATE TABLE Faculty_participates_in (facID VARCHAR); CREATE TABLE Faculty (fname VARCHAR, lname VARCHAR, FacID VARCHAR, facID VARCHAR)
SELECT location FROM table_name_22 WHERE time = "11:55"
What is the Location when the time was 11:55?
CREATE TABLE table_name_22 (location VARCHAR, time VARCHAR)
SELECT COUNT(year) FROM table_name_96 WHERE location = "san diego, california" AND defeated = "houston baptist (texas)"
what is the year when the location is san diego, california and defeated is houston baptist (texas)?
CREATE TABLE table_name_96 (year VARCHAR, location VARCHAR, defeated VARCHAR)
SELECT premier_date FROM table_2140071_5 WHERE coach = "John O'Connell"
What date did the episode, with John O'Connell as the coach, premier?
CREATE TABLE table_2140071_5 (premier_date VARCHAR, coach VARCHAR)
SELECT name AS origin FROM table_16799784_14 WHERE diameter__km_ = "220.0"
What is the name origin with a diameter of 220.0 kilometers?
CREATE TABLE table_16799784_14 (name VARCHAR, diameter__km_ VARCHAR)
SELECT release_date FROM table_name_28 WHERE title = "upswept hare"
What's the release date of Upswept Hare?
CREATE TABLE table_name_28 (release_date VARCHAR, title VARCHAR)
SELECT owner FROM table_name_89 WHERE broadcasting_hours = "24-hours" AND channel___bkk__ = "3/32 (vhf/uhf)"
Who's the owner of channel 3/32 (vhf/uhf) broadcasting 24-hours?
CREATE TABLE table_name_89 (owner VARCHAR, broadcasting_hours VARCHAR, channel___bkk__ VARCHAR)
SELECT goals FROM table_name_90 WHERE years_at_club = "1908–1911, 1913–1919"
What were the goals for the player whose years at club were 1908–1911, 1913–1919?
CREATE TABLE table_name_90 (goals VARCHAR, years_at_club VARCHAR)
SELECT home_team AS score FROM table_name_65 WHERE home_team = "footscray"
What did the home team footscray score?
CREATE TABLE table_name_65 (home_team VARCHAR)
SELECT SUM(number_of_jews__wjc_) FROM table_name_73 WHERE metro_area = "los angeles" AND rank__arda_ > 2
How many number of WJC Jews in the Los Angeles Metro Area has a ARDA rank of more than 2?
CREATE TABLE table_name_73 (number_of_jews__wjc_ INTEGER, metro_area VARCHAR, rank__arda_ VARCHAR)
SELECT appointed_by FROM table_name_45 WHERE presentation_of_credentials = "november 22, 1990"
Which Appointed has a Presentation of Credentials on November 22, 1990
CREATE TABLE table_name_45 (appointed_by VARCHAR, presentation_of_credentials VARCHAR)
SELECT SUM(gold) FROM table_name_22 WHERE rank = "3"
How many total Gold medals did the nation ranked #3 receive?
CREATE TABLE table_name_22 (gold INTEGER, rank VARCHAR)
SELECT MAX(first_elected) FROM table_name_52 WHERE district = "illinois 3"
Which First elected has a District of illinois 3?
CREATE TABLE table_name_52 (first_elected INTEGER, district VARCHAR)
SELECT population__2009_estimate_ FROM table_name_11 WHERE largest_city = "manaus"
What is the 2009 estimate population of the region with Manaus as the largest city?
CREATE TABLE table_name_11 (population__2009_estimate_ VARCHAR, largest_city VARCHAR)
SELECT score FROM table_name_76 WHERE date = "09-oct-2006"
What is the Score for 09-oct-2006?
CREATE TABLE table_name_76 (score VARCHAR, date VARCHAR)
SELECT location FROM table_name_35 WHERE score = "115-105"
What is the location of the game with a 115-105 score?
CREATE TABLE table_name_35 (location VARCHAR, score VARCHAR)
SELECT quantity_preserved FROM table_name_68 WHERE manufacturer = "alco -schenectady" AND class = "b-3"
How many did alco -schenectady preserve of class b-3?
CREATE TABLE table_name_68 (quantity_preserved VARCHAR, manufacturer VARCHAR, class VARCHAR)
SELECT southbridge FROM table_name_7 WHERE model = "amd-640 chipset"
What shows for Southbridge when the Model number is amd-640 chipset?
CREATE TABLE table_name_7 (southbridge VARCHAR, model VARCHAR)
SELECT h___a FROM table_name_25 WHERE opponents = "bohemians"
What the H/A when the opponent is the Bohemians?
CREATE TABLE table_name_25 (h___a VARCHAR, opponents VARCHAR)
SELECT country FROM table_name_18 WHERE location = "trestles"
What country was the game played in when the location was trestles?
CREATE TABLE table_name_18 (country VARCHAR, location VARCHAR)
SELECT elimination FROM table_name_74 WHERE time = "13:43"
What is the elimination number for the time 13:43?
CREATE TABLE table_name_74 (elimination VARCHAR, time VARCHAR)
SELECT home_team AS score FROM table_name_7 WHERE venue = "victoria park"
What is the home team score when they played at Victoria Park?
CREATE TABLE table_name_7 (home_team VARCHAR, venue VARCHAR)
SELECT date FROM table_name_87 WHERE loan_expires = "end of the season" AND position = "mf"
What date has a loan expires date of end of the season, and a Position of mf?
CREATE TABLE table_name_87 (date VARCHAR, loan_expires VARCHAR, position VARCHAR)
SELECT genes FROM table_name_94 WHERE base_pairs = "4,895,836"
Which gene has 4,895,836 base pairs?
CREATE TABLE table_name_94 (genes VARCHAR, base_pairs VARCHAR)
SELECT MIN(laps) FROM table_name_49 WHERE finish = "7" AND start = "6"
What's the smallest amount of Laps that had a finish of 7 with a start of 6?
CREATE TABLE table_name_49 (laps INTEGER, finish VARCHAR, start VARCHAR)
SELECT date_to FROM table_name_12 WHERE name = "febian brandy" AND date_from = "2 february 2009"
When was febian brandy loaned out until, when was loaned out on 2 february 2009.?
CREATE TABLE table_name_12 (date_to VARCHAR, name VARCHAR, date_from VARCHAR)
SELECT 1994 FROM table_name_88 WHERE 1993 = "grand slam tournaments"
What is 1994 Grand Slam Tournament if 1993 is also grand slam tournaments?
CREATE TABLE table_name_88 (Id VARCHAR)
SELECT AVG(year) FROM table_name_50 WHERE type = "ep" AND title = "die shaolin affen ep"
What year had a title of Die Shaolin Affen EP and EP as the type?
CREATE TABLE table_name_50 (year INTEGER, type VARCHAR, title VARCHAR)
SELECT format FROM table_name_34 WHERE country = "japan"
What format does Japan use?
CREATE TABLE table_name_34 (format VARCHAR, country VARCHAR)
SELECT away_team FROM table_name_12 WHERE venue = "mcg"
Who was the away team at MCG?
CREATE TABLE table_name_12 (away_team VARCHAR, venue VARCHAR)
SELECT release_date FROM table_name_98 WHERE sspec_number = "sr15h(c0)"
what is the release date when the sspec number is sr15h(c0)?
CREATE TABLE table_name_98 (release_date VARCHAR, sspec_number VARCHAR)
SELECT scoring_average FROM table_18198579_6 WHERE best_finish = "T35"
Name the scoring average for best finsih being t35
CREATE TABLE table_18198579_6 (scoring_average VARCHAR, best_finish VARCHAR)
SELECT position FROM table_name_44 WHERE team = "boston red sox" AND player = "corey jenkins"
WHAT IS THE POSITION WITH BOSTON RED SOX FOR COREY JENKINS?
CREATE TABLE table_name_44 (position VARCHAR, team VARCHAR, player VARCHAR)
SELECT DISTINCT T1.Advisor FROM STUDENT AS T1 JOIN VOTING_RECORD AS T2 ON T1.StuID = T2.Treasurer_Vote WHERE T2.Election_Cycle = "Spring"
Find the distinct Advisor of students who have treasurer votes in the spring election cycle.
CREATE TABLE STUDENT (Advisor VARCHAR, StuID VARCHAR); CREATE TABLE VOTING_RECORD (Treasurer_Vote VARCHAR, Election_Cycle VARCHAR)