answer
stringlengths
18
557
question
stringlengths
12
244
context
stringlengths
27
489
SELECT directed_by FROM table_2342078_6 WHERE written_by = "George Tibbles"
Name who drected the episode written by george tibbles
CREATE TABLE table_2342078_6 (directed_by VARCHAR, written_by VARCHAR)
SELECT driver FROM table_name_25 WHERE laps = 74 AND grid > 9
Who drive 74 laps in a grid larger than 9?
CREATE TABLE table_name_25 (driver VARCHAR, laps VARCHAR, grid VARCHAR)
SELECT player FROM table_name_37 WHERE place = "t10" AND score = 67 - 72 - 72 = 211
who is the player when the place is t10 and the score is 67-72-72=211?
CREATE TABLE table_name_37 (player VARCHAR, place VARCHAR, score VARCHAR)
SELECT driver FROM table_name_43 WHERE team = "newman-haas racing" AND time_retired = "1:51:47.260"
Who drives for Newman-Haas Racing with a time of 1:51:47.260?
CREATE TABLE table_name_43 (driver VARCHAR, team VARCHAR, time_retired VARCHAR)
SELECT nhl_team FROM table_1473672_2 WHERE player = "Dwight Bialowas"
What nhl team does dwight bialowas play for?
CREATE TABLE table_1473672_2 (nhl_team VARCHAR, player VARCHAR)
SELECT COUNT(slope_length) FROM table_17814458_1 WHERE elevation_groundstation = 1966
Name the slope length for 1966 groundstation
CREATE TABLE table_17814458_1 (slope_length VARCHAR, elevation_groundstation VARCHAR)
SELECT director FROM table_name_5 WHERE film_title_used_in_nomination = "floating life"
Who was the director that had a film titled "Floating Life"?
CREATE TABLE table_name_5 (director VARCHAR, film_title_used_in_nomination VARCHAR)
SELECT location FROM table_name_76 WHERE round = 1 AND opponent = "joe slick"
What is Location, when Round is "1", and when Opponent is "Joe Slick"?
CREATE TABLE table_name_76 (location VARCHAR, round VARCHAR, opponent VARCHAR)
SELECT track FROM table_name_2 WHERE city = "holland"
What is the name of the track in Holland?
CREATE TABLE table_name_2 (track VARCHAR, city VARCHAR)
SELECT club FROM table_name_43 WHERE sport = "football" AND venue = "mitchel athletic field"
Which club had football at Mitchel Athletic Field?
CREATE TABLE table_name_43 (club VARCHAR, sport VARCHAR, venue VARCHAR)
SELECT region FROM table_25042332_27 WHERE automatic_washing_machine = "60.9%"
Name the region for automatic washing machine being 60.9%
CREATE TABLE table_25042332_27 (region VARCHAR, automatic_washing_machine VARCHAR)
SELECT AVG(starts) FROM table_name_58 WHERE money_list_rank = "108" AND top_25 > 4
What is the average number of starts when the money list rank is 108 and the rank in the top 25 is greater than 4?
CREATE TABLE table_name_58 (starts INTEGER, money_list_rank VARCHAR, top_25 VARCHAR)
SELECT COUNT(winnings) FROM table_1875157_1 WHERE starts = 32
Did this driver have any winnings the season he had 32 starts
CREATE TABLE table_1875157_1 (winnings VARCHAR, starts VARCHAR)
SELECT constellation FROM table_name_24 WHERE object_type = "spiral galaxy" AND ngc_number < 3593 AND right_ascension___j2000__ = "11h05m48.9s"
what is the constellation when the object type is spiral galaxy, the ngc number is less than 3593 and the right ascension (j2000) is 11h05m48.9s?
CREATE TABLE table_name_24 (constellation VARCHAR, right_ascension___j2000__ VARCHAR, object_type VARCHAR, ngc_number VARCHAR)
SELECT away_team FROM table_name_11 WHERE venue = "windy hill"
Who was the away team at Windy Hill?
CREATE TABLE table_name_11 (away_team VARCHAR, venue VARCHAR)
SELECT date FROM table_name_32 WHERE competition = "friendly match" AND venue = "auckland"
On what date was a friendly match held at Auckland?
CREATE TABLE table_name_32 (date VARCHAR, competition VARCHAR, venue VARCHAR)
SELECT area FROM table_name_50 WHERE name = "mackenzie college"
What area is named Mackenzie college?
CREATE TABLE table_name_50 (area VARCHAR, name VARCHAR)
SELECT MAX(no_in_series) FROM table_27491610_2 WHERE directed_by = "Skip Sudduth"
What was the latest number in series that was directed by Skip Sudduth?
CREATE TABLE table_27491610_2 (no_in_series INTEGER, directed_by VARCHAR)
SELECT date_made FROM table_name_5 WHERE quantity_made = 13
What is listed as the Date made with a Quantity made of 13?
CREATE TABLE table_name_5 (date_made VARCHAR, quantity_made VARCHAR)
SELECT settlement FROM table_2562572_33 WHERE cyrillic_name_other_names = "Мартонош (Hungarian: Martonos)"
What settlement is also called мартонош (hungarian: martonos)?
CREATE TABLE table_2562572_33 (settlement VARCHAR, cyrillic_name_other_names VARCHAR)
SELECT COUNT(production_code) FROM table_25691838_11 WHERE original_airdate = "November 15"
How many production codes were there for the episode that aired on November 15?
CREATE TABLE table_25691838_11 (production_code VARCHAR, original_airdate VARCHAR)
SELECT celebrity FROM table_name_53 WHERE exited = "day 19" AND famous_for = "ex busted member and tv presenter"
Which celebrity who was famous for being the ex busted member and TV presenter exited on day 19?
CREATE TABLE table_name_53 (celebrity VARCHAR, exited VARCHAR, famous_for VARCHAR)
SELECT combined_elapsed_time FROM table_name_17 WHERE skipper = "stephen wilkins"
Which Combined elapsed time has a Skipper of stephen wilkins?
CREATE TABLE table_name_17 (combined_elapsed_time VARCHAR, skipper VARCHAR)
SELECT composer FROM tracks WHERE name = "Fast As a Shark"
Who is the composer of track Fast As a Shark?
CREATE TABLE tracks (composer VARCHAR, name VARCHAR)
SELECT skip FROM table_name_22 WHERE lead = "marju velga"
Which Skip did marju velga lead?
CREATE TABLE table_name_22 (skip VARCHAR, lead VARCHAR)
SELECT MIN(gold) FROM table_name_42 WHERE silver = 2 AND total < 3
What is the smallest number of gold where the total is less than 3 and the silver count is 2?
CREATE TABLE table_name_42 (gold INTEGER, silver VARCHAR, total VARCHAR)
SELECT SUM(1952) FROM table_name_37 WHERE 1954 > 4.2
What is the 1952 rate when the 1954 is more than 4.2?
CREATE TABLE table_name_37 (Id VARCHAR)
SELECT COUNT(established) FROM table_name_65 WHERE sport = "soccer" AND venue = "kuntz stadium"
What is the total number of Established for soccer plated in kuntz stadium?
CREATE TABLE table_name_65 (established VARCHAR, sport VARCHAR, venue VARCHAR)
SELECT MAX(spartak) FROM table_name_42 WHERE played < 15 AND dynamo < 3
what is the highest spartak when played is less than 15 and dynamo is less than 3?
CREATE TABLE table_name_42 (spartak INTEGER, played VARCHAR, dynamo VARCHAR)
SELECT opponent FROM table_name_54 WHERE attendance = "65,537"
Who did the cowboys play when 65,537 attended?
CREATE TABLE table_name_54 (opponent VARCHAR, attendance VARCHAR)
SELECT attendance FROM table_name_1 WHERE home_team = "southend united"
What was the attendance when the Southend United was the home team?
CREATE TABLE table_name_1 (attendance VARCHAR, home_team VARCHAR)
SELECT AVG(Earnings) FROM poker_player
What is the average earnings of poker players?
CREATE TABLE poker_player (Earnings INTEGER)
SELECT AVG(gold) FROM table_name_95 WHERE silver < 107 AND bronze > 42 AND rank = "3"
What is the average Gold, when Silver is less than 107, when Bronze is greater than 42, and when Rank is 3?
CREATE TABLE table_name_95 (gold INTEGER, rank VARCHAR, silver VARCHAR, bronze VARCHAR)
SELECT t1.lname FROM authors AS t1 JOIN authorship AS t2 ON t1.authid = t2.authid JOIN papers AS t3 ON t2.paperid = t3.paperid GROUP BY t1.fname, t1.lname ORDER BY COUNT(*) DESC LIMIT 1
What is the last name of the author that has published the most papers?
CREATE TABLE authorship (authid VARCHAR, paperid VARCHAR); CREATE TABLE authors (lname VARCHAR, fname VARCHAR, authid VARCHAR); CREATE TABLE papers (paperid VARCHAR)
SELECT party FROM table_1342149_3 WHERE incumbent = "Carl Elliott"
Carl Elliott is a member of which party?
CREATE TABLE table_1342149_3 (party VARCHAR, incumbent VARCHAR)
SELECT decision FROM table_name_44 WHERE home = "vancouver" AND visitor = "winnipeg"
What is the decision when vancouver is at home and winnipeg is away?
CREATE TABLE table_name_44 (decision VARCHAR, home VARCHAR, visitor VARCHAR)
SELECT location FROM table_name_93 WHERE mascot = "mustangs"
Where is the school located that has mustangs as a mascot?
CREATE TABLE table_name_93 (location VARCHAR, mascot VARCHAR)
SELECT score FROM table_name_68 WHERE player = "brad faxon"
What is Score, when Player is "Brad Faxon"?
CREATE TABLE table_name_68 (score VARCHAR, player VARCHAR)
SELECT MIN(overall) FROM table_name_45 WHERE name = "jack harmon" AND pick__number < 5
What is the Overall for Pick # less than 5 Jack Harmon?
CREATE TABLE table_name_45 (overall INTEGER, name VARCHAR, pick__number VARCHAR)
SELECT MIN(tonnage_grt) FROM table_name_84 WHERE nationality = "british" AND ship = "kidalton"
what is the least tonnage grt when the nationality is british and the ship is kidalton?
CREATE TABLE table_name_84 (tonnage_grt INTEGER, nationality VARCHAR, ship VARCHAR)
SELECT date FROM table_28898974_3 WHERE winner = "Edward Shaw"
When edward shaw is the winner what is the date?
CREATE TABLE table_28898974_3 (date VARCHAR, winner VARCHAR)
SELECT pressure_in_hpa__mbar_ FROM table_name_69 WHERE vacuum_range = "medium vacuum"
What is the Pressure in hPa (mbar), when Vacuum Range is "medium vacuum"?
CREATE TABLE table_name_69 (pressure_in_hpa__mbar_ VARCHAR, vacuum_range VARCHAR)
SELECT name, LOCATION, year_opened FROM track WHERE seating > (SELECT AVG(seating) FROM track)
Show the name, location, open year for all tracks with a seating higher than the average.
CREATE TABLE track (name VARCHAR, LOCATION VARCHAR, year_opened VARCHAR, seating INTEGER)
SELECT spacewalkers FROM table_22385461_8 WHERE end__utc_ = "October 30, 2007 15:53"
What are the names of the spacewalkers for end (UTC) October 30, 2007 15:53?
CREATE TABLE table_22385461_8 (spacewalkers VARCHAR, end__utc_ VARCHAR)
SELECT name FROM table_name_17 WHERE floors = 23 AND street_address_in_detroit = "144 west congress street"
Which place has 23 floors and a street address in Detroit of 144 west congress street?
CREATE TABLE table_name_17 (name VARCHAR, floors VARCHAR, street_address_in_detroit VARCHAR)
SELECT SUM(number_of_electorates__2009_) FROM table_name_21 WHERE district = "indore" AND reserved_for___sc___st__none_ = "none" AND constituency_number = "208"
What is the number of electorates (2009) for the Indore district, when reserved for (SC / ST /None) is none, and constituency number is 208?
CREATE TABLE table_name_21 (number_of_electorates__2009_ INTEGER, constituency_number VARCHAR, district VARCHAR, reserved_for___sc___st__none_ VARCHAR)
SELECT partnering FROM table_name_41 WHERE opponents = "marin čilić lovro zovko"
Who was the parter against Marin čilić lovro Zovko?
CREATE TABLE table_name_41 (partnering VARCHAR, opponents VARCHAR)
SELECT AVG(laps) FROM table_name_87 WHERE grid = 9
What is the average laps for Grid 9?
CREATE TABLE table_name_87 (laps INTEGER, grid VARCHAR)
SELECT MIN(winners_share__) AS $_ FROM table_229059_2 WHERE champion = "Se Ri Pak (2)"
What was the winner share (in $) in the year when Se Ri Pak (2) was the champion?
CREATE TABLE table_229059_2 (winners_share__ INTEGER, champion VARCHAR)
SELECT directed___undirected FROM table_name_83 WHERE name = "mfinder" AND basis = "network-centric"
What is the directed/undirected for mfinder, which has a network-centric basis?
CREATE TABLE table_name_83 (directed___undirected VARCHAR, name VARCHAR, basis VARCHAR)
SELECT result FROM table_29644931_1 WHERE category = "Opening Night Film"
What was the result when competing in the Opening NIght Film category?
CREATE TABLE table_29644931_1 (result VARCHAR, category VARCHAR)
SELECT winner FROM table_name_14 WHERE race = "food world 250"
Who won the Food World 250?
CREATE TABLE table_name_14 (winner VARCHAR, race VARCHAR)
SELECT COUNT(inhabitants) FROM table_name_3 WHERE party = "democratic party" AND mayor = "stefano cimatti" AND election < 2009
How many Inhabitants were in the democratic party for an election before 2009 for Mayor of stefano cimatti?
CREATE TABLE table_name_3 (inhabitants VARCHAR, election VARCHAR, party VARCHAR, mayor VARCHAR)
SELECT t1.fname FROM authors AS t1 JOIN authorship AS t2 ON t1.authid = t2.authid JOIN papers AS t3 ON t2.paperid = t3.paperid WHERE t3.title LIKE "%Functional%"
Find the first names of all the authors who have written a paper with title containing the word "Functional".
CREATE TABLE authors (fname VARCHAR, authid VARCHAR); CREATE TABLE papers (paperid VARCHAR, title VARCHAR); CREATE TABLE authorship (authid VARCHAR, paperid VARCHAR)
SELECT t1.name FROM people AS t1 JOIN candidate AS t2 ON t1.people_id = t2.people_id WHERE t2.support_rate < t2.oppose_rate
Find the names of the candidates whose support percentage is lower than their oppose rate.
CREATE TABLE candidate (people_id VARCHAR, support_rate INTEGER, oppose_rate VARCHAR); CREATE TABLE people (name VARCHAR, people_id VARCHAR)
SELECT COUNT(black_knights_points) FROM table_21091145_1 WHERE game = 3
Name the number of black knights points for 3 game
CREATE TABLE table_21091145_1 (black_knights_points VARCHAR, game VARCHAR)
SELECT opponents FROM table_name_6 WHERE outcome = "runner-up" AND surface = "hard" AND partner = "catherine suire"
Who were the Opponents in the match on a Hard Surface with Catherine Suire as Partner and Outcome of runner-up?
CREATE TABLE table_name_6 (opponents VARCHAR, partner VARCHAR, outcome VARCHAR, surface VARCHAR)
SELECT runner_s__up FROM table_name_6 WHERE margin_of_victory = "8 strokes"
Who was the runner-up with the margin of victory of 8 strokes?
CREATE TABLE table_name_6 (runner_s__up VARCHAR, margin_of_victory VARCHAR)
SELECT opponent_in_the_final FROM table_name_47 WHERE date = "october 14, 1996"
On October 14, 1996 who was the opponent in the final?
CREATE TABLE table_name_47 (opponent_in_the_final VARCHAR, date VARCHAR)
SELECT hebrew_word FROM table_1242447_2 WHERE strongs__number = "5418"
What is the hebrew word listed for strongs # 5418?
CREATE TABLE table_1242447_2 (hebrew_word VARCHAR, strongs__number VARCHAR)
SELECT COUNT(incumbent) FROM table_1342393_17 WHERE first_elected = 1924
how many incumbent with first elected being 1924
CREATE TABLE table_1342393_17 (incumbent VARCHAR, first_elected VARCHAR)
SELECT record FROM table_name_54 WHERE date = "april 22"
What is the Record for April 22?
CREATE TABLE table_name_54 (record VARCHAR, date VARCHAR)
SELECT game FROM table_name_33 WHERE home_team = "chicago bulls" AND result = "81-83 (3-2)"
Home Team of chicago bulls, and a Result of 81-83 (3-2) involved what game?
CREATE TABLE table_name_33 (game VARCHAR, home_team VARCHAR, result VARCHAR)
SELECT play_by_play FROM table_22485543_1 WHERE network = "NBC" AND ice_level_reporters = "Darren Pang"
Who is the play-by-play when nbc is the network and darren pang is the ice level reporters?
CREATE TABLE table_22485543_1 (play_by_play VARCHAR, network VARCHAR, ice_level_reporters VARCHAR)
SELECT type FROM table_name_59 WHERE location = "justus lipsius building, brussels" AND year = 2012 AND president = "herman van rompuy (1st term)" AND date = "23 may"
What is the Type with a Location with justus lipsius building, brussels, and a Year of 2012, and a President with herman van rompuy (1st term), and a Date with 23 may?
CREATE TABLE table_name_59 (type VARCHAR, date VARCHAR, president VARCHAR, location VARCHAR, year VARCHAR)
SELECT name FROM table_name_14 WHERE laps < 159 AND time_retired = "4:00:30.7537 (retired - fire)"
What team had less than 159 laps and a time or retired time of 4:00:30.7537 (retired - fire)?
CREATE TABLE table_name_14 (name VARCHAR, laps VARCHAR, time_retired VARCHAR)
SELECT series FROM table_23286112_12 WHERE date = "April 18"
Which series were played on April 18?
CREATE TABLE table_23286112_12 (series VARCHAR, date VARCHAR)
SELECT directed_by FROM table_10749143_2 WHERE production_code = "7AFF03"
Who directed the episode with production code 7aff03?
CREATE TABLE table_10749143_2 (directed_by VARCHAR, production_code VARCHAR)
SELECT stadium FROM table_name_41 WHERE opponent = "bye"
What was the Stadium against Bye?
CREATE TABLE table_name_41 (stadium VARCHAR, opponent VARCHAR)
SELECT team FROM table_11961582_10 WHERE date = "April 20"
Which team was played on April 20?
CREATE TABLE table_11961582_10 (team VARCHAR, date VARCHAR)
SELECT AVG(crowd) FROM table_name_13 WHERE home_team = "hawthorn"
What is the average crowd size for the home team hawthorn?
CREATE TABLE table_name_13 (crowd INTEGER, home_team VARCHAR)
SELECT opponent_in_the_final FROM table_name_48 WHERE date < 1990 AND partnering = "yannick noah" AND score = "4–6, 6–3, 6–4"
Who was the opponent before 1990 that had a score of 4–6, 6–3, 6–4 and Partnering of Yannick Noah?
CREATE TABLE table_name_48 (opponent_in_the_final VARCHAR, score VARCHAR, date VARCHAR, partnering VARCHAR)
SELECT transfer_fee FROM table_22810095_8 WHERE n = 2
How much was the transfer fee when n is 2?
CREATE TABLE table_22810095_8 (transfer_fee VARCHAR, n VARCHAR)
SELECT MIN(draws) FROM table_name_75 WHERE byes > 0
What is the fewest number of draws for teams with more than 0 byes?
CREATE TABLE table_name_75 (draws INTEGER, byes INTEGER)
SELECT county FROM table_10586064_2 WHERE precincts = 515
What is the county of precints 515?
CREATE TABLE table_10586064_2 (county VARCHAR, precincts VARCHAR)
SELECT episode_4 FROM table_name_87 WHERE star = "anna powierza"
Which episode 4 has a Star of anna powierza?
CREATE TABLE table_name_87 (episode_4 VARCHAR, star VARCHAR)
SELECT surface FROM table_name_32 WHERE score = "2–6, 6–3, 6–4"
On what surface was the match played with a score of 2–6, 6–3, 6–4?
CREATE TABLE table_name_32 (surface VARCHAR, score VARCHAR)
SELECT AVG(points) FROM table_name_4 WHERE engine = "climax straight-4" AND year < 1958
What is the average Points when the engine was a climax straight-4 earlier than 1958?
CREATE TABLE table_name_4 (points INTEGER, engine VARCHAR, year VARCHAR)
SELECT SUM(area_km_2) FROM table_name_56 WHERE census_ranking = "1,773 of 5,008"
What is the Area km 2 with a Census Ranking of 1,773 of 5,008?
CREATE TABLE table_name_56 (area_km_2 INTEGER, census_ranking VARCHAR)
SELECT pre_1009_province FROM table_name_36 WHERE post_1009_province = "donggye"
Which Pre-1009 province has a Post-1009 province of donggye?
CREATE TABLE table_name_36 (pre_1009_province VARCHAR, post_1009_province VARCHAR)
SELECT result FROM table_name_62 WHERE extra = "heptathlon" AND venue = "götzis , austria"
What is Result, when Extra is "Heptathlon", and when Venue is "Götzis , Austria"?
CREATE TABLE table_name_62 (result VARCHAR, extra VARCHAR, venue VARCHAR)
SELECT MIN(score) FROM table_name_32 WHERE place = "1"
What is the lowest Score, when Place is "1"?
CREATE TABLE table_name_32 (score INTEGER, place VARCHAR)
SELECT opponent FROM table_name_3 WHERE result = "w20-0"
Who was the opponent against which the result was w20-0?
CREATE TABLE table_name_3 (opponent VARCHAR, result VARCHAR)
SELECT copa_libertadores_1992 FROM table_name_59 WHERE supercopa_sudamericana_1992 = "round of 16" AND team = "grêmio"
Which Copa Libertadores 1992 has a Supercopa Sudamericana 1992 of round of 16, and a Team of grêmio?
CREATE TABLE table_name_59 (copa_libertadores_1992 VARCHAR, supercopa_sudamericana_1992 VARCHAR, team VARCHAR)
SELECT opponent FROM table_name_12 WHERE october < 31 AND game > 7
What is Opponent, when October is less than 31, and when Game is greater than 7?
CREATE TABLE table_name_12 (opponent VARCHAR, october VARCHAR, game VARCHAR)
SELECT city FROM table_name_61 WHERE state = "florida" AND aam_member = "no" AND aam_accredited = "no"
What is City, when State is Florida, when AAM Member is No, and when AAM Accredited is No?
CREATE TABLE table_name_61 (city VARCHAR, aam_accredited VARCHAR, state VARCHAR, aam_member VARCHAR)
SELECT COUNT(score) FROM table_name_88 WHERE country = "fiji"
What was the score for the golfer from the country of fiji?
CREATE TABLE table_name_88 (score VARCHAR, country VARCHAR)
SELECT call_sign FROM table_name_60 WHERE branding = "cbc radio one"
Which Call sign has a Branding of cbc radio one?
CREATE TABLE table_name_60 (call_sign VARCHAR, branding VARCHAR)
SELECT MIN(pick__number) FROM table_10650711_1 WHERE position = "Defensive Tackle"
what is the minimum pick # where position is defensive tackle
CREATE TABLE table_10650711_1 (pick__number INTEGER, position VARCHAR)
SELECT MAX(attendance) FROM table_name_4 WHERE opponent = "tamworth" AND venue = "home"
Name the most attendance for tamworth with home venue
CREATE TABLE table_name_4 (attendance INTEGER, opponent VARCHAR, venue VARCHAR)
SELECT player FROM table_name_42 WHERE height = "6-3"
What Player(s) have a Height of 6-3?
CREATE TABLE table_name_42 (player VARCHAR, height VARCHAR)
SELECT event FROM table_name_56 WHERE venue = "erfurt, germany"
What event took place in Erfurt, Germany?
CREATE TABLE table_name_56 (event VARCHAR, venue VARCHAR)
SELECT to_par FROM table_name_69 WHERE money___$__ = 350 AND player = "henry picard"
Which To Par has a Money ($) of 350, and a Player of henry picard?
CREATE TABLE table_name_69 (to_par VARCHAR, money___$__ VARCHAR, player VARCHAR)
SELECT money___$__ FROM table_name_77 WHERE player = "trevor immelman"
what is the money for trevor immelman?
CREATE TABLE table_name_77 (money___$__ VARCHAR, player VARCHAR)
SELECT surface FROM table_name_55 WHERE partner = "julie halard" AND score_in_the_final = "6–3, 6–2"
What was the surface for Julie Halard when the final score was 6–3, 6–2?
CREATE TABLE table_name_55 (surface VARCHAR, partner VARCHAR, score_in_the_final VARCHAR)
SELECT COUNT(birth_2012) FROM table_25703_2 WHERE january_december_2012 = "Kurgan Oblast"
What is the total number of birth/2012 for January–December 2012 in Kurgan Oblast?
CREATE TABLE table_25703_2 (birth_2012 VARCHAR, january_december_2012 VARCHAR)
SELECT tournament FROM table_name_90 WHERE outcome = "winner" AND score = "4-6 6-3 10-5"
Tell me the tournament for outcome of winner and score of 4-6 6-3 10-5
CREATE TABLE table_name_90 (tournament VARCHAR, outcome VARCHAR, score VARCHAR)
SELECT wednesday FROM table_name_23 WHERE saturday = "གཟའ་སྤེན་པ།"
Which Wednesday has a Saturday of གཟའ་སྤེན་པ།?
CREATE TABLE table_name_23 (wednesday VARCHAR, saturday VARCHAR)
SELECT COUNT(winners) FROM table_1053802_1 WHERE local_title = "Farma"
How many winners are there of farma?
CREATE TABLE table_1053802_1 (winners VARCHAR, local_title VARCHAR)
SELECT away_team FROM table_name_86 WHERE venue = "brunswick street oval"
Who was the away team that played Fitzroy on May 13, 1950 at Brunswick Street Oval.
CREATE TABLE table_name_86 (away_team VARCHAR, venue VARCHAR)