Unnamed: 0
int64
0
60k
input
stringlengths
76
562
answer
stringlengths
18
557
30,200
<question>: Name the class a for pearland <context>: CREATE TABLE table_14601528_2 (class_a VARCHAR, class_aAAAA VARCHAR, Pearland VARCHAR)
SELECT class_a FROM table_14601528_2 WHERE class_aAAAA = Pearland
30,201
<question>: Name the class aaaaa for 2005-06 <context>: CREATE TABLE table_14601528_2 (class_aAAAA VARCHAR, school_year VARCHAR)
SELECT class_aAAAA FROM table_14601528_2 WHERE school_year = "2005-06"
30,202
<question>: Name the number of class aaaaa for 1988-89 <context>: CREATE TABLE table_14601528_2 (class_aAAAA VARCHAR, school_year VARCHAR)
SELECT COUNT(class_aAAAA) FROM table_14601528_2 WHERE school_year = "1988-89"
30,203
<question>: What is the percentage of females where in India and are maharashtra? <context>: CREATE TABLE table_14598_9 (females___percentage_ VARCHAR, india_state_ut VARCHAR)
SELECT females___percentage_ FROM table_14598_9 WHERE india_state_ut = "Maharashtra"
30,204
<question>: What is the percentage of all females that are literate people have a percentage of 68.74? <context>: CREATE TABLE table_14598_9 (females___percentage_ VARCHAR, literate_persons___percentage_ VARCHAR)
SELECT females___percentage_ FROM table_14598_9 WHERE literate_persons___percentage_ = "68.74"
30,205
<question>: What is the percentage of females where the state code is a 4? <context>: CREATE TABLE table_14598_9 (females___percentage_ VARCHAR, state_ut_code VARCHAR)
SELECT females___percentage_ FROM table_14598_9 WHERE state_ut_code = 4
30,206
<question>: What is the percentage of all the literate people where females are 73.17? <context>: CREATE TABLE table_14598_9 (literate_persons___percentage_ VARCHAR, females___percentage_ VARCHAR)
SELECT literate_persons___percentage_ FROM table_14598_9 WHERE females___percentage_ = "73.17"
30,207
<question>: What is the percentage of literate people where india is andaman and Nicobar Islands? <context>: CREATE TABLE table_14598_9 (literate_persons___percentage_ VARCHAR, india_state_ut VARCHAR)
SELECT literate_persons___percentage_ FROM table_14598_9 WHERE india_state_ut = "Andaman and Nicobar Islands"
30,208
<question>: Who was the Class AAAA champion in 2006-07? <context>: CREATE TABLE table_14603057_2 (class_aAAA VARCHAR, school_year VARCHAR)
SELECT class_aAAA FROM table_14603057_2 WHERE school_year = "2006-07"
30,209
<question>: How many times was there a class A winner when Gregory-Portland was the class AAAA? <context>: CREATE TABLE table_14603057_2 (class_a VARCHAR, class_aAAA VARCHAR, Gregory VARCHAR, Portland VARCHAR)
SELECT COUNT(class_a) FROM table_14603057_2 WHERE class_aAAA = Gregory - Portland
30,210
<question>: How many Class AAAA winners where in 2002-03? <context>: CREATE TABLE table_14603057_2 (class_aAAA VARCHAR, school_year VARCHAR)
SELECT COUNT(class_aAAA) FROM table_14603057_2 WHERE school_year = "2002-03"
30,211
<question>: Who was the class AAAAA in 2008-09? <context>: CREATE TABLE table_14603057_2 (class_aAAAA VARCHAR, school_year VARCHAR)
SELECT class_aAAAA FROM table_14603057_2 WHERE school_year = "2008-09"
30,212
<question>: Who was the Class AA winner when Plains was Class A winner and Lubbock was Class AAAAA winner? <context>: CREATE TABLE table_14603057_2 (class_aA VARCHAR, class_a VARCHAR, class_aAAAA VARCHAR, Lubbock VARCHAR)
SELECT class_aA FROM table_14603057_2 WHERE class_a = "Plains" AND class_aAAAA = Lubbock
30,213
<question>: Who was the Class A winner in 2006-07? <context>: CREATE TABLE table_14603057_2 (class_a VARCHAR, school_year VARCHAR)
SELECT class_a FROM table_14603057_2 WHERE school_year = "2006-07"
30,214
<question>: If class a is canadian and class aaa is wimberley, which possible school years could this fall on? <context>: CREATE TABLE table_14603212_1 (school_year VARCHAR, class_aAA VARCHAR, Wimberley VARCHAR, class_a VARCHAR)
SELECT school_year FROM table_14603212_1 WHERE class_aAA = Wimberley AND class_a = "Canadian"
30,215
<question>: For franklin of class aa, which school years does this occur? <context>: CREATE TABLE table_14603212_1 (school_year VARCHAR, class_aA VARCHAR, Franklin VARCHAR)
SELECT school_year FROM table_14603212_1 WHERE class_aA = Franklin
30,216
<question>: Which school years have a class a being lindsay and a class aaa being cuero? <context>: CREATE TABLE table_14603212_1 (school_year VARCHAR, class_a VARCHAR, class_aAA VARCHAR, Cuero VARCHAR)
SELECT school_year FROM table_14603212_1 WHERE class_a = "Lindsay" AND class_aAA = Cuero
30,217
<question>: What season was the overall record 29-7? <context>: CREATE TABLE table_14609295_4 (season VARCHAR, overall VARCHAR)
SELECT season FROM table_14609295_4 WHERE overall = "29-7"
30,218
<question>: How far into the postseason did the Rams go when their record was 29-7? <context>: CREATE TABLE table_14609295_4 (postseason VARCHAR, overall VARCHAR)
SELECT postseason FROM table_14609295_4 WHERE overall = "29-7"
30,219
<question>: What was the Ram's conference record when they were the CBI champions? <context>: CREATE TABLE table_14609295_4 (conference VARCHAR, postseason VARCHAR)
SELECT conference FROM table_14609295_4 WHERE postseason = "CBI Champions"
30,220
<question>: What season was the overall record 24-10? <context>: CREATE TABLE table_14609295_4 (season VARCHAR, overall VARCHAR)
SELECT season FROM table_14609295_4 WHERE overall = "24-10"
30,221
<question>: What are the school years where class "AAA" is argyle? <context>: CREATE TABLE table_14603212_5 (school_year VARCHAR, class_aAA VARCHAR, Argyle VARCHAR)
SELECT school_year FROM table_14603212_5 WHERE class_aAA = Argyle
30,222
<question>: What are all the AAA classes in the school years of 2005-06? <context>: CREATE TABLE table_14603212_5 (class_aAA VARCHAR, school_year VARCHAR)
SELECT class_aAA FROM table_14603212_5 WHERE school_year = "2005-06"
30,223
<question>: What are all the AAAA classes in the schools years 2004-05? <context>: CREATE TABLE table_14603212_5 (class_aAAA VARCHAR, school_year VARCHAR)
SELECT class_aAAA FROM table_14603212_5 WHERE school_year = "2004-05"
30,224
<question>: What are all the school years where class AAAA is in Gregory-Portland? <context>: CREATE TABLE table_14603212_5 (school_year VARCHAR, class_aAAA VARCHAR, Gregory VARCHAR, Portland VARCHAR)
SELECT school_year FROM table_14603212_5 WHERE class_aAAA = Gregory - Portland
30,225
<question>: What are all the AAA classes in the school years of 2004-05? <context>: CREATE TABLE table_14603212_5 (class_aAA VARCHAR, school_year VARCHAR)
SELECT class_aAA FROM table_14603212_5 WHERE school_year = "2004-05"
30,226
<question>: What are all classes for the position SLB? <context>: CREATE TABLE table_14624447_24 (class VARCHAR, position VARCHAR)
SELECT class FROM table_14624447_24 WHERE position = "SLB"
30,227
<question>: What are all weights for the number 27? <context>: CREATE TABLE table_14624447_24 (weight VARCHAR, number VARCHAR)
SELECT weight FROM table_14624447_24 WHERE number = 27
30,228
<question>: What are all names for the position FS? <context>: CREATE TABLE table_14624447_24 (name VARCHAR, position VARCHAR)
SELECT name FROM table_14624447_24 WHERE position = "FS"
30,229
<question>: Name the call sign for the 17 physical <context>: CREATE TABLE table_14623167_1 (call_sign VARCHAR, physical VARCHAR)
SELECT call_sign FROM table_14623167_1 WHERE physical = 17
30,230
<question>: Name the branding for forum communications <context>: CREATE TABLE table_14623167_1 (branding VARCHAR, owner VARCHAR)
SELECT branding FROM table_14623167_1 WHERE owner = "Forum Communications"
30,231
<question>: Name the number of branding for 31 physical <context>: CREATE TABLE table_14623167_1 (branding VARCHAR, physical VARCHAR)
SELECT COUNT(branding) FROM table_14623167_1 WHERE physical = 31
30,232
<question>: Name the number of virtual for NBC <context>: CREATE TABLE table_14623167_1 (virtual VARCHAR, network VARCHAR)
SELECT COUNT(virtual) FROM table_14623167_1 WHERE network = "NBC"
30,233
<question>: Name the virtual for Fox <context>: CREATE TABLE table_14623167_1 (virtual VARCHAR, network VARCHAR)
SELECT COUNT(virtual) FROM table_14623167_1 WHERE network = "Fox"
30,234
<question>: Name the owners for prairie public <context>: CREATE TABLE table_14623167_1 (owner VARCHAR, branding VARCHAR)
SELECT COUNT(owner) FROM table_14623167_1 WHERE branding = "Prairie Public"
30,235
<question>: Name the total number of class aaa for 2006-07 <context>: CREATE TABLE table_14630796_1 (class_aAA VARCHAR, school_year VARCHAR)
SELECT COUNT(class_aAA) FROM table_14630796_1 WHERE school_year = "2006-07"
30,236
<question>: Name the class aaaa for menard <context>: CREATE TABLE table_14630796_1 (class_aAAA VARCHAR, class_a VARCHAR)
SELECT class_aAAA FROM table_14630796_1 WHERE class_a = "Menard"
30,237
<question>: Name the class a for carthage <context>: CREATE TABLE table_14630796_1 (class_a VARCHAR, class_aAAA VARCHAR, Carthage VARCHAR)
SELECT class_a FROM table_14630796_1 WHERE class_aAAA = Carthage
30,238
<question>: What is the original title of europe for dummies? <context>: CREATE TABLE table_14631909_1 (original_title VARCHAR, english_title VARCHAR)
SELECT original_title FROM table_14631909_1 WHERE english_title = "Europe for Dummies"
30,239
<question>: What is the English version of Mariusz Szczygieł book? <context>: CREATE TABLE table_14631909_1 (english_title VARCHAR, author VARCHAR)
SELECT english_title FROM table_14631909_1 WHERE author = "Mariusz Szczygieł"
30,240
<question>: who is the the pole position with date being august 10 <context>: CREATE TABLE table_14638077_2 (pole_position VARCHAR, date VARCHAR)
SELECT pole_position FROM table_14638077_2 WHERE date = "August 10"
30,241
<question>: how many winning team with circuit being road america <context>: CREATE TABLE table_14638077_2 (winning_team VARCHAR, circuit VARCHAR)
SELECT COUNT(winning_team) FROM table_14638077_2 WHERE circuit = "Road America"
30,242
<question>: who is the the winning driver with pole position being paul tracy and race name being miller genuine draft 200 <context>: CREATE TABLE table_14638077_2 (winning_driver VARCHAR, pole_position VARCHAR, race_name VARCHAR)
SELECT winning_driver FROM table_14638077_2 WHERE pole_position = "Paul Tracy" AND race_name = "Miller Genuine Draft 200"
30,243
<question>: who is the the pole position with rnd being 16 <context>: CREATE TABLE table_14638077_2 (pole_position VARCHAR, rnd VARCHAR)
SELECT pole_position FROM table_14638077_2 WHERE rnd = 16
30,244
<question>: what's the race name with date being september 7 <context>: CREATE TABLE table_14638077_2 (race_name VARCHAR, date VARCHAR)
SELECT race_name FROM table_14638077_2 WHERE date = "September 7"
30,245
<question>: what's the circuit with rnd being 5 <context>: CREATE TABLE table_14638077_2 (circuit VARCHAR, rnd VARCHAR)
SELECT circuit FROM table_14638077_2 WHERE rnd = 5
30,246
<question>: What is the number of appearances where the most recent final result is 1999, beat Genk 3-1? <context>: CREATE TABLE table_1463332_2 (_number_appearances VARCHAR, most_recent_final VARCHAR)
SELECT COUNT(_number_appearances) FROM table_1463332_2 WHERE most_recent_final = "1999, beat Genk 3-1"
30,247
<question>: What is the number of runner-up results for the years (won in bold) 1984, 2010? <context>: CREATE TABLE table_1463332_2 (_number_runner_up INTEGER, years__won_in_bold_ VARCHAR)
SELECT MAX(_number_runner_up) FROM table_1463332_2 WHERE years__won_in_bold_ = "1984, 2010"
30,248
<question>: What is the most recent final result for the years (won in bold) 1979? <context>: CREATE TABLE table_1463332_2 (most_recent_final VARCHAR, years__won_in_bold_ VARCHAR)
SELECT most_recent_final FROM table_1463332_2 WHERE years__won_in_bold_ = "1979"
30,249
<question>: what's the title with original air date being september23,1995 <context>: CREATE TABLE table_14637853_3 (title VARCHAR, original_air_date VARCHAR)
SELECT title FROM table_14637853_3 WHERE original_air_date = "September23,1995"
30,250
<question>: who wrote with original air date being september23,1995 <context>: CREATE TABLE table_14637853_3 (written_by VARCHAR, original_air_date VARCHAR)
SELECT written_by FROM table_14637853_3 WHERE original_air_date = "September23,1995"
30,251
<question>: who directed with original air date being november18,1995 <context>: CREATE TABLE table_14637853_3 (directed_by VARCHAR, original_air_date VARCHAR)
SELECT directed_by FROM table_14637853_3 WHERE original_air_date = "November18,1995"
30,252
<question>: What percentages of social democratic correspond to a 5.5% left bloc? <context>: CREATE TABLE table_1463383_1 (social_democratic VARCHAR, left_bloc VARCHAR)
SELECT social_democratic FROM table_1463383_1 WHERE left_bloc = "5.5%"
30,253
<question>: When was there 8.9% Green-Communist? <context>: CREATE TABLE table_1463383_1 (date_released VARCHAR, green_communist VARCHAR)
SELECT date_released FROM table_1463383_1 WHERE green_communist = "8.9%"
30,254
<question>: How many socialists correspond to a 7.5% People's Party? <context>: CREATE TABLE table_1463383_1 (socialist VARCHAR, peoples_party VARCHAR)
SELECT COUNT(socialist) FROM table_1463383_1 WHERE peoples_party = "7.5%"
30,255
<question>: What are all percentages of Left Block when there is a 28.7% Social Democratic? <context>: CREATE TABLE table_1463383_1 (left_bloc VARCHAR, social_democratic VARCHAR)
SELECT left_bloc FROM table_1463383_1 WHERE social_democratic = "28.7%"
30,256
<question>: If Socialist is at 46.1%, what are all percentages for social democratic? <context>: CREATE TABLE table_1463383_1 (social_democratic VARCHAR, socialist VARCHAR)
SELECT social_democratic FROM table_1463383_1 WHERE socialist = "46.1%"
30,257
<question>: How many percentages of Left Bloc correspond to a 32.1% Social Democratic? <context>: CREATE TABLE table_1463383_1 (left_bloc VARCHAR, social_democratic VARCHAR)
SELECT COUNT(left_bloc) FROM table_1463383_1 WHERE social_democratic = "32.1%"
30,258
<question>: What is the NFL team of the player whose college is Minnesota? <context>: CREATE TABLE table_14650162_1 (nfl_team VARCHAR, college VARCHAR)
SELECT nfl_team FROM table_14650162_1 WHERE college = "Minnesota"
30,259
<question>: What college did the defensive back attend? <context>: CREATE TABLE table_14650162_1 (college VARCHAR, position VARCHAR)
SELECT college FROM table_14650162_1 WHERE position = "Defensive Back"
30,260
<question>: What is the pick number of the player whose college is Florida State? <context>: CREATE TABLE table_14650162_1 (pick__number VARCHAR, college VARCHAR)
SELECT pick__number FROM table_14650162_1 WHERE college = "Florida State"
30,261
<question>: How many colleges did pick number 269 attend? <context>: CREATE TABLE table_14650162_1 (college VARCHAR, pick__number VARCHAR)
SELECT COUNT(college) FROM table_14650162_1 WHERE pick__number = 269
30,262
<question>: How many picks played Tight end? <context>: CREATE TABLE table_14650162_1 (pick__number VARCHAR, position VARCHAR)
SELECT COUNT(pick__number) FROM table_14650162_1 WHERE position = "Tight End"
30,263
<question>: What is the position of the player whose college is Western Kentucky? <context>: CREATE TABLE table_14650162_1 (position VARCHAR, college VARCHAR)
SELECT position FROM table_14650162_1 WHERE college = "Western Kentucky"
30,264
<question>: What position does Robert Brooks play? <context>: CREATE TABLE table_14649522_1 (position VARCHAR, player VARCHAR)
SELECT COUNT(position) FROM table_14649522_1 WHERE player = "Robert Brooks"
30,265
<question>: Which team does Robert Brooks play with? <context>: CREATE TABLE table_14649522_1 (nfl_team VARCHAR, player VARCHAR)
SELECT nfl_team FROM table_14649522_1 WHERE player = "Robert Brooks"
30,266
<question>: Which team picked from South Carolina college? <context>: CREATE TABLE table_14649522_1 (nfl_team VARCHAR, college VARCHAR)
SELECT nfl_team FROM table_14649522_1 WHERE college = "South Carolina"
30,267
<question>: Which college was the wide receiver whose pick was less than 130.0 picked from? <context>: CREATE TABLE table_14649522_1 (college VARCHAR, position VARCHAR, pick__number VARCHAR)
SELECT college FROM table_14649522_1 WHERE position = "Wide Receiver" AND pick__number < 130.0
30,268
<question>: What position(s) does the player drafted #34 play? <context>: CREATE TABLE table_14650373_1 (position VARCHAR, pick__number VARCHAR)
SELECT position FROM table_14650373_1 WHERE pick__number = 34
30,269
<question>: What is the highest pick number? <context>: CREATE TABLE table_14650373_1 (pick__number INTEGER)
SELECT MAX(pick__number) FROM table_14650373_1
30,270
<question>: What number picked were players from arizona state picked? <context>: CREATE TABLE table_14650373_1 (pick__number VARCHAR, college VARCHAR)
SELECT pick__number FROM table_14650373_1 WHERE college = "Arizona State"
30,271
<question>: What NFL team does player keith woodside play for? <context>: CREATE TABLE table_14650373_1 (nfl_team VARCHAR, player VARCHAR)
SELECT nfl_team FROM table_14650373_1 WHERE player = "Keith Woodside"
30,272
<question>: what's the player with college being penn state <context>: CREATE TABLE table_14655985_1 (player VARCHAR, college VARCHAR)
SELECT player FROM table_14655985_1 WHERE college = "Penn State"
30,273
<question>: what's the position with college being usc <context>: CREATE TABLE table_14655985_1 (position VARCHAR, college VARCHAR)
SELECT position FROM table_14655985_1 WHERE college = "USC"
30,274
<question>: how many college with player being rich voltzke <context>: CREATE TABLE table_14655985_1 (college VARCHAR, player VARCHAR)
SELECT COUNT(college) FROM table_14655985_1 WHERE player = "Rich Voltzke"
30,275
<question>: what's the college with position being placekicker <context>: CREATE TABLE table_14655985_1 (college VARCHAR, position VARCHAR)
SELECT college FROM table_14655985_1 WHERE position = "Placekicker"
30,276
<question>: who is the the player where pick # is 64 <context>: CREATE TABLE table_14655985_1 (player VARCHAR, pick__number VARCHAR)
SELECT player FROM table_14655985_1 WHERE pick__number = 64
30,277
<question>: What day were the Denver Broncos the opponent? <context>: CREATE TABLE table_14655917_1 (date VARCHAR, opponent VARCHAR)
SELECT date FROM table_14655917_1 WHERE opponent = "Denver Broncos"
30,278
<question>: What day was the oppenent the detroit lions? <context>: CREATE TABLE table_14655917_1 (date VARCHAR, opponent VARCHAR)
SELECT date FROM table_14655917_1 WHERE opponent = "Detroit Lions"
30,279
<question>: List the record of 0-1 from the table? <context>: CREATE TABLE table_14656147_2 (week VARCHAR, record VARCHAR)
SELECT week FROM table_14656147_2 WHERE record = "0-1"
30,280
<question>: Type the record details if any result has L 3-6 in it? <context>: CREATE TABLE table_14656147_2 (record VARCHAR, result VARCHAR)
SELECT record FROM table_14656147_2 WHERE result = "L 3-6"
30,281
<question>: Find the least value of attendance? <context>: CREATE TABLE table_14656147_2 (attendance INTEGER)
SELECT MIN(attendance) FROM table_14656147_2
30,282
<question>: type the attendance for playing with tampa bay buccaneers? <context>: CREATE TABLE table_14656147_2 (attendance VARCHAR, opponent VARCHAR)
SELECT attendance FROM table_14656147_2 WHERE opponent = "Tampa Bay Buccaneers"
30,283
<question>: How many numbers were recorded under revenue when revenue per capita was $6,126? <context>: CREATE TABLE table_14700336_1 (revenue__millions_ VARCHAR, revenue_per_capita VARCHAR)
SELECT COUNT(revenue__millions_) FROM table_14700336_1 WHERE revenue_per_capita = "$6,126"
30,284
<question>: What was the spending per capita when the revenue per capita was $7,755? <context>: CREATE TABLE table_14700336_1 (spending_per_capita VARCHAR, revenue_per_capita VARCHAR)
SELECT spending_per_capita FROM table_14700336_1 WHERE revenue_per_capita = "$7,755"
30,285
<question>: What was the recorded result under presidential majority 2000/2004 when the presiditial majority in 2012 was non-voting? <context>: CREATE TABLE table_14700336_1 (presidential_majority_2000_2004 VARCHAR, presidential_majority_2012 VARCHAR)
SELECT presidential_majority_2000_2004 FROM table_14700336_1 WHERE presidential_majority_2012 = "Non-voting"
30,286
<question>: How many times was revenue in millions recorded when the spending per capita was $6,736? <context>: CREATE TABLE table_14700336_1 (revenue__millions_ VARCHAR, spending_per_capita VARCHAR)
SELECT COUNT(revenue__millions_) FROM table_14700336_1 WHERE spending_per_capita = "$6,736"
30,287
<question>: What is the largest number of DVDs? <context>: CREATE TABLE table_1467951_4 (dvd_no INTEGER)
SELECT MAX(dvd_no) FROM table_1467951_4
30,288
<question>: What is the highest number of episodes? <context>: CREATE TABLE table_1467951_4 (ep_no INTEGER)
SELECT MAX(ep_no) FROM table_1467951_4
30,289
<question>: What is the most recent release date? <context>: CREATE TABLE table_1467951_4 (release_date INTEGER)
SELECT MAX(release_date) FROM table_1467951_4
30,290
<question>: How many release dates does volume 4 DVD have? <context>: CREATE TABLE table_1467951_4 (release_date VARCHAR, dvd_name VARCHAR)
SELECT COUNT(release_date) FROM table_1467951_4 WHERE dvd_name = "Volume 4"
30,291
<question>: what is the arrival time for no. 14? <context>: CREATE TABLE table_14688744_2 (arrival VARCHAR, no VARCHAR)
SELECT arrival FROM table_14688744_2 WHERE no = 14
30,292
<question>: what is the arrival time where the station code is awy? <context>: CREATE TABLE table_14688744_2 (arrival VARCHAR, station_code VARCHAR)
SELECT arrival FROM table_14688744_2 WHERE station_code = "AWY"
30,293
<question>: what amount of stations have station code is awy? <context>: CREATE TABLE table_14688744_2 (station VARCHAR, station_code VARCHAR)
SELECT COUNT(station) FROM table_14688744_2 WHERE station_code = "AWY"
30,294
<question>: what is the arrival time where station code is pnvl? <context>: CREATE TABLE table_14688744_2 (arrival VARCHAR, station_code VARCHAR)
SELECT arrival FROM table_14688744_2 WHERE station_code = "PNVL"
30,295
<question>: How many years was the total 402? <context>: CREATE TABLE table_14707564_1 (years VARCHAR, total VARCHAR)
SELECT COUNT(years) FROM table_14707564_1 WHERE total = 402
30,296
<question>: Who won the young rider classification in Stage 9 where the mountain classification was Emanuele Sella? <context>: CREATE TABLE table_14710984_2 (young_rider_classification VARCHAR, mountains_classification VARCHAR, stage VARCHAR)
SELECT young_rider_classification FROM table_14710984_2 WHERE mountains_classification = "Emanuele Sella" AND stage = 9
30,297
<question>: Who is the general classification leader for stage 3? <context>: CREATE TABLE table_14710984_2 (general_classification VARCHAR, stage VARCHAR)
SELECT general_classification FROM table_14710984_2 WHERE stage = 3
30,298
<question>: Who won the points classifications in the stage where Matteo Priamo was the winner? <context>: CREATE TABLE table_14710984_2 (points_classification VARCHAR, winner VARCHAR)
SELECT COUNT(points_classification) FROM table_14710984_2 WHERE winner = "Matteo Priamo"
30,299
<question>: Who was awarded the young ride classification leader when the winner was Marzio Bruseghin? <context>: CREATE TABLE table_14710984_2 (young_rider_classification VARCHAR, winner VARCHAR)
SELECT young_rider_classification FROM table_14710984_2 WHERE winner = "Marzio Bruseghin"