context
stringlengths
0
489
instruction
stringlengths
16
244
response
stringlengths
38
557
CREATE TABLE table_30120547_1 (civil_parish VARCHAR, townland VARCHAR)
What is the civil parish of the cappanaboul townland?
SELECT civil_parish FROM table_30120547_1 WHERE townland = "Cappanaboul"
CREATE TABLE table_name_91 (special_notes VARCHAR, issue_price VARCHAR, theme VARCHAR)
What are the special notes for an issue price under 24.95 with an edmonton oilers theme?
SELECT special_notes FROM table_name_91 WHERE issue_price < 24.95 AND theme = "edmonton oilers"
CREATE TABLE table_name_10 (year VARCHAR, issue_price VARCHAR, special_notes VARCHAR)
What year has an issue price over 15.95, and a special notes from edmonton oilers gift set?
SELECT COUNT(year) FROM table_name_10 WHERE issue_price > 15.95 AND special_notes = "from edmonton oilers gift set"
CREATE TABLE table_30120556_1 (area__acres__ VARCHAR, civil_parish VARCHAR, townland VARCHAR)
What is the area of the civil parish kilworth and townland monadrishane?
SELECT area__acres__ FROM table_30120556_1 WHERE civil_parish = "Kilworth" AND townland = "Monadrishane"
CREATE TABLE table_30120556_1 (barony VARCHAR, townland VARCHAR)
How many barony's appear when Ballyvadona is the townland.
SELECT COUNT(barony) FROM table_30120556_1 WHERE townland = "Ballyvadona"
CREATE TABLE table_name_24 (host_team VARCHAR, visiting_team VARCHAR)
Who hosted the visiting team Baltimore Ravens?
SELECT host_team FROM table_name_24 WHERE visiting_team = "baltimore ravens"
CREATE TABLE table_30120560_1 (area__acres__ VARCHAR, townland VARCHAR)
what is the number of areas where the townland is brittas?
SELECT COUNT(area__acres__) FROM table_30120560_1 WHERE townland = "Brittas"
CREATE TABLE table_30120633_1 (area__acres__ INTEGER, townland VARCHAR)
How few acres is the area of Clashroe?
SELECT MIN(area__acres__) FROM table_30120633_1 WHERE townland = "Clashroe"
CREATE TABLE table_name_34 (date VARCHAR, visiting_team VARCHAR)
What date did the New York Giants play as a visiting team?
SELECT date FROM table_name_34 WHERE visiting_team = "new york giants"
CREATE TABLE table_name_59 (nhl_team VARCHAR, pick__number VARCHAR, nationality VARCHAR, position VARCHAR)
What team draft a player from Canada that was picked #43 and plays right wing?
SELECT nhl_team FROM table_name_59 WHERE nationality = "canada" AND position = "right wing" AND pick__number = "43"
CREATE TABLE table_30121075_1 (area__acres__ VARCHAR, poor_law_union VARCHAR, townland VARCHAR)
What is the area when the poor law union is skibbereen and the townland is knockmore?
SELECT area__acres__ FROM table_30121075_1 WHERE poor_law_union = "Skibbereen" AND townland = "Knockmore"
CREATE TABLE table_name_27 (games INTEGER, goals_for VARCHAR, draws VARCHAR, goals_against VARCHAR, wins VARCHAR)
what's the number of games with a Goals Against smaller than 14, and a Wins larger than 1, and a Draws smaller than 2, and a Goals For of 3?
SELECT MAX(games) FROM table_name_27 WHERE goals_against < 14 AND wins > 1 AND draws < 2 AND goals_for = 3
CREATE TABLE table_29626583_1 (pick__number VARCHAR, affiliation VARCHAR)
how many pick# does the university of akron reading united michigan bucks affiliation have
SELECT COUNT(pick__number) FROM table_29626583_1 WHERE affiliation = "University of Akron Reading United Michigan Bucks"
CREATE TABLE table_29626583_1 (position VARCHAR, affiliation VARCHAR)
what is the position for the united states u-20 affiliation
SELECT position FROM table_29626583_1 WHERE affiliation = "United States U-20"
CREATE TABLE table_30133_3 (gdp_as_of_2012_after_purchasing_power_parity__ppp__calculations__usd_billions_ VARCHAR)
What is the 1985 value for the year when GDP as of 2012 after PPP was 369.38?
SELECT 1985 FROM table_30133_3 WHERE gdp_as_of_2012_after_purchasing_power_parity__ppp__calculations__usd_billions_ = "369.38"
CREATE TABLE table_30133_3 (gdp_as_of_2012_after_purchasing_power_parity__ppp__calculations__usd_billions_ VARCHAR)
How many GDPs as of 2012 after PPP values are associated with a 2012 value of 23113?
SELECT COUNT(gdp_as_of_2012_after_purchasing_power_parity__ppp__calculations__usd_billions_) FROM table_30133_3 WHERE 2012 = 23113
CREATE TABLE table_name_28 (fast_laps VARCHAR, points VARCHAR, series VARCHAR, races VARCHAR)
How many fast laps are in 6 races with 30 points in the World Series by Nissan?
SELECT fast_laps FROM table_name_28 WHERE series = "world series by nissan" AND races = "6" AND points = "30"
CREATE TABLE table_29770377_1 (train_number VARCHAR, train_name VARCHAR, destination VARCHAR)
What is the train number for the train name island express with a destination of kanniyakumari?
SELECT train_number FROM table_29770377_1 WHERE train_name = "Island Express" AND destination = "Kanniyakumari"
CREATE TABLE table_29785324_4 (reservation_for_sc_st VARCHAR, constituency_no VARCHAR)
How many reservations for sc/st are there in constituency 191?
SELECT COUNT(reservation_for_sc_st) FROM table_29785324_4 WHERE constituency_no = 191
CREATE TABLE table_name_10 (film VARCHAR, director VARCHAR, award VARCHAR, year VARCHAR)
Award of troisième prix, and a Year smaller than 2010, and a Director of jan komasa is what film?
SELECT film FROM table_name_10 WHERE award = "troisième prix" AND year < 2010 AND director = "jan komasa"
CREATE TABLE table_29871617_1 (chromosomal_location VARCHAR, name VARCHAR)
What is the chromosomal location of il-1β?
SELECT chromosomal_location FROM table_29871617_1 WHERE name = "IL-1β"
CREATE TABLE table_29871617_1 (coreceptor VARCHAR, chromosomal_location VARCHAR)
What are the coreceptors of the chromosomes in that location 11q22.2-q22.3?
SELECT coreceptor FROM table_29871617_1 WHERE chromosomal_location = "11q22.2-q22.3"
CREATE TABLE table_29871617_1 (chromosomal_location VARCHAR, name VARCHAR)
Where is il-36β located?
SELECT chromosomal_location FROM table_29871617_1 WHERE name = "IL-36β"
CREATE TABLE table_30057479_1 (synthesis VARCHAR, output_power VARCHAR)
How many synthesis are there for 5~16.2 pw per cycle (calculated) output power?
SELECT COUNT(synthesis) FROM table_30057479_1 WHERE output_power = "5~16.2 pW per cycle (calculated)"
CREATE TABLE table_name_96 (score VARCHAR, competition VARCHAR, venue VARCHAR)
What score did vasil levski national stadium, sofia, which was friendly during competition, earn?
SELECT score FROM table_name_96 WHERE competition = "friendly" AND venue = "vasil levski national stadium, sofia"
CREATE TABLE table_name_68 (nationality VARCHAR, nhl_team VARCHAR)
What is the nationality of the Washington Capitals?
SELECT nationality FROM table_name_68 WHERE nhl_team = "washington capitals"
CREATE TABLE table_name_25 (attendance INTEGER, record VARCHAR)
What is the least attendance that has 3-5 as a record?
SELECT MIN(attendance) FROM table_name_25 WHERE record = "3-5"
CREATE TABLE table_30073089_2 (date VARCHAR, location VARCHAR)
Name the date for s. valentino alla muta , italia
SELECT date FROM table_30073089_2 WHERE location = "S. Valentino Alla Muta , Italia"
CREATE TABLE table_name_62 (date VARCHAR, opponent VARCHAR)
What was the date of the game against Northwestern?
SELECT date FROM table_name_62 WHERE opponent = "northwestern"
CREATE TABLE table_name_51 (competition VARCHAR, location VARCHAR, year VARCHAR, score VARCHAR)
Which competition occurred after 1980 with a score of 0:5 in Jerusalem?
SELECT competition FROM table_name_51 WHERE year > 1980 AND score = "0:5" AND location = "jerusalem"
CREATE TABLE table_name_17 (result VARCHAR, score VARCHAR, venue VARCHAR, date VARCHAR)
What was the result at dakar , senegal, on 3 september 2011, and with a Score of 2–0?
SELECT result FROM table_name_17 WHERE venue = "dakar , senegal" AND date = "3 september 2011" AND score = "2–0"
CREATE TABLE table_name_31 (time VARCHAR, rank VARCHAR, name VARCHAR)
Which time has a Rank larger than 3, and a Name of andrey kapralov?
SELECT time FROM table_name_31 WHERE rank > 3 AND name = "andrey kapralov"
CREATE TABLE table_name_14 (s_asset__billion_ VARCHAR, profits__billion_$_ VARCHAR, revenue__billion_$__ VARCHAR, headquarters VARCHAR, market_value__billion_$_ VARCHAR)
How much is the total assets of a company based in Stockholm, Sweden with a market capitalization smaller than 39.8 with revenues greater than 5.8 and profit of 1.1?
SELECT COUNT(s_asset__billion_) AS $_ FROM table_name_14 WHERE headquarters = "stockholm, sweden" AND market_value__billion_$_ < 39.8 AND revenue__billion_$__ > 5.8 AND profits__billion_$_ = 1.1
CREATE TABLE table_name_28 (pick__number INTEGER, name VARCHAR, overall VARCHAR)
What is Ken Walter's lowest pick number with an overall pick number larger than 195?
SELECT MIN(pick__number) FROM table_name_28 WHERE name = "ken walter" AND overall > 195
CREATE TABLE table_30133_1 (current_account_balance__percent_of_gdp_ VARCHAR, gdp_at_constant_prices_growth_rate__percent_change_ VARCHAR)
How many current account balances are associated with GDP at constant prices growth rates of 4.6?
SELECT COUNT(current_account_balance__percent_of_gdp_) FROM table_30133_1 WHERE gdp_at_constant_prices_growth_rate__percent_change_ = "4.6"
CREATE TABLE table_30133_1 (export_volume_of_goods_and_services__percent_change_ VARCHAR, gdp_at_constant_prices__thb_trillions_ VARCHAR)
How many export volume of goods/services values are associated with GDP at constant prices values of 3.072?
SELECT COUNT(export_volume_of_goods_and_services__percent_change_) FROM table_30133_1 WHERE gdp_at_constant_prices__thb_trillions_ = "3.072"
CREATE TABLE table_30133_1 (export_volume_of_goods_and_services__percent_change_ VARCHAR, gdp_at_current_prices__usd_billions_ VARCHAR)
How many export volume of goods and services values are associated with GDP at current prices of 161.340?
SELECT COUNT(export_volume_of_goods_and_services__percent_change_) FROM table_30133_1 WHERE gdp_at_current_prices__usd_billions_ = "161.340"
CREATE TABLE table_30133_1 (current_account_balance__percent_of_gdp_ VARCHAR, export_volume_of_goods_and_services__percent_change_ VARCHAR)
What is the current account balance for an export volume of goods and service value of -4.2?
SELECT current_account_balance__percent_of_gdp_ FROM table_30133_1 WHERE export_volume_of_goods_and_services__percent_change_ = "-4.2"
CREATE TABLE table_30133_1 (current_account_balance__percent_of_gdp_ VARCHAR, gdp_at_current_prices__usd_billions_ VARCHAR)
What is the current account balance for a GDP at current prices of 142.640?
SELECT current_account_balance__percent_of_gdp_ FROM table_30133_1 WHERE gdp_at_current_prices__usd_billions_ = "142.640"
CREATE TABLE table_name_55 (chassis VARCHAR, points VARCHAR, engine VARCHAR, entrant VARCHAR)
What is the chassis of Officine Alfieri Maserati with a Maserati Straight-6 engine and fewer than 6 points?
SELECT chassis FROM table_name_55 WHERE engine = "maserati straight-6" AND entrant = "officine alfieri maserati" AND points < 6
CREATE TABLE table_name_49 (election_date VARCHAR, member VARCHAR)
What is the Election date for Member william richmond category:articles with hcards?
SELECT election_date FROM table_name_49 WHERE member = "william richmond category:articles with hcards"
CREATE TABLE table_name_37 (electorate VARCHAR, member VARCHAR)
What electorate does Member dingley brittin category:articles with hcards represent?
SELECT electorate FROM table_name_37 WHERE member = "dingley brittin category:articles with hcards"
CREATE TABLE table_name_54 (location VARCHAR, classification VARCHAR, institution VARCHAR)
Where is NCAA division ii Franklin Pierce University located at?
SELECT location FROM table_name_54 WHERE classification = "ncaa division ii" AND institution = "franklin pierce university"
CREATE TABLE table_name_22 (district_attorney VARCHAR, position VARCHAR)
Tell me the DA for bureau chief ada
SELECT district_attorney FROM table_name_22 WHERE position = "bureau chief ada"
CREATE TABLE table_name_4 (classification VARCHAR, current_conference VARCHAR, location VARCHAR)
What is the classification for the school in the NEC Conference located in New Britain, Connecticut?
SELECT classification FROM table_name_4 WHERE current_conference = "nec" AND location = "new britain, connecticut"
CREATE TABLE table_name_48 (institution VARCHAR, nickname VARCHAR, classification VARCHAR, current_conference VARCHAR)
What institution is a NCAA Division i school and part of the NEC conference with a nickname the Blue Devils?
SELECT institution FROM table_name_48 WHERE classification = "ncaa division i" AND current_conference = "nec" AND nickname = "blue devils"
CREATE TABLE table_name_57 (score_in_the_final VARCHAR, location VARCHAR, date VARCHAR)
Name the score for moscow, ussr 15 february 1971
SELECT score_in_the_final FROM table_name_57 WHERE location = "moscow, ussr" AND date = "15 february 1971"
CREATE TABLE table_name_88 (heat_rank INTEGER, overall_rank VARCHAR, time VARCHAR)
I want to know the highest heat rank for overall rank of t63 and time less than 25.47
SELECT MAX(heat_rank) FROM table_name_88 WHERE overall_rank = "t63" AND time < 25.47
CREATE TABLE table_name_48 (yards INTEGER, rushes VARCHAR, games VARCHAR)
What was the highest number of yards in years where there were fewer than 51 rushes and more than 12 games?
SELECT MAX(yards) FROM table_name_48 WHERE rushes < 51 AND games > 12
CREATE TABLE table_name_54 (director VARCHAR, role VARCHAR)
Who directed the movie when John Wayne played the role of John Travers?
SELECT director FROM table_name_54 WHERE role = "john travers"
CREATE TABLE table_name_67 (format VARCHAR, region VARCHAR, date VARCHAR)
Tell me the format for worldwide region july 22, 2008
SELECT format FROM table_name_67 WHERE region = "worldwide" AND date = "july 22, 2008"
CREATE TABLE table_name_13 (stage VARCHAR, winner VARCHAR, trofeo_fast_team VARCHAR, points_classification VARCHAR)
What is the stage of Fabiano Fontanelli, who had a Trofeo Fast Team of Gewiss Playbus and a point classification of Fabrizio Guidi?
SELECT stage FROM table_name_13 WHERE trofeo_fast_team = "gewiss playbus" AND points_classification = "fabrizio guidi" AND winner = "fabiano fontanelli"
CREATE TABLE table_name_4 (date VARCHAR, venue VARCHAR, competition VARCHAR, score VARCHAR)
When did a Competition of friendly, and a Score of 2–1, and a Venue of philadelphia , pennsylvania occur?
SELECT date FROM table_name_4 WHERE competition = "friendly" AND score = "2–1" AND venue = "philadelphia , pennsylvania"
CREATE TABLE table_name_30 (transfer_window VARCHAR, transfer_fee VARCHAR, moving_to VARCHAR)
What is the Transfer window, when the Transfer fee is "free", and when the item "Moving to" is Norwich City?
SELECT transfer_window FROM table_name_30 WHERE transfer_fee = "free" AND moving_to = "norwich city"
CREATE TABLE table_name_98 (test_career VARCHAR, player VARCHAR)
When was Mushfiqur Rahim's test career?
SELECT test_career FROM table_name_98 WHERE player = "mushfiqur rahim"
CREATE TABLE table_name_53 (date VARCHAR, opponent VARCHAR, method VARCHAR, round VARCHAR)
When did the opponent knockout Barry Prior in more than 2 rounds?
SELECT date FROM table_name_53 WHERE method = "knockout" AND round > 2 AND opponent = "barry prior"
CREATE TABLE table_name_85 (host VARCHAR, region VARCHAR, venue VARCHAR)
Tell me the host for midwest thomas assembly center
SELECT host FROM table_name_85 WHERE region = "midwest" AND venue = "thomas assembly center"
CREATE TABLE table_name_35 (score VARCHAR, year VARCHAR, competition VARCHAR, venue VARCHAR)
In 1971 at MCG, what was the score of the VFL Reserves?
SELECT score FROM table_name_35 WHERE competition = "vfl reserves" AND venue = "mcg" AND year = "1971"
CREATE TABLE table_name_51 (venue VARCHAR, score VARCHAR)
Where was the match with a score of 4.10 (34) - 8.12 (60)?
SELECT venue FROM table_name_51 WHERE score = "4.10 (34) - 8.12 (60)"
CREATE TABLE table_name_62 (score VARCHAR, record VARCHAR)
What was the score of the game when the record was 28–19?
SELECT score FROM table_name_62 WHERE record = "28–19"
CREATE TABLE table_name_2 (bbc_two_rank VARCHAR, bbc_one_rank VARCHAR, bbc_one_total_viewing VARCHAR)
What is the BBC 2 rank when BBC 1 is 1st rank and the total viewing is 9,840,000?
SELECT bbc_two_rank FROM table_name_2 WHERE bbc_one_rank = "1st" AND bbc_one_total_viewing = "9,840,000"
CREATE TABLE table_name_41 (constituency VARCHAR, candidate VARCHAR, position VARCHAR, party VARCHAR, election VARCHAR)
Which Alliance Constituency has Seamus Close, position 2 and an election smaller than 1997?
SELECT constituency FROM table_name_41 WHERE party = "alliance" AND election < 1997 AND position = 2 AND candidate = "seamus close"
CREATE TABLE table_name_4 (points INTEGER, team VARCHAR, lost VARCHAR)
How many points for the navy team that lost over 11?
SELECT SUM(points) FROM table_name_4 WHERE team = "navy" AND lost > 11
CREATE TABLE table_name_63 (year_of_recording INTEGER, orchestra VARCHAR, record_company VARCHAR)
What is the oldest year that the Royal Philharmonic Orchestra released a record with Decca Records?
SELECT MIN(year_of_recording) FROM table_name_63 WHERE orchestra = "royal philharmonic orchestra" AND record_company = "decca records"
CREATE TABLE table_name_46 (interview INTEGER, state VARCHAR, swimsuit VARCHAR)
Tell me the lowest interview for oklahoma and swimsuit less than 8.8
SELECT MIN(interview) FROM table_name_46 WHERE state = "oklahoma" AND swimsuit < 8.8
CREATE TABLE authorship (authid VARCHAR, instid VARCHAR); CREATE TABLE authors (fname VARCHAR, lname VARCHAR, authid VARCHAR); CREATE TABLE inst (instid VARCHAR, name VARCHAR)
Which authors belong to the institution "Google"? Show the first names and last names.
SELECT DISTINCT t1.fname, t1.lname FROM authors AS t1 JOIN authorship AS t2 ON t1.authid = t2.authid JOIN inst AS t3 ON t2.instid = t3.instid WHERE t3.name = "Google"
CREATE TABLE table_name_54 (average INTEGER, evening_gown VARCHAR, swimsuit VARCHAR)
I want the average for evening gown of 7.52 and swimsuit larger than 7.78
SELECT AVG(average) FROM table_name_54 WHERE evening_gown = 7.52 AND swimsuit > 7.78
CREATE TABLE table_name_19 (interview INTEGER, state VARCHAR, evening_gown VARCHAR)
Tell me the highest interview for north carolina and evening gown more than 7.68
SELECT MAX(interview) FROM table_name_19 WHERE state = "north carolina" AND evening_gown > 7.68
CREATE TABLE table_name_3 (ncaa_tourn_appearances VARCHAR, coach VARCHAR, conference_titles VARCHAR, ncaa_titles VARCHAR)
Which NCAA Tournament Appearances have Conference Titles that are larger than 0, NCAA Titles of 0, and were coached by Lou Watson?
SELECT ncaa_tourn_appearances FROM table_name_3 WHERE conference_titles > "0" AND ncaa_titles = "0" AND coach = "lou watson"
CREATE TABLE table_name_81 (driver_s VARCHAR, class VARCHAR, race_title VARCHAR)
Who won the XXIV Gran Premio di Pescara in the sports car class?
SELECT driver_s FROM table_name_81 WHERE class = "sports car" AND race_title = "xxiv gran premio di pescara"
CREATE TABLE table_name_22 (surface VARCHAR, tournament VARCHAR)
What surface was the città di caltanissetta played on?
SELECT surface FROM table_name_22 WHERE tournament = "città di caltanissetta"
CREATE TABLE table_name_63 (erp_w VARCHAR, frequency_mhz VARCHAR)
How much is the total ERP W for an 107.9 fm freqeuncy MHz?
SELECT COUNT(erp_w) FROM table_name_63 WHERE frequency_mhz = "107.9 fm"
CREATE TABLE table_name_85 (tournament VARCHAR, partner VARCHAR, outcome VARCHAR, score VARCHAR)
Which Tournament has a winner Outcome with a Score of 6–3, 7–5 with Kimberly Po-Messerli as a Partner?
SELECT tournament FROM table_name_85 WHERE outcome = "winner" AND score = "6–3, 7–5" AND partner = "kimberly po-messerli"
CREATE TABLE table_name_20 (sales_area__m²_ INTEGER, sales_per_area VARCHAR, no_of_stores VARCHAR)
What is the smallest sales area (m²) that has €4,094/m² and more than 2 stores?
SELECT MIN(sales_area__m²_) FROM table_name_20 WHERE sales_per_area = "€4,094/m²" AND no_of_stores > 2
CREATE TABLE table_name_3 (attendance VARCHAR, result VARCHAR)
Tell me the total number of attendance for result of l 18-6
SELECT COUNT(attendance) FROM table_name_3 WHERE result = "l 18-6"
CREATE TABLE table_name_56 (spectators INTEGER, date VARCHAR, time_cet_ VARCHAR)
Tell me the average spectators for 2006-06-21 and time more than 21
SELECT AVG(spectators) FROM table_name_56 WHERE date = "2006-06-21" AND time_cet_ > 21
CREATE TABLE table_name_61 (sample_size VARCHAR, poll_source VARCHAR, date_s__administered VARCHAR)
How many people participated in the Rasmussen Reports poll on October 13, 2010?
SELECT sample_size FROM table_name_61 WHERE poll_source = "rasmussen reports" AND date_s__administered = "october 13, 2010"
CREATE TABLE table_name_90 (tournament VARCHAR, outcome VARCHAR, score VARCHAR)
Tell me the tournament for outcome of winner and score of 4-6 6-3 10-5
SELECT tournament FROM table_name_90 WHERE outcome = "winner" AND score = "4-6 6-3 10-5"
CREATE TABLE table_name_40 (ashmolean VARCHAR, harrison VARCHAR, image VARCHAR)
What is the number of Ashmolean with 14s Harrison, and image less than 542?
SELECT COUNT(ashmolean) FROM table_name_40 WHERE harrison = "14s" AND image < 542
CREATE TABLE table_name_46 (date VARCHAR, outcome VARCHAR, opponents VARCHAR)
Tell me the date for dinah pfizenmaier anna zaja and winner
SELECT date FROM table_name_46 WHERE outcome = "winner" AND opponents = "dinah pfizenmaier anna zaja"
CREATE TABLE table_name_84 (order VARCHAR, species_authority VARCHAR)
What order has the Species Authority of hydrochaeris hydrochaeris (linnaeus, 1766)?
SELECT order FROM table_name_84 WHERE species_authority = "hydrochaeris hydrochaeris (linnaeus, 1766)"
CREATE TABLE table_name_85 (total INTEGER, gold VARCHAR, rank VARCHAR, silver VARCHAR)
What is the smallest total for a rank below 4, 0 silver medals, and 2 gold medals?
SELECT MIN(total) FROM table_name_85 WHERE rank < 4 AND silver > 0 AND gold < 2
CREATE TABLE table_name_76 (name VARCHAR, species_authority VARCHAR)
What is the name for the species Authority of sigmodon hispidus say & ord, 1825?
SELECT name FROM table_name_76 WHERE species_authority = "sigmodon hispidus say & ord, 1825"
CREATE TABLE table_name_78 (pick__number VARCHAR, affiliation VARCHAR)
Tell me the total number of pick for university of virginia
SELECT COUNT(pick__number) FROM table_name_78 WHERE affiliation = "university of virginia"
CREATE TABLE table_name_33 (frequency VARCHAR, origin VARCHAR, number VARCHAR)
What is the frequency of number 3 with a bus station origin?
SELECT frequency FROM table_name_33 WHERE origin = "bus station" AND number = 3
CREATE TABLE table_name_87 (class VARCHAR, name VARCHAR)
for the name of jamar jackson what is the class?
SELECT class FROM table_name_87 WHERE name = "jamar jackson"
CREATE TABLE table_name_99 (number VARCHAR, name VARCHAR)
for the name of jamar jackson what is the total of Number?
SELECT COUNT(number) FROM table_name_99 WHERE name = "jamar jackson"
CREATE TABLE table_name_59 (wicket VARCHAR, date VARCHAR)
Name the wicket for 19-03-2007
SELECT wicket FROM table_name_59 WHERE date = "19-03-2007"
CREATE TABLE table_name_80 (track VARCHAR, pole_winner VARCHAR, event_name VARCHAR)
At which track was Frank Kimmel the Pole Winner of the Pennsylvania 200?
SELECT track FROM table_name_80 WHERE pole_winner = "frank kimmel" AND event_name = "pennsylvania 200"
CREATE TABLE table_name_75 (date VARCHAR, race_winner VARCHAR, track VARCHAR)
Steve Wallace was a Race Winner at the Kentucky Speedway on what date?
SELECT date FROM table_name_75 WHERE race_winner = "steve wallace" AND track = "kentucky speedway"
CREATE TABLE table_name_12 (commissioned VARCHAR, launched VARCHAR)
Tell me what was commissioned december 30, 1965
SELECT commissioned FROM table_name_12 WHERE launched = "december 30, 1965"
CREATE TABLE table_name_90 (result VARCHAR, venue VARCHAR, date VARCHAR)
Tell me the result for lincoln financial field december 11, 2005
SELECT result FROM table_name_90 WHERE venue = "lincoln financial field" AND date = "december 11, 2005"
CREATE TABLE table_name_89 (winner VARCHAR, fastest_lap VARCHAR)
Who was the winner when Katsuyuki Hiranaka had the fastest lap?
SELECT winner FROM table_name_89 WHERE fastest_lap = "katsuyuki hiranaka"
CREATE TABLE table_name_91 (division INTEGER, year VARCHAR, playoffs VARCHAR, open_cup VARCHAR)
What is the lowest division in the playoffs and did not qualify for the Open Cup in 2002?
SELECT MIN(division) FROM table_name_91 WHERE playoffs = "did not qualify" AND open_cup = "did not qualify" AND year = "2002"
CREATE TABLE table_name_4 (year VARCHAR, points VARCHAR, wins VARCHAR, class VARCHAR)
Tell me the total number of years for wins less than 2 and class of 50cc with points of 15
SELECT COUNT(year) FROM table_name_4 WHERE wins < 2 AND class = "50cc" AND points = 15
CREATE TABLE table_name_85 (team VARCHAR, round VARCHAR, pole_position VARCHAR)
Before round 9, when Takashi Kogure held pole position, who was the team?
SELECT team FROM table_name_85 WHERE round < 9 AND pole_position = "takashi kogure"
CREATE TABLE table_name_28 (affiliation VARCHAR, mls_team VARCHAR, pick__number VARCHAR)
Tell me the affiliation for mls team of metrostars and pick number of 26
SELECT affiliation FROM table_name_28 WHERE mls_team = "metrostars" AND pick__number = 26
CREATE TABLE table_name_9 (pick__number VARCHAR, position VARCHAR, affiliation VARCHAR)
Tell me the total number of picks for position of m of williams college
SELECT COUNT(pick__number) FROM table_name_9 WHERE position = "m" AND affiliation = "williams college"
CREATE TABLE table_name_86 (year VARCHAR, team VARCHAR, rank VARCHAR)
How many years did Team Newman/Haas Racing receive a 1st place ranking?
SELECT COUNT(year) FROM table_name_86 WHERE team = "newman/haas racing" AND rank = "1st"
CREATE TABLE table_name_90 (date VARCHAR, venue VARCHAR)
What date did the VFL play Punt Road Oval?
SELECT date FROM table_name_90 WHERE venue = "punt road oval"