answer
stringlengths
18
557
question
stringlengths
12
244
context
stringlengths
27
489
SELECT distance FROM table_name_94 WHERE race_leader = "km (mi)"
What Distance had a Race Leader in Km (mi)?
CREATE TABLE table_name_94 (distance VARCHAR, race_leader VARCHAR)
SELECT pos FROM table_name_81 WHERE school_club_team = "jacksonville"
Which position has a School/club team of jacksonville?
CREATE TABLE table_name_81 (pos VARCHAR, school_club_team VARCHAR)
SELECT type FROM table_name_34 WHERE opponent = "robert villemain" AND record = "109–1–2"
What is the type when Robert Villemain had a record at 109–1–2?
CREATE TABLE table_name_34 (type VARCHAR, opponent VARCHAR, record VARCHAR)
SELECT MAX(first_place) FROM table_2876467_3 WHERE third_place = 1
What is the maximum number of 1st places for the country with exactly 1 third place?
CREATE TABLE table_2876467_3 (first_place INTEGER, third_place VARCHAR)
SELECT high_rebounds FROM table_22871239_9 WHERE arena_attendance = "TD Garden 18,624"
Name the high rebounds for td garden 18,624
CREATE TABLE table_22871239_9 (high_rebounds VARCHAR, arena_attendance VARCHAR)
SELECT date FROM table_name_38 WHERE fastest_lap = "gunnar nilsson"
On what date did Gunnar Nilsson make the fastest lap?
CREATE TABLE table_name_38 (date VARCHAR, fastest_lap VARCHAR)
SELECT T4.name FROM wedding AS T1 JOIN people AS T2 ON T1.male_id = T2.people_id JOIN people AS T3 ON T1.female_id = T3.people_id JOIN church AS T4 ON T4.church_id = T1.church_id WHERE T2.age > 30 OR T3.age > 30
Show the church names for the weddings of all people older than 30.
CREATE TABLE church (name VARCHAR, church_id VARCHAR); CREATE TABLE people (people_id VARCHAR, age VARCHAR); CREATE TABLE wedding (male_id VARCHAR, female_id VARCHAR, church_id VARCHAR)
SELECT pregame_analysts FROM table_17628022_2 WHERE year = 2002
Who did pregame analysis in 2002?
CREATE TABLE table_17628022_2 (pregame_analysts VARCHAR, year VARCHAR)
SELECT index FROM table_name_54 WHERE song = "会呼吸的痛"
What is Song's 会呼吸的痛 Index?
CREATE TABLE table_name_54 (index VARCHAR, song VARCHAR)
SELECT SUM(game__number) FROM table_name_57 WHERE record = "11-10-3"
Record of 11-10-3 is what sum of game #?
CREATE TABLE table_name_57 (game__number INTEGER, record VARCHAR)
SELECT loss FROM table_name_3 WHERE date = "august 20"
What is the lost On August 20
CREATE TABLE table_name_3 (loss VARCHAR, date VARCHAR)
SELECT height FROM table_name_28 WHERE name = "josh tabb"
What is the height of Josh Tabb?
CREATE TABLE table_name_28 (height VARCHAR, name VARCHAR)
SELECT home_captain FROM table_name_83 WHERE result = "aus by 229 runs"
What is the name of the home captain when the result was Aus by 229 runs?
CREATE TABLE table_name_83 (home_captain VARCHAR, result VARCHAR)
SELECT constructor FROM table_name_84 WHERE q1_pos < 8 AND q1_time = "1:15.038"
Who was the constructor of the car that had a Q1 pos of less than 8 and a Q1 time of 1:15.038?
CREATE TABLE table_name_84 (constructor VARCHAR, q1_pos VARCHAR, q1_time VARCHAR)
SELECT MAX(wins) FROM table_name_84 WHERE byes > 0
What is the most wins with 0 byes?
CREATE TABLE table_name_84 (wins INTEGER, byes INTEGER)
SELECT date_of_inauguration FROM table_name_71 WHERE "lifespan" = "lifespan"
What was the date of the inauguration in the row with an entry of lifespan in the lifespan column?
CREATE TABLE table_name_71 (date_of_inauguration VARCHAR)
SELECT outcome FROM table_2516282_3 WHERE year = 2013
In the year 2013, what was the outcome?
CREATE TABLE table_2516282_3 (outcome VARCHAR, year VARCHAR)
SELECT tournament FROM table_name_4 WHERE top_5 > 1 AND top_25 = 13 AND wins = 3
Name the tournament for top-5 more thn 1 and top-25 of 13 with wins of 3
CREATE TABLE table_name_4 (tournament VARCHAR, wins VARCHAR, top_5 VARCHAR, top_25 VARCHAR)
SELECT record FROM table_name_51 WHERE opponent = "winnipeg jets"
What is the Winnipeg Jets record?
CREATE TABLE table_name_51 (record VARCHAR, opponent VARCHAR)
SELECT party FROM table_1342256_32 WHERE incumbent = "John J. Delaney"
Which political party is involved where John J. Delaney is the sitting Representative?
CREATE TABLE table_1342256_32 (party VARCHAR, incumbent VARCHAR)
SELECT MIN(enrollment) FROM table_261913_1 WHERE institution = "Augsburg College"
What is the enrollment for Augsburg college?
CREATE TABLE table_261913_1 (enrollment INTEGER, institution VARCHAR)
SELECT T1.transaction_type_description FROM Ref_Transaction_Types AS T1 JOIN TRANSACTIONS AS T2 ON T1.transaction_type_code = T2.transaction_type_code GROUP BY T1.transaction_type_code ORDER BY COUNT(*) DESC LIMIT 1
Show the description of the transaction type that occurs most frequently.
CREATE TABLE TRANSACTIONS (transaction_type_code VARCHAR); CREATE TABLE Ref_Transaction_Types (transaction_type_description VARCHAR, transaction_type_code VARCHAR)
SELECT MIN(rank) FROM table_name_82 WHERE peak_position = "2" AND certification = "platinum" AND album = "my december"
what is the lowest rank when the peak position is 2, certification is platinum and the album is my december?
CREATE TABLE table_name_82 (rank INTEGER, album VARCHAR, peak_position VARCHAR, certification VARCHAR)
SELECT category FROM table_name_92 WHERE year = 2012 AND award = "drama league award"
Tell me the category for 2012 and drama league award
CREATE TABLE table_name_92 (category VARCHAR, year VARCHAR, award VARCHAR)
SELECT COUNT(party) FROM table_1341423_38 WHERE incumbent = "Bob Brady"
How many parties is the incumbent Bob Brady a member of?
CREATE TABLE table_1341423_38 (party VARCHAR, incumbent VARCHAR)
SELECT investing_dragon_s_ FROM table_name_5 WHERE company_or_product_name = "razzamataz"
Name the investing dragon for razzamataz
CREATE TABLE table_name_5 (investing_dragon_s_ VARCHAR, company_or_product_name VARCHAR)
SELECT _number FROM table_14778650_1 WHERE length = "4:29"
What track number is 4:29 in length?
CREATE TABLE table_14778650_1 (_number VARCHAR, length VARCHAR)
SELECT AVG(losses) FROM table_name_2 WHERE golden_rivers = "hay"
How many losses did the Golden rivers of hay have?
CREATE TABLE table_name_2 (losses INTEGER, golden_rivers VARCHAR)
SELECT dob FROM table_26847237_2 WHERE club = "Inglewood"
What is the date of birth for the player in the Inglewood club?
CREATE TABLE table_26847237_2 (dob VARCHAR, club VARCHAR)
SELECT home___away FROM table_name_23 WHERE record = "6-12"
Was the game home or away when the record is 6-12?
CREATE TABLE table_name_23 (home___away VARCHAR, record VARCHAR)
SELECT AVG(fa_cup) FROM table_name_57 WHERE total > 20 AND fa_trophy < 1 AND league < 25
What is the average number of goals scored in the FA Cup among players that have more than 20 total goals, less than 1 FA Trophy goals, and less than 25 league goals?
CREATE TABLE table_name_57 (fa_cup INTEGER, league VARCHAR, total VARCHAR, fa_trophy VARCHAR)
SELECT margin_of_victory FROM table_1569625_1 WHERE tournament = "Algarve Open de Portugal"
Name the margin of victory when tournament is algarve open de portugal
CREATE TABLE table_1569625_1 (margin_of_victory VARCHAR, tournament VARCHAR)
SELECT tracking_method FROM table_name_23 WHERE latest_stable_release = "6.0"
Which tracking method has a latest stable release of 6.0?
CREATE TABLE table_name_23 (tracking_method VARCHAR, latest_stable_release VARCHAR)
SELECT score FROM table_name_56 WHERE tie_no = "9"
What was the score when the Tie no was 9?
CREATE TABLE table_name_56 (score VARCHAR, tie_no VARCHAR)
SELECT MIN(geohash_length) FROM table_name_94 WHERE lat_bits < 7 AND km_error = "±2500"
What is the lowest geohash length when the lat bits are less than 7, and the km error of ±2500?
CREATE TABLE table_name_94 (geohash_length INTEGER, lat_bits VARCHAR, km_error VARCHAR)
SELECT COUNT(july__avg_low_) AS °f_ FROM table_name_28 WHERE january__avg_high_°f_ = "30.4"
What is the july average low associated with a january average high of 30.4?
CREATE TABLE table_name_28 (july__avg_low_ VARCHAR, january__avg_high_°f_ VARCHAR)
SELECT AVG(round) FROM table_name_52 WHERE pick__number > 26 AND position = "defensive back"
Which Round is the average one that has a Pick # larger than 26, and a Position of defensive back?
CREATE TABLE table_name_52 (round INTEGER, pick__number VARCHAR, position VARCHAR)
SELECT res FROM table_name_25 WHERE opponent = "steve schneider"
What was the resolution of the fight against steve schneider?
CREATE TABLE table_name_25 (res VARCHAR, opponent VARCHAR)
SELECT res FROM table_name_67 WHERE opponent = "enrique guzman"
What was the resolution for the fight against enrique guzman?
CREATE TABLE table_name_67 (res VARCHAR, opponent VARCHAR)
SELECT COUNT(ties_played) FROM table_10294071_1 WHERE total_w_l = "38–24"
what is the total number of ties played where total w–l is 38–24
CREATE TABLE table_10294071_1 (ties_played VARCHAR, total_w_l VARCHAR)
SELECT province FROM table_29012710_1 WHERE number_of_dairy_farms = 200
what is the location where there are over 200 cattle businesses
CREATE TABLE table_29012710_1 (province VARCHAR, number_of_dairy_farms VARCHAR)
SELECT championship FROM table_name_17 WHERE year > 1985 AND winning_score = –8(68 - 72 - 69 - 71 = 280)
Which championship after 1985 had a winning score of –8 (68-72-69-71=280)?
CREATE TABLE table_name_17 (championship VARCHAR, year VARCHAR, winning_score VARCHAR)
SELECT title FROM table_name_78 WHERE end_term = 1825
Which Title has an 1825 end term?
CREATE TABLE table_name_78 (title VARCHAR, end_term VARCHAR)
SELECT title FROM table_name_93 WHERE dance_partner = "adele astaire" AND lyrics = "ira gershwin" AND director = "felix edwardes"
Which Title has a Dance Partner of adele astaire, and Lyrics of ira gershwin, and a Director of felix edwardes?
CREATE TABLE table_name_93 (title VARCHAR, director VARCHAR, dance_partner VARCHAR, lyrics VARCHAR)
SELECT rider FROM table_name_73 WHERE laps < 18 AND grid = 24
Which Rider has less than 18 laps, and a Grid of 24?
CREATE TABLE table_name_73 (rider VARCHAR, laps VARCHAR, grid VARCHAR)
SELECT SUM(billboard_200_peak) FROM table_name_70 WHERE title = "bread"
What is the sum of the Billboard 200 Peak scores given to the song with the Title Bread?
CREATE TABLE table_name_70 (billboard_200_peak INTEGER, title VARCHAR)
SELECT COUNT(term_began) FROM table_197446_1 WHERE term_ended = "January 3, 1989"
How many terms began when the term ended in January 3, 1989?
CREATE TABLE table_197446_1 (term_began VARCHAR, term_ended VARCHAR)
SELECT district FROM table_1342013_31 WHERE incumbent = "Ralph A. Gamble"
What district did incumbent Ralph A. Gamble represent?
CREATE TABLE table_1342013_31 (district VARCHAR, incumbent VARCHAR)
SELECT COUNT(losses) FROM table_name_22 WHERE wins = 16 AND against < 772
What is the total number of Losses, when Wins is "16", and when Against is less than 772?
CREATE TABLE table_name_22 (losses VARCHAR, wins VARCHAR, against VARCHAR)
SELECT tournament FROM table_name_96 WHERE opponent = "alberta brianti" AND score = "6-4 2-6 6-2"
What tournament had Alberta Brianti as an opponent with a score of 6-4 2-6 6-2?
CREATE TABLE table_name_96 (tournament VARCHAR, opponent VARCHAR, score VARCHAR)
SELECT AVG(total) FROM table_name_2 WHERE player = "simon donnelly" AND scottish_cup > 0
What is the average total of player Simon Donnelly, with a Scottish Cup greater than 0?
CREATE TABLE table_name_2 (total INTEGER, player VARCHAR, scottish_cup VARCHAR)
SELECT incumbent FROM table_1341453_44 WHERE first_elected = 1984
Which incumbent was first elected in 1984?
CREATE TABLE table_1341453_44 (incumbent VARCHAR, first_elected VARCHAR)
SELECT AVG(overall) FROM table_name_66 WHERE name = "bob anderson" AND round < 9
Which Overall has a Name of bob anderson, and a Round smaller than 9?
CREATE TABLE table_name_66 (overall INTEGER, name VARCHAR, round VARCHAR)
SELECT official_target_date FROM table_name_34 WHERE currency = "swedish krona"
What is the official target date for the Swedish Krona?
CREATE TABLE table_name_34 (official_target_date VARCHAR, currency VARCHAR)
SELECT score FROM table_1028356_3 WHERE opponents = "Gretchen Magers Kelly Jones"
What is the score of the match with opponents Gretchen Magers Kelly Jones?
CREATE TABLE table_1028356_3 (score VARCHAR, opponents VARCHAR)
SELECT T2.Year, T1.Official_Name FROM city AS T1 JOIN farm_competition AS T2 ON T1.City_ID = T2.Host_city_ID
Show the years and the official names of the host cities of competitions.
CREATE TABLE city (Official_Name VARCHAR, City_ID VARCHAR); CREATE TABLE farm_competition (Year VARCHAR, Host_city_ID VARCHAR)
SELECT date FROM table_28719193_19 WHERE matchups_results = "Army 16, SMU 14"
What was the date of the game that had a result of Army 16, SMU 14?
CREATE TABLE table_28719193_19 (date VARCHAR, matchups_results VARCHAR)
SELECT SUM(points) FROM table_name_8 WHERE year = 2010 AND races > 14 AND fl < 0
What is the sum of points in 2010 when the driver had more than 14 races and an F.L. of less than 0?
CREATE TABLE table_name_8 (points INTEGER, fl VARCHAR, year VARCHAR, races VARCHAR)
SELECT COUNT(code) FROM table_name_54 WHERE place = "amadiba"
What is the total code number for Amadiba?
CREATE TABLE table_name_54 (code VARCHAR, place VARCHAR)
SELECT music FROM table_name_61 WHERE notes = "aka africa uncensored"
Which music has the notes of AKA Africa Uncensored?
CREATE TABLE table_name_61 (music VARCHAR, notes VARCHAR)
SELECT date FROM table_name_33 WHERE week < 4 AND attendance > 54 OFFSET 015
What date was the game that was before week 4 and was attended by over 54,015 people ?
CREATE TABLE table_name_33 (date VARCHAR, week VARCHAR, attendance VARCHAR)
SELECT result FROM table_1341690_18 WHERE incumbent = "John Breaux"
What were the results when the incumbent was John Breaux?
CREATE TABLE table_1341690_18 (result VARCHAR, incumbent VARCHAR)
SELECT T1.name, T3.name FROM physician AS T1 JOIN affiliated_with AS T2 ON T1.EmployeeID = T2.physician JOIN department AS T3 ON T2.department = T3.DepartmentID WHERE T2.PrimaryAffiliation = 1
Find the names of all physicians and their primary affiliated departments' names.
CREATE TABLE department (name VARCHAR, DepartmentID VARCHAR); CREATE TABLE affiliated_with (physician VARCHAR, department VARCHAR, PrimaryAffiliation VARCHAR); CREATE TABLE physician (name VARCHAR, EmployeeID VARCHAR)
SELECT tie_no FROM table_name_72 WHERE home_team = "port vale"
What is the tie number when the home team is Port Vale?
CREATE TABLE table_name_72 (tie_no VARCHAR, home_team VARCHAR)
SELECT airdate FROM table_name_46 WHERE length = "60 minutes"
When did the length of 60 minutes air?
CREATE TABLE table_name_46 (airdate VARCHAR, length VARCHAR)
SELECT name FROM races WHERE YEAR = 2017
Find the names of all races held in 2017.
CREATE TABLE races (name VARCHAR, YEAR VARCHAR)
SELECT years_for_rockets FROM table_11734041_3 WHERE no_s_ = "13"
During which years did number 13 play for the Rockets?
CREATE TABLE table_11734041_3 (years_for_rockets VARCHAR, no_s_ VARCHAR)
SELECT COUNT(year) FROM table_1825751_14 WHERE pageant = "Miss Globe International" AND delegate = "Karen Loren Medrano Agustin"
How many years was the pageant miss globe international and delegate was karen loren medrano agustin?
CREATE TABLE table_1825751_14 (year VARCHAR, pageant VARCHAR, delegate VARCHAR)
SELECT category FROM table_name_37 WHERE nominated = "maite perroni" AND year < 2009
Which category was Maite Perroni nominated for earlier than 2009?
CREATE TABLE table_name_37 (category VARCHAR, nominated VARCHAR, year VARCHAR)
SELECT result FROM table_name_5 WHERE round = "second round"
What was the result of the second round?
CREATE TABLE table_name_5 (result VARCHAR, round VARCHAR)
SELECT high_rebounds FROM table_name_4 WHERE high_assists = "deron williams (5)"
Who had the high rebounds of the game that Deron Williams (5) had the high assists?
CREATE TABLE table_name_4 (high_rebounds VARCHAR, high_assists VARCHAR)
SELECT passes_through___district_s FROM table_26036389_1 WHERE mdr_no = 47
What district does the road with a MDR number of 47 pass through?
CREATE TABLE table_26036389_1 (passes_through___district_s VARCHAR, mdr_no VARCHAR)
SELECT d_48_√ FROM table_name_27 WHERE d_49_√ = "r 9"
What is the D 48 √ with a D 49 √ with r 9?
CREATE TABLE table_name_27 (d_48_√ VARCHAR, d_49_√ VARCHAR)
SELECT venue FROM table_name_85 WHERE city = "manchester" AND year = 2003
Which venue had a city of Manchester in 2003?
CREATE TABLE table_name_85 (venue VARCHAR, city VARCHAR, year VARCHAR)
SELECT away_team FROM table_name_40 WHERE tie_no = "7"
What is the name of the away team with a Tie no of 7?
CREATE TABLE table_name_40 (away_team VARCHAR, tie_no VARCHAR)
SELECT date_of_death FROM table_name_97 WHERE date_of_birth = "28 may 1371"
What was the Date of Death of the person whose Date of Birth was 28 May 1371?
CREATE TABLE table_name_97 (date_of_death VARCHAR, date_of_birth VARCHAR)
SELECT T1.series_name FROM TV_Channel AS T1 JOIN Cartoon AS T2 ON T1.id = T2.Channel WHERE T2.Title = "The Rise of the Blue Beetle!"
What is the TV Channel that shows the cartoon "The Rise of the Blue Beetle!"? List the TV Channel's series name.
CREATE TABLE Cartoon (Channel VARCHAR, Title VARCHAR); CREATE TABLE TV_Channel (series_name VARCHAR, id VARCHAR)
SELECT result FROM table_name_94 WHERE week > 3 AND opponent = "new york giants"
What was the result of the game after week 3 against the New York Giants?
CREATE TABLE table_name_94 (result VARCHAR, week VARCHAR, opponent VARCHAR)
SELECT DISTINCT T1.age FROM management AS T2 JOIN head AS T1 ON T1.head_id = T2.head_id WHERE T2.temporary_acting = 'Yes'
What are the distinct ages of the heads who are acting?
CREATE TABLE head (age VARCHAR, head_id VARCHAR); CREATE TABLE management (head_id VARCHAR, temporary_acting VARCHAR)
SELECT AVG(round__number) FROM table_name_18 WHERE position = "wide receiver" AND college = "clark university" AND pick__number > 166
What is the average round number with wide receiver as position and Clark University as the college and the pick number is bigger than 166?
CREATE TABLE table_name_18 (round__number INTEGER, pick__number VARCHAR, position VARCHAR, college VARCHAR)
SELECT MIN(points) FROM table_name_59 WHERE year = 1954
Which line has the lowest amount of points and a year of 1954?
CREATE TABLE table_name_59 (points INTEGER, year VARCHAR)
SELECT height FROM table_22447251_2 WHERE contestant = "Alexandra Díaz Bello"
How tall is contestant Alexandra Díaz Bello?
CREATE TABLE table_22447251_2 (height VARCHAR, contestant VARCHAR)
SELECT rank FROM table_name_33 WHERE finish = "25"
What rank has a 25 finish?
CREATE TABLE table_name_33 (rank VARCHAR, finish VARCHAR)
SELECT player FROM table_name_61 WHERE school_club_team = "western kentucky"
Which player played for Western Kentucky?
CREATE TABLE table_name_61 (player VARCHAR, school_club_team VARCHAR)
SELECT SUM(bronze) FROM table_name_89 WHERE rank = 5 AND nation = "poland" AND gold < 0
what is the sum of bronze when the rank is 5, the nation is poland and gold is less than 0?
CREATE TABLE table_name_89 (bronze INTEGER, gold VARCHAR, rank VARCHAR, nation VARCHAR)
SELECT laps FROM table_name_31 WHERE grid > 1 AND time_retired = "halfshaft"
How many laps for a grid larger than 1 with a Time/Retired of halfshaft?
CREATE TABLE table_name_31 (laps VARCHAR, grid VARCHAR, time_retired VARCHAR)
SELECT agg FROM table_name_60 WHERE team_2 = "kenya"
What was the aggregate for the match with a team 2 of Kenya?
CREATE TABLE table_name_60 (agg VARCHAR, team_2 VARCHAR)
SELECT winning_score FROM table_name_89 WHERE date = "aug 28, 1983"
What was the winning score on Aug 28, 1983?
CREATE TABLE table_name_89 (winning_score VARCHAR, date VARCHAR)
SELECT location_attendance FROM table_17311759_9 WHERE high_assists = "Mike Bibby (9)"
When mike bibby (9) has the highest amount of assists what is the location and attendance?
CREATE TABLE table_17311759_9 (location_attendance VARCHAR, high_assists VARCHAR)
SELECT team FROM table_name_98 WHERE coach = "unknown" AND location = "athelstone"
Which team has an unknown coach and location of Athelstone?
CREATE TABLE table_name_98 (team VARCHAR, coach VARCHAR, location VARCHAR)
SELECT pts FROM table_16710541_2 WHERE team = "Kiefer-Bos-Castrol Honda"
How many points did kiefer-bos-castrol honda have?
CREATE TABLE table_16710541_2 (pts VARCHAR, team VARCHAR)
SELECT visitor FROM table_name_38 WHERE date = "january 19, 2008"
Who was the visitor on January 19, 2008?
CREATE TABLE table_name_38 (visitor VARCHAR, date VARCHAR)
SELECT AVG(races) FROM table_name_61 WHERE points = "9" AND poles < 0
what is the average races when points is 9 and poles is less than 0?
CREATE TABLE table_name_61 (races INTEGER, points VARCHAR, poles VARCHAR)
SELECT womens_doubles FROM table_27753492_2 WHERE mixed_doubles = "Zhang Nan Zhao Yunlei" AND tour = "All England Super Series"
Who were the womens doubles when the mixed doubles were zhang nan zhao yunlei on the tour all england super series?
CREATE TABLE table_27753492_2 (womens_doubles VARCHAR, mixed_doubles VARCHAR, tour VARCHAR)
SELECT constructor FROM table_name_24 WHERE location = "long beach"
Who was the Long Beach constructor?
CREATE TABLE table_name_24 (constructor VARCHAR, location VARCHAR)
SELECT part_number_s_ FROM table_24096813_15 WHERE tdp = "2.9 (Max.4.1~5.4) W"
What's the part number of the model with TDP of 2.9 (max.4.1~5.4) w?
CREATE TABLE table_24096813_15 (part_number_s_ VARCHAR, tdp VARCHAR)
SELECT player FROM table_11677100_3 WHERE school = "Torrey Pines High school"
What player goes to Torrey Pines High School?
CREATE TABLE table_11677100_3 (player VARCHAR, school VARCHAR)
SELECT mountains_classification FROM table_28538368_2 WHERE general_classification = "Alberto Contador Kanstantsin Sivtsov" AND points_classification = "Alessandro Petacchi" AND winner = "Mark Cavendish"
When Alberto Contador Kanstantsin Sivtsov was the general classification and Alessandro Petacchi was the points classification at the same time while Mark Cavendish is the winner, who was the mountain classification?
CREATE TABLE table_28538368_2 (mountains_classification VARCHAR, winner VARCHAR, general_classification VARCHAR, points_classification VARCHAR)
SELECT district FROM table_2668393_18 WHERE candidates = "Edwin Gray (DR)"
What is the district with the candidates edwin gray (dr)?
CREATE TABLE table_2668393_18 (district VARCHAR, candidates VARCHAR)
SELECT call_sign FROM table_name_56 WHERE erp_w > 50
What is Call Sign, when ERP W is greater than 50?
CREATE TABLE table_name_56 (call_sign VARCHAR, erp_w INTEGER)