answer
stringlengths
18
557
question
stringlengths
12
244
context
stringlengths
27
489
SELECT position FROM table_name_37 WHERE pick__number = 53
what is the position of pick #53?
CREATE TABLE table_name_37 (position VARCHAR, pick__number VARCHAR)
SELECT MAX(grid) FROM table_name_29 WHERE time_retired = "+ 3 laps" AND laps < 57
What is the high grid number for a Time/Retired of + 3 laps, and a Laps smaller than 57?
CREATE TABLE table_name_29 (grid INTEGER, time_retired VARCHAR, laps VARCHAR)
SELECT to_par FROM table_name_78 WHERE score = 70 - 69 = 139
What is the To par value that goes with a Score of 70-69=139?
CREATE TABLE table_name_78 (to_par VARCHAR, score VARCHAR)
SELECT player_name FROM table_20871703_1 WHERE college = "South Carolina"
Who is the player for south carolina college?
CREATE TABLE table_20871703_1 (player_name VARCHAR, college VARCHAR)
SELECT COUNT(enrollment) FROM table_16432543_1 WHERE nickname = "Blue Hens"
Total enrollment at the school with the nickname Blue Hens
CREATE TABLE table_16432543_1 (enrollment VARCHAR, nickname VARCHAR)
SELECT score FROM table_name_16 WHERE tournament = "tournament players championship"
What is the score of the Tournament Players Championship?
CREATE TABLE table_name_16 (score VARCHAR, tournament VARCHAR)
SELECT name, MAX(revenue), Headquarter FROM manufacturers GROUP BY Headquarter
Find the name and revenue of the company that earns the highest revenue in each city.
CREATE TABLE manufacturers (name VARCHAR, Headquarter VARCHAR, revenue INTEGER)
SELECT tournament FROM table_name_20 WHERE runner_s__up = "val skinner"
Which tournament had a runner-up of Val Skinner?
CREATE TABLE table_name_20 (tournament VARCHAR, runner_s__up VARCHAR)
SELECT location_attendance FROM table_name_89 WHERE score = "125-100"
What is the location and attendance of the game when the score is 125-100?
CREATE TABLE table_name_89 (location_attendance VARCHAR, score VARCHAR)
SELECT mix_artist FROM table_23649244_1 WHERE artist_1 = "Shlomo"
Which mix artists have shlomo as artist 1?
CREATE TABLE table_23649244_1 (mix_artist VARCHAR, artist_1 VARCHAR)
SELECT MIN(year) FROM table_1507806_1 WHERE runner_up = "Mike Brady"
WHAT YEAR DID MIKE BRADY GET RUNNER-UP?
CREATE TABLE table_1507806_1 (year INTEGER, runner_up VARCHAR)
SELECT ship FROM table_name_66 WHERE class___type = "cargo ship" AND location = "birkenhead"
What is the Cargo Ship located at Birkenhead?
CREATE TABLE table_name_66 (ship VARCHAR, class___type VARCHAR, location VARCHAR)
SELECT COUNT(drawn) FROM table_name_4 WHERE lost < 25 AND goal_difference = "+7" AND played > 34
How many Drawn have a Lost smaller than 25, and a Goal Difference of +7, and a Played larger than 34?
CREATE TABLE table_name_4 (drawn VARCHAR, played VARCHAR, lost VARCHAR, goal_difference VARCHAR)
SELECT year_made FROM table_name_20 WHERE manufacturer = "2-6-2 — oooo — mogul"
what is the year made when the manufacturer is 2-6-2 — oooo — mogul?
CREATE TABLE table_name_20 (year_made VARCHAR, manufacturer VARCHAR)
SELECT 2 AS nd_leg FROM table_name_50 WHERE team_1 = "ermis aradippou"
What is the 2nd leg when Ermis Aradippou is the first team?
CREATE TABLE table_name_50 (team_1 VARCHAR)
SELECT MAX(pick__number) FROM table_name_5 WHERE position = "defensive tackle" AND round < 7
Before round 7, what is the greatest Pick # for a player that plays defensive tackle?
CREATE TABLE table_name_5 (pick__number INTEGER, position VARCHAR, round VARCHAR)
SELECT COUNT(gdp_as_of_2012_after_purchasing_power_parity__ppp__calculations__usd_billions_) FROM table_30133_3 WHERE 2012 = 23113
How many GDPs as of 2012 after PPP values are associated with a 2012 value of 23113?
CREATE TABLE table_30133_3 (gdp_as_of_2012_after_purchasing_power_parity__ppp__calculations__usd_billions_ VARCHAR)
SELECT rank FROM table_name_72 WHERE start = "19"
What ranking that had a start of 19?
CREATE TABLE table_name_72 (rank VARCHAR, start VARCHAR)
SELECT fuel_propulsion FROM table_name_34 WHERE numbers__quantity_ordered_ = "7124-7156 (33 buses)"
Which Fuel Propulsion has Numbers (Quantity Ordered) of 7124-7156 (33 buses)?
CREATE TABLE table_name_34 (fuel_propulsion VARCHAR, numbers__quantity_ordered_ VARCHAR)
SELECT age_at_time_of_disaster FROM table_name_81 WHERE date_of_birth = "24 september 1851"
How old was the person born 24 September 1851 at the time of disaster?
CREATE TABLE table_name_81 (age_at_time_of_disaster VARCHAR, date_of_birth VARCHAR)
SELECT MIN(rank) FROM table_name_67 WHERE year > 1999 AND accolade = "the 100 greatest indie rock albums of all time"
What is the lowest rank for an album after 1999 and an Accolade of the 100 greatest indie rock albums of all time?
CREATE TABLE table_name_67 (rank INTEGER, year VARCHAR, accolade VARCHAR)
SELECT team_guest_captain FROM table_25816476_2 WHERE episode = 2
Who was the team guest captain for episode 2?
CREATE TABLE table_25816476_2 (team_guest_captain VARCHAR, episode VARCHAR)
SELECT COUNT(cancelled) FROM table_211615_2 WHERE station = "Turnham Green"
Name the number of cancelled for turnham green
CREATE TABLE table_211615_2 (cancelled VARCHAR, station VARCHAR)
SELECT matches FROM table_name_81 WHERE points_for = "240"
What match had 240 points for?
CREATE TABLE table_name_81 (matches VARCHAR, points_for VARCHAR)
SELECT 2003 FROM table_name_42 WHERE 2012 = "1r" AND 2008 = "1r"
Which 2003 has a 2012 of 1r, and a 2008 of 1r?
CREATE TABLE table_name_42 (Id VARCHAR)
SELECT COUNT(*) FROM rent_arrears
How many council taxes are collected for renting arrears ?
CREATE TABLE rent_arrears (Id VARCHAR)
SELECT COUNT(overall_pick__number) FROM table_12165135_1 WHERE position = "Defensive Back"
What is the pick number of the defensive back?
CREATE TABLE table_12165135_1 (overall_pick__number VARCHAR, position VARCHAR)
SELECT director FROM table_name_31 WHERE title = "little beau porky"
Who is the director of Little Beau Porky?
CREATE TABLE table_name_31 (director VARCHAR, title VARCHAR)
SELECT SUM(wins) FROM table_name_52 WHERE draws < 0
How many wins are there when the draws are less than 0?
CREATE TABLE table_name_52 (wins INTEGER, draws INTEGER)
SELECT eliminated FROM table_25016824_2 WHERE vote = "8-1"
Who was eliminated when the vote was 8-1?
CREATE TABLE table_25016824_2 (eliminated VARCHAR, vote VARCHAR)
SELECT Giant AS slalom FROM table_name_34 WHERE overall = 25
Which giant slalom had an Overall number of 25?
CREATE TABLE table_name_34 (Giant VARCHAR, overall VARCHAR)
SELECT SUM(tie_no) FROM table_name_89 WHERE away_team = "chelsea"
What was the tie number for the round against visiting opponent Chelsea?
CREATE TABLE table_name_89 (tie_no INTEGER, away_team VARCHAR)
SELECT subject FROM table_name_12 WHERE pinyin = "shiyan"
Name the subject of shiyan
CREATE TABLE table_name_12 (subject VARCHAR, pinyin VARCHAR)
SELECT syndicate FROM table_name_8 WHERE yacht = "stars & stripes"
Which syndicate is associated with the stars & stripes yacht?
CREATE TABLE table_name_8 (syndicate VARCHAR, yacht VARCHAR)
SELECT administrative_division FROM table_24027047_1 WHERE population_density___km²_2011_ = "4,491.8"
In what division was there a population density in km2 of 4,491.8 in 2011?
CREATE TABLE table_24027047_1 (administrative_division VARCHAR, population_density___km²_2011_ VARCHAR)
SELECT region FROM table_name_15 WHERE format = "cd" AND label = "mca"
Which region has the format CD and label MCA?
CREATE TABLE table_name_15 (region VARCHAR, format VARCHAR, label VARCHAR)
SELECT MIN(withdrawn) FROM table_name_10 WHERE gnri_no > 172 AND name = "croagh patrick" AND rebuilt < 1939
What is the smallest withdrawn value with a GNRI greater than 172, name of Croagh Patrick and was rebuilt before 1939?
CREATE TABLE table_name_10 (withdrawn INTEGER, rebuilt VARCHAR, gnri_no VARCHAR, name VARCHAR)
SELECT T1.name FROM instructor AS T1 JOIN advisor AS T2 ON T1.id = T2.i_id GROUP BY T2.i_id HAVING COUNT(*) > 1
Find the name of instructors who are advising more than one student.
CREATE TABLE advisor (i_id VARCHAR); CREATE TABLE instructor (name VARCHAR, id VARCHAR)
SELECT COUNT(DISTINCT student_id) FROM Students_in_Detention
How many distinct students have been in detention?
CREATE TABLE Students_in_Detention (student_id VARCHAR)
SELECT nation FROM table_name_19 WHERE rank > 4 AND total = 2 AND silver > 0
What nation had a rank higher than 4, a total of 2 medals and more than 0 silver medals?
CREATE TABLE table_name_19 (nation VARCHAR, silver VARCHAR, rank VARCHAR, total VARCHAR)
SELECT COUNT(DISTINCT class_section) FROM CLASS WHERE crs_code = 'ACCT-211'
How many sections does course ACCT-211 has?
CREATE TABLE CLASS (class_section VARCHAR, crs_code VARCHAR)
SELECT COUNT(points) AS won FROM table_24431348_18 WHERE seed = 25
What the total amount of points won during seed 25?
CREATE TABLE table_24431348_18 (points VARCHAR, seed VARCHAR)
SELECT date_sent FROM table_name_75 WHERE signal_power___kw__ < 126 AND arrival_date = "january 2059" AND hd_designation = "hd193664"
What is Date Sent, when Signal Power ( kW ) is less than 126, when Arrival Date is "January 2059", and when HD Designation is "HD193664"?
CREATE TABLE table_name_75 (date_sent VARCHAR, hd_designation VARCHAR, signal_power___kw__ VARCHAR, arrival_date VARCHAR)
SELECT country FROM table_name_38 WHERE to_par < 7 AND total = 148
Which Country has a To par smaller than 7, and a Total of 148?
CREATE TABLE table_name_38 (country VARCHAR, to_par VARCHAR, total VARCHAR)
SELECT position FROM table_name_90 WHERE league_from = "western hockey league" AND team_from = "everett silvertips"
Which Position has a League from of western hockey league, and a Team from of everett silvertips?
CREATE TABLE table_name_90 (position VARCHAR, league_from VARCHAR, team_from VARCHAR)
SELECT mountains_classification FROM table_23944514_15 WHERE aggressive_rider = "Bradley White"
Name the mountains classification for bradley white
CREATE TABLE table_23944514_15 (mountains_classification VARCHAR, aggressive_rider VARCHAR)
SELECT viewers__in_millions_ FROM table_1849243_1 WHERE archive = "16mm t/r"
How many viewers watched the 16mm t/r episode?
CREATE TABLE table_1849243_1 (viewers__in_millions_ VARCHAR, archive VARCHAR)
SELECT hindu FROM table_name_77 WHERE us__1912_ = "sapphire"
In 1912 when the U.S used sapphire, what was the Hindu birthstone?
CREATE TABLE table_name_77 (hindu VARCHAR, us__1912_ VARCHAR)
SELECT city___state FROM table_name_42 WHERE series = "atcc round 4"
In what City/State did the ATCC Round 4 series take place?
CREATE TABLE table_name_42 (city___state VARCHAR, series VARCHAR)
SELECT t3.title FROM authors AS t1 JOIN authorship AS t2 ON t1.authid = t2.authid JOIN papers AS t3 ON t2.paperid = t3.paperid JOIN inst AS t4 ON t2.instid = t4.instid WHERE t4.country = "Japan" AND t2.authorder = 1 AND t1.lname = "Ohori"
Find the titles of papers whose first author is affiliated with an institution in the country "Japan" and has last name "Ohori"?
CREATE TABLE authorship (authid VARCHAR, paperid VARCHAR, instid VARCHAR, authorder VARCHAR); CREATE TABLE authors (authid VARCHAR, lname VARCHAR); CREATE TABLE papers (title VARCHAR, paperid VARCHAR); CREATE TABLE inst (instid VARCHAR, country VARCHAR)
SELECT proofs FROM table_name_88 WHERE software = "tabulae"
Are there proofs in the Tabulae software?
CREATE TABLE table_name_88 (proofs VARCHAR, software VARCHAR)
SELECT current_club FROM table_12962773_16 WHERE height = "1.97"
What club does the player who is 1.97 m tall play for?
CREATE TABLE table_12962773_16 (current_club VARCHAR, height VARCHAR)
SELECT AVG(area__km²_) FROM table_name_25 WHERE capital = "camagüey" AND population___percentage_ > 7.02
What is the average area that has a Capital of camagüey, with a Population (%) larger than 7.02?
CREATE TABLE table_name_25 (area__km²_ INTEGER, capital VARCHAR, population___percentage_ VARCHAR)
SELECT MAX(Semi) - final_losses FROM table_17751942_4 WHERE team = "Kitchener Rangers"
What is the total number of semi-final losses for the Kitchener Rangers?
CREATE TABLE table_17751942_4 (final_losses VARCHAR, Semi INTEGER, team VARCHAR)
SELECT MAX(grid) FROM table_name_22 WHERE time = "+1:19.905" AND laps < 20
What is the highest Grid with a time of +1:19.905, and less than 20 laps?
CREATE TABLE table_name_22 (grid INTEGER, time VARCHAR, laps VARCHAR)
SELECT MAX(losses) FROM table_name_65 WHERE wins = 5 AND against < 1607
What is the most number of losses for teams with 5 wins and an against value under 1607?
CREATE TABLE table_name_65 (losses INTEGER, wins VARCHAR, against VARCHAR)
SELECT title FROM table_19396259_1 WHERE directed_by = "Charles Beeson" AND written_by = "Jeremy Carver"
Name the title directed by charles beeson by jeremy carver
CREATE TABLE table_19396259_1 (title VARCHAR, directed_by VARCHAR, written_by VARCHAR)
SELECT result FROM table_name_9 WHERE attendance = "73,855"
What is the result of the match with an attendance of 73,855?
CREATE TABLE table_name_9 (result VARCHAR, attendance VARCHAR)
SELECT COUNT(altitude__mslm_) FROM table_1449176_1 WHERE area__km_2__ = "130.7"
How many altitudes does the common with an area of 130.7 km^2 have?
CREATE TABLE table_1449176_1 (altitude__mslm_ VARCHAR, area__km_2__ VARCHAR)
SELECT MAX(runners_up) FROM table_name_30 WHERE champions < 0
What is the highest Runners-Up, when Champions is less than 0?
CREATE TABLE table_name_30 (runners_up INTEGER, champions INTEGER)
SELECT first_elected FROM table_19753079_8 WHERE district = "California 7"
How many were first elected in California 7?
CREATE TABLE table_19753079_8 (first_elected VARCHAR, district VARCHAR)
SELECT score FROM table_name_2 WHERE date = "november 2"
Which score has a Date of november 2?
CREATE TABLE table_name_2 (score VARCHAR, date VARCHAR)
SELECT SUM(sri_lankans_admitted) FROM table_name_96 WHERE year = "2004" AND nepalis_admitted > 594
How many Sri Lankans were admitted in 2004 when more than 594 Nepalis were admitted?
CREATE TABLE table_name_96 (sri_lankans_admitted INTEGER, year VARCHAR, nepalis_admitted VARCHAR)
SELECT capacity FROM table_name_97 WHERE rank < 31 AND city = "belém"
What is the capacity of the stadium with a rank lower than 31 located in the city of Belém ?
CREATE TABLE table_name_97 (capacity VARCHAR, rank VARCHAR, city VARCHAR)
SELECT AVG(attendance) FROM table_name_78 WHERE visitor = "dallas"
Name the average attendance with dallas visitor
CREATE TABLE table_name_78 (attendance INTEGER, visitor VARCHAR)
SELECT date FROM table_name_46 WHERE outcome = "winner" AND opponents = "dinah pfizenmaier anna zaja"
Tell me the date for dinah pfizenmaier anna zaja and winner
CREATE TABLE table_name_46 (date VARCHAR, outcome VARCHAR, opponents VARCHAR)
SELECT record FROM table_23286112_6 WHERE high_rebounds = "Jeff Green (14)"
What was the record in the game in which Jeff Green (14) did the most high rebounds?
CREATE TABLE table_23286112_6 (record VARCHAR, high_rebounds VARCHAR)
SELECT MAX(no_in_series) FROM table_23242933_2 WHERE written_by = "Dan Vebber"
What's the series number of the episode written by Dan Vebber?
CREATE TABLE table_23242933_2 (no_in_series INTEGER, written_by VARCHAR)
SELECT won FROM table_13940275_5 WHERE points_against = "304"
what's the won with points against being 304
CREATE TABLE table_13940275_5 (won VARCHAR, points_against VARCHAR)
SELECT overs FROM table_name_88 WHERE matches = "10"
What is the overs when the matches are 10?
CREATE TABLE table_name_88 (overs VARCHAR, matches VARCHAR)
SELECT wins FROM table_name_67 WHERE position = "7th"
What is the value for Wins when the Position is 7th?
CREATE TABLE table_name_67 (wins VARCHAR, position VARCHAR)
SELECT time___et__ FROM table_name_56 WHERE record = "0–2–0"
What time was the game played that had a record of 0–2–0?
CREATE TABLE table_name_56 (time___et__ VARCHAR, record VARCHAR)
SELECT points FROM table_name_67 WHERE points_for = "255"
Name the point with points for of 255
CREATE TABLE table_name_67 (points VARCHAR, points_for VARCHAR)
SELECT date FROM table_name_45 WHERE site = "memorial stadium • minneapolis, mn" AND opponent = "northwestern"
What is the Date at memorial stadium • minneapolis, mn, and an Opponent of northwestern?
CREATE TABLE table_name_45 (date VARCHAR, site VARCHAR, opponent VARCHAR)
SELECT home_team AS score FROM table_name_97 WHERE venue = "vfl park"
What is the Home Team Score at VFL Park?
CREATE TABLE table_name_97 (home_team VARCHAR, venue VARCHAR)
SELECT COUNT(year_won) FROM table_name_22 WHERE country = "australia" AND to_par > 16
What is the year won by Australia with a to par bigger than 16?
CREATE TABLE table_name_22 (year_won VARCHAR, country VARCHAR, to_par VARCHAR)
SELECT local_position FROM table_name_92 WHERE mission = "paraguay"
What is Local Position, when Mission is "Paraguay"?
CREATE TABLE table_name_92 (local_position VARCHAR, mission VARCHAR)
SELECT nation FROM table_name_75 WHERE total = 59
What was the nation that had 59 totals?
CREATE TABLE table_name_75 (nation VARCHAR, total VARCHAR)
SELECT T1.activity_name FROM Activity AS T1 JOIN Faculty_participates_in AS T2 ON T1.actID = T2.actID GROUP BY T1.actID ORDER BY COUNT(*) DESC LIMIT 1
What is the name of the activity that has the most faculty members involved in?
CREATE TABLE Faculty_participates_in (actID VARCHAR); CREATE TABLE Activity (activity_name VARCHAR, actID VARCHAR)
SELECT score FROM table_name_96 WHERE location = "lille"
The game taking place in Lille had what as a score?
CREATE TABLE table_name_96 (score VARCHAR, location VARCHAR)
SELECT nation FROM table_name_64 WHERE name = "carolina hermann / daniel hermann"
What nation are carolina hermann / daniel hermann from?
CREATE TABLE table_name_64 (nation VARCHAR, name VARCHAR)
SELECT writer FROM table_25737761_3 WHERE director = "Colin Teague"
Who directed the episode directed by colin teague?
CREATE TABLE table_25737761_3 (writer VARCHAR, director VARCHAR)
SELECT COUNT(game) FROM table_name_18 WHERE record = "25-24-11"
What is the Game number when the Rangers have a Record of 25-24-11?
CREATE TABLE table_name_18 (game VARCHAR, record VARCHAR)
SELECT position_in_table FROM table_name_49 WHERE outgoing_manager = "sammy lee"
How was Sammy Lee's team doing on the table before being replaced?
CREATE TABLE table_name_49 (position_in_table VARCHAR, outgoing_manager VARCHAR)
SELECT class_aAA FROM table_name_85 WHERE school_year = "2006-07"
Whcih was the Class AAA in school year 2006-07?
CREATE TABLE table_name_85 (class_aAA VARCHAR, school_year VARCHAR)
SELECT country FROM table_name_3 WHERE city = "haugesund"
In what Country is Haugesund?
CREATE TABLE table_name_3 (country VARCHAR, city VARCHAR)
SELECT extra_points_1_point FROM table_25711913_14 WHERE player = "Germany Schultz"
How many extra points did Germany Schultz score?
CREATE TABLE table_25711913_14 (extra_points_1_point VARCHAR, player VARCHAR)
SELECT year FROM table_name_34 WHERE competition = "nswrfl" AND score = "8-21"
When did nswrfl has a score of 8-21?
CREATE TABLE table_name_34 (year VARCHAR, competition VARCHAR, score VARCHAR)
SELECT SUM(enrollment), AVG(enrollment) FROM school
What are the total and average enrollment of all schools?
CREATE TABLE school (enrollment INTEGER)
SELECT COUNT(score_qualifying) FROM table_name_7 WHERE score_final = 16.625
What is the sum of qualifying scores when the final score is 16.625?
CREATE TABLE table_name_7 (score_qualifying VARCHAR, score_final VARCHAR)
SELECT reign_ended FROM table_name_72 WHERE country = "egypt"
Whose reign ended in Egypt?
CREATE TABLE table_name_72 (reign_ended VARCHAR, country VARCHAR)
SELECT MIN(disposable_usd_2011) FROM table_24486462_1
What is the lowest disposable USD 2011?
CREATE TABLE table_24486462_1 (disposable_usd_2011 INTEGER)
SELECT AVG(gold_medals) FROM table_name_82 WHERE bronze_medals < 1 AND silver_medals = 0 AND total_medals > 1
Name the average gold medals when the bronze medals was less than 1, silver medals being 0 and total medals more than 1
CREATE TABLE table_name_82 (gold_medals INTEGER, total_medals VARCHAR, bronze_medals VARCHAR, silver_medals VARCHAR)
SELECT start FROM table_name_16 WHERE main_host = "luke jacobz" AND winning_mentor = "dannii minogue"
What is the start date with Luke Jacobz hosting and Dannii Minogue as a winning mentor?
CREATE TABLE table_name_16 (start VARCHAR, main_host VARCHAR, winning_mentor VARCHAR)
SELECT date FROM table_name_18 WHERE final_score = "24-34"
The final score was 24-34 on what date?
CREATE TABLE table_name_18 (date VARCHAR, final_score VARCHAR)
SELECT cdt___5_utc_ FROM table_name_13 WHERE pdt___7_utc_ = "3:17 a.m."
What time is CDT when PDT is 3:17 a.m.?
CREATE TABLE table_name_13 (cdt___5_utc_ VARCHAR, pdt___7_utc_ VARCHAR)
SELECT AVG(points) FROM table_name_77 WHERE record = "45–21–4" AND game > 70
Which Points have a Record of 45–21–4, and a Game larger than 70?
CREATE TABLE table_name_77 (points INTEGER, record VARCHAR, game VARCHAR)
SELECT club FROM table_name_47 WHERE goals_against < 29 AND goal_difference < 26
Which club had fewer than 29 goals against and a difference smaller than 26?
CREATE TABLE table_name_47 (club VARCHAR, goals_against VARCHAR, goal_difference VARCHAR)
SELECT status FROM table_12001616_4 WHERE car_name = "TropArtic"
What was the status of tropartic?
CREATE TABLE table_12001616_4 (status VARCHAR, car_name VARCHAR)
SELECT constitutional_ticket FROM table_name_51 WHERE republican_ticket = "charles b. sears"
Who was the constitutional ticken when Charles B. Sears was the republican ticket?
CREATE TABLE table_name_51 (constitutional_ticket VARCHAR, republican_ticket VARCHAR)