question
stringlengths
12
244
context
stringlengths
27
489
answer
stringlengths
18
557
When London Bridge is the destination, what is the frequency?
CREATE TABLE table_1569516_1 (frequency__per_hour_ VARCHAR, destination VARCHAR)
SELECT frequency__per_hour_ FROM table_1569516_1 WHERE destination = "London Bridge"
Which away team plays at Arden Street Oval?
CREATE TABLE table_name_89 (away_team VARCHAR, venue VARCHAR)
SELECT away_team FROM table_name_89 WHERE venue = "arden street oval"
What is the percent of republicans with 7/6 democrat/republican?
CREATE TABLE table_name_62 (percentage_republicans VARCHAR, democratic__republican VARCHAR)
SELECT percentage_republicans FROM table_name_62 WHERE democratic__republican = "7/6"
What is the average crowd size for the home team essendon?
CREATE TABLE table_name_6 (crowd INTEGER, home_team VARCHAR)
SELECT AVG(crowd) FROM table_name_6 WHERE home_team = "essendon"
What venue did melbourne play at as the away team?
CREATE TABLE table_name_60 (venue VARCHAR, away_team VARCHAR)
SELECT venue FROM table_name_60 WHERE away_team = "melbourne"
Where was the location and attendance when they played milwaukee?
CREATE TABLE table_27882867_9 (location_attendance VARCHAR, team VARCHAR)
SELECT location_attendance FROM table_27882867_9 WHERE team = "Milwaukee"
How many drivers were there for Samax Motorsport?
CREATE TABLE table_17319931_1 (driver VARCHAR, team VARCHAR)
SELECT COUNT(driver) FROM table_17319931_1 WHERE team = "SAMAX Motorsport"
What is Score, when Opponent is "Ivo Minář"?
CREATE TABLE table_name_52 (score VARCHAR, opponent VARCHAR)
SELECT score FROM table_name_52 WHERE opponent = "ivo minář"
which episode did sarah millican and grayson perry appear in
CREATE TABLE table_29135051_3 (episode INTEGER, guest_s_ VARCHAR)
SELECT MIN(episode) FROM table_29135051_3 WHERE guest_s_ = "Sarah Millican and Grayson Perry"
What is Agricultural Use (m 3 /p/yr)(in %), when Per Capita Withdrawal (m 3 /p/yr) is greater than 923, and when Domestic Use (m 3 /p/yr)(in %) is 73(7%)?
CREATE TABLE table_name_7 (agricultural_use__m_3__p_yr__in__percentage_ VARCHAR, per_capita_withdrawal__m_3__p_yr_ VARCHAR, domestic_use__m_3__p_yr__in__percentage_ VARCHAR)
SELECT agricultural_use__m_3__p_yr__in__percentage_ FROM table_name_7 WHERE per_capita_withdrawal__m_3__p_yr_ > 923 AND domestic_use__m_3__p_yr__in__percentage_ = "73(7%)"
Which opponent played in 2001/02?
CREATE TABLE table_name_65 (opponent VARCHAR, season VARCHAR)
SELECT opponent FROM table_name_65 WHERE season = "2001/02"
What is the lowest year joined in the city of College Park at the Conference championships smaller than 0?
CREATE TABLE table_name_81 (joined INTEGER, city VARCHAR, conference_championships VARCHAR)
SELECT MIN(joined) FROM table_name_81 WHERE city = "college park" AND conference_championships < 0
What was the result of the election in the district whose incumbent is Tom Foley?
CREATE TABLE table_1341568_48 (status VARCHAR, incumbent VARCHAR)
SELECT status FROM table_1341568_48 WHERE incumbent = "Tom Foley"
Tell me the in-vitro for Route of administration of iv and Investigation of somatostatin receptor imaging
CREATE TABLE table_name_96 (in_vitro___in_vivo VARCHAR, route_of_administration VARCHAR, investigation VARCHAR)
SELECT in_vitro___in_vivo FROM table_name_96 WHERE route_of_administration = "iv" AND investigation = "somatostatin receptor imaging"
How long did Joyce Jacobs portray her character on her show?
CREATE TABLE table_name_83 (duration VARCHAR, actor VARCHAR)
SELECT duration FROM table_name_83 WHERE actor = "joyce jacobs"
Can you tell me the Entrant that has the Laps of 17?
CREATE TABLE table_name_77 (entrant VARCHAR, laps VARCHAR)
SELECT entrant FROM table_name_77 WHERE laps = 17
What is the mean number of played when there are less than 18 points and the position is less than 8?
CREATE TABLE table_name_45 (played INTEGER, points VARCHAR, position VARCHAR)
SELECT AVG(played) FROM table_name_45 WHERE points < 18 AND position < 8
What is the total number of Second, when First is greater than 18, when Season is 1992-93, and when Premier is greater than 16?
CREATE TABLE table_name_5 (second VARCHAR, premier VARCHAR, first VARCHAR, season VARCHAR)
SELECT COUNT(second) FROM table_name_5 WHERE first > 18 AND season = "1992-93" AND premier > 16
What is the rank where the events is 31?
CREATE TABLE table_name_65 (rank VARCHAR, events VARCHAR)
SELECT rank FROM table_name_65 WHERE events = 31
Name the member that has 12 chapters
CREATE TABLE table_10054296_1 (member VARCHAR, chapters VARCHAR)
SELECT member FROM table_10054296_1 WHERE chapters = 12
What is the document type description for document type named Film?
CREATE TABLE Ref_document_types (document_type_description VARCHAR, document_type_name VARCHAR)
SELECT document_type_description FROM Ref_document_types WHERE document_type_name = "Film"
What is the lowest events that have 17 as the cuts made, with a top-25 less than 8?
CREATE TABLE table_name_14 (events INTEGER, cuts_made VARCHAR, top_25 VARCHAR)
SELECT MIN(events) FROM table_name_14 WHERE cuts_made = 17 AND top_25 < 8
What is the Runner(s)-up of the Kemper Open Tournament?
CREATE TABLE table_name_70 (runner_s__up VARCHAR, tournament VARCHAR)
SELECT runner_s__up FROM table_name_70 WHERE tournament = "kemper open"
Which rider had a time of 1:54.26.6?
CREATE TABLE table_name_17 (rider VARCHAR, time VARCHAR)
SELECT rider FROM table_name_17 WHERE time = "1:54.26.6"
What is the average latitude and longitude of stations located in San Jose city?
CREATE TABLE station (lat INTEGER, long INTEGER, city VARCHAR)
SELECT AVG(lat), AVG(long) FROM station WHERE city = "San Jose"
What company made the chassis when Ferrari made the engine and there were 25 points?
CREATE TABLE table_name_73 (chassis VARCHAR, engine VARCHAR, points VARCHAR)
SELECT chassis FROM table_name_73 WHERE engine = "ferrari" AND points = 25
Name the simplified charaacters being hsin-yüan … i-ma
CREATE TABLE table_16162581_1 (simplified_characters VARCHAR, wade_giles VARCHAR)
SELECT simplified_characters FROM table_16162581_1 WHERE wade_giles = "hsin-yüan … i-ma"
What is the lowest game number with Aris Thessaloniki with points smaller than 120?
CREATE TABLE table_name_70 (games INTEGER, team VARCHAR, points VARCHAR)
SELECT MIN(games) FROM table_name_70 WHERE team = "aris thessaloniki" AND points < 120
Which original artist has a Episode of workshop #1?
CREATE TABLE table_name_32 (original_artist VARCHAR, episode VARCHAR)
SELECT original_artist FROM table_name_32 WHERE episode = "workshop #1"
What is the french word for fribourg?
CREATE TABLE table_name_72 (french VARCHAR, common_english VARCHAR)
SELECT french FROM table_name_72 WHERE common_english = "fribourg"
What is the end of the term for Kadima that started on 18 January 2006?
CREATE TABLE table_name_6 (term_end VARCHAR, party VARCHAR, term_start VARCHAR)
SELECT term_end FROM table_name_6 WHERE party = "kadima" AND term_start = "18 january 2006"
At Time Warner Cable Arena 12,096, what was the high points?
CREATE TABLE table_name_85 (high_points VARCHAR, location_attendance VARCHAR)
SELECT high_points FROM table_name_85 WHERE location_attendance = "time warner cable arena 12,096"
What is Event, when Winning Driver is "Laurent Aiello Laurent Aiello", when Round is greater than 1, and when Circuit is "Wunstorf"?
CREATE TABLE table_name_29 (event VARCHAR, circuit VARCHAR, winning_driver VARCHAR, round VARCHAR)
SELECT event FROM table_name_29 WHERE winning_driver = "laurent aiello laurent aiello" AND round > 1 AND circuit = "wunstorf"
How many US events did jason bennett win?
CREATE TABLE table_name_83 (events_won__us_series_ INTEGER, name VARCHAR)
SELECT AVG(events_won__us_series_) FROM table_name_83 WHERE name = "jason bennett"
Name the D 42 which has a D 44 of d 44
CREATE TABLE table_name_29 (d_42 VARCHAR, d_44 VARCHAR)
SELECT d_42 FROM table_name_29 WHERE d_44 = "d 44"
What is the Visitor with a Home with chicago, and a Score of 3 – 2?
CREATE TABLE table_name_34 (visitor VARCHAR, home VARCHAR, score VARCHAR)
SELECT visitor FROM table_name_34 WHERE home = "chicago" AND score = "3 – 2"
Name the total number of fin pos for 12 points of accident
CREATE TABLE table_17304308_1 (fin_pos VARCHAR, points VARCHAR, time_retired VARCHAR)
SELECT COUNT(fin_pos) FROM table_17304308_1 WHERE points = "12" AND time_retired = "Accident"
How many wins have conceded as 18?
CREATE TABLE table_18594107_2 (wins INTEGER, conceded VARCHAR)
SELECT MAX(wins) FROM table_18594107_2 WHERE conceded = 18
What is the last season that the Scottish Rocks played?
CREATE TABLE table_name_90 (last_season VARCHAR, team VARCHAR)
SELECT last_season FROM table_name_90 WHERE team = "scottish rocks"
Which driver for Maserati has more laps than 23 and a grid greater than 7?
CREATE TABLE table_name_61 (driver VARCHAR, grid VARCHAR, constructor VARCHAR, laps VARCHAR)
SELECT driver FROM table_name_61 WHERE constructor = "maserati" AND laps > 23 AND grid > 7
What is Bob Tway's To par?
CREATE TABLE table_name_27 (to_par VARCHAR, player VARCHAR)
SELECT to_par FROM table_name_27 WHERE player = "bob tway"
Which series number had 1.98 million viewers?
CREATE TABLE table_22347090_4 (no_in_series INTEGER, us_viewers__million_ VARCHAR)
SELECT MIN(no_in_series) FROM table_22347090_4 WHERE us_viewers__million_ = "1.98"
How many original air dates are there for the episode with code CA210?
CREATE TABLE table_25740548_3 (original_air_date VARCHAR, production_code VARCHAR)
SELECT COUNT(original_air_date) FROM table_25740548_3 WHERE production_code = "CA210"
What years does plateau school serve?
CREATE TABLE table_name_96 (years VARCHAR, name VARCHAR)
SELECT years FROM table_name_96 WHERE name = "plateau school"
Which landfall was in category 1 for Saffir-Simpson in 1999?
CREATE TABLE table_name_85 (landfall VARCHAR, saffir_simpson_category VARCHAR, year VARCHAR)
SELECT landfall FROM table_name_85 WHERE saffir_simpson_category = 1 AND year = 1999
What tournament has an opponent jung jae-sung lee yong-dae?
CREATE TABLE table_name_59 (tournament VARCHAR, opponent VARCHAR)
SELECT tournament FROM table_name_59 WHERE opponent = "jung jae-sung lee yong-dae"
What township is located at longitude -99.287270?
CREATE TABLE table_18600760_9 (township VARCHAR, longitude VARCHAR)
SELECT township FROM table_18600760_9 WHERE longitude = "-99.287270"
What is Japanese Release Date, when Australia Release Date is "2006-03-23"?
CREATE TABLE table_name_34 (japanese_release_date VARCHAR, australia_release_date VARCHAR)
SELECT japanese_release_date FROM table_name_34 WHERE australia_release_date = "2006-03-23"
What was the result against the team which the Cowboys have a 6-2 record against?
CREATE TABLE table_22801331_1 (result VARCHAR, record VARCHAR)
SELECT result FROM table_22801331_1 WHERE record = "6-2"
When did the score of 2-0 take place?
CREATE TABLE table_name_29 (date VARCHAR, score VARCHAR)
SELECT date FROM table_name_29 WHERE score = "2-0"
what is the bronze when silver is 1, gold is 0 the rank is 11 and the total is more than 1?
CREATE TABLE table_name_74 (bronze INTEGER, total VARCHAR, rank VARCHAR, silver VARCHAR, gold VARCHAR)
SELECT MAX(bronze) FROM table_name_74 WHERE silver = 1 AND gold = 0 AND rank = "11" AND total > 1
What is the Date of the Ameritech Senior Open?
CREATE TABLE table_name_61 (date VARCHAR, tournament VARCHAR)
SELECT date FROM table_name_61 WHERE tournament = "ameritech senior open"
Name the vocalist for kaze no messēji (pokapoka-version)
CREATE TABLE table_2144389_8 (vocalist VARCHAR, rōmaji VARCHAR)
SELECT vocalist FROM table_2144389_8 WHERE rōmaji = "Kaze no Messēji (PokaPoka-Version)"
What is the total number of Jersey #, when the Position is W, and when the Birthdate is 17 October 1932?
CREATE TABLE table_name_56 (jersey__number VARCHAR, position VARCHAR, birthdate VARCHAR)
SELECT COUNT(jersey__number) FROM table_name_56 WHERE position = "w" AND birthdate = "17 october 1932"
what is the record for score 1-3?
CREATE TABLE table_27539272_5 (record VARCHAR, score VARCHAR)
SELECT record FROM table_27539272_5 WHERE score = "1-3"
When the team is chicago what is the location attendence?
CREATE TABLE table_27756164_8 (location_attendance VARCHAR, team VARCHAR)
SELECT location_attendance FROM table_27756164_8 WHERE team = "Chicago"
How many years were there with 348 attempts?
CREATE TABLE table_1037590_1 (yards VARCHAR, attempts VARCHAR)
SELECT COUNT(yards) FROM table_1037590_1 WHERE attempts = 348
What was the type of sussex?
CREATE TABLE table_1184344_1 (type VARCHAR, name VARCHAR)
SELECT type FROM table_1184344_1 WHERE name = "Sussex"
Glenys Bakker was second for which nation?
CREATE TABLE table_name_74 (nation VARCHAR, second VARCHAR)
SELECT nation FROM table_name_74 WHERE second = "glenys bakker"
Where was the game with a 13-5 record played, and in front of how many people?
CREATE TABLE table_18894744_6 (location_attendance VARCHAR, record VARCHAR)
SELECT location_attendance FROM table_18894744_6 WHERE record = "13-5"
what is the average points when the nation is wales and the pts/game is more than 5?
CREATE TABLE table_name_97 (points INTEGER, nation VARCHAR, pts_game VARCHAR)
SELECT AVG(points) FROM table_name_97 WHERE nation = "wales" AND pts_game > 5
how many laps were there when the grid was 24?
CREATE TABLE table_name_25 (laps VARCHAR, grid VARCHAR)
SELECT COUNT(laps) FROM table_name_25 WHERE grid = 24
How many schools have the team nickname bobcats?
CREATE TABLE table_16384648_2 (institution VARCHAR, team_nickname VARCHAR)
SELECT COUNT(institution) FROM table_16384648_2 WHERE team_nickname = "Bobcats"
When was a game played at 7:00 pm?
CREATE TABLE table_name_65 (date VARCHAR, time VARCHAR)
SELECT date FROM table_name_65 WHERE time = "7:00 pm"
What is the game number that was on November 27?
CREATE TABLE table_22871239_5 (_number VARCHAR, date VARCHAR)
SELECT _number FROM table_22871239_5 WHERE date = "November 27"
What is the total number of opponents played against the bears in game 4?
CREATE TABLE table_21035326_1 (opponents VARCHAR, game VARCHAR)
SELECT COUNT(opponents) FROM table_21035326_1 WHERE game = 4
What kind of Replaced has a Outgoing manager of guillermo sanguinetti?
CREATE TABLE table_name_95 (replaced_by VARCHAR, outgoing_manager VARCHAR)
SELECT replaced_by FROM table_name_95 WHERE outgoing_manager = "guillermo sanguinetti"
Which team had fewer than 2 losses and a position number more than 1?
CREATE TABLE table_name_37 (team VARCHAR, losses VARCHAR, pos VARCHAR)
SELECT team FROM table_name_37 WHERE losses < 2 AND pos > 1
What was the Tie no when the Home team was wealdstone?
CREATE TABLE table_name_34 (tie_no VARCHAR, home_team VARCHAR)
SELECT tie_no FROM table_name_34 WHERE home_team = "wealdstone"
What Report has the Date September 3, 2005?
CREATE TABLE table_name_8 (report VARCHAR, date VARCHAR)
SELECT report FROM table_name_8 WHERE date = "september 3, 2005"
What was the venue before 2006, with the position of 10th?
CREATE TABLE table_name_26 (venue VARCHAR, year VARCHAR, position VARCHAR)
SELECT venue FROM table_name_26 WHERE year < 2006 AND position = "10th"
Name the date with loss of carman (3-12)
CREATE TABLE table_name_59 (date VARCHAR, loss VARCHAR)
SELECT date FROM table_name_59 WHERE loss = "carman (3-12)"
What is the cyrillic name for Budisava?
CREATE TABLE table_2562572_9 (cyrillic_name_other_names VARCHAR, settlement VARCHAR)
SELECT cyrillic_name_other_names FROM table_2562572_9 WHERE settlement = "Budisava"
What is the Winner of the Event in Punta del Este?
CREATE TABLE table_name_67 (winner VARCHAR, city VARCHAR)
SELECT winner FROM table_name_67 WHERE city = "punta del este"
Who was seat no 6 when seat no 1 and seat no 5 were jacques lachapelle and donald s. dutton
CREATE TABLE table_2231241_1 (seat_no_6 VARCHAR, seat_no_1 VARCHAR, seat_no_5 VARCHAR)
SELECT seat_no_6 FROM table_2231241_1 WHERE seat_no_1 = "Jacques Lachapelle" AND seat_no_5 = "Donald S. Dutton"
What was the score of the friendly match at Amman on February 14, 2006?
CREATE TABLE table_name_72 (score VARCHAR, date VARCHAR, venue VARCHAR, competition VARCHAR)
SELECT score FROM table_name_72 WHERE venue = "amman" AND competition = "friendly" AND date = "february 14, 2006"
what tims is wed may 28 and mon may 26 is 17' 58.34 125.960mph?
CREATE TABLE table_14209455_1 (wed_28_may VARCHAR, mon_26_may VARCHAR)
SELECT wed_28_may FROM table_14209455_1 WHERE mon_26_may = "17' 58.34 125.960mph"
What report has tour match as the status, with an against less than 22?
CREATE TABLE table_name_92 (report VARCHAR, status VARCHAR, against VARCHAR)
SELECT report FROM table_name_92 WHERE status = "tour match" AND against < 22
What leagues includes division 3
CREATE TABLE table_1214035_1 (league VARCHAR, division VARCHAR)
SELECT league FROM table_1214035_1 WHERE division = "3"
What medal was won in the 1996 Atlanta games in wrestling?
CREATE TABLE table_name_60 (medal VARCHAR, games VARCHAR, sport VARCHAR)
SELECT medal FROM table_name_60 WHERE games = "1996 atlanta" AND sport = "wrestling"
What is the total of Golds with more bronzes than 1 and totaled larger than 4?
CREATE TABLE table_name_64 (gold VARCHAR, bronze VARCHAR, total VARCHAR)
SELECT COUNT(gold) FROM table_name_64 WHERE bronze > 1 AND total > 4
How many ranks are in liverpool with more than 3 platforms and an annual interchange less than 0.778 million?
CREATE TABLE table_name_91 (rank VARCHAR, annual_interchanges__millions__2011_12 VARCHAR, location VARCHAR, number_of_platforms VARCHAR)
SELECT COUNT(rank) FROM table_name_91 WHERE location = "liverpool" AND number_of_platforms > 3 AND annual_interchanges__millions__2011_12 < 0.778
What date did the episode air that had a ranking of 17 for cable?
CREATE TABLE table_24399615_4 (airdate VARCHAR, cable_rank VARCHAR)
SELECT airdate FROM table_24399615_4 WHERE cable_rank = "17"
What is Date, when Location Attendance is "TD Banknorth Garden 18,624"?
CREATE TABLE table_name_29 (date VARCHAR, location_attendance VARCHAR)
SELECT date FROM table_name_29 WHERE location_attendance = "td banknorth garden 18,624"
What is the maximum number of points against when the attendance was 47678?
CREATE TABLE table_15847691_2 (points_against INTEGER, attendance VARCHAR)
SELECT MAX(points_against) FROM table_15847691_2 WHERE attendance = 47678
Name the No. 10 which has a No. 8 of jackson, and a No. 9 of jayden?
CREATE TABLE table_name_94 (no_10 VARCHAR, no_8 VARCHAR, no_9 VARCHAR)
SELECT no_10 FROM table_name_94 WHERE no_8 = "jackson" AND no_9 = "jayden"
What is the sum of the rounds of the match with brett chism as the opponent?
CREATE TABLE table_name_73 (round INTEGER, opponent VARCHAR)
SELECT SUM(round) FROM table_name_73 WHERE opponent = "brett chism"
What is the lowest number of genes in Rubrobacter Xylanophilus?
CREATE TABLE table_name_66 (genes INTEGER, species VARCHAR)
SELECT MIN(genes) FROM table_name_66 WHERE species = "rubrobacter xylanophilus"
What is the subjunctive present that is associated with a plural preterite of u, a singular preterite of ou, and a singular present of û?
CREATE TABLE table_name_78 (subj_pres VARCHAR, sing_pres VARCHAR, plur_pret VARCHAR, sing_pret VARCHAR)
SELECT subj_pres FROM table_name_78 WHERE plur_pret = "u" AND sing_pret = "ou" AND sing_pres = "û"
Name the leader battle for 4-3 vote
CREATE TABLE table_25920798_2 (leader_battle VARCHAR, vote VARCHAR)
SELECT leader_battle FROM table_25920798_2 WHERE vote = "4-3"
What is the total that wehn Lithuania is the nation, and Silver is more than 0?
CREATE TABLE table_name_35 (total INTEGER, nation VARCHAR, silver VARCHAR)
SELECT MIN(total) FROM table_name_35 WHERE nation = "lithuania" AND silver > 0
What is the average number of laps for mika salo's arrows car with a grid over 13?
CREATE TABLE table_name_6 (laps INTEGER, grid VARCHAR, constructor VARCHAR, driver VARCHAR)
SELECT AVG(laps) FROM table_name_6 WHERE constructor = "arrows" AND driver = "mika salo" AND grid > 13
Which team 1 has cbm valladolid as team 2?
CREATE TABLE table_name_75 (team_1 VARCHAR, team_2 VARCHAR)
SELECT team_1 FROM table_name_75 WHERE team_2 = "cbm valladolid"
What is the name of the opponent when anastasia pivovarova was the partner?
CREATE TABLE table_name_15 (opponents VARCHAR, partner VARCHAR)
SELECT opponents FROM table_name_15 WHERE partner = "anastasia pivovarova"
What is the lowest FA cup goals that have total goals less than 4, with Terry poole as the name?
CREATE TABLE table_name_6 (fa_cup_goals INTEGER, total_goals VARCHAR, name VARCHAR)
SELECT MIN(fa_cup_goals) FROM table_name_6 WHERE total_goals < 4 AND name = "terry poole"
What is the Date with a Opponent with wimbledon, and a Result of won 2-0?
CREATE TABLE table_name_25 (date VARCHAR, opponent VARCHAR, result VARCHAR)
SELECT date FROM table_name_25 WHERE opponent = "wimbledon" AND result = "won 2-0"
If the original air date is February 4, 2003, what is the episode title?
CREATE TABLE table_228973_9 (title VARCHAR, original_air_date VARCHAR)
SELECT title FROM table_228973_9 WHERE original_air_date = "February 4, 2003"
Which Pocona Municipality (%) is the lowest one that has a Puerto Villarroel Municipality (%) smaller than 14.6, and a Chimoré Municipality (%) of 5.1, and an Entre Ríos Municipality (%) smaller than 0.9?
CREATE TABLE table_name_61 (pocona_municipality___percentage_ INTEGER, entre_ríos_municipality___percentage_ VARCHAR, puerto_villarroel_municipality___percentage_ VARCHAR, chimoré_municipality___percentage_ VARCHAR)
SELECT MIN(pocona_municipality___percentage_) FROM table_name_61 WHERE puerto_villarroel_municipality___percentage_ < 14.6 AND chimoré_municipality___percentage_ = 5.1 AND entre_ríos_municipality___percentage_ < 0.9
What losing team plays hockey?
CREATE TABLE table_name_72 (loser VARCHAR, sport VARCHAR)
SELECT loser FROM table_name_72 WHERE sport = "hockey"
display the employee name ( first name and last name ) and hire date for all employees in the same department as Clara.
CREATE TABLE employees (first_name VARCHAR, last_name VARCHAR, hire_date VARCHAR, department_id VARCHAR)
SELECT first_name, last_name, hire_date FROM employees WHERE department_id = (SELECT department_id FROM employees WHERE first_name = "Clara")