question stringlengths 12 244 | context stringlengths 27 489 | answer dict |
|---|---|---|
Name the class a for pearland | CREATE TABLE table_14601528_2 (class_a VARCHAR, class_aAAAA VARCHAR, Pearland VARCHAR) | {
"SQL_Query": "SELECT class_a FROM table_14601528_2 WHERE class_aAAAA = Pearland"
} |
Name the class aaaaa for 2005-06 | CREATE TABLE table_14601528_2 (class_aAAAA VARCHAR, school_year VARCHAR) | {
"SQL_Query": "SELECT class_aAAAA FROM table_14601528_2 WHERE school_year = \"2005-06\""
} |
Name the number of class aaaaa for 1988-89 | CREATE TABLE table_14601528_2 (class_aAAAA VARCHAR, school_year VARCHAR) | {
"SQL_Query": "SELECT COUNT(class_aAAAA) FROM table_14601528_2 WHERE school_year = \"1988-89\""
} |
What is the percentage of females where in India and are maharashtra? | CREATE TABLE table_14598_9 (females___percentage_ VARCHAR, india_state_ut VARCHAR) | {
"SQL_Query": "SELECT females___percentage_ FROM table_14598_9 WHERE india_state_ut = \"Maharashtra\""
} |
What is the percentage of all females that are literate people have a percentage of 68.74? | CREATE TABLE table_14598_9 (females___percentage_ VARCHAR, literate_persons___percentage_ VARCHAR) | {
"SQL_Query": "SELECT females___percentage_ FROM table_14598_9 WHERE literate_persons___percentage_ = \"68.74\""
} |
What is the percentage of females where the state code is a 4? | CREATE TABLE table_14598_9 (females___percentage_ VARCHAR, state_ut_code VARCHAR) | {
"SQL_Query": "SELECT females___percentage_ FROM table_14598_9 WHERE state_ut_code = 4"
} |
What is the percentage of all the literate people where females are 73.17? | CREATE TABLE table_14598_9 (literate_persons___percentage_ VARCHAR, females___percentage_ VARCHAR) | {
"SQL_Query": "SELECT literate_persons___percentage_ FROM table_14598_9 WHERE females___percentage_ = \"73.17\""
} |
What is the percentage of literate people where india is andaman and Nicobar Islands? | CREATE TABLE table_14598_9 (literate_persons___percentage_ VARCHAR, india_state_ut VARCHAR) | {
"SQL_Query": "SELECT literate_persons___percentage_ FROM table_14598_9 WHERE india_state_ut = \"Andaman and Nicobar Islands\""
} |
Who was the Class AAAA champion in 2006-07? | CREATE TABLE table_14603057_2 (class_aAAA VARCHAR, school_year VARCHAR) | {
"SQL_Query": "SELECT class_aAAA FROM table_14603057_2 WHERE school_year = \"2006-07\""
} |
How many times was there a class A winner when Gregory-Portland was the class AAAA? | CREATE TABLE table_14603057_2 (class_a VARCHAR, class_aAAA VARCHAR, Gregory VARCHAR, Portland VARCHAR) | {
"SQL_Query": "SELECT COUNT(class_a) FROM table_14603057_2 WHERE class_aAAA = Gregory - Portland"
} |
How many Class AAAA winners where in 2002-03? | CREATE TABLE table_14603057_2 (class_aAAA VARCHAR, school_year VARCHAR) | {
"SQL_Query": "SELECT COUNT(class_aAAA) FROM table_14603057_2 WHERE school_year = \"2002-03\""
} |
Who was the class AAAAA in 2008-09? | CREATE TABLE table_14603057_2 (class_aAAAA VARCHAR, school_year VARCHAR) | {
"SQL_Query": "SELECT class_aAAAA FROM table_14603057_2 WHERE school_year = \"2008-09\""
} |
Who was the Class AA winner when Plains was Class A winner and Lubbock was Class AAAAA winner? | CREATE TABLE table_14603057_2 (class_aA VARCHAR, class_a VARCHAR, class_aAAAA VARCHAR, Lubbock VARCHAR) | {
"SQL_Query": "SELECT class_aA FROM table_14603057_2 WHERE class_a = \"Plains\" AND class_aAAAA = Lubbock"
} |
Who was the Class A winner in 2006-07? | CREATE TABLE table_14603057_2 (class_a VARCHAR, school_year VARCHAR) | {
"SQL_Query": "SELECT class_a FROM table_14603057_2 WHERE school_year = \"2006-07\""
} |
If class a is canadian and class aaa is wimberley, which possible school years could this fall on? | CREATE TABLE table_14603212_1 (school_year VARCHAR, class_aAA VARCHAR, Wimberley VARCHAR, class_a VARCHAR) | {
"SQL_Query": "SELECT school_year FROM table_14603212_1 WHERE class_aAA = Wimberley AND class_a = \"Canadian\""
} |
For franklin of class aa, which school years does this occur? | CREATE TABLE table_14603212_1 (school_year VARCHAR, class_aA VARCHAR, Franklin VARCHAR) | {
"SQL_Query": "SELECT school_year FROM table_14603212_1 WHERE class_aA = Franklin"
} |
Which school years have a class a being lindsay and a class aaa being cuero? | CREATE TABLE table_14603212_1 (school_year VARCHAR, class_a VARCHAR, class_aAA VARCHAR, Cuero VARCHAR) | {
"SQL_Query": "SELECT school_year FROM table_14603212_1 WHERE class_a = \"Lindsay\" AND class_aAA = Cuero"
} |
What season was the overall record 29-7? | CREATE TABLE table_14609295_4 (season VARCHAR, overall VARCHAR) | {
"SQL_Query": "SELECT season FROM table_14609295_4 WHERE overall = \"29-7\""
} |
How far into the postseason did the Rams go when their record was 29-7? | CREATE TABLE table_14609295_4 (postseason VARCHAR, overall VARCHAR) | {
"SQL_Query": "SELECT postseason FROM table_14609295_4 WHERE overall = \"29-7\""
} |
What was the Ram's conference record when they were the CBI champions? | CREATE TABLE table_14609295_4 (conference VARCHAR, postseason VARCHAR) | {
"SQL_Query": "SELECT conference FROM table_14609295_4 WHERE postseason = \"CBI Champions\""
} |
What season was the overall record 24-10? | CREATE TABLE table_14609295_4 (season VARCHAR, overall VARCHAR) | {
"SQL_Query": "SELECT season FROM table_14609295_4 WHERE overall = \"24-10\""
} |
What are the school years where class "AAA" is argyle? | CREATE TABLE table_14603212_5 (school_year VARCHAR, class_aAA VARCHAR, Argyle VARCHAR) | {
"SQL_Query": "SELECT school_year FROM table_14603212_5 WHERE class_aAA = Argyle"
} |
What are all the AAA classes in the school years of 2005-06? | CREATE TABLE table_14603212_5 (class_aAA VARCHAR, school_year VARCHAR) | {
"SQL_Query": "SELECT class_aAA FROM table_14603212_5 WHERE school_year = \"2005-06\""
} |
What are all the AAAA classes in the schools years 2004-05? | CREATE TABLE table_14603212_5 (class_aAAA VARCHAR, school_year VARCHAR) | {
"SQL_Query": "SELECT class_aAAA FROM table_14603212_5 WHERE school_year = \"2004-05\""
} |
What are all the school years where class AAAA is in Gregory-Portland? | CREATE TABLE table_14603212_5 (school_year VARCHAR, class_aAAA VARCHAR, Gregory VARCHAR, Portland VARCHAR) | {
"SQL_Query": "SELECT school_year FROM table_14603212_5 WHERE class_aAAA = Gregory - Portland"
} |
What are all the AAA classes in the school years of 2004-05? | CREATE TABLE table_14603212_5 (class_aAA VARCHAR, school_year VARCHAR) | {
"SQL_Query": "SELECT class_aAA FROM table_14603212_5 WHERE school_year = \"2004-05\""
} |
What are all classes for the position SLB? | CREATE TABLE table_14624447_24 (class VARCHAR, position VARCHAR) | {
"SQL_Query": "SELECT class FROM table_14624447_24 WHERE position = \"SLB\""
} |
What are all weights for the number 27? | CREATE TABLE table_14624447_24 (weight VARCHAR, number VARCHAR) | {
"SQL_Query": "SELECT weight FROM table_14624447_24 WHERE number = 27"
} |
What are all names for the position FS? | CREATE TABLE table_14624447_24 (name VARCHAR, position VARCHAR) | {
"SQL_Query": "SELECT name FROM table_14624447_24 WHERE position = \"FS\""
} |
Name the call sign for the 17 physical | CREATE TABLE table_14623167_1 (call_sign VARCHAR, physical VARCHAR) | {
"SQL_Query": "SELECT call_sign FROM table_14623167_1 WHERE physical = 17"
} |
Name the branding for forum communications | CREATE TABLE table_14623167_1 (branding VARCHAR, owner VARCHAR) | {
"SQL_Query": "SELECT branding FROM table_14623167_1 WHERE owner = \"Forum Communications\""
} |
Name the number of branding for 31 physical | CREATE TABLE table_14623167_1 (branding VARCHAR, physical VARCHAR) | {
"SQL_Query": "SELECT COUNT(branding) FROM table_14623167_1 WHERE physical = 31"
} |
Name the number of virtual for NBC | CREATE TABLE table_14623167_1 (virtual VARCHAR, network VARCHAR) | {
"SQL_Query": "SELECT COUNT(virtual) FROM table_14623167_1 WHERE network = \"NBC\""
} |
Name the virtual for Fox | CREATE TABLE table_14623167_1 (virtual VARCHAR, network VARCHAR) | {
"SQL_Query": "SELECT COUNT(virtual) FROM table_14623167_1 WHERE network = \"Fox\""
} |
Name the owners for prairie public | CREATE TABLE table_14623167_1 (owner VARCHAR, branding VARCHAR) | {
"SQL_Query": "SELECT COUNT(owner) FROM table_14623167_1 WHERE branding = \"Prairie Public\""
} |
Name the total number of class aaa for 2006-07 | CREATE TABLE table_14630796_1 (class_aAA VARCHAR, school_year VARCHAR) | {
"SQL_Query": "SELECT COUNT(class_aAA) FROM table_14630796_1 WHERE school_year = \"2006-07\""
} |
Name the class aaaa for menard | CREATE TABLE table_14630796_1 (class_aAAA VARCHAR, class_a VARCHAR) | {
"SQL_Query": "SELECT class_aAAA FROM table_14630796_1 WHERE class_a = \"Menard\""
} |
Name the class a for carthage | CREATE TABLE table_14630796_1 (class_a VARCHAR, class_aAAA VARCHAR, Carthage VARCHAR) | {
"SQL_Query": "SELECT class_a FROM table_14630796_1 WHERE class_aAAA = Carthage"
} |
What is the original title of europe for dummies? | CREATE TABLE table_14631909_1 (original_title VARCHAR, english_title VARCHAR) | {
"SQL_Query": "SELECT original_title FROM table_14631909_1 WHERE english_title = \"Europe for Dummies\""
} |
What is the English version of Mariusz Szczygieł book? | CREATE TABLE table_14631909_1 (english_title VARCHAR, author VARCHAR) | {
"SQL_Query": "SELECT english_title FROM table_14631909_1 WHERE author = \"Mariusz Szczygieł\""
} |
who is the the pole position with date being august 10 | CREATE TABLE table_14638077_2 (pole_position VARCHAR, date VARCHAR) | {
"SQL_Query": "SELECT pole_position FROM table_14638077_2 WHERE date = \"August 10\""
} |
how many winning team with circuit being road america | CREATE TABLE table_14638077_2 (winning_team VARCHAR, circuit VARCHAR) | {
"SQL_Query": "SELECT COUNT(winning_team) FROM table_14638077_2 WHERE circuit = \"Road America\""
} |
who is the the winning driver with pole position being paul tracy and race name being miller genuine draft 200 | CREATE TABLE table_14638077_2 (winning_driver VARCHAR, pole_position VARCHAR, race_name VARCHAR) | {
"SQL_Query": "SELECT winning_driver FROM table_14638077_2 WHERE pole_position = \"Paul Tracy\" AND race_name = \"Miller Genuine Draft 200\""
} |
who is the the pole position with rnd being 16 | CREATE TABLE table_14638077_2 (pole_position VARCHAR, rnd VARCHAR) | {
"SQL_Query": "SELECT pole_position FROM table_14638077_2 WHERE rnd = 16"
} |
what's the race name with date being september 7 | CREATE TABLE table_14638077_2 (race_name VARCHAR, date VARCHAR) | {
"SQL_Query": "SELECT race_name FROM table_14638077_2 WHERE date = \"September 7\""
} |
what's the circuit with rnd being 5 | CREATE TABLE table_14638077_2 (circuit VARCHAR, rnd VARCHAR) | {
"SQL_Query": "SELECT circuit FROM table_14638077_2 WHERE rnd = 5"
} |
What is the number of appearances where the most recent final result is 1999, beat Genk 3-1? | CREATE TABLE table_1463332_2 (_number_appearances VARCHAR, most_recent_final VARCHAR) | {
"SQL_Query": "SELECT COUNT(_number_appearances) FROM table_1463332_2 WHERE most_recent_final = \"1999, beat Genk 3-1\""
} |
What is the number of runner-up results for the years (won in bold) 1984, 2010? | CREATE TABLE table_1463332_2 (_number_runner_up INTEGER, years__won_in_bold_ VARCHAR) | {
"SQL_Query": "SELECT MAX(_number_runner_up) FROM table_1463332_2 WHERE years__won_in_bold_ = \"1984, 2010\""
} |
What is the most recent final result for the years (won in bold) 1979? | CREATE TABLE table_1463332_2 (most_recent_final VARCHAR, years__won_in_bold_ VARCHAR) | {
"SQL_Query": "SELECT most_recent_final FROM table_1463332_2 WHERE years__won_in_bold_ = \"1979\""
} |
what's the title with original air date being september23,1995 | CREATE TABLE table_14637853_3 (title VARCHAR, original_air_date VARCHAR) | {
"SQL_Query": "SELECT title FROM table_14637853_3 WHERE original_air_date = \"September23,1995\""
} |
who wrote with original air date being september23,1995 | CREATE TABLE table_14637853_3 (written_by VARCHAR, original_air_date VARCHAR) | {
"SQL_Query": "SELECT written_by FROM table_14637853_3 WHERE original_air_date = \"September23,1995\""
} |
who directed with original air date being november18,1995 | CREATE TABLE table_14637853_3 (directed_by VARCHAR, original_air_date VARCHAR) | {
"SQL_Query": "SELECT directed_by FROM table_14637853_3 WHERE original_air_date = \"November18,1995\""
} |
What percentages of social democratic correspond to a 5.5% left bloc? | CREATE TABLE table_1463383_1 (social_democratic VARCHAR, left_bloc VARCHAR) | {
"SQL_Query": "SELECT social_democratic FROM table_1463383_1 WHERE left_bloc = \"5.5%\""
} |
When was there 8.9% Green-Communist? | CREATE TABLE table_1463383_1 (date_released VARCHAR, green_communist VARCHAR) | {
"SQL_Query": "SELECT date_released FROM table_1463383_1 WHERE green_communist = \"8.9%\""
} |
How many socialists correspond to a 7.5% People's Party? | CREATE TABLE table_1463383_1 (socialist VARCHAR, peoples_party VARCHAR) | {
"SQL_Query": "SELECT COUNT(socialist) FROM table_1463383_1 WHERE peoples_party = \"7.5%\""
} |
What are all percentages of Left Block when there is a 28.7% Social Democratic? | CREATE TABLE table_1463383_1 (left_bloc VARCHAR, social_democratic VARCHAR) | {
"SQL_Query": "SELECT left_bloc FROM table_1463383_1 WHERE social_democratic = \"28.7%\""
} |
If Socialist is at 46.1%, what are all percentages for social democratic? | CREATE TABLE table_1463383_1 (social_democratic VARCHAR, socialist VARCHAR) | {
"SQL_Query": "SELECT social_democratic FROM table_1463383_1 WHERE socialist = \"46.1%\""
} |
How many percentages of Left Bloc correspond to a 32.1% Social Democratic? | CREATE TABLE table_1463383_1 (left_bloc VARCHAR, social_democratic VARCHAR) | {
"SQL_Query": "SELECT COUNT(left_bloc) FROM table_1463383_1 WHERE social_democratic = \"32.1%\""
} |
What is the NFL team of the player whose college is Minnesota? | CREATE TABLE table_14650162_1 (nfl_team VARCHAR, college VARCHAR) | {
"SQL_Query": "SELECT nfl_team FROM table_14650162_1 WHERE college = \"Minnesota\""
} |
What college did the defensive back attend? | CREATE TABLE table_14650162_1 (college VARCHAR, position VARCHAR) | {
"SQL_Query": "SELECT college FROM table_14650162_1 WHERE position = \"Defensive Back\""
} |
What is the pick number of the player whose college is Florida State? | CREATE TABLE table_14650162_1 (pick__number VARCHAR, college VARCHAR) | {
"SQL_Query": "SELECT pick__number FROM table_14650162_1 WHERE college = \"Florida State\""
} |
How many colleges did pick number 269 attend? | CREATE TABLE table_14650162_1 (college VARCHAR, pick__number VARCHAR) | {
"SQL_Query": "SELECT COUNT(college) FROM table_14650162_1 WHERE pick__number = 269"
} |
How many picks played Tight end? | CREATE TABLE table_14650162_1 (pick__number VARCHAR, position VARCHAR) | {
"SQL_Query": "SELECT COUNT(pick__number) FROM table_14650162_1 WHERE position = \"Tight End\""
} |
What is the position of the player whose college is Western Kentucky? | CREATE TABLE table_14650162_1 (position VARCHAR, college VARCHAR) | {
"SQL_Query": "SELECT position FROM table_14650162_1 WHERE college = \"Western Kentucky\""
} |
What position does Robert Brooks play? | CREATE TABLE table_14649522_1 (position VARCHAR, player VARCHAR) | {
"SQL_Query": "SELECT COUNT(position) FROM table_14649522_1 WHERE player = \"Robert Brooks\""
} |
Which team does Robert Brooks play with? | CREATE TABLE table_14649522_1 (nfl_team VARCHAR, player VARCHAR) | {
"SQL_Query": "SELECT nfl_team FROM table_14649522_1 WHERE player = \"Robert Brooks\""
} |
Which team picked from South Carolina college? | CREATE TABLE table_14649522_1 (nfl_team VARCHAR, college VARCHAR) | {
"SQL_Query": "SELECT nfl_team FROM table_14649522_1 WHERE college = \"South Carolina\""
} |
Which college was the wide receiver whose pick was less than 130.0 picked from? | CREATE TABLE table_14649522_1 (college VARCHAR, position VARCHAR, pick__number VARCHAR) | {
"SQL_Query": "SELECT college FROM table_14649522_1 WHERE position = \"Wide Receiver\" AND pick__number < 130.0"
} |
What position(s) does the player drafted #34 play? | CREATE TABLE table_14650373_1 (position VARCHAR, pick__number VARCHAR) | {
"SQL_Query": "SELECT position FROM table_14650373_1 WHERE pick__number = 34"
} |
What is the highest pick number? | CREATE TABLE table_14650373_1 (pick__number INTEGER) | {
"SQL_Query": "SELECT MAX(pick__number) FROM table_14650373_1"
} |
What number picked were players from arizona state picked? | CREATE TABLE table_14650373_1 (pick__number VARCHAR, college VARCHAR) | {
"SQL_Query": "SELECT pick__number FROM table_14650373_1 WHERE college = \"Arizona State\""
} |
What NFL team does player keith woodside play for? | CREATE TABLE table_14650373_1 (nfl_team VARCHAR, player VARCHAR) | {
"SQL_Query": "SELECT nfl_team FROM table_14650373_1 WHERE player = \"Keith Woodside\""
} |
what's the player with college being penn state | CREATE TABLE table_14655985_1 (player VARCHAR, college VARCHAR) | {
"SQL_Query": "SELECT player FROM table_14655985_1 WHERE college = \"Penn State\""
} |
what's the position with college being usc | CREATE TABLE table_14655985_1 (position VARCHAR, college VARCHAR) | {
"SQL_Query": "SELECT position FROM table_14655985_1 WHERE college = \"USC\""
} |
how many college with player being rich voltzke | CREATE TABLE table_14655985_1 (college VARCHAR, player VARCHAR) | {
"SQL_Query": "SELECT COUNT(college) FROM table_14655985_1 WHERE player = \"Rich Voltzke\""
} |
what's the college with position being placekicker | CREATE TABLE table_14655985_1 (college VARCHAR, position VARCHAR) | {
"SQL_Query": "SELECT college FROM table_14655985_1 WHERE position = \"Placekicker\""
} |
who is the the player where pick # is 64 | CREATE TABLE table_14655985_1 (player VARCHAR, pick__number VARCHAR) | {
"SQL_Query": "SELECT player FROM table_14655985_1 WHERE pick__number = 64"
} |
What day were the Denver Broncos the opponent? | CREATE TABLE table_14655917_1 (date VARCHAR, opponent VARCHAR) | {
"SQL_Query": "SELECT date FROM table_14655917_1 WHERE opponent = \"Denver Broncos\""
} |
What day was the oppenent the detroit lions? | CREATE TABLE table_14655917_1 (date VARCHAR, opponent VARCHAR) | {
"SQL_Query": "SELECT date FROM table_14655917_1 WHERE opponent = \"Detroit Lions\""
} |
List the record of 0-1 from the table? | CREATE TABLE table_14656147_2 (week VARCHAR, record VARCHAR) | {
"SQL_Query": "SELECT week FROM table_14656147_2 WHERE record = \"0-1\""
} |
Type the record details if any result has L 3-6 in it? | CREATE TABLE table_14656147_2 (record VARCHAR, result VARCHAR) | {
"SQL_Query": "SELECT record FROM table_14656147_2 WHERE result = \"L 3-6\""
} |
Find the least value of attendance? | CREATE TABLE table_14656147_2 (attendance INTEGER) | {
"SQL_Query": "SELECT MIN(attendance) FROM table_14656147_2"
} |
type the attendance for playing with tampa bay buccaneers? | CREATE TABLE table_14656147_2 (attendance VARCHAR, opponent VARCHAR) | {
"SQL_Query": "SELECT attendance FROM table_14656147_2 WHERE opponent = \"Tampa Bay Buccaneers\""
} |
How many numbers were recorded under revenue when revenue per capita was $6,126? | CREATE TABLE table_14700336_1 (revenue__millions_ VARCHAR, revenue_per_capita VARCHAR) | {
"SQL_Query": "SELECT COUNT(revenue__millions_) FROM table_14700336_1 WHERE revenue_per_capita = \"$6,126\""
} |
What was the spending per capita when the revenue per capita was $7,755? | CREATE TABLE table_14700336_1 (spending_per_capita VARCHAR, revenue_per_capita VARCHAR) | {
"SQL_Query": "SELECT spending_per_capita FROM table_14700336_1 WHERE revenue_per_capita = \"$7,755\""
} |
What was the recorded result under presidential majority 2000/2004 when the presiditial majority in 2012 was non-voting? | CREATE TABLE table_14700336_1 (presidential_majority_2000_2004 VARCHAR, presidential_majority_2012 VARCHAR) | {
"SQL_Query": "SELECT presidential_majority_2000_2004 FROM table_14700336_1 WHERE presidential_majority_2012 = \"Non-voting\""
} |
How many times was revenue in millions recorded when the spending per capita was $6,736? | CREATE TABLE table_14700336_1 (revenue__millions_ VARCHAR, spending_per_capita VARCHAR) | {
"SQL_Query": "SELECT COUNT(revenue__millions_) FROM table_14700336_1 WHERE spending_per_capita = \"$6,736\""
} |
What is the largest number of DVDs? | CREATE TABLE table_1467951_4 (dvd_no INTEGER) | {
"SQL_Query": "SELECT MAX(dvd_no) FROM table_1467951_4"
} |
What is the highest number of episodes? | CREATE TABLE table_1467951_4 (ep_no INTEGER) | {
"SQL_Query": "SELECT MAX(ep_no) FROM table_1467951_4"
} |
What is the most recent release date? | CREATE TABLE table_1467951_4 (release_date INTEGER) | {
"SQL_Query": "SELECT MAX(release_date) FROM table_1467951_4"
} |
How many release dates does volume 4 DVD have? | CREATE TABLE table_1467951_4 (release_date VARCHAR, dvd_name VARCHAR) | {
"SQL_Query": "SELECT COUNT(release_date) FROM table_1467951_4 WHERE dvd_name = \"Volume 4\""
} |
what is the arrival time for no. 14? | CREATE TABLE table_14688744_2 (arrival VARCHAR, no VARCHAR) | {
"SQL_Query": "SELECT arrival FROM table_14688744_2 WHERE no = 14"
} |
what is the arrival time where the station code is awy? | CREATE TABLE table_14688744_2 (arrival VARCHAR, station_code VARCHAR) | {
"SQL_Query": "SELECT arrival FROM table_14688744_2 WHERE station_code = \"AWY\""
} |
what amount of stations have station code is awy? | CREATE TABLE table_14688744_2 (station VARCHAR, station_code VARCHAR) | {
"SQL_Query": "SELECT COUNT(station) FROM table_14688744_2 WHERE station_code = \"AWY\""
} |
what is the arrival time where station code is pnvl? | CREATE TABLE table_14688744_2 (arrival VARCHAR, station_code VARCHAR) | {
"SQL_Query": "SELECT arrival FROM table_14688744_2 WHERE station_code = \"PNVL\""
} |
How many years was the total 402? | CREATE TABLE table_14707564_1 (years VARCHAR, total VARCHAR) | {
"SQL_Query": "SELECT COUNT(years) FROM table_14707564_1 WHERE total = 402"
} |
Who won the young rider classification in Stage 9 where the mountain classification was Emanuele Sella? | CREATE TABLE table_14710984_2 (young_rider_classification VARCHAR, mountains_classification VARCHAR, stage VARCHAR) | {
"SQL_Query": "SELECT young_rider_classification FROM table_14710984_2 WHERE mountains_classification = \"Emanuele Sella\" AND stage = 9"
} |
Who is the general classification leader for stage 3? | CREATE TABLE table_14710984_2 (general_classification VARCHAR, stage VARCHAR) | {
"SQL_Query": "SELECT general_classification FROM table_14710984_2 WHERE stage = 3"
} |
Who won the points classifications in the stage where Matteo Priamo was the winner? | CREATE TABLE table_14710984_2 (points_classification VARCHAR, winner VARCHAR) | {
"SQL_Query": "SELECT COUNT(points_classification) FROM table_14710984_2 WHERE winner = \"Matteo Priamo\""
} |
Who was awarded the young ride classification leader when the winner was Marzio Bruseghin? | CREATE TABLE table_14710984_2 (young_rider_classification VARCHAR, winner VARCHAR) | {
"SQL_Query": "SELECT young_rider_classification FROM table_14710984_2 WHERE winner = \"Marzio Bruseghin\""
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.