question
stringlengths
15
152
context
stringlengths
58
202
answer
stringlengths
37
161
What writers are associated with a viewing figure of 7.01 million?
columns: - name: writer type: VARCHAR - name: viewing_figure type: VARCHAR table: table_15026994_2
SELECT writer FROM table_15026994_2 WHERE viewing_figure = "7.01 million"
List the record of 0-1 from the table?
columns: - name: week type: VARCHAR - name: record type: VARCHAR table: table_14656147_2
SELECT week FROM table_14656147_2 WHERE record = "0-1"
How many entries are listed under "current status" for the WJW-TV ++ Station?
columns: - name: current_status type: VARCHAR - name: station type: VARCHAR table: table_1353096_2
SELECT COUNT(current_status) FROM table_1353096_2 WHERE station = "WJW-TV ++"
Which incumbent was first elected in 1964?
columns: - name: incumbent type: VARCHAR - name: first_elected type: VARCHAR table: table_1341707_15
SELECT incumbent FROM table_1341707_15 WHERE first_elected = "1964"
Who was the Class AA winner when Plains was Class A winner and Lubbock was Class AAAAA winner?
columns: - name: class_aA type: VARCHAR - name: class_a type: VARCHAR - name: class_aAAAA type: VARCHAR - name: Lubbock type: VARCHAR table: table_14603057_2
SELECT class_aA FROM table_14603057_2 WHERE class_a = "Plains" AND class_aAAAA = Lubbock
What are the market city/market(s) for Rapid City Alternative format?
columns: - name: target_city__market type: VARCHAR - name: city_of_license type: VARCHAR - name: format type: VARCHAR table: table_134987_3
SELECT target_city__market FROM table_134987_3 WHERE city_of_license = "Rapid City" AND format = "Alternative"
what's the primary payload(s) with launch date being july 8, 1994
columns: - name: primary_payload_s_ type: VARCHAR - name: launch_date type: VARCHAR table: table_14118521_1
SELECT primary_payload_s_ FROM table_14118521_1 WHERE launch_date = "July 8, 1994"
What is the frequency of the Classic Country Krki-fm booster station?
columns: - name: frequency type: VARCHAR - name: format type: VARCHAR table: table_134987_3
SELECT frequency FROM table_134987_3 WHERE format = "Classic Country KRKI-FM booster"
How many positions did 1972 NHL Draft pick Rene Lambert play?
columns: - name: position type: VARCHAR - name: player type: VARCHAR table: table_1473672_10
SELECT COUNT(position) FROM table_1473672_10 WHERE player = "Rene Lambert"
was the the score when the tries was 743
columns: - name: points_against type: VARCHAR - name: points_for type: VARCHAR table: table_14070062_4
SELECT points_against FROM table_14070062_4 WHERE points_for = "743"
how many capital with population census 2009 being 284657
columns: - name: capital type: VARCHAR - name: population_census_2009 type: VARCHAR table: table_1404456_1
SELECT COUNT(capital) FROM table_1404456_1 WHERE population_census_2009 = 284657
who else along with scott dixon and graham rahal drove with the most speed
columns: - name: fastest_lap type: VARCHAR - name: most_laps_led type: VARCHAR - name: pole_position type: VARCHAR table: table_13512105_3
SELECT fastest_lap FROM table_13512105_3 WHERE most_laps_led = "Scott Dixon" AND pole_position = "Graham Rahal"
How low was the income where services is 72.5?
columns: - name: income_poverty_f type: VARCHAR - name: services_ type: VARCHAR - name: _cons_truction_b type: VARCHAR table: table_13618358_1
SELECT income_poverty_f FROM table_13618358_1 WHERE services_ & _cons_truction_b = "72.5"
How many times were the winnings $3,816,362?
columns: - name: avg_finish type: VARCHAR - name: winnings type: VARCHAR table: table_1507423_4
SELECT COUNT(avg_finish) FROM table_1507423_4 WHERE winnings = "$3,816,362"
Which team was in a game with a record of 15-63?
columns: - name: team type: VARCHAR - name: record type: VARCHAR table: table_13619053_9
SELECT team FROM table_13619053_9 WHERE record = "15-63"
How many losing points does Llandudno RFC have?
columns: - name: losing_bonus type: VARCHAR - name: club type: VARCHAR table: table_14058433_3
SELECT losing_bonus FROM table_14058433_3 WHERE club = "Llandudno RFC"
what was the maxiumum for the first elected?
columns: - name: first_elected type: INTEGER table: table_1342270_24
SELECT MAX(first_elected) FROM table_1342270_24
When the network mask is 255.255.255.224 what is the highest total usable host?
columns: - name: total_usable_hosts type: INTEGER - name: network_mask type: VARCHAR table: table_149426_4
SELECT MAX(total_usable_hosts) FROM table_149426_4 WHERE network_mask = "255.255.255.224"
15.03 million u.s viewers seen what episode?
columns: - name: title type: VARCHAR - name: us_viewers__millions_ type: VARCHAR table: table_14847258_1
SELECT title FROM table_14847258_1 WHERE us_viewers__millions_ = "15.03"
How many socialists correspond to a 7.5% People's Party?
columns: - name: socialist type: VARCHAR - name: peoples_party type: VARCHAR table: table_1463383_1
SELECT COUNT(socialist) FROM table_1463383_1 WHERE peoples_party = "7.5%"
What is the WIAA classification of Oakland Alternative High School?
columns: - name: wiaa_classification type: VARCHAR - name: high_school type: VARCHAR table: table_1414702_3
SELECT wiaa_classification FROM table_1414702_3 WHERE high_school = "Oakland Alternative"
What was the result in the Arkansas 5 district election?
columns: - name: result type: VARCHAR - name: district type: VARCHAR table: table_1341897_6
SELECT result FROM table_1341897_6 WHERE district = "Arkansas 5"
what's the dbeingtribution with grsecurity being optional and compile time buffer checks being yes
columns: - name: distribution type: VARCHAR - name: grsecurity type: VARCHAR - name: compile_time_buffer_checks type: VARCHAR table: table_1357052_6
SELECT distribution FROM table_1357052_6 WHERE grsecurity = "Optional" AND compile_time_buffer_checks = "Yes"
Which district elected incumbent Earle Cabell?
columns: - name: district type: VARCHAR - name: incumbent type: VARCHAR table: table_1341718_44
SELECT district FROM table_1341718_44 WHERE incumbent = "Earle Cabell"
When girls doubles is anneke feinya agustin wenny setiawati what is the mixed doubles?
columns: - name: mixed_doubles type: VARCHAR - name: girls_doubles type: VARCHAR table: table_14319023_2
SELECT mixed_doubles FROM table_14319023_2 WHERE girls_doubles = "Anneke Feinya Agustin Wenny Setiawati"
What candidates ran in the election when john s. wood was the incumbent?
columns: - name: candidates type: VARCHAR - name: incumbent type: VARCHAR table: table_1342331_11
SELECT candidates FROM table_1342331_11 WHERE incumbent = "John S. Wood"
Who were all the candidates when the first elected year was 1961?
columns: - name: candidates type: VARCHAR - name: first_elected type: VARCHAR table: table_1341884_20
SELECT candidates FROM table_1341884_20 WHERE first_elected = 1961
What district does edward everett eslick represent?
columns: - name: district type: VARCHAR - name: incumbent type: VARCHAR table: table_1342379_41
SELECT district FROM table_1342379_41 WHERE incumbent = "Edward Everett Eslick"
what was the score when the extras were 6
columns: - name: points type: VARCHAR - name: try_bonus type: VARCHAR table: table_14070062_4
SELECT points FROM table_14070062_4 WHERE try_bonus = "6"
Who was the writer for the song 4:29 in length?
columns: - name: writer type: VARCHAR - name: length type: VARCHAR table: table_14778650_1
SELECT writer FROM table_14778650_1 WHERE length = "4:29"
What party is incumbent Oliver H. Cross?
columns: - name: party type: VARCHAR - name: incumbent type: VARCHAR table: table_1342331_43
SELECT party FROM table_1342331_43 WHERE incumbent = "Oliver H. Cross"
how many party with district being tennessee 1
columns: - name: party type: VARCHAR - name: district type: VARCHAR table: table_1341865_44
SELECT COUNT(party) FROM table_1341865_44 WHERE district = "Tennessee 1"
Name the population in 1931 for lubelskie
columns: - name: population__1931__in_1 type: VARCHAR - name: voivodeship_or_city type: VARCHAR table: table_14245_3
SELECT population__1931__in_1, 000 AS s FROM table_14245_3 WHERE voivodeship_or_city = "lubelskie"
How many wins were there when the position was 26th?
columns: - name: wins type: VARCHAR - name: position type: VARCHAR table: table_1507423_4
SELECT COUNT(wins) FROM table_1507423_4 WHERE position = "26th"
For franklin of class aa, which school years does this occur?
columns: - name: school_year type: VARCHAR - name: class_aA type: VARCHAR - name: Franklin type: VARCHAR table: table_14603212_1
SELECT school_year FROM table_14603212_1 WHERE class_aA = Franklin
How many first downs were there when the attendance was 13196?
columns: - name: first_downs type: INTEGER - name: attendance type: VARCHAR table: table_14877831_2
SELECT MIN(first_downs) FROM table_14877831_2 WHERE attendance = 13196
what's the party with dbeingtrict being massachusetts 3
columns: - name: party type: VARCHAR - name: district type: VARCHAR table: table_1341604_22
SELECT party FROM table_1341604_22 WHERE district = "Massachusetts 3"
Who were the candidates in the 1922 entry?
columns: - name: candidates type: VARCHAR - name: first_elected type: VARCHAR table: table_1342370_12
SELECT candidates FROM table_1342370_12 WHERE first_elected = 1922
What stadiums had an attendance of 8,256?
columns: - name: ground type: VARCHAR - name: crowd type: VARCHAR table: table_14425454_1
SELECT ground FROM table_14425454_1 WHERE crowd = "8,256"
What amount had all played that lost were 8?
columns: - name: played type: VARCHAR - name: lost type: VARCHAR table: table_13564637_3
SELECT played FROM table_13564637_3 WHERE lost = "8"
what's the fcc info with call sign being w265av
columns: - name: fcc_info type: VARCHAR - name: call_sign type: VARCHAR table: table_13998897_1
SELECT fcc_info FROM table_13998897_1 WHERE call_sign = "W265AV"
Name the total number of publishers for flushed away
columns: - name: publisher_s_ type: VARCHAR - name: video_game type: VARCHAR table: table_14325653_2
SELECT COUNT(publisher_s_) FROM table_14325653_2 WHERE video_game = "Flushed Away"
In what district was the incumbent Michael Bilirakis?
columns: - name: district type: VARCHAR - name: incumbent type: VARCHAR table: table_1341598_10
SELECT district FROM table_1341598_10 WHERE incumbent = "Michael Bilirakis"
what's the airport with aircraft movements 2009 being smaller than 238223.1659471435 and change 2008/09 being 0.5%
columns: - name: airport type: VARCHAR - name: aircraft_movements_2009 type: VARCHAR - name: change_2008_09 type: VARCHAR table: table_13836704_4
SELECT airport FROM table_13836704_4 WHERE aircraft_movements_2009 < 238223.1659471435 AND change_2008_09 = "0.5%"
When did the show directed by Michael Dimartino first air?
columns: - name: original_air_date type: VARCHAR - name: directed_by type: VARCHAR table: table_14724369_1
SELECT original_air_date FROM table_14724369_1 WHERE directed_by = "Michael DiMartino"
what's the area (km 2 ) with population census 2009 being 939370
columns: - name: area__km_2__ type: VARCHAR - name: population_census_2009 type: VARCHAR table: table_1404456_1
SELECT area__km_2__ FROM table_1404456_1 WHERE population_census_2009 = 939370
How many times was the candidates paul tsongas (d) 60.6% paul w. cronin (r) 39.4%?
columns: - name: incumbent type: VARCHAR - name: candidates type: VARCHAR table: table_1341690_21
SELECT COUNT(incumbent) FROM table_1341690_21 WHERE candidates = "Paul Tsongas (D) 60.6% Paul W. Cronin (R) 39.4%"
who is the the voice actor (japanese) with character name being goku
columns: - name: voice_actor__japanese_ type: VARCHAR - name: character_name type: VARCHAR table: table_1410384_1
SELECT voice_actor__japanese_ FROM table_1410384_1 WHERE character_name = "Goku"
What is the district for james p. richards?
columns: - name: district type: VARCHAR - name: incumbent type: VARCHAR table: table_1342256_40
SELECT district FROM table_1342256_40 WHERE incumbent = "James P. Richards"
how many date with score being w 113–87
columns: - name: date type: VARCHAR - name: score type: VARCHAR table: table_13480122_5
SELECT COUNT(date) FROM table_13480122_5 WHERE score = "W 113–87"
Name the position for ron lalonde
columns: - name: position type: VARCHAR - name: player type: VARCHAR table: table_1473672_4
SELECT position FROM table_1473672_4 WHERE player = "Ron Lalonde"
What is the original title of europe for dummies?
columns: - name: original_title type: VARCHAR - name: english_title type: VARCHAR table: table_14631909_1
SELECT original_title FROM table_14631909_1 WHERE english_title = "Europe for Dummies"
Which is the class A when Weslaco was the class AAAAA and brownwood was the class AAAA
columns: - name: class_a type: VARCHAR - name: class_aAAAA type: VARCHAR - name: Weslaco type: VARCHAR - name: class_aAAA type: VARCHAR - name: Brownwood type: VARCHAR table: table_14747043_1
SELECT class_a FROM table_14747043_1 WHERE class_aAAAA = Weslaco AND class_aAAA = Brownwood
In what TV season did the 3rd season air?
columns: - name: TV type: VARCHAR - name: season type: VARCHAR table: table_1348989_2
SELECT TV AS season FROM table_1348989_2 WHERE season = "3rd"
Who was the director of the episode originally aired on 26 October 1969?
columns: - name: director type: VARCHAR - name: original_air_date__atv_ type: VARCHAR table: table_1439096_1
SELECT director FROM table_1439096_1 WHERE original_air_date__atv_ = "26 October 1969"
What are all the places where Birgit Fischer competed?
columns: - name: location type: VARCHAR - name: athletes type: VARCHAR table: table_14884844_2
SELECT location FROM table_14884844_2 WHERE athletes = "Birgit Fischer"
what are all the party with district being kansas 1
columns: - name: party type: VARCHAR - name: district type: VARCHAR table: table_1342359_15
SELECT party FROM table_1342359_15 WHERE district = "Kansas 1"
What was the attendance in week 8?
columns: - name: attendance type: INTEGER - name: week type: VARCHAR table: table_14875671_1
SELECT MAX(attendance) FROM table_14875671_1 WHERE week = 8
What is the capital of Umbria?
columns: - name: capital type: VARCHAR - name: region type: VARCHAR table: table_14532_1
SELECT capital FROM table_14532_1 WHERE region = "Umbria"
What is the party for new york 20?
columns: - name: party type: VARCHAR - name: district type: VARCHAR table: table_1342233_32
SELECT party FROM table_1342233_32 WHERE district = "New York 20"
Name the number of candidates for 1941
columns: - name: candidates type: VARCHAR - name: first_elected type: VARCHAR table: table_1342149_24
SELECT COUNT(candidates) FROM table_1342149_24 WHERE first_elected = 1941
Name the number of nationality is tom hilde
columns: - name: nationality type: VARCHAR - name: name type: VARCHAR table: table_14407512_23
SELECT COUNT(nationality) FROM table_14407512_23 WHERE name = "Tom Hilde"
What is the English title when the original title is Die Qual Der Wahl?
columns: - name: title__english_ type: VARCHAR - name: title__original_ type: VARCHAR table: table_1481865_1
SELECT title__english_ FROM table_1481865_1 WHERE title__original_ = "Die Qual der Wahl"
Name the game site for week 6
columns: - name: game_site type: VARCHAR - name: week type: VARCHAR table: table_14984103_1
SELECT game_site FROM table_14984103_1 WHERE week = 6
What are all the AAAA classes in the schools years 2004-05?
columns: - name: class_aAAA type: VARCHAR - name: school_year type: VARCHAR table: table_14603212_5
SELECT class_aAAA FROM table_14603212_5 WHERE school_year = "2004-05"
How many episodes were put out in Region 4 on March 4, 2010?
columns: - name: episodes type: INTEGER - name: region_4 type: VARCHAR table: table_14855908_3
SELECT MAX(episodes) FROM table_14855908_3 WHERE region_4 = "March 4, 2010"
what's the character name with voice actor (englbeingh 1998 / pioneer) being paul dobson
columns: - name: character_name type: VARCHAR - name: voice_actor__english_1998___pioneer_ type: VARCHAR table: table_1410384_1
SELECT character_name FROM table_1410384_1 WHERE voice_actor__english_1998___pioneer_ = "Paul Dobson"
How many classes between senior and junior year for world history
columns: - name: senior__4th_year_ type: VARCHAR - name: junior__3rd_year_ type: VARCHAR table: table_13967239_2
SELECT COUNT(senior__4th_year_) FROM table_13967239_2 WHERE junior__3rd_year_ = "World History"
what's the party with incumbent being william b. bankhead
columns: - name: party type: VARCHAR - name: incumbent type: VARCHAR table: table_1342292_2
SELECT party FROM table_1342292_2 WHERE incumbent = "William B. Bankhead"
What was the original air date for episode number 6?
columns: - name: original_air_date type: VARCHAR - name: number_of_episode type: VARCHAR table: table_1481865_1
SELECT original_air_date FROM table_1481865_1 WHERE number_of_episode = 6
Who was the Class AAAA champion in 2006-07?
columns: - name: class_aAAA type: VARCHAR - name: school_year type: VARCHAR table: table_14603057_2
SELECT class_aAAA FROM table_14603057_2 WHERE school_year = "2006-07"
What year was incumbent barratt o'hara first elected?
columns: - name: first_elected type: VARCHAR - name: incumbent type: VARCHAR table: table_1342198_13
SELECT first_elected FROM table_1342198_13 WHERE incumbent = "Barratt O'Hara"
Which providers use exchange server?
columns: - name: provider type: VARCHAR - name: application type: VARCHAR table: table_14465871_2
SELECT provider FROM table_14465871_2 WHERE application = "Exchange Server"
When did Darren Day enter?
columns: - name: entered type: VARCHAR - name: celebrity type: VARCHAR table: table_14345690_2
SELECT entered FROM table_14345690_2 WHERE celebrity = "Darren Day"
On what circuit was the City of Ipswich 400 race held?
columns: - name: circuit type: VARCHAR - name: race_title type: VARCHAR table: table_14016079_1
SELECT circuit FROM table_14016079_1 WHERE race_title = "City of Ipswich 400"
Name the candidates for massachusetts 8
columns: - name: candidates type: VARCHAR - name: district type: VARCHAR table: table_1341884_23
SELECT candidates FROM table_1341884_23 WHERE district = "Massachusetts 8"
What was the result of the election held in 1914?
columns: - name: result type: VARCHAR - name: first_elected type: VARCHAR table: table_1342331_11
SELECT result FROM table_1342331_11 WHERE first_elected = 1914
What municipality where the human development index in the year 2000 was 0.7827?
columns: - name: municipality type: VARCHAR - name: human_development_index__2000_ type: VARCHAR table: table_1480455_1
SELECT municipality FROM table_1480455_1 WHERE human_development_index__2000_ = "0.7827"
What is the number of party in the arkansas 1 district
columns: - name: party type: VARCHAR - name: district type: VARCHAR table: table_1341930_5
SELECT COUNT(party) FROM table_1341930_5 WHERE district = "Arkansas 1"
How many percentages of Left Bloc correspond to a 32.1% Social Democratic?
columns: - name: left_bloc type: VARCHAR - name: social_democratic type: VARCHAR table: table_1463383_1
SELECT COUNT(left_bloc) FROM table_1463383_1 WHERE social_democratic = "32.1%"
How old is Darryll Holland's horse
columns: - name: barrier type: VARCHAR - name: jockey type: VARCHAR table: table_13498403_1
SELECT barrier FROM table_13498403_1 WHERE jockey = "Darryll Holland"
Name the womens singles for korea open super series
columns: - name: womens_singles type: VARCHAR - name: tour type: VARCHAR table: table_14496232_2
SELECT womens_singles FROM table_14496232_2 WHERE tour = "Korea Open Super Series"
what's the torque with fuel mileage (latest epa mpg - us ) being 22 city, 30 hwy, 25 comb
columns: - name: torque type: VARCHAR - name: fuel_mileage__latest_epa_mpg___us__ type: VARCHAR table: table_1373768_1
SELECT torque FROM table_1373768_1 WHERE fuel_mileage__latest_epa_mpg___us__ = "22 city, 30 hwy, 25 comb"
What is the current status of the KDAF ** Station?
columns: - name: current_status type: VARCHAR - name: station type: VARCHAR table: table_1353096_2
SELECT current_status FROM table_1353096_2 WHERE station = "KDAF **"
Which title had the production code 1ACX04?
columns: - name: title type: VARCHAR - name: production_code type: VARCHAR table: table_14724369_1
SELECT title FROM table_14724369_1 WHERE production_code = "1ACX04"
What was the regular season standings for the year when the playoffs reached the conference semifinals and the team did not qualify for the US Open Cup?
columns: - name: reg_season type: VARCHAR - name: playoffs type: VARCHAR - name: us_open_cup type: VARCHAR table: table_14225409_1
SELECT reg_season FROM table_14225409_1 WHERE playoffs = "Conference Semifinals" AND us_open_cup = "Did not qualify"
Name the number of party with the incubent james william trimble
columns: - name: party type: VARCHAR - name: incumbent type: VARCHAR table: table_1341930_5
SELECT COUNT(party) FROM table_1341930_5 WHERE incumbent = "James William Trimble"
What is the incumbent for ohio 12?
columns: - name: incumbent type: VARCHAR - name: district type: VARCHAR table: table_1342249_35
SELECT incumbent FROM table_1342249_35 WHERE district = "Ohio 12"
How many candidates won the election of john n. sandlin?
columns: - name: candidates type: VARCHAR - name: incumbent type: VARCHAR table: table_1342426_18
SELECT COUNT(candidates) FROM table_1342426_18 WHERE incumbent = "John N. Sandlin"
What was the highest number on money list rank for Angela Stanford's career?
columns: - name: money_list_rank type: INTEGER table: table_14836185_3
SELECT MAX(money_list_rank) FROM table_14836185_3
How many times did an election feature the result robert l. leggett (d) 50.2% albert dehr (r) 49.8%?
columns: - name: result type: VARCHAR - name: candidates type: VARCHAR table: table_1341672_6
SELECT COUNT(result) FROM table_1341672_6 WHERE candidates = "Robert L. Leggett (D) 50.2% Albert Dehr (R) 49.8%"
what are all the district with incumbent being sam hobbs
columns: - name: district type: VARCHAR - name: incumbent type: VARCHAR table: table_1342270_3
SELECT district FROM table_1342270_3 WHERE incumbent = "Sam Hobbs"
Name the men doubles for caroline persyn smids
columns: - name: men_doubles type: VARCHAR - name: womens_doubles type: VARCHAR table: table_14903355_2
SELECT men_doubles FROM table_14903355_2 WHERE womens_doubles = "Caroline Persyn Smids"
What original air dates are associated with a viewing figure of 7.27 million?
columns: - name: original_air_date type: VARCHAR - name: viewing_figure type: VARCHAR table: table_15026994_2
SELECT original_air_date FROM table_15026994_2 WHERE viewing_figure = "7.27 million"
who is the the incumbent with candidates being ben cravens (d) unopposed
columns: - name: incumbent type: VARCHAR - name: candidates type: VARCHAR table: table_1342331_5
SELECT incumbent FROM table_1342331_5 WHERE candidates = "Ben Cravens (D) Unopposed"
How many licenses have version 1.2.2.0?
columns: - name: license type: VARCHAR - name: version type: VARCHAR table: table_15038373_1
SELECT COUNT(license) FROM table_15038373_1 WHERE version = "1.2.2.0"
How many touchdowns were there when Heston was in play?
columns: - name: touchdowns type: INTEGER - name: player type: VARCHAR table: table_14342592_7
SELECT MAX(touchdowns) FROM table_14342592_7 WHERE player = "Heston"
How many points in 87/88 for racing de córdoba?
columns: - name: team type: VARCHAR table: table_14460085_3
SELECT 1987 AS _88 FROM table_14460085_3 WHERE team = "Racing de Córdoba"
What is the English version of Mariusz Szczygieł book?
columns: - name: english_title type: VARCHAR - name: author type: VARCHAR table: table_14631909_1
SELECT english_title FROM table_14631909_1 WHERE author = "Mariusz Szczygieł"
Name total number of won for tries for 92
columns: - name: won type: VARCHAR - name: tries_for type: VARCHAR table: table_13564702_3
SELECT COUNT(won) FROM table_13564702_3 WHERE tries_for = "92"