answer
stringlengths
18
557
question
stringlengths
12
244
context
stringlengths
27
484
SELECT date FROM table_11381701_3 WHERE bada = "0.05%"
On which dates was the value of Bada 0.05%?
CREATE TABLE table_11381701_3 (date VARCHAR, bada VARCHAR)
SELECT opponent FROM table_name_25 WHERE date = "april 26, 2003"
Who was the opponent on april 26, 2003?
CREATE TABLE table_name_25 (opponent VARCHAR, date VARCHAR)
SELECT name FROM table_name_40 WHERE heat = 2 AND time = "9:04.86"
What is the Name of the swimmer with a Time of 9:04.86 in Heat 2?
CREATE TABLE table_name_40 (name VARCHAR, heat VARCHAR, time VARCHAR)
SELECT hanzi FROM table_name_71 WHERE launch < 2009 AND language = "tibetan" AND name = "qinghai tibetian general channel"
Which hanzi's launch is before 2009, when the language was tibetan, and the name was qinghai tibetian general channel?
CREATE TABLE table_name_71 (hanzi VARCHAR, name VARCHAR, launch VARCHAR, language VARCHAR)
SELECT date FROM table_name_34 WHERE team = "glentoran" AND venue = "windsor park, belfast"
What day did Glentoran play at Windsor Park, Belfast?
CREATE TABLE table_name_34 (date VARCHAR, team VARCHAR, venue VARCHAR)
SELECT Country_name, Capital FROM country
Show the country name and capital of all countries.
CREATE TABLE country (Country_name VARCHAR, Capital VARCHAR)
SELECT settlement FROM table_2562572_44 WHERE cyrillic_name_other_names = "Локве (Romanian: Locve)"
Which settlement has the cyrillic and other name of локве (romanian: locve)?
CREATE TABLE table_2562572_44 (settlement VARCHAR, cyrillic_name_other_names VARCHAR)
SELECT worcs_f_c_matches FROM table_1156428_2 WHERE name_of_ground = "Chester Road North Ground"
There were 68 worcs f-c matches played on Chester Road North Ground.
CREATE TABLE table_1156428_2 (worcs_f_c_matches VARCHAR, name_of_ground VARCHAR)
SELECT years_runner_up FROM table_name_91 WHERE runners_up > 1 AND club = "birmingham city"
What years runner-up is Birmingham city, with over 1 runners-up?
CREATE TABLE table_name_91 (years_runner_up VARCHAR, runners_up VARCHAR, club VARCHAR)
SELECT of_5 FROM table_name_48 WHERE country = "ghana"
Which OF-5 is in Ghana?
CREATE TABLE table_name_48 (of_5 VARCHAR, country VARCHAR)
SELECT COUNT(game) FROM table_name_58 WHERE team = "@ new york"
What is the total of the game that the team was @ new york?
CREATE TABLE table_name_58 (game VARCHAR, team VARCHAR)
SELECT player FROM table_11545282_12 WHERE years_for_jazz = "1974-75" AND school_club_team = "Marshall"
Which player is from Marshall and played 1974-75?
CREATE TABLE table_11545282_12 (player VARCHAR, years_for_jazz VARCHAR, school_club_team VARCHAR)
SELECT MIN(laps) FROM table_name_62 WHERE driver = "christian vietoris" AND grid < 6
What is the lowest laps driver Christian Vietoris with a grid smaller than 6 has?
CREATE TABLE table_name_62 (laps INTEGER, driver VARCHAR, grid VARCHAR)
SELECT tyre FROM table_name_27 WHERE entrant = "ecurie nationale suisse"
What tyre was used for an entrant of Ecurie Nationale Suisse?
CREATE TABLE table_name_27 (tyre VARCHAR, entrant VARCHAR)
SELECT COUNT(solo) FROM table_name_45 WHERE sacks = 2 AND team = "new york jets"
What is the total value for Solo, when the value of Sacks is 2, and when the Team is New York Jets?
CREATE TABLE table_name_45 (solo VARCHAR, sacks VARCHAR, team VARCHAR)
SELECT format FROM table_name_86 WHERE _number_episodes < 22 AND _number_disc_s_ = 4 AND region_4 = "n/a"
What was the format for the 4 disc season that had less than 22 episodes and n/a for region 4?
CREATE TABLE table_name_86 (format VARCHAR, region_4 VARCHAR, _number_episodes VARCHAR, _number_disc_s_ VARCHAR)
SELECT years_for_jazz FROM table_name_53 WHERE player = "eddie hughes"
What years did Eddie Hughes play for the Jazz?
CREATE TABLE table_name_53 (years_for_jazz VARCHAR, player VARCHAR)
SELECT tournament FROM table_name_49 WHERE winning_score = –6(73 - 68 - 72 - 69 = 282)
What Tournament had a Winning score of –6 (73-68-72-69=282)?
CREATE TABLE table_name_49 (tournament VARCHAR, winning_score VARCHAR)
SELECT opponent_in_the_final FROM table_name_61 WHERE surface = "hard" AND score = "3–6, 6–3, [7–10]"
What was the Opponent on the game played on a Hard Surface with a Score of 3–6, 6–3, [7–10]?
CREATE TABLE table_name_61 (opponent_in_the_final VARCHAR, surface VARCHAR, score VARCHAR)
SELECT position FROM table_2781227_10 WHERE player = "Rick Schuhwerk"
which part on the team does rick schuhwerk play
CREATE TABLE table_2781227_10 (position VARCHAR, player VARCHAR)
SELECT COUNT(year) FROM table_name_16 WHERE time = "55:29:20"
What year has the time of 55:29:20?
CREATE TABLE table_name_16 (year VARCHAR, time VARCHAR)
SELECT home_team FROM table_name_90 WHERE tie_no = "16"
What was the Home team in Tie no 16?
CREATE TABLE table_name_90 (home_team VARCHAR, tie_no VARCHAR)
SELECT tournament FROM table_name_82 WHERE outcome = "runner-up" AND surface = "clay"
What tournament did Thomaz Bellucci become runner-up on a clay surface?
CREATE TABLE table_name_82 (tournament VARCHAR, outcome VARCHAR, surface VARCHAR)
SELECT mls_team FROM table_25518547_2 WHERE player = "Seth Sinovic"
What team does Seth Sinovic play for?
CREATE TABLE table_25518547_2 (mls_team VARCHAR, player VARCHAR)
SELECT MIN(rank) FROM table_name_54 WHERE notes = "fb" AND athlete = "andre vonarburg"
What is the lowest rank for Andre Vonarburg, when the notes are FB?
CREATE TABLE table_name_54 (rank INTEGER, notes VARCHAR, athlete VARCHAR)
SELECT opponent FROM table_name_28 WHERE week = 14
Who was the opponent in week 14?
CREATE TABLE table_name_28 (opponent VARCHAR, week VARCHAR)
SELECT MAX(laps) FROM table_name_62 WHERE class = "oc" AND qual_pos = 7
What are the most laps for the Qual position of 7 in the OC class?
CREATE TABLE table_name_62 (laps INTEGER, class VARCHAR, qual_pos VARCHAR)
SELECT team FROM table_name_14 WHERE year = "2011"
What is the Team, when the Year is 2011?
CREATE TABLE table_name_14 (team VARCHAR, year VARCHAR)
SELECT leader_battle FROM table_25920798_2 WHERE vote = "4-3"
Name the leader battle for 4-3 vote
CREATE TABLE table_25920798_2 (leader_battle VARCHAR, vote VARCHAR)
SELECT score FROM table_name_37 WHERE attendance = "1,125"
What is the score of the game with 1,125 people in attendance?
CREATE TABLE table_name_37 (score VARCHAR, attendance VARCHAR)
SELECT wins FROM table_name_16 WHERE f_laps = "0" AND series = "formula three euroseries" AND team = "kolles & heinz union"
How many wins did team Kolles & Heinz union, with f/laps of 0, have in the Formula Three Euroseries?
CREATE TABLE table_name_16 (wins VARCHAR, team VARCHAR, f_laps VARCHAR, series VARCHAR)
SELECT man_of_the_match FROM table_17103566_1 WHERE match_number = 5
Who is man of the match for match number 5?
CREATE TABLE table_17103566_1 (man_of_the_match VARCHAR, match_number VARCHAR)
SELECT COUNT(laps) FROM table_name_36 WHERE driver = "giancarlo fisichella" AND grid > 15
How many laps did Giancarlo Fisichella do with a grid larger than 15?
CREATE TABLE table_name_36 (laps VARCHAR, driver VARCHAR, grid VARCHAR)
SELECT home FROM table_name_95 WHERE date = "april 20"
What is the home team of the game on April 20?
CREATE TABLE table_name_95 (home VARCHAR, date VARCHAR)
SELECT 2009 FROM table_name_99 WHERE tournament = "wta premier mandatory tournaments"
Name the 2009 for wta premier mandatory tournaments
CREATE TABLE table_name_99 (tournament VARCHAR)
SELECT MIN(year_operational) FROM table_26387382_1 WHERE location__county_ = "Fayette" AND capacity__mw_ = "46"
What year was Fayette operational at 46?
CREATE TABLE table_26387382_1 (year_operational INTEGER, location__county_ VARCHAR, capacity__mw_ VARCHAR)
SELECT city FROM table_name_93 WHERE expected_completion = "2017"
Which city expects their project completion in 2017?
CREATE TABLE table_name_93 (city VARCHAR, expected_completion VARCHAR)
SELECT MAX(silver_medals) FROM table_1305623_18
What is the most silver medals?
CREATE TABLE table_1305623_18 (silver_medals INTEGER)
SELECT points FROM table_name_74 WHERE year > 1972 AND chassis = "march 721g"
In 1972, how many points did the entrant with the March 721G Chassis have?
CREATE TABLE table_name_74 (points VARCHAR, year VARCHAR, chassis VARCHAR)
SELECT COUNT(original_australian_performer) FROM table_1901751_1 WHERE original_west_end_performer = "Jordan Dunne"
How many original Australian performers are there when the Original West End Performer is Jordan Dunne?
CREATE TABLE table_1901751_1 (original_australian_performer VARCHAR, original_west_end_performer VARCHAR)
SELECT MAX(races) FROM table_21457754_2
Name the most races
CREATE TABLE table_21457754_2 (races INTEGER)
SELECT position FROM table_name_84 WHERE mls_team = "metrostars"
What position did the MLS team metrostars pick?
CREATE TABLE table_name_84 (position VARCHAR, mls_team VARCHAR)
SELECT constructor FROM table_name_79 WHERE tyre = "e" AND driver = "mike sparken"
Who constructed Mike Sparken's car with a tyre of E?
CREATE TABLE table_name_79 (constructor VARCHAR, tyre VARCHAR, driver VARCHAR)
SELECT poles FROM table_20396_1 WHERE season = 2000
How many poles were there in season 2000?
CREATE TABLE table_20396_1 (poles VARCHAR, season VARCHAR)
SELECT nation FROM table_name_7 WHERE silver > 1 AND bronze = 1
Which nation has the number of silver medals greater than 1, and bronze medals as 1?
CREATE TABLE table_name_7 (nation VARCHAR, silver VARCHAR, bronze VARCHAR)
SELECT MIN(ofsted) FROM table_name_63 WHERE school = "marple hall school" AND capacity > 1711
Which Ofsted has a School of marple hall school, and a Capacity larger than 1711?
CREATE TABLE table_name_63 (ofsted INTEGER, school VARCHAR, capacity VARCHAR)
SELECT rider FROM table_name_8 WHERE rank < 5 AND time = "31’ 03.093"
Rank smaller than 5, and a Time of 31’ 03.093 is what rider?
CREATE TABLE table_name_8 (rider VARCHAR, rank VARCHAR, time VARCHAR)
SELECT nomination FROM table_10236830_4 WHERE director = "Srdjan Dragojevic"
Srdjan Dragojevic worked on a film which earned what nomination?
CREATE TABLE table_10236830_4 (nomination VARCHAR, director VARCHAR)
SELECT directed_by FROM table_2866456_1 WHERE production_code = "2T6404"
Who is the directed by when 2t6404 is the production code?
CREATE TABLE table_2866456_1 (directed_by VARCHAR, production_code VARCHAR)
SELECT duration FROM table_name_40 WHERE spacecraft = "expedition 20 iss zvezda"
What is the duration of the Expedition 20 ISS Zvezda?
CREATE TABLE table_name_40 (duration VARCHAR, spacecraft VARCHAR)
SELECT years FROM table_name_58 WHERE authority = "state" AND roll > 333 AND name = "bayview school"
What are the years available at Bayview School, which has state authority and a roll number larger than 333?
CREATE TABLE table_name_58 (years VARCHAR, name VARCHAR, authority VARCHAR, roll VARCHAR)
SELECT away_team FROM table_name_3 WHERE venue = "princes park"
What was the away team's score at Princes Park?
CREATE TABLE table_name_3 (away_team VARCHAR, venue VARCHAR)
SELECT position FROM table_name_13 WHERE round > 5 AND selection = 168
Which Position has a Round larger than 5, and a Selection of 168?
CREATE TABLE table_name_13 (position VARCHAR, round VARCHAR, selection VARCHAR)
SELECT lner_class FROM table_name_44 WHERE wa = "0-6-0st" AND no_built = 2
What LINER class has a W.A. of 0-6-0st with a 2 No. Built?
CREATE TABLE table_name_44 (lner_class VARCHAR, wa VARCHAR, no_built VARCHAR)
SELECT date FROM table_name_31 WHERE venue = "mcg"
What is the date of the game when the venue is MCG?
CREATE TABLE table_name_31 (date VARCHAR, venue VARCHAR)
SELECT AVG(pick__number) FROM table_name_26 WHERE team_from = "rimouski océanic"
What pick # has a team from Rimouski Océanic?
CREATE TABLE table_name_26 (pick__number INTEGER, team_from VARCHAR)
SELECT partner FROM table_1547951_3 WHERE opponents = "Mark Woodforde Martina Navratilova"
Name the partner for mark woodforde martina navratilova
CREATE TABLE table_1547951_3 (partner VARCHAR, opponents VARCHAR)
SELECT location_attendance FROM table_name_23 WHERE record = "9-2"
what is the location/attendance when the record is 9-2?
CREATE TABLE table_name_23 (location_attendance VARCHAR, record VARCHAR)
SELECT COUNT(high_assists) FROM table_27734577_2 WHERE high_rebounds = "Zaza Pachulia (6)"
List the highest number of assists when zaza pachulia (6) had the most rebounds.
CREATE TABLE table_27734577_2 (high_assists VARCHAR, high_rebounds VARCHAR)
SELECT results FROM table_name_93 WHERE first_elected < 1988
What is Results, when First Elected is less than 1988?
CREATE TABLE table_name_93 (results VARCHAR, first_elected INTEGER)
SELECT institution FROM table_262481_2 WHERE current_conference = "GCAC (NAIA)"
What is the institution whose current conference is gcac (naia)?
CREATE TABLE table_262481_2 (institution VARCHAR, current_conference VARCHAR)
SELECT venue FROM table_name_58 WHERE extra < 7.4 AND result = "4th"
What venue had less than 7.4 extra and the result of 4th?
CREATE TABLE table_name_58 (venue VARCHAR, extra VARCHAR, result VARCHAR)
SELECT outcome FROM table_name_1 WHERE championship = "premier league snooker" AND year < 2010
What was Shaun Murphy's outcome in the Premier League Snooker championship held before 2010?
CREATE TABLE table_name_1 (outcome VARCHAR, championship VARCHAR, year VARCHAR)
SELECT championship FROM table_name_83 WHERE winning_score = −9(66 - 69 - 73 - 71 = 279)
In which championship did the winner have a score of −9 (66-69-73-71=279)?
CREATE TABLE table_name_83 (championship VARCHAR, winning_score VARCHAR)
SELECT surface FROM table_name_88 WHERE partner = "aurelija misevičiūtė"
The tournament with a partner listed as Aurelija Misevičiūtė had what kind of surface?
CREATE TABLE table_name_88 (surface VARCHAR, partner VARCHAR)
SELECT dates FROM table_name_6 WHERE squadron = "squadron 33"
What are the dates of squadron 33?
CREATE TABLE table_name_6 (dates VARCHAR, squadron VARCHAR)
SELECT T1.countryId, T1.CountryName FROM Countries AS T1 JOIN CAR_MAKERS AS T2 ON T1.CountryId = T2.Country GROUP BY T1.countryId HAVING COUNT(*) > 3 UNION SELECT T1.countryId, T1.CountryName FROM Countries AS T1 JOIN CAR_MAKERS AS T2 ON T1.CountryId = T2.Country JOIN MODEL_LIST AS T3 ON T2.Id = T3.Maker WHERE T3.Model...
What are the id and names of the countries which have more than 3 car makers or produce the 'fiat' model?
CREATE TABLE Countries (countryId VARCHAR, CountryName VARCHAR, CountryId VARCHAR); CREATE TABLE CAR_MAKERS (Country VARCHAR, Id VARCHAR); CREATE TABLE MODEL_LIST (Maker VARCHAR, Model VARCHAR)
SELECT color_commentator_s_ FROM table_name_22 WHERE sideline_reporter_s_ = "andrea kremer and tiki barber"
Who was the color commentator for Andrea Kremer and Tiki Barber?
CREATE TABLE table_name_22 (color_commentator_s_ VARCHAR, sideline_reporter_s_ VARCHAR)
SELECT SUM(points) FROM table_name_80 WHERE chassis = "maserati 250f" AND entrant = "officine alfieri maserati"
Name the sum of points for chassis of maserati 250f and entrant of officine alfieri maserati
CREATE TABLE table_name_80 (points INTEGER, chassis VARCHAR, entrant VARCHAR)
SELECT points_for FROM table_name_37 WHERE club = "senghenydd rfc"
What is senghenydd rfc's points for?
CREATE TABLE table_name_37 (points_for VARCHAR, club VARCHAR)
SELECT time FROM table_name_86 WHERE name = "arkady vyatchanin"
What was Arkady Vyatchanin's time?
CREATE TABLE table_name_86 (time VARCHAR, name VARCHAR)
SELECT trophy_presentation FROM table_22514845_4 WHERE year = 1987
Who is the trophy presentation in the year 1987?
CREATE TABLE table_22514845_4 (trophy_presentation VARCHAR, year VARCHAR)
SELECT MAX(touchdowns) FROM table_25642873_2 WHERE player = "Sam Babcock"
How many touchdowns did Sam Babcock get?
CREATE TABLE table_25642873_2 (touchdowns INTEGER, player VARCHAR)
SELECT team FROM table_name_53 WHERE period = "1st" AND time = "12:37"
What is the team with 1st period at 12:37?
CREATE TABLE table_name_53 (team VARCHAR, period VARCHAR, time VARCHAR)
SELECT opponent FROM table_name_66 WHERE tournament = "chinese taipei open" AND year = 2000
Which opponent played in the Chinese Taipei Open in 2000?
CREATE TABLE table_name_66 (opponent VARCHAR, tournament VARCHAR, year VARCHAR)
SELECT COUNT(video_out) FROM table_24384861_1 WHERE version = "SoundDock Portable"
how many video out connections does the sounddock portable have?
CREATE TABLE table_24384861_1 (video_out VARCHAR, version VARCHAR)
SELECT city_of_license FROM table_name_42 WHERE frequency_mhz = "91.5 fm"
Which City of license has a Frequency MHz of 91.5 fm?
CREATE TABLE table_name_42 (city_of_license VARCHAR, frequency_mhz VARCHAR)
SELECT peak_position FROM table_23180638_1 WHERE oricon_albums_chart = "Daily Charts"
How many peak positions were there on the daily charts?
CREATE TABLE table_23180638_1 (peak_position VARCHAR, oricon_albums_chart VARCHAR)
SELECT COUNT(league) FROM table_17598822_11 WHERE total = 5
Name the total number of league for 5
CREATE TABLE table_17598822_11 (league VARCHAR, total VARCHAR)
SELECT class FROM table_name_45 WHERE machine = "nsr250" AND points > 97
What class has nsr250 as the machine, with points greater than 97?
CREATE TABLE table_name_45 (class VARCHAR, machine VARCHAR, points VARCHAR)
SELECT AVG(2005) FROM table_name_32 WHERE average_annual = 767
What is the average value for 2005, when the value for Average annual is 767?
CREATE TABLE table_name_32 (average_annual VARCHAR)
SELECT circuit FROM table_26638600_3 WHERE lites_1_race_two_winning_team = "#13 Inspire Motorsports"
On which circuit was the lites race two winning team #13 Inspire Motorsports?
CREATE TABLE table_26638600_3 (circuit VARCHAR, lites_1_race_two_winning_team VARCHAR)
SELECT MIN(au_won) FROM table_2846320_4 WHERE games_played = 92
what was the lowest number that auburn triumphed where the activities took part was 92
CREATE TABLE table_2846320_4 (au_won INTEGER, games_played VARCHAR)
SELECT home_team AS score FROM table_name_74 WHERE away_team = "melbourne"
What score did the opposing home team have against Melbourne
CREATE TABLE table_name_74 (home_team VARCHAR, away_team VARCHAR)
SELECT home FROM table_name_73 WHERE record = "2-4"
Which home had a record of 2-4?
CREATE TABLE table_name_73 (home VARCHAR, record VARCHAR)
SELECT winning_score FROM table_name_1 WHERE runner_s__up = "steve stricker"
What was the winning score when Steve Stricker was runner-up?
CREATE TABLE table_name_1 (winning_score VARCHAR, runner_s__up VARCHAR)
SELECT visa_3 FROM table_name_7 WHERE visa_1 = "michael mcglinchey"
Which Visa 3 has a Visa 1 of michael mcglinchey?
CREATE TABLE table_name_7 (visa_3 VARCHAR, visa_1 VARCHAR)
SELECT MIN(played) FROM table_name_66 WHERE drawn = 2 AND against > 73
What is the smallest played amount when there are 2 draws and an against of more than 73?
CREATE TABLE table_name_66 (played INTEGER, drawn VARCHAR, against VARCHAR)
SELECT record FROM table_name_18 WHERE opponent = "manchester wolves" AND date = "july 30, 2004"
What was the record after the game with the Manchester Wolves on July 30, 2004?
CREATE TABLE table_name_18 (record VARCHAR, opponent VARCHAR, date VARCHAR)
SELECT party FROM table_2668243_22 WHERE result = "Re-elected" AND district = "South Carolina 7"
What "party" was re-elected in district South Carolina 7?
CREATE TABLE table_2668243_22 (party VARCHAR, result VARCHAR, district VARCHAR)
SELECT COUNT(country) FROM table_19001916_2 WHERE supply_point = "Itaipu"
In how many countries is Itaipu a supply point for electricity?
CREATE TABLE table_19001916_2 (country VARCHAR, supply_point VARCHAR)
SELECT score FROM table_name_23 WHERE location = "the forum"
What is the score at the forum location?
CREATE TABLE table_name_23 (score VARCHAR, location VARCHAR)
SELECT position FROM table_11677691_10 WHERE school = "Dooly County High school"
What is the postion of the player listed from Dooly County High School?
CREATE TABLE table_11677691_10 (position VARCHAR, school VARCHAR)
SELECT MIN(average) FROM table_name_48 WHERE evening_gown = 8.811
What is the lowest average score where the evening gown score was 8.811?
CREATE TABLE table_name_48 (average INTEGER, evening_gown VARCHAR)
SELECT typhoid_fever FROM table_1007688_1 WHERE year = "1934"
what is the typhoid fever number for the year 1934
CREATE TABLE table_1007688_1 (typhoid_fever VARCHAR, year VARCHAR)
SELECT T1.Name FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T2.Language = "English" INTERSECT SELECT T1.Name FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T2.Language = "French"
What are the names of nations speak both English and French?
CREATE TABLE country (Name VARCHAR, Code VARCHAR); CREATE TABLE countrylanguage (CountryCode VARCHAR, Language VARCHAR)
SELECT Leading AS scorer FROM table_name_10 WHERE opponent = "@ indiana"
Which Leading Scorer has an Opponent of @ indiana?
CREATE TABLE table_name_10 (Leading VARCHAR, opponent VARCHAR)
SELECT date FROM table_name_53 WHERE type = "tko" AND opponent = "jesse brinkley"
When is a Type of tko, and an Opponent of jesse brinkley
CREATE TABLE table_name_53 (date VARCHAR, type VARCHAR, opponent VARCHAR)
SELECT SUM(silver) FROM table_name_88 WHERE bronze = 7 AND total < 13
For all countries with 7 bronze medals and a total number of medals less than 13, what's the sum of silver medals?
CREATE TABLE table_name_88 (silver INTEGER, bronze VARCHAR, total VARCHAR)
SELECT moving_from FROM table_name_2 WHERE moving_to = "shakhtar donetsk" AND rank = 8
The person with a rank of 8 moving to Shakhtar Donetsk was moving from what Ukrainian Football Club as a transfer?
CREATE TABLE table_name_2 (moving_from VARCHAR, moving_to VARCHAR, rank VARCHAR)