Unnamed: 0
int64
0
78.6k
answer
stringlengths
18
557
question
stringlengths
12
244
context
stringlengths
27
489
translated_answer
stringlengths
12
992
77,800
SELECT location FROM table_name_97 WHERE county = "71 st. joseph" AND school = "south bend washington"
Which location is in 71 St. Joseph county with South Bend Washington school?
CREATE TABLE table_name_97 (location VARCHAR, county VARCHAR, school VARCHAR)
Qual é a localização em 71 St. Joseph county com a South Bend Washington school?
77,801
SELECT mascot FROM table_name_8 WHERE school = "south bend clay"
What is the mascot for South Bend Clay?
CREATE TABLE table_name_8 (mascot VARCHAR, school VARCHAR)
Qual é o mascote de South Bend Clay?
77,802
SELECT street_address FROM table_name_13 WHERE architect = "edmund woolley and andrew hamilton"
What was the address of the building with architects Edmund Woolley and Andrew Hamilton?
CREATE TABLE table_name_13 (street_address VARCHAR, architect VARCHAR)
Qual foi o endereço do edifício com os arquitetos Edmund Woolley e Andrew Hamilton?
77,803
SELECT years_as_tallest FROM table_name_78 WHERE name = "tenth presbyterian church"
How many years as tallest building was the Tenth Presbyterian Church?
CREATE TABLE table_name_78 (years_as_tallest VARCHAR, name VARCHAR)
Quantos anos como edifício mais alto foi a Décima Igreja Presbiteriana?
77,804
SELECT years_as_tallest FROM table_name_6 WHERE name = "independence hall"
How many years as tallest building was Independence Hall?
CREATE TABLE table_name_6 (years_as_tallest VARCHAR, name VARCHAR)
Quantos anos mais alto edifício foi o Independence Hall?
77,805
SELECT height_ft__m_ FROM table_name_69 WHERE name = "tenth presbyterian church"
What is the height of the Tenth Presbyterian Church?
CREATE TABLE table_name_69 (height_ft__m_ VARCHAR, name VARCHAR)
Qual é a altura da Décima Igreja Presbiteriana?
77,806
SELECT record FROM table_name_63 WHERE loss = "plesac (1-5)"
For the Loss of Plesac (1-5), what is the Record?
CREATE TABLE table_name_63 (record VARCHAR, loss VARCHAR)
Para a perda de Plesac (1-5), qual é o registro?
77,807
SELECT record FROM table_name_18 WHERE loss = "plesac (1-5)"
For the Loss of Plesac (1-5), what is the Record?
CREATE TABLE table_name_18 (record VARCHAR, loss VARCHAR)
Para a perda de Plesac (1-5), qual é o registro?
77,808
SELECT entrant FROM table_name_98 WHERE year < 1990 AND chassis = "eurobrun er189"
Name the entrant for year less than 1990 and chassis of eurobrun er189
CREATE TABLE table_name_98 (entrant VARCHAR, year VARCHAR, chassis VARCHAR)
Nomear o participante para o ano inferior a 1990 e o chassi do eurobrun er189
77,809
SELECT engine FROM table_name_57 WHERE year < 1990 AND chassis = "eurobrun er189"
Name the engine for years before 1990 and chassis of eurobrun er189
CREATE TABLE table_name_57 (engine VARCHAR, year VARCHAR, chassis VARCHAR)
Nomeie o motor por anos antes de 1990 e o chassi do eurobrun er189
77,810
SELECT MIN(touchdowns) FROM table_name_79 WHERE receptions = 51 AND games_started < 16
With games started smaller than 16 plus receptions of 51, what is the smallest amount of touchdowns listed?
CREATE TABLE table_name_79 (touchdowns INTEGER, receptions VARCHAR, games_started VARCHAR)
Com os jogos iniciados com menos de 16 recepções de 51, qual é a menor quantidade de touchdowns listados?
77,811
SELECT MAX(games_played) FROM table_name_9 WHERE receptions = 6 AND games_started = 10 AND fumbles < 3
What are the highest number of games played that had game starts of 10, receptions of 6 and fumbles smaller than 3?
CREATE TABLE table_name_9 (games_played INTEGER, fumbles VARCHAR, receptions VARCHAR, games_started VARCHAR)
Qual é o maior número de jogos jogados que tiveram início de jogo de 10, recepções de 6 e fumbles menores que 3?
77,812
SELECT date FROM table_name_66 WHERE casualties = "1 wia" AND circumstances = "ied" AND location = "15km nw of pol-e khomri"
When was the location 15km NW of Pol-E Khomri, the circumstaances IED and the casualties of 1 WIA?
CREATE TABLE table_name_66 (date VARCHAR, location VARCHAR, casualties VARCHAR, circumstances VARCHAR)
Quando foi a localização 15 km NW de Pol-E Khomri, as circunstancias IED e as baixas de 1 WIA?
77,813
SELECT date FROM table_name_17 WHERE location = "pol-e khomri"
When was the incident in Pol-E Khomri?
CREATE TABLE table_name_17 (date VARCHAR, location VARCHAR)
Quando foi o incidente em Pol-E Khomri?
77,814
SELECT nature_of_incident FROM table_name_99 WHERE location = "imam sahib area, kunduz province"
What was the incident in imam sahib area, kunduz province?
CREATE TABLE table_name_99 (nature_of_incident VARCHAR, location VARCHAR)
Qual foi o incidente na área de imam sahib, província de Kunduz?
77,815
SELECT gender FROM table_name_14 WHERE romanized_name = "kim yoon-yeong"
What gender has Romanized name and kim yoon-yeong?
CREATE TABLE table_name_14 (gender VARCHAR, romanized_name VARCHAR)
Qual gênero romanizou o nome e kim yoon-yeong?
77,816
SELECT MIN(year) FROM table_name_97 WHERE team = "baltimore ravens" AND games < 15
What year did Willis McGahee play fewer than 15 games with the Baltimore Ravens?
CREATE TABLE table_name_97 (year INTEGER, team VARCHAR, games VARCHAR)
Em que ano Willis McGahee jogou menos de 15 jogos com o Baltimore Ravens?
77,817
SELECT MIN(games) FROM table_name_81 WHERE year > 2013
After the 2013 season, what was the fewest number of games that Willis McGahee played in a single season?
CREATE TABLE table_name_81 (games INTEGER, year INTEGER)
Após a temporada de 2013, qual foi o menor número de jogos que Willis McGahee jogou em uma única temporada?
77,818
SELECT result FROM table_name_32 WHERE competition = "2006 fifa world cup qualifier" AND venue = "warner park sporting complex, bassaterre"
What is the result when the competition was the 2006 fifa world cup qualifier, and a Venue of warner park sporting complex, bassaterre?
CREATE TABLE table_name_32 (result VARCHAR, competition VARCHAR, venue VARCHAR)
Qual é o resultado quando a competição foi o 2006 FIFA World Cup qualifier, e um local de Warner Park complexo desportivo, bassaterre?
77,819
SELECT venue FROM table_name_98 WHERE competition = "friendly" AND result = "2–3"
What is the name of the venue when the competition was friendly, with a Result of 2–3?
CREATE TABLE table_name_98 (venue VARCHAR, competition VARCHAR, result VARCHAR)
Qual é o nome do local quando a competição foi amigável, com um resultado de 23?
77,820
SELECT venue FROM table_name_21 WHERE score = "5–0" AND competition = "2007 caribbean cup qualifier"
What is the name of the venue when the score was 5–0, and a Competition of 2007 caribbean cup qualifier?
CREATE TABLE table_name_21 (venue VARCHAR, score VARCHAR, competition VARCHAR)
Qual é o nome do local quando a pontuação foi de 5 a 0, e uma competição de qualificação para a Copa do Caribe de 2007?
77,821
SELECT death FROM table_name_45 WHERE name = "elisabeth of valois"
When did elisabeth of valois die?
CREATE TABLE table_name_45 (death VARCHAR, name VARCHAR)
Quando morreu Elisabeth de Valois?
77,822
SELECT entrant FROM table_name_14 WHERE year < 1975 AND chassis = "lotus 20"
Who is entered earlier than 1975 and has a Lotus 20 chassis?
CREATE TABLE table_name_14 (entrant VARCHAR, year VARCHAR, chassis VARCHAR)
Quem entrou antes de 1975 e tem um chassi Lotus 20?
77,823
SELECT engine FROM table_name_41 WHERE chassis = "lotus 49c"
Which engine has a Lotus 49c chassis?
CREATE TABLE table_name_41 (engine VARCHAR, chassis VARCHAR)
Qual motor tem um chassi Lotus 49c?
77,824
SELECT AVG(points) FROM table_name_16 WHERE entrant = "scuderia scribante" AND chassis = "brabham bt11" AND year < 1968
What are the average points of Scuderia Scribante with a Brabham bt11 chassis before 1968?
CREATE TABLE table_name_16 (points INTEGER, year VARCHAR, entrant VARCHAR, chassis VARCHAR)
Quais são os pontos médios do Scuderia Scribante com um chassi Brabham bt11 antes de 1968?
77,825
SELECT COUNT(points) FROM table_name_20 WHERE year > 1972 AND chassis = "mclaren m23"
How many points are there for a Mclaren m23 chassis later than 1972?
CREATE TABLE table_name_20 (points VARCHAR, year VARCHAR, chassis VARCHAR)
Quantos pontos existem para um chassi Mclaren m23 depois de 1972?
77,826
SELECT AVG(change___percentage_) FROM table_name_51 WHERE land_area__km²_ = 546.74 AND population_density__per_km²_ > 0.5
What is the average change to have a land area of 546.74 and a population density greater than 0.5?
CREATE TABLE table_name_51 (change___percentage_ INTEGER, land_area__km²_ VARCHAR, population_density__per_km²_ VARCHAR)
Qual é a mudança média para ter uma área de 546,74 e uma densidade populacional superior a 0,5?
77,827
SELECT finish FROM table_name_64 WHERE year > 1994 AND team = "mb2" AND start = "31"
What was the result after 1994 for team MB2 and 31 starts?
CREATE TABLE table_name_64 (finish VARCHAR, start VARCHAR, year VARCHAR, team VARCHAR)
Qual foi o resultado depois de 1994 para a equipe MB2 e 31 partidas?
77,828
SELECT team FROM table_name_22 WHERE start = "33"
What team has 33 starts?
CREATE TABLE table_name_22 (team VARCHAR, start VARCHAR)
Qual equipe tem 33 partidas?
77,829
SELECT team FROM table_name_90 WHERE year < 1997 AND manufacturer = "ford" AND finish = "35"
What team finished 35 in a ford before 1997?
CREATE TABLE table_name_90 (team VARCHAR, finish VARCHAR, year VARCHAR, manufacturer VARCHAR)
Qual equipe terminou 35 em um ford antes de 1997?
77,830
SELECT SUM(score) FROM table_name_29 WHERE venue = "halmstad" AND year < 2002
What was the sum of the scores before the year 2002, that had the venue of Halmstad?
CREATE TABLE table_name_29 (score INTEGER, venue VARCHAR, year VARCHAR)
Qual foi a soma das pontuações antes do ano 2002, que tinha o local de Halmstad?
77,831
SELECT MAX(score) FROM table_name_1 WHERE country = "france" AND venue = "bokskogens"
What was France's highest score when the venue was Bokskogens?
CREATE TABLE table_name_1 (score INTEGER, country VARCHAR, venue VARCHAR)
Qual foi a maior pontuação da França quando o local era Bokskogens?
77,832
SELECT MIN(year) FROM table_name_25 WHERE winner = "matthew king" AND score > 270
What was the earliest year during which the winner was Matthew King, and during which the score was higher than 270?
CREATE TABLE table_name_25 (year INTEGER, winner VARCHAR, score VARCHAR)
Qual foi o primeiro ano durante o qual o vencedor foi Matthew King, e durante o qual a pontuação foi superior a 270?
77,833
SELECT AVG(year) FROM table_name_7 WHERE score = 270
What was the average year during which the score was 270?
CREATE TABLE table_name_7 (year INTEGER, score VARCHAR)
Qual foi o ano médio em que a pontuação foi de 270?
77,834
SELECT COUNT(score) FROM table_name_76 WHERE winner = "david patrick" AND year > 2005
What were the total number scores after 2005, when the winner was David Patrick?
CREATE TABLE table_name_76 (score VARCHAR, winner VARCHAR, year VARCHAR)
Qual foi a pontuação total depois de 2005, quando o vencedor foi David Patrick?
77,835
SELECT AVG(year) FROM table_name_16 WHERE venue = "bokskogens"
What was the average year that the venue was Bokskogens?
CREATE TABLE table_name_16 (year INTEGER, venue VARCHAR)
Qual foi o ano médio em que o local foi Bokskogens?
77,836
SELECT opponent FROM table_name_66 WHERE score = "4 - 2"
Who did the Toronto Blue Jays play against where the score was 4 - 2?
CREATE TABLE table_name_66 (opponent VARCHAR, score VARCHAR)
Quem fez o Toronto Blue Jays jogar contra onde a pontuação foi 4 - 2?
77,837
SELECT opponent FROM table_name_52 WHERE date = "april 11"
Who did the Blue Jays play against on April 11?
CREATE TABLE table_name_52 (opponent VARCHAR, date VARCHAR)
Com quem os Blue Jays jogaram no dia 11 de abril?
77,838
SELECT opponent FROM table_name_44 WHERE date = "april 24"
Who did the Blue Jays play against on April 24?
CREATE TABLE table_name_44 (opponent VARCHAR, date VARCHAR)
Com quem os Blue Jays jogaram no dia 24 de abril?
77,839
SELECT AVG(value__) AS $m_ FROM table_name_95 WHERE country = "england" AND operating_income_$m_ > -5 AND revenue__$m_ < 103
What was the average Value ($M) when the Country was England, the Operating income($m) was greater than -5, and the Revenue ($M) was smaller than 103?
CREATE TABLE table_name_95 (value__ INTEGER, revenue__$m_ VARCHAR, country VARCHAR, operating_income_$m_ VARCHAR)
Qual foi o valor médio ($M) quando o país era a Inglaterra, a receita operacional($m) foi maior que -5, e a receita ($M) foi menor que 103?
77,840
SELECT COUNT(value__) AS $m_ FROM table_name_54 WHERE country = "spain" AND rank = 19 AND debt_as__percentageof_value > 159
What was the total amount of Value ($M), when the Country was Spain, the Rank was 19, and the Debt as % of value was larger than 159?
CREATE TABLE table_name_54 (value__ VARCHAR, debt_as__percentageof_value VARCHAR, country VARCHAR, rank VARCHAR)
Qual era o valor total do Valor ($M), quando o País era a Espanha, o Rank era 19, e a Dívida em % do valor era maior que 159?
77,841
SELECT SUM(value__) AS $m_ FROM table_name_3 WHERE revenue__$m_ < 307 AND team = "valencia" AND rank < 19
What was the sum of Value ($M), when the Revenue ($M) was less than 307, the Team was Valencia, and the Rank was smaller than 19?
CREATE TABLE table_name_3 (value__ INTEGER, rank VARCHAR, revenue__$m_ VARCHAR, team VARCHAR)
Qual foi a soma de Valor ($M), quando a Receita ($M) era inferior a 307, a Equipe era Valência, e o Rank era menor que 19?
77,842
SELECT COUNT(value__) AS $m_ FROM table_name_36 WHERE rank > 6 AND _percentage_change_on_year = "-27"
What was the total amount of Value ($M), when the Rank was higher than 6, and the % change on year was -27?
CREATE TABLE table_name_36 (value__ VARCHAR, rank VARCHAR, _percentage_change_on_year VARCHAR)
Qual foi o valor total do Valor ($M), quando o Rank foi superior a 6, e a variação percentual em relação ao ano foi de -27?
77,843
SELECT SUM(revenue__) AS $m_ FROM table_name_35 WHERE debt_as__percentageof_value > 27 AND operating_income_$m_ = 77
What was the sum of Revenue ($M), when the Debt as % of value was higher than 27, and the Operating income($m) was 77?
CREATE TABLE table_name_35 (revenue__ INTEGER, debt_as__percentageof_value VARCHAR, operating_income_$m_ VARCHAR)
Qual foi a soma da Receita ($M), quando a Dívida em % do valor foi superior a 27, e a Receita Operacional($m) foi 77?
77,844
SELECT screening_completed FROM table_name_22 WHERE screening_started = "23 january 2006"
Name the screening completed for screening started 23 january 2006
CREATE TABLE table_name_22 (screening_completed VARCHAR, screening_started VARCHAR)
Nome da triagem concluída para triagem iniciada em 23 de janeiro de 2006
77,845
SELECT screening_started FROM table_name_40 WHERE screening_completed = "3 may 2006"
Name the screening started when it was completed 3 may 2006
CREATE TABLE table_name_40 (screening_started VARCHAR, screening_completed VARCHAR)
Nome a triagem começou quando foi concluída 3 de maio de 2006
77,846
SELECT award FROM table_name_2 WHERE result = "nominated" AND year = 2007
What award was Trent Tesoro nominated for in 2007?
CREATE TABLE table_name_2 (award VARCHAR, result VARCHAR, year VARCHAR)
Em que prêmio Trent Tesoro foi indicado em 2007?
77,847
SELECT score FROM table_name_43 WHERE record = "80-64"
What is the score for the team that has a record of 80-64?
CREATE TABLE table_name_43 (score VARCHAR, record VARCHAR)
Qual é a pontuação para a equipe que tem um recorde de 80-64?
77,848
SELECT finish FROM table_name_72 WHERE engine = "cosworth" AND team = "team scandia"
What position did team scandia finish when their engine was cosworth?
CREATE TABLE table_name_72 (finish VARCHAR, engine VARCHAR, team VARCHAR)
Que posição o scandia da equipe terminou quando seu motor era cosworth?
77,849
SELECT finish FROM table_name_10 WHERE engine = "oldsmobile" AND start = "dnq"
What was the position of the team that used an oldsmobile engine and DNQ?
CREATE TABLE table_name_10 (finish VARCHAR, engine VARCHAR, start VARCHAR)
Qual foi a posição da equipe que usou um motor oldsmobile e DNQ?
77,850
SELECT MIN(bronze) FROM table_name_37 WHERE gold > 0 AND nation = "russia"
what is the least bronze when gold is more than 0 for russia?
CREATE TABLE table_name_37 (bronze INTEGER, gold VARCHAR, nation VARCHAR)
Qual é o menor bronze quando o ouro é maior que 0 para a Rússia?
77,851
SELECT MAX(rank) FROM table_name_19 WHERE nation = "italy" AND gold > 1
what is the highest rank for italy when gold is more than 1?
CREATE TABLE table_name_19 (rank INTEGER, nation VARCHAR, gold VARCHAR)
Qual é a classificação mais alta para a Itália quando o ouro é maior que 1?
77,852
SELECT SUM(total) FROM table_name_1 WHERE bronze > 1 AND gold < 1
what is the total when bronze is more than 1 and gold smaller than 1?
CREATE TABLE table_name_1 (total INTEGER, bronze VARCHAR, gold VARCHAR)
Qual é o total quando o bronze é maior que 1 e o ouro menor que 1?
77,853
SELECT avg_seek_time_[ms] FROM table_name_26 WHERE device < 3231
What is the avg seek time for a device that is less than 3231?
CREATE TABLE table_name_26 (avg_seek_time_ VARCHAR, ms VARCHAR, device INTEGER)
Qual é o tempo de busca avg para um dispositivo que é inferior a 3231?
77,854
SELECT MIN(avg_transfer_rate_)[kb_s] FROM table_name_69 WHERE device = 3243
What is the smallest transfer rate for a 3243 device?
CREATE TABLE table_name_69 (kb_s VARCHAR, avg_transfer_rate_ INTEGER, device VARCHAR)
Qual é a menor taxa de transferência para um dispositivo 3243?
77,855
SELECT entrant FROM table_name_59 WHERE year > 1955
Which entrant has a year after 1955?
CREATE TABLE table_name_59 (entrant VARCHAR, year INTEGER)
Qual participante tem um ano depois de 1955?
77,856
SELECT MAX(draws) FROM table_name_35 WHERE club = "real valladolid" AND played < 38
How many draws has a Club of real valladolid that was played less than 38?
CREATE TABLE table_name_35 (draws INTEGER, club VARCHAR, played VARCHAR)
Quantos empates tem um Clube de Valladolid real que foi jogado com menos de 38?
77,857
SELECT COUNT(losses) FROM table_name_51 WHERE goal_difference = 5 AND draws > 10 AND goals_against = 43
How many losses are there with 5 goal differences, drew more than 10 times, and 43 goals against?
CREATE TABLE table_name_51 (losses VARCHAR, goals_against VARCHAR, goal_difference VARCHAR, draws VARCHAR)
Quantas derrotas existem com 5 diferenças de gols, empate mais de 10 vezes e 43 gols contra?
77,858
SELECT award_show FROM table_name_66 WHERE year = 2004 AND category = "most popular drama"
On which award show was Bad Girls nominated for Most Popular Drama in 2004?
CREATE TABLE table_name_66 (award_show VARCHAR, year VARCHAR, category VARCHAR)
Em que programa de premiação Bad Girls foi indicado para o Drama Mais Popular em 2004?
77,859
SELECT recipient_s_ FROM table_name_5 WHERE result = "nominated" AND category = "most popular drama" AND year > 2004
Who was the recipient when the show was nominated for Most Popular Drama after 2004?
CREATE TABLE table_name_5 (recipient_s_ VARCHAR, year VARCHAR, result VARCHAR, category VARCHAR)
Quem foi o destinatário quando o show foi nomeado para o Drama Mais Popular depois de 2004?
77,860
SELECT award_show FROM table_name_53 WHERE category = "best loved drama" AND year = 2002
In what award show was Bad Girls nominated for Best Loved Drama in 2002?
CREATE TABLE table_name_53 (award_show VARCHAR, category VARCHAR, year VARCHAR)
Em que programa de premiação Bad Girls foi indicado para Melhor Drama Amado em 2002?
77,861
SELECT AVG(total) FROM table_name_97 WHERE silver = 2 AND rank > 7
What is the average total number of medals for a nation with 2 silver medals and a rank larger than 7?
CREATE TABLE table_name_97 (total INTEGER, silver VARCHAR, rank VARCHAR)
Qual é o número total médio de medalhas para uma nação com 2 medalhas de prata e uma classificação maior que 7?
77,862
SELECT MIN(rank) FROM table_name_95 WHERE silver < 14 AND bronze < 3 AND total = 4 AND nation = "ukraine"
What is the lowest rank of Ukraine with fewer than 14 silver medals, fewer than 3 bronze medals, and a total of 4 medals?
CREATE TABLE table_name_95 (rank INTEGER, nation VARCHAR, total VARCHAR, silver VARCHAR, bronze VARCHAR)
Qual é a classificação mais baixa da Ucrânia com menos de 14 medalhas de prata, menos de 3 medalhas de bronze e um total de 4 medalhas?
77,863
SELECT COUNT(bronze) FROM table_name_68 WHERE total = 16 AND rank > 3
What is the total of bronze medals from nations with more than 16 total medals and ranks larger than 3?
CREATE TABLE table_name_68 (bronze VARCHAR, total VARCHAR, rank VARCHAR)
Qual é o total de medalhas de bronze de nações com mais de 16 medalhas totais e classificações maiores que 3?
77,864
SELECT COUNT(bronze) FROM table_name_90 WHERE total = 4 AND gold = 1
What is the total number of bronze medals with a total of 4 medals and 1 gold medal?
CREATE TABLE table_name_90 (bronze VARCHAR, total VARCHAR, gold VARCHAR)
Qual é o número total de medalhas de bronze com um total de 4 medalhas e 1 medalha de ouro?
77,865
SELECT qual FROM table_name_35 WHERE laps > 162 AND year = "1953"
What was the qualification with more than 162 laps in 1953?
CREATE TABLE table_name_35 (qual VARCHAR, laps VARCHAR, year VARCHAR)
Qual foi a qualificação com mais de 162 voltas em 1953?
77,866
SELECT qual FROM table_name_16 WHERE laps = 585
What was the qualification with more than 585 laps?
CREATE TABLE table_name_16 (qual VARCHAR, laps VARCHAR)
Qual foi a qualificação com mais de 585 voltas?
77,867
SELECT COUNT(laps) FROM table_name_50 WHERE qual = "136.168"
How many laps had a qualification of 136.168?
CREATE TABLE table_name_50 (laps VARCHAR, qual VARCHAR)
Quantas voltas tiveram uma qualificação de 136.168?
77,868
SELECT appointed_by FROM table_name_15 WHERE title = "envoy extraordinary and minister plenipotentiary" AND termination_of_mission = "march 16, 1905"
Who was appointed with the title of envoy extraordinary and minister plenipotentiary, and a termination of mission of march 16, 1905?
CREATE TABLE table_name_15 (appointed_by VARCHAR, title VARCHAR, termination_of_mission VARCHAR)
Quem foi nomeado com o título de enviado extraordinário e ministro plenipotenciário, e um término da missão de 16 de março de 1905?
77,869
SELECT gdp__billion_us$_ FROM table_name_29 WHERE gdp_per_capita__us$_ = "8,861"
What is the GDP (billion US$) of the country that has a GDP per capita (US$) of 8,861?
CREATE TABLE table_name_29 (gdp__billion_us$_ VARCHAR, gdp_per_capita__us$_ VARCHAR)
Qual é o PIB (bilhões de dólares) do país que tem um PIB per capita (US$) de 8.861?
77,870
SELECT member_countries FROM table_name_71 WHERE population = "1,341,664"
What is the name of the member country that has a Population of 1,341,664?
CREATE TABLE table_name_71 (member_countries VARCHAR, population VARCHAR)
Qual é o nome do país membro que tem uma população de 1.341.664?
77,871
SELECT population FROM table_name_15 WHERE gdp_per_capita__us$_ = "15,054"
What is the total population of the country that has a GDP per capita (US$) of 15,054?
CREATE TABLE table_name_15 (population VARCHAR, gdp_per_capita__us$_ VARCHAR)
Qual é a população total do país que tem um PIB per capita (US$) de 15.054?
77,872
SELECT member_countries FROM table_name_47 WHERE area__km²_ = "49,036"
What is the name of the country that has an Area (km²) of 49,036?
CREATE TABLE table_name_47 (member_countries VARCHAR, area__km²_ VARCHAR)
Qual é o nome do país que tem uma área (km2) de 49.036?
77,873
SELECT gdp__billion_us$_ FROM table_name_76 WHERE area__km²_ = "316"
What is the GDP (billion US$) of the country that has an Area (km²) of 316?
CREATE TABLE table_name_76 (gdp__billion_us$_ VARCHAR, area__km²_ VARCHAR)
Qual é o PIB (bilhões de dólares) do país que tem uma área (km2) de 316?
77,874
SELECT gdp_per_capita__us$_ FROM table_name_54 WHERE population = "2,011,473"
What is the GDP per capita (US$) of the country that has a Population of 2,011,473?
CREATE TABLE table_name_54 (gdp_per_capita__us$_ VARCHAR, population VARCHAR)
Qual é o PIB per capita (US$) do país que tem uma população de 2.011.473?
77,875
SELECT original_title FROM table_name_24 WHERE language = "korean"
What is the original title for the Korean language film?
CREATE TABLE table_name_24 (original_title VARCHAR, language VARCHAR)
Qual é o título original do filme em coreano?
77,876
SELECT language FROM table_name_24 WHERE original_title = "la diagonale du fou"
What language is the film La Diagonale du Fou in?
CREATE TABLE table_name_24 (language VARCHAR, original_title VARCHAR)
Em que língua é o filme La Diagonale du Fou?
77,877
SELECT original_title FROM table_name_88 WHERE language = "hindi"
What was the original title of the Hindi film?
CREATE TABLE table_name_88 (original_title VARCHAR, language VARCHAR)
Qual foi o título original do filme Hindi?
77,878
SELECT language FROM table_name_22 WHERE original_title = "karnal"
What language is the film Karnal in?
CREATE TABLE table_name_22 (language VARCHAR, original_title VARCHAR)
Em que língua é o filme Karnal?
77,879
SELECT film_title_used_in_nomination FROM table_name_18 WHERE country = "netherlands"
What was the film title nominated from the Netherlands?
CREATE TABLE table_name_18 (film_title_used_in_nomination VARCHAR, country VARCHAR)
Qual foi o título do filme nomeado da Holanda?
77,880
SELECT film_title_used_in_nomination FROM table_name_16 WHERE country = "sweden"
What was the film title nominated from the Sweden?
CREATE TABLE table_name_16 (film_title_used_in_nomination VARCHAR, country VARCHAR)
Qual foi o título do filme nomeado da Suécia?
77,881
SELECT score FROM table_name_73 WHERE date = "15 june 1992"
On the Date of 15 June 1992 what is the Score that is listed?
CREATE TABLE table_name_73 (score VARCHAR, date VARCHAR)
Na data de 15 de junho de 1992, qual é a pontuação listada?
77,882
SELECT AVG(crimean_war) FROM table_name_49 WHERE second_afghan_war = "1" AND school = "hamblin and porter's school, cork"
What is the average Crimean War with a Second Afghan War totaling 1, and a School of hamblin and porter's school, cork?
CREATE TABLE table_name_49 (crimean_war INTEGER, second_afghan_war VARCHAR, school VARCHAR)
Qual é a média da Guerra da Crimeia com uma Segunda Guerra Afegã totalizando 1, e uma Escola de Hamblin e escola de porteiro, cortiça?
77,883
SELECT venue FROM table_name_92 WHERE sport = "basketball"
What Venue has Basketball as a Sport?
CREATE TABLE table_name_92 (venue VARCHAR, sport VARCHAR)
Qual é o local onde o basquetebol é um desporto?
77,884
SELECT venue FROM table_name_71 WHERE club = "spartak st. petersburg"
What Venue has Spartak St. Petersburg Club?
CREATE TABLE table_name_71 (venue VARCHAR, club VARCHAR)
Qual é o local do Spartak St. Petersburg Club?
77,885
SELECT sport FROM table_name_40 WHERE established = 1935 AND league = "vsl"
What League of VSL Sport was Established in 1935?
CREATE TABLE table_name_40 (sport VARCHAR, established VARCHAR, league VARCHAR)
Qual Liga do VSL Sport foi criada em 1935?
77,886
SELECT club FROM table_name_13 WHERE league = "mhl" AND established = 2010
What Club Established in 2010 has a League of MHL?
CREATE TABLE table_name_13 (club VARCHAR, league VARCHAR, established VARCHAR)
Qual clube criado em 2010 tem uma Liga de MHL?
77,887
SELECT MAX(attendance) FROM table_name_64 WHERE week = 12
What was the highest attendance week 12?
CREATE TABLE table_name_64 (attendance INTEGER, week VARCHAR)
Qual foi a maior audiência na semana 12?
77,888
SELECT record FROM table_name_4 WHERE result = "w 33-3"
What is the record for the result w 33-3?
CREATE TABLE table_name_4 (record VARCHAR, result VARCHAR)
Qual é o recorde para o resultado w 33-3?
77,889
SELECT committee FROM table_name_98 WHERE first_elected = 1993
What Committee has the First Elected of 1993?
CREATE TABLE table_name_98 (committee VARCHAR, first_elected VARCHAR)
Qual foi a primeira eleição de 1993?
77,890
SELECT COUNT(first_elected) FROM table_name_22 WHERE counties_represented = "anne arundel" AND district = "30" AND committee = "ways and means"
What is the total number of First Elected that has counties represented of Anne Arundel, District of 30, and a Ways and Means Committee?
CREATE TABLE table_name_22 (first_elected VARCHAR, committee VARCHAR, counties_represented VARCHAR, district VARCHAR)
Qual é o número total de Primeiro Eleito que tem condados representados por Anne Arundel, Distrito de 30, e um Comitê de Caminhos e Meios?
77,891
SELECT counties_represented FROM table_name_97 WHERE first_elected = 2006 AND committee = "ways and means"
What counties represented have a First Elected of 2006 and a Ways and Means Committee?
CREATE TABLE table_name_97 (counties_represented VARCHAR, first_elected VARCHAR, committee VARCHAR)
Que condados representados têm um Primeiro Eleito de 2006 e um Comitê de Formas e Meios?
77,892
SELECT venue FROM table_name_56 WHERE year > 2001 AND competition = "summer olympics"
What is the venue when the year is after 2001 for the summer olympics?
CREATE TABLE table_name_56 (venue VARCHAR, year VARCHAR, competition VARCHAR)
Qual é o local quando o ano é depois de 2001 para os Jogos Olímpicos de Verão?
77,893
SELECT SUM(attendance) FROM table_name_48 WHERE date = "august 8"
What is the total attendance for the August 8 game?
CREATE TABLE table_name_48 (attendance INTEGER, date VARCHAR)
Qual é a participação total para o jogo de 8 de agosto?
77,894
SELECT opponent FROM table_name_53 WHERE record = "56-59"
Which opponent led to a 56-59 record?
CREATE TABLE table_name_53 (opponent VARCHAR, record VARCHAR)
Qual adversário levou a um recorde de 56-59?
77,895
SELECT venue FROM table_name_21 WHERE result = "22-12"
Where did they play that the score was 22-12?
CREATE TABLE table_name_21 (venue VARCHAR, result VARCHAR)
Onde eles jogaram que o placar foi 22-12?
77,896
SELECT language FROM table_name_56 WHERE year > 2007 AND role = "urvashi mathur"
What language is spoken after 2007 for the role of urvashi mathur?
CREATE TABLE table_name_56 (language VARCHAR, year VARCHAR, role VARCHAR)
Que língua é falada depois de 2007 para o papel de urvashi mathur?
77,897
SELECT role FROM table_name_26 WHERE language = "hindi" AND year = 2011
What role is spoken in hindi in 2011?
CREATE TABLE table_name_26 (role VARCHAR, language VARCHAR, year VARCHAR)
Qual é o papel do Hindi em 2011?
77,898
SELECT notes FROM table_name_30 WHERE language = "hindi" AND title = "miley naa miley hum"
What is the note section for the role with a language of hindi and a title of miley naa miley hum?
CREATE TABLE table_name_30 (notes VARCHAR, language VARCHAR, title VARCHAR)
Qual é a seção de notas para o papel com uma linguagem de hindi e um título de miley naa miley hum?
77,899
SELECT title FROM table_name_38 WHERE english_translation = "without me"
What is the title of the song that has a translation of Without Me?
CREATE TABLE table_name_38 (title VARCHAR, english_translation VARCHAR)
Qual é o título da canção que tem uma tradução de Without Me?