Unnamed: 0
int64
0
78.6k
answer
stringlengths
18
557
question
stringlengths
12
244
context
stringlengths
27
489
translated_answer
stringlengths
12
992
77,900
SELECT molecules FROM table_name_8 WHERE percent_of_mass = "1.0"
what is the molecules when the percent mass is 1.0?
CREATE TABLE table_name_8 (molecules VARCHAR, percent_of_mass VARCHAR)
Quais são as moléculas quando a massa percentual é de 1,0?
77,901
SELECT molweight__daltons_ FROM table_name_47 WHERE percent_of_mass = "1.5"
what is the mol.weight (daltons) when the percent of mass is 1.5?
CREATE TABLE table_name_47 (molweight__daltons_ VARCHAR, percent_of_mass VARCHAR)
Qual é o peso mol.weight (daltons) quando a porcentagem de massa é de 1,5?
77,902
SELECT percent_of_mass FROM table_name_58 WHERE molecules = "1.74e14*"
what is the perfect of mass when the molecules is 1.74e14*?
CREATE TABLE table_name_58 (percent_of_mass VARCHAR, molecules VARCHAR)
Qual é a massa perfeita quando as moléculas são 1.74e14*?
77,903
SELECT percent_of_mass FROM table_name_21 WHERE molweight__daltons_ = "1e11"
what is the percent of mass when the mol.weight (daltons) is 1e11?
CREATE TABLE table_name_21 (percent_of_mass VARCHAR, molweight__daltons_ VARCHAR)
Qual é a porcentagem de massa quando o peso mol. (daltons) é 1e11?
77,904
SELECT attendance FROM table_name_31 WHERE away_team = "dynamo kyiv" AND home_team = "torpedo zaporizhia"
How many people attended the game when the away team was dynamo kyiv, and a Home team of torpedo zaporizhia?
CREATE TABLE table_name_31 (attendance VARCHAR, away_team VARCHAR, home_team VARCHAR)
Quantas pessoas participaram do jogo quando a equipe de fora era dínamo kyiv, e uma equipe Home de torpedo zaporizhia?
77,905
SELECT round FROM table_name_55 WHERE home_team = "chornomorets odessa"
What was the round when the home team was chornomorets odessa?
CREATE TABLE table_name_55 (round VARCHAR, home_team VARCHAR)
Qual foi a rodada quando a equipe da casa foi chornomorets odessa?
77,906
SELECT rank FROM table_name_55 WHERE location = "dnipro stadium , kremenchuk"
What is the rank when the game was at dnipro stadium , kremenchuk?
CREATE TABLE table_name_55 (rank VARCHAR, location VARCHAR)
Qual é a classificação quando o jogo foi no estádio dnipro, kremenchuk?
77,907
SELECT MIN(points) FROM table_name_48 WHERE engine = "lamborghini v12" AND chassis = "minardi m191b"
What are the lowest points for the engines of the Lamborghini v12 and the Chassis on Minardi m191b?
CREATE TABLE table_name_48 (points INTEGER, engine VARCHAR, chassis VARCHAR)
Quais são os pontos mais baixos para os motores do Lamborghini v12 e do chassi em Minardi m191b?
77,908
SELECT chassis FROM table_name_98 WHERE year < 1997 AND engine = "lamborghini v12"
What is the Chassis from before 1997 with a Lamborghini v12 engine?
CREATE TABLE table_name_98 (chassis VARCHAR, year VARCHAR, engine VARCHAR)
O que é o chassi de antes de 1997 com um motor Lamborghini v12?
77,909
SELECT SUM(year) FROM table_name_32 WHERE chassis = "minardi m190" AND points > 0
What is the total of the year with a point larger than 0 or the Chassis of Minardi m190?
CREATE TABLE table_name_32 (year INTEGER, chassis VARCHAR, points VARCHAR)
Qual é o total do ano com um ponto maior que 0 ou o chassi de Minardi m190?
77,910
SELECT MIN(points) FROM table_name_89 WHERE year = 1992 AND chassis = "minardi m192"
What are the lowest points from 1992 with a Chassis of Minardi m192?
CREATE TABLE table_name_89 (points INTEGER, year VARCHAR, chassis VARCHAR)
Quais são os pontos mais baixos de 1992 com um chassi de Minardi m192?
77,911
SELECT entrant FROM table_name_67 WHERE points = 0 AND year = 1997
What Entrant has 0 points and from 1997?
CREATE TABLE table_name_67 (entrant VARCHAR, points VARCHAR, year VARCHAR)
Qual participante tem 0 pontos e a partir de 1997?
77,912
SELECT COUNT(roll) FROM table_name_98 WHERE decile = 7 AND authority = "state" AND area = "macraes flat"
What is the total roll with a decile less than 7, and an authority of state, in the Macraes Flat area?
CREATE TABLE table_name_98 (roll VARCHAR, area VARCHAR, decile VARCHAR, authority VARCHAR)
Qual é o rolo total com um decil inferior a 7, e uma autoridade de estado, na área de Macraes Flat?
77,913
SELECT years FROM table_name_78 WHERE decile > 6 AND area = "waikouaiti"
What year has a decile more than 6, in the Waikouaiti area?
CREATE TABLE table_name_78 (years VARCHAR, decile VARCHAR, area VARCHAR)
Que ano tem um decil mais de 6, na área de Waikouaiti?
77,914
SELECT regular_season FROM table_name_64 WHERE year = "1994/95"
What place did the Nashville Metros place in the 1994/95 Season?
CREATE TABLE table_name_64 (regular_season VARCHAR, year VARCHAR)
Que lugar o Nashville Metros lugar na temporada 1994/95?
77,915
SELECT year FROM table_name_63 WHERE league = "usisl indoor"
What years did the Nashville Metros have Usisl Indoor League?
CREATE TABLE table_name_63 (year VARCHAR, league VARCHAR)
Em que anos os Metrôs de Nashville tiveram a Usisl Indoor League?
77,916
SELECT round FROM table_name_37 WHERE opponent = "kim eun-ha"
Which Round has kim eun-ha as an Opponent?
CREATE TABLE table_name_37 (round VARCHAR, opponent VARCHAR)
Qual rodada tem kim eun-ha como um oponente?
77,917
SELECT edition FROM table_name_95 WHERE surface = "clay" AND opponent = "park sung-hee"
Which kind of Edition that has a Surface of clay, and Park Sung-Hee as an opponent?
CREATE TABLE table_name_95 (edition VARCHAR, surface VARCHAR, opponent VARCHAR)
Que tipo de edição que tem uma superfície de argila, e Park Sung-Hee como um adversário?
77,918
SELECT MAX(gold) FROM table_name_87 WHERE total > 9 AND silver > 10
What is the highest gold number count where a county had over 9 golds and 10 silvers?
CREATE TABLE table_name_87 (gold INTEGER, total VARCHAR, silver VARCHAR)
Qual é a maior contagem de números de ouro onde um condado tinha mais de 9 ouros e 10 pratas?
77,919
SELECT SUM(bronze) FROM table_name_88 WHERE total = 7 AND silver > 5
How many bronze medals did the country with 7 medals and over 5 silver medals receive?
CREATE TABLE table_name_88 (bronze INTEGER, total VARCHAR, silver VARCHAR)
Quantas medalhas de bronze o país recebeu com 7 medalhas e mais de 5 medalhas de prata?
77,920
SELECT date FROM table_name_78 WHERE venue = "lord's"
Name the date for venue of lord's
CREATE TABLE table_name_78 (date VARCHAR, venue VARCHAR)
Nomeie a data para o local do senhor
77,921
SELECT result FROM table_name_82 WHERE venue = "lord's"
Name the result for venue of lord's
CREATE TABLE table_name_82 (result VARCHAR, venue VARCHAR)
Nomeie o resultado para o local do senhor
77,922
SELECT date FROM table_name_24 WHERE result = "eng by 23 runs"
Name the date for result of eng by 23 runs
CREATE TABLE table_name_24 (date VARCHAR, result VARCHAR)
Nomear a data para o resultado de eng por 23 corridas
77,923
SELECT date FROM table_name_37 WHERE result = "draw" AND venue = "edgbaston"
Name the date for result of draw, and venue of edgbaston
CREATE TABLE table_name_37 (date VARCHAR, result VARCHAR, venue VARCHAR)
Nomear a data para o resultado do sorteio e local de edgbaston
77,924
SELECT COUNT(week) FROM table_name_73 WHERE record = "5-5"
What is the total number of weeks that the Seahawks had a record of 5-5?
CREATE TABLE table_name_73 (week VARCHAR, record VARCHAR)
Qual é o número total de semanas que os Seahawks tinham um recorde de 5-5?
77,925
SELECT name FROM table_name_77 WHERE wins = "1" AND losses = "1" AND matches = "2"
Who has 1 win, 1 loss, and has played 2 matches?
CREATE TABLE table_name_77 (name VARCHAR, matches VARCHAR, wins VARCHAR, losses VARCHAR)
Quem tem 1 vitória, 1 derrota e jogou 2 partidas?
77,926
SELECT name FROM table_name_47 WHERE losses = "5" AND matches = "11"
Who has 5 losses and has played 11 matches?
CREATE TABLE table_name_47 (name VARCHAR, losses VARCHAR, matches VARCHAR)
Quem tem 5 derrotas e já jogou 11 partidas?
77,927
SELECT matches FROM table_name_43 WHERE wins = "1" AND name = "mohammad al-shamlan"
How many matches has Mohammad Al-Shamlan played when there is 1 win?
CREATE TABLE table_name_43 (matches VARCHAR, wins VARCHAR, name VARCHAR)
Quantas partidas Mohammad Al-Shamlan jogou quando há 1 vitória?
77,928
SELECT matches FROM table_name_92 WHERE draws = "1" AND wins = "1"
How many matches were played when there was 1 draw and 1 win?
CREATE TABLE table_name_92 (matches VARCHAR, draws VARCHAR, wins VARCHAR)
Quantas partidas foram jogadas quando houve 1 empate e 1 vitória?
77,929
SELECT played FROM table_name_65 WHERE lost = "5"
Name the played with lost of 5
CREATE TABLE table_name_65 (played VARCHAR, lost VARCHAR)
Nomeie o jogo com a perda de 5
77,930
SELECT played FROM table_name_95 WHERE points_against = "points against"
Name the played with points against of points against
CREATE TABLE table_name_95 (played VARCHAR, points_against VARCHAR)
Nomeie o jogo com pontos contra pontos contra
77,931
SELECT tries_for FROM table_name_35 WHERE tries_against = "38"
Name the tries with tries against of 38
CREATE TABLE table_name_35 (tries_for VARCHAR, tries_against VARCHAR)
Nomeie as tentativas com tentativas contra de 38
77,932
SELECT points_against FROM table_name_91 WHERE played = "22" AND points = "52" AND tries_against = "51"
Name the points against when tries against is 51 and points is 52 with played of 22
CREATE TABLE table_name_91 (points_against VARCHAR, tries_against VARCHAR, played VARCHAR, points VARCHAR)
Nomeie os pontos contra quando tenta contra é 51 e pontos é 52 com jogado de 22
77,933
SELECT points_against FROM table_name_27 WHERE club = "cwmllynfell rfc"
Name the points against for cwmllynfell rfc
CREATE TABLE table_name_27 (points_against VARCHAR, club VARCHAR)
Nomeie os pontos contra para cwmllynfell rfc
77,934
SELECT lead FROM table_name_8 WHERE polling_firm = "election results" AND psoe = "39.6% 175"
What is lead for the Election Results polling firm and has a PSOE of 39.6% 175?
CREATE TABLE table_name_8 (lead VARCHAR, polling_firm VARCHAR, psoe VARCHAR)
Qual é a vantagem para a empresa de pesquisa de resultados eleitorais e tem um PSOE de 39,6% 175?
77,935
SELECT psoe FROM table_name_78 WHERE polling_firm = "local elections"
What is the PSOE for the Local Elections polling firm?
CREATE TABLE table_name_78 (psoe VARCHAR, polling_firm VARCHAR)
O que é o PSOE para a empresa de votação das eleições locais?
77,936
SELECT date FROM table_name_86 WHERE psoe = "36.1%"
Which date has a PSOE of 36.1%?
CREATE TABLE table_name_86 (date VARCHAR, psoe VARCHAR)
Qual data tem um PSOE de 36,1%?
77,937
SELECT height_ft___m FROM table_name_80 WHERE floors = 9
Name the height with 9 floors
CREATE TABLE table_name_80 (height_ft___m VARCHAR, floors VARCHAR)
Nomeie a altura com 9 andares
77,938
SELECT years_as_tallest FROM table_name_4 WHERE floors > 18
Name the years as tallest when floors are larger than 18
CREATE TABLE table_name_4 (years_as_tallest VARCHAR, floors INTEGER)
Nomear os anos como mais altos quando os pisos são maiores que 18
77,939
SELECT name FROM table_name_25 WHERE floors = 17
Tell me the name that has 17 floors
CREATE TABLE table_name_25 (name VARCHAR, floors VARCHAR)
Diga-me o nome que tem 17 andares
77,940
SELECT position FROM table_name_64 WHERE overall < 254 AND round < 5 AND pick__number < 13
Which was the position for overall less than 254, round less than 5 and pick number less than 13?
CREATE TABLE table_name_64 (position VARCHAR, pick__number VARCHAR, overall VARCHAR, round VARCHAR)
Qual foi a posição para menos de 254, rodada menos de 5 e número de escolha menos de 13?
77,941
SELECT round FROM table_name_84 WHERE overall = 6
Name the round having an overall of 6
CREATE TABLE table_name_84 (round VARCHAR, overall VARCHAR)
Nomeie a rodada com um total de 6
77,942
SELECT position FROM table_name_96 WHERE college = "virginia"
Name the position of the player from college of virginia
CREATE TABLE table_name_96 (position VARCHAR, college VARCHAR)
Nomear a posição do jogador da faculdade de virginia
77,943
SELECT date FROM table_name_48 WHERE goal = 3
What was the date of the game that had a goal of 3?
CREATE TABLE table_name_48 (date VARCHAR, goal VARCHAR)
Qual foi a data do jogo que teve um gol de 3?
77,944
SELECT date FROM table_name_58 WHERE goal = 4
What was the date of the game that had a goal of 4?
CREATE TABLE table_name_58 (date VARCHAR, goal VARCHAR)
Qual foi a data do jogo que teve um gol de 4?
77,945
SELECT MAX(rank) FROM table_name_20 WHERE lane = 5
What is the highest rank of a swimmer in lane 5?
CREATE TABLE table_name_20 (rank INTEGER, lane VARCHAR)
Qual é a classificação mais alta de um nadador na pista 5?
77,946
SELECT MIN(rank) FROM table_name_28 WHERE name = "jens kruppa" AND lane > 2
What is the lowest rank of Jens Kruppa in a lane larger than 2?
CREATE TABLE table_name_28 (rank INTEGER, name VARCHAR, lane VARCHAR)
Qual é a classificação mais baixa de Jens Kruppa em uma faixa maior que 2?
77,947
SELECT nationality FROM table_name_33 WHERE rank < 6 AND lane = 6
Which nationality has a lane of 6 and a rank smaller than 6?
CREATE TABLE table_name_33 (nationality VARCHAR, rank VARCHAR, lane VARCHAR)
Qual nacionalidade tem uma faixa de 6 e uma classificação menor que 6?
77,948
SELECT total FROM table_name_33 WHERE player = "tony jacklin"
What is Tony Jacklin's total?
CREATE TABLE table_name_33 (total VARCHAR, player VARCHAR)
Qual é o total de Tony Jacklin?
77,949
SELECT to_par FROM table_name_9 WHERE player = "todd hamilton"
What was Todd Hamilton's to par?
CREATE TABLE table_name_9 (to_par VARCHAR, player VARCHAR)
O que é que o Todd Hamilton tinha a ver com isso?
77,950
SELECT year_s__won FROM table_name_6 WHERE to_par > 11
When was a game won with more than 11 to par?
CREATE TABLE table_name_6 (year_s__won VARCHAR, to_par INTEGER)
Quando um jogo foi ganho com mais de 11 para par?
77,951
SELECT location FROM table_name_77 WHERE callsign = "dwrj-fm"
Where is the place that has a Callsign of DWRJ-FM?
CREATE TABLE table_name_77 (location VARCHAR, callsign VARCHAR)
Onde está o lugar que tem um Callsign de DWRJ-FM?
77,952
SELECT power__kw_ FROM table_name_75 WHERE location = "metro manila"
Which Power has Location in metro manila
CREATE TABLE table_name_75 (power__kw_ VARCHAR, location VARCHAR)
Qual poder tem localização no metro manila
77,953
SELECT tier FROM table_name_61 WHERE tournament = "mont de marson"
Which tier of the tournament has Mont de Marson in it?
CREATE TABLE table_name_61 (tier VARCHAR, tournament VARCHAR)
Qual nível do torneio tem o Mont de Marson nele?
77,954
SELECT date FROM table_name_65 WHERE opponents_in_the_final = "akgul amanmuradova nina bratchikova"
Which date has opponents, Akgul Amanmuradova Nina Bratchikova, in the final?
CREATE TABLE table_name_65 (date VARCHAR, opponents_in_the_final VARCHAR)
Qual a data em que os adversários, Akgul Amanmuradova Nina Bratchikova, na final?
77,955
SELECT date FROM table_name_20 WHERE opponents_in_the_final = "claire de gubernatis alexandra dulgheru"
Which date has opponents, Claire De Gubernatis Alexandra Dulgheru, in the final?
CREATE TABLE table_name_20 (date VARCHAR, opponents_in_the_final VARCHAR)
Qual é a data da final de Claire De Gubernatis Alexandra Dulgheru?
77,956
SELECT score FROM table_name_66 WHERE tournament = "antalya-belek"
What is the score in the touranament of Antalya-Belek?
CREATE TABLE table_name_66 (score VARCHAR, tournament VARCHAR)
Qual é a pontuação no touranament de Antalya-Belek?
77,957
SELECT date FROM table_name_66 WHERE tier = "itf $10k"
Which date has the tier of Itf $10k?
CREATE TABLE table_name_66 (date VARCHAR, tier VARCHAR)
Qual data tem o nível de ITF $10k?
77,958
SELECT vs_all FROM table_name_72 WHERE vs_terran = "159"
What is the score vs. all when the score vs. Terran is 159?
CREATE TABLE table_name_72 (vs_all VARCHAR, vs_terran VARCHAR)
Qual é a pontuação vs. tudo quando a pontuação vs. Terran é 159?
77,959
SELECT vs_protoss FROM table_name_97 WHERE vs_terran = "10 wins"
What is the score vs. Protoss when the score vs. Terran is 10 wins?
CREATE TABLE table_name_97 (vs_protoss VARCHAR, vs_terran VARCHAR)
Qual é a pontuação vs. Protoss quando a pontuação vs. Terran é de 10 vitórias?
77,960
SELECT vs_terran FROM table_name_12 WHERE vs_zerg = "69"
What is the score vs. Terran when the score vs. Zerg is 69?
CREATE TABLE table_name_12 (vs_terran VARCHAR, vs_zerg VARCHAR)
Qual é o resultado vs. Terran quando o resultado vs. Zerg é 69?
77,961
SELECT as_of_september_1, _2012 FROM table_name_61 WHERE vs_all = "65.47%"
What occurrs as of September 1, 2012 when the value for vs. all is 65.47%?
CREATE TABLE table_name_61 (as_of_september_1 VARCHAR, _2012 VARCHAR, vs_all VARCHAR)
O que ocorre a partir de 1o de setembro de 2012, quando o valor para vs. tudo é 65,47%?
77,962
SELECT record FROM table_name_35 WHERE opponent = "bye"
What is the record of the opponent that has a bye?
CREATE TABLE table_name_35 (record VARCHAR, opponent VARCHAR)
Qual é o registro do oponente que tem um tchau?
77,963
SELECT AVG(total_medals) FROM table_name_99 WHERE gold_medals = 0 AND ensemble = "roland hayes school"
What was the average total medals received by Roland Hayes School when there were 0 gold medals?
CREATE TABLE table_name_99 (total_medals INTEGER, gold_medals VARCHAR, ensemble VARCHAR)
Qual foi a média de medalhas totais recebidas pela Roland Hayes School quando havia 0 medalhas de ouro?
77,964
SELECT COUNT(total_medals) FROM table_name_42 WHERE ensemble = "james logan high school" AND silver_medals < 1
What was the total number of medals received by James Logan High School when it received less than 1 silver medal?
CREATE TABLE table_name_42 (total_medals VARCHAR, ensemble VARCHAR, silver_medals VARCHAR)
Qual foi o número total de medalhas recebidas pela James Logan High School quando recebeu menos de 1 medalha de prata?
77,965
SELECT MAX(bronze_medals) FROM table_name_77 WHERE gold_medals < 0
What is the highest number of bronze medals received by an ensemble who received fewer than 0 gold medals?
CREATE TABLE table_name_77 (bronze_medals INTEGER, gold_medals INTEGER)
Qual é o maior número de medalhas de bronze recebidas por um conjunto que recebeu menos de 0 medalhas de ouro?
77,966
SELECT score FROM table_name_3 WHERE competition = "2008 africa cup of nations"
What was the Score of the 2008 Africa Cup of Nations Competition?
CREATE TABLE table_name_3 (score VARCHAR, competition VARCHAR)
Qual foi a pontuação da Copa das Nações Africanas de 2008?
77,967
SELECT MAX(goals_for) FROM table_name_18 WHERE losses < 15 AND position > 8 AND points = "42+4"
Name the most goals with losses less than 15 and position more than 8 with points of 42+4
CREATE TABLE table_name_18 (goals_for INTEGER, points VARCHAR, losses VARCHAR, position VARCHAR)
Nomeie o maior número de golos com perdas inferiores a 15 e posicione mais de 8 com pontos de 42+4
77,968
SELECT AVG(goals_against) FROM table_name_92 WHERE draws = 8 AND losses < 12 AND wins > 22
Name the average goals against for draws of 8 and wins more than 22 with losses less than 12
CREATE TABLE table_name_92 (goals_against INTEGER, wins VARCHAR, draws VARCHAR, losses VARCHAR)
Nomeie os golos médios contra empates de 8 e ganhe mais de 22 com perdas inferiores a 12
77,969
SELECT MIN(wins) FROM table_name_19 WHERE position < 20 AND goals_for = 35 AND goal_difference < -20
Name the least wins for goal difference being less than -20 with position less than 20 and goals for of 35
CREATE TABLE table_name_19 (wins INTEGER, goal_difference VARCHAR, position VARCHAR, goals_for VARCHAR)
Nomeie o mínimo de vitórias por diferença de gols ser menor que -20 com posição menor que 20 e gols para 35
77,970
SELECT AVG(losses) FROM table_name_58 WHERE draws > 6 AND played > 38
Name the average losses for draws larger than 6 and played more than 38
CREATE TABLE table_name_58 (losses INTEGER, draws VARCHAR, played VARCHAR)
Nomeie as perdas médias para empates maiores que 6 e jogou mais de 38
77,971
SELECT MIN(goals_against) FROM table_name_4 WHERE played > 38
Name the least goals against for played more than 38
CREATE TABLE table_name_4 (goals_against INTEGER, played INTEGER)
Nomeie os menos gols contra por mais de 38 jogados
77,972
SELECT entrant FROM table_name_64 WHERE year > 1961 AND engine = "ferrari v8" AND points < 23
After 1961, who as the Entrant when the engine was a Ferrari v8, and when the points were lower than 23?
CREATE TABLE table_name_64 (entrant VARCHAR, points VARCHAR, year VARCHAR, engine VARCHAR)
Depois de 1961, quem como participante quando o motor era um Ferrari v8, e quando os pontos eram inferiores a 23?
77,973
SELECT chassis FROM table_name_38 WHERE year = 1967
What is was the Chassis in 1967?
CREATE TABLE table_name_38 (chassis VARCHAR, year VARCHAR)
O que foi o Chassis em 1967?
77,974
SELECT COUNT(points) FROM table_name_97 WHERE engine = "ferrari v6" AND year = 1962
In 1962, what was the total number of points, when the Engine was Ferrari v6?
CREATE TABLE table_name_97 (points VARCHAR, engine VARCHAR, year VARCHAR)
Em 1962, qual era o número total de pontos, quando o motor era Ferrari v6?
77,975
SELECT chassis FROM table_name_51 WHERE points < 6 AND year = 1961
In 1961, what was the Chassis when the points were lower than 6?
CREATE TABLE table_name_51 (chassis VARCHAR, points VARCHAR, year VARCHAR)
Em 1961, o que era o Chassis quando os pontos eram inferiores a 6?
77,976
SELECT SUM(year) FROM table_name_68 WHERE entrant = "scuderia ferrari" AND chassis = "ferrari 312/66"
What was the sum of the years, when the entrant was Scuderia Ferrari, and when the Chassis was Ferrari 312/66?
CREATE TABLE table_name_68 (year INTEGER, entrant VARCHAR, chassis VARCHAR)
Qual foi a soma dos anos, quando o participante era a Scuderia Ferrari, e quando o Chassis era a Ferrari 312/66?
77,977
SELECT SUM(year) FROM table_name_69 WHERE entrant = "scuderia centro sud" AND points = 6
What was the sum of the years, when the entrant was Scuderia Centro Sud, and when there were 6 points?
CREATE TABLE table_name_69 (year INTEGER, entrant VARCHAR, points VARCHAR)
Qual foi a soma dos anos, quando o participante era a Scuderia Centro Sud, e quando havia 6 pontos?
77,978
SELECT authority FROM table_name_93 WHERE gender = "coed" AND area = "kelvin grove" AND name = "tkkm o manawatu"
In the tkkm o manawatu coed school in kelvin grove, what is the Authority listed/
CREATE TABLE table_name_93 (authority VARCHAR, name VARCHAR, gender VARCHAR, area VARCHAR)
Na escola coed tkkm o manawatu em kelvin grove, o que é a Autoridade listada /
77,979
SELECT authority FROM table_name_49 WHERE gender = "coed" AND decile > 4 AND roll = "150"
which Authority has a coed school with a decile greater than 4, with a 150 roll?
CREATE TABLE table_name_49 (authority VARCHAR, roll VARCHAR, gender VARCHAR, decile VARCHAR)
qual Autoridade tem uma escola de coed com um decil maior que 4, com um rolo de 150?
77,980
SELECT language FROM table_name_68 WHERE original_title = "trotta"
Name the language for trotta
CREATE TABLE table_name_68 (language VARCHAR, original_title VARCHAR)
Nomear o idioma para trotta
77,981
SELECT original_title FROM table_name_85 WHERE director = "luis buñuel"
Name the original title directed by luis buñuel
CREATE TABLE table_name_85 (original_title VARCHAR, director VARCHAR)
Nome do título original dirigido por luis buuel
77,982
SELECT original_title FROM table_name_79 WHERE director = "sudhendu roy"
Name the original title directed by sudhendu roy
CREATE TABLE table_name_79 (original_title VARCHAR, director VARCHAR)
Nome do título original dirigido por sudhendu roy
77,983
SELECT film_title_used_in_nomination FROM table_name_78 WHERE language = "spanish" AND country = "peru"
Name the film title that is spanish from peru
CREATE TABLE table_name_78 (film_title_used_in_nomination VARCHAR, language VARCHAR, country VARCHAR)
Nomeie o título do filme que é espanhol de peru
77,984
SELECT language FROM table_name_96 WHERE country = "switzerland"
Name the langauge for switzerland
CREATE TABLE table_name_96 (language VARCHAR, country VARCHAR)
Nomear o langauge para a Suíça
77,985
SELECT MIN(total) FROM table_name_54 WHERE rank > 2 AND bronze = 1 AND silver > 0 AND gold < 0
What is the Total with 0 Silver and Gold, 1 Bronze and Rank larger than 2?
CREATE TABLE table_name_54 (total INTEGER, gold VARCHAR, silver VARCHAR, rank VARCHAR, bronze VARCHAR)
O que é o Total com 0 Prata e Ouro, 1 Bronze e Rank maior que 2?
77,986
SELECT AVG(bronze) FROM table_name_70 WHERE rank < 5 AND gold > 2 AND total = 9 AND silver < 4
How many Bronze medals were received by the nation that Ranked less than 5 and received more than 2 Gold medals, less than 4 Silver medals with a Total of 9 medals?
CREATE TABLE table_name_70 (bronze INTEGER, silver VARCHAR, total VARCHAR, rank VARCHAR, gold VARCHAR)
Quantas medalhas de bronze foram recebidas pela nação que classificou menos de 5 e recebeu mais de 2 medalhas de ouro, menos de 4 medalhas de prata com um total de 9 medalhas?
77,987
SELECT order FROM table_name_26 WHERE family = "vespertilionidae" AND name = "northern long-eared myotis"
which order of bat belongs to the family of vespertilionidae and includes the northern long-eared myotis?
CREATE TABLE table_name_26 (order VARCHAR, family VARCHAR, name VARCHAR)
qual ordem de morcego pertence à família de vespertilionidae e inclui o miotis de orelhas longas do norte?
77,988
SELECT year FROM table_name_42 WHERE class = "wsc"
What year has WSC class?
CREATE TABLE table_name_42 (year VARCHAR, class VARCHAR)
Que ano tem a classe WSC?
77,989
SELECT race FROM table_name_27 WHERE jockey = "d. beadman" AND result = "4th"
Which race has D. Beadman for the jockey and a 4th place result?
CREATE TABLE table_name_27 (race VARCHAR, jockey VARCHAR, result VARCHAR)
Qual corrida tem D. Beadman para o jóquei e um resultado de 4o lugar?
77,990
SELECT 1 AS st_member FROM table_name_7 WHERE election = "1884 by-election"
Who is the 1st member in the 1884 by-election?
CREATE TABLE table_name_7 (election VARCHAR)
Quem é o primeiro membro na eleição de 1884?
77,991
SELECT 2 AS nd_party FROM table_name_16 WHERE election = "1874"
What is the 2nd party in the 1874 election?
CREATE TABLE table_name_16 (election VARCHAR)
Qual é o segundo partido nas eleições de 1874?
77,992
SELECT school FROM table_name_64 WHERE position = "c"
Which school had a player who played the C position?
CREATE TABLE table_name_64 (school VARCHAR, position VARCHAR)
Qual escola tinha um jogador que jogou a posição C?
77,993
SELECT AVG(game) FROM table_name_11 WHERE date = "october 16"
Which game is on the date October 16?
CREATE TABLE table_name_11 (game INTEGER, date VARCHAR)
Qual jogo é na data 16 de outubro?
77,994
SELECT 2009 FROM table_name_75 WHERE 2006 = "q1" AND tournament = "french open"
What is the 2009 value with a q1 in 2006 in the French Open?
CREATE TABLE table_name_75 (tournament VARCHAR)
Qual é o valor de 2009 com um q1 em 2006 no Aberto da França?
77,995
SELECT 2010 FROM table_name_83 WHERE 2008 = "2r" AND 2013 = "a"
What is the 2010 value with a 2r in 2008 and A in 2013?
CREATE TABLE table_name_83 (Id VARCHAR)
Qual é o valor de 2010 com um 2r em 2008 e um em 2013?
77,996
SELECT 2007 FROM table_name_26 WHERE 2009 = "1r" AND tournament = "us open"
What is the 2007 value with 1r in 2009 in the US Open?
CREATE TABLE table_name_26 (tournament VARCHAR)
Qual é o valor de 2007 com 1r em 2009 no US Open?
77,997
SELECT 2009 FROM table_name_55 WHERE 2011 = "grand slam tournaments"
What is the 2009 value in the 2011 Grand Slam Tournaments?
CREATE TABLE table_name_55 (Id VARCHAR)
Qual é o valor de 2009 nos Torneios de Grand Slam de 2011?
77,998
SELECT 2005 FROM table_name_73 WHERE 2013 = "1r" AND 2011 = "q2"
What is the 2005 value with 1r in 2013 and q2 in 2011?
CREATE TABLE table_name_73 (Id VARCHAR)
Qual é o valor de 2005 com 1r em 2013 e q2 em 2011?
77,999
SELECT 2010 FROM table_name_60 WHERE tournament = "australian open"
What is the 2010 value in the Australian Open?
CREATE TABLE table_name_60 (tournament VARCHAR)
Qual é o valor de 2010 no Aberto da Austrália?