Unnamed: 0
int64
0
78.6k
answer
stringlengths
18
557
question
stringlengths
12
244
context
stringlengths
27
489
translated_answer
stringlengths
12
992
74,200
SELECT player FROM table_name_97 WHERE bowling = "4-15"
What bowler has a record of 4-15?
CREATE TABLE table_name_97 (player VARCHAR, bowling VARCHAR)
Qual jogador tem um recorde de 4-15?
74,201
SELECT rank FROM table_name_69 WHERE player = "james franklin"
What ranking is james franklin?
CREATE TABLE table_name_69 (rank VARCHAR, player VARCHAR)
Qual é a classificação de James Franklin?
74,202
SELECT venue FROM table_name_14 WHERE player = "tim southee"
what venue does tim southee bowl at?
CREATE TABLE table_name_14 (venue VARCHAR, player VARCHAR)
em que local o tim soutee bowl?
74,203
SELECT regular_season FROM table_name_38 WHERE year = "2012"
What was the regular season for 2012?
CREATE TABLE table_name_38 (regular_season VARCHAR, year VARCHAR)
Qual foi a temporada regular de 2012?
74,204
SELECT MIN(division) FROM table_name_91 WHERE playoffs = "did not qualify" AND open_cup = "did not qualify" AND year = "2002"
What is the lowest division in the playoffs and did not qualify for the Open Cup in 2002?
CREATE TABLE table_name_91 (division INTEGER, year VARCHAR, playoffs VARCHAR, open_cup VARCHAR)
Qual é a divisão mais baixa dos playoffs e não se qualificou para a Copa Aberta em 2002?
74,205
SELECT chassis FROM table_name_40 WHERE points > 0
What chassis has more than 0 points?
CREATE TABLE table_name_40 (chassis VARCHAR, points INTEGER)
Qual chassi tem mais de 0 pontos?
74,206
SELECT COUNT(points) FROM table_name_95 WHERE year < 1955
How many points were there before 1955?
CREATE TABLE table_name_95 (points VARCHAR, year INTEGER)
Quantos pontos existiam antes de 1955?
74,207
SELECT MIN(points) FROM table_name_5 WHERE chassis = "epperly indy roadster" AND year = 1959
What is the lowest amount of points held by the Epperly Indy roadster in 1959?
CREATE TABLE table_name_5 (points INTEGER, chassis VARCHAR, year VARCHAR)
Qual é a menor quantidade de pontos detidos pelo roadster Epperly Indy em 1959?
74,208
SELECT chassis FROM table_name_3 WHERE points > 0
What Chassis has more than 0 points?
CREATE TABLE table_name_3 (chassis VARCHAR, points INTEGER)
Qual Chassi tem mais de 0 pontos?
74,209
SELECT date FROM table_name_15 WHERE attendance = "4,286"
What is the date that 4,286 attended?
CREATE TABLE table_name_15 (date VARCHAR, attendance VARCHAR)
Qual foi a data em que 4,286 pessoas compareceram?
74,210
SELECT game_site FROM table_name_64 WHERE opponent = "cf pachuca"
Where does CF Pachuca play?
CREATE TABLE table_name_64 (game_site VARCHAR, opponent VARCHAR)
Onde é que o CF Pachuca joga?
74,211
SELECT attendance FROM table_name_21 WHERE game_site = "cup quarterfinals"
What was the attendance of the Cup Quarterfinals game?
CREATE TABLE table_name_21 (attendance VARCHAR, game_site VARCHAR)
Qual foi a participação no jogo das quartas-de-final da Copa?
74,212
SELECT 2000 FROM table_name_19 WHERE 2013 = "3rd"
What shows for 2000 when 2013 shows 3rd?
CREATE TABLE table_name_19 (Id VARCHAR)
O que mostra para o ano 2000 quando 2013 mostra o terceiro?
74,213
SELECT 2004 FROM table_name_17 WHERE 2013 = "3rd"
What is the 2004 when 2013 is 3rd?
CREATE TABLE table_name_17 (Id VARCHAR)
O que é o 2004 quando 2013 é o 3o?
74,214
SELECT 2009 FROM table_name_39 WHERE 2013 = "4th"
What is the 2009 when the 2013 is 4th?
CREATE TABLE table_name_39 (Id VARCHAR)
O que é o 2009 quando o 2013 é o 4o?
74,215
SELECT 2009 FROM table_name_4 WHERE 2000 = "–" AND total = 3 AND 2004 = "9th"
What shows for 209 when the 2000 is –, and a Total of 3, and a 2004 of 9th?
CREATE TABLE table_name_4 (total VARCHAR)
O que mostra para 209 quando o 2000 é -, e um total de 3, e um 2004 de 9?
74,216
SELECT winning_score FROM table_name_14 WHERE championship = "pga championship"
What was the winning score in the PGA Championship?
CREATE TABLE table_name_14 (winning_score VARCHAR, championship VARCHAR)
Qual foi a pontuação vencedora no Campeonato PGA?
74,217
SELECT SUM(draws) FROM table_name_55 WHERE losses = 1
How many draws with 1 loss?
CREATE TABLE table_name_55 (draws INTEGER, losses VARCHAR)
Quantos empates com 1 perda?
74,218
SELECT COUNT(losses) FROM table_name_98 WHERE name = "alex wilkinson"
How many losses does Alex Wilkinson have?
CREATE TABLE table_name_98 (losses VARCHAR, name VARCHAR)
Quantas perdas Alex Wilkinson tem?
74,219
SELECT type FROM table_name_53 WHERE principal_activities = "headquarters"
Name the type for headquarters principal activites.
CREATE TABLE table_name_53 (type VARCHAR, principal_activities VARCHAR)
Nomeie o tipo de atividade principal da sede.
74,220
SELECT incorporated_in FROM table_name_73 WHERE principal_activities = "travel agency"
Name the incorporated for principal activites of travel agency
CREATE TABLE table_name_73 (incorporated_in VARCHAR, principal_activities VARCHAR)
Nomear as atividades incorporadas para as principais atividades da agência de viagens
74,221
SELECT title FROM table_name_23 WHERE presentation_of_credentials = "april 24, 1884"
Name the title with presentation of credentials of april 24, 1884
CREATE TABLE table_name_23 (title VARCHAR, presentation_of_credentials VARCHAR)
Nomear o título com apresentação de credenciais de 24 de abril de 1884
74,222
SELECT presentation_of_credentials FROM table_name_45 WHERE appointed_by = "grover cleveland" AND representative = "charles w. buck"
Name the presentation of credentials for appointed by of grover cleveland and representative of charles w. buck
CREATE TABLE table_name_45 (presentation_of_credentials VARCHAR, appointed_by VARCHAR, representative VARCHAR)
Nomear a apresentação de credenciais para nomeado por de grover cleveland e representante de charles w. buck
74,223
SELECT title FROM table_name_62 WHERE presentation_of_credentials = "april 10, 1907"
Name the title with presentation of credentials of april 10, 1907
CREATE TABLE table_name_62 (title VARCHAR, presentation_of_credentials VARCHAR)
Nomeie o título com a apresentação das credenciais de 10 de abril de 1907
74,224
SELECT title FROM table_name_65 WHERE termination_of_mission = "february 24, 1828"
Name the title with termination of mission of february 24, 1828
CREATE TABLE table_name_65 (title VARCHAR, termination_of_mission VARCHAR)
Nomeie o título com o término da missão de 24 de fevereiro de 1828
74,225
SELECT title FROM table_name_24 WHERE termination_of_mission = "april 10, 1939"
Name the title with termination of mission of april 10, 1939
CREATE TABLE table_name_24 (title VARCHAR, termination_of_mission VARCHAR)
Nomeie o título com o término da missão de 10 de abril de 1939
74,226
SELECT termination_of_mission FROM table_name_18 WHERE appointed_by = "woodrow wilson" AND representative = "benton mcmillin"
Name the termination of mission for woodrow wilson appointed by and representative of benton mcmillin
CREATE TABLE table_name_18 (termination_of_mission VARCHAR, appointed_by VARCHAR, representative VARCHAR)
Nomear o termo da missão para o woodrow wilson nomeado por e representante de benton mcmillin
74,227
SELECT MAX(points_gained) FROM table_name_57 WHERE fans_took = "907" AND miles_[one_way] > 44.9
What is the highest points gained of the match where fans took 907 and there were more than 44.9 miles one way?
CREATE TABLE table_name_57 (points_gained INTEGER, fans_took VARCHAR, miles_ VARCHAR, one_way VARCHAR)
Quais são os pontos mais altos do jogo, onde os fãs levaram 907 e havia mais de 44,9 milhas de uma maneira?
74,228
SELECT SUM(points_gained) FROM table_name_36 WHERE fans_took = "403 [sunday]"
What is the points gained of the match where fans took 403 [sunday]?
CREATE TABLE table_name_36 (points_gained INTEGER, fans_took VARCHAR)
Quais são os pontos ganhos da partida em que os fãs levaram 403 [domingo]?
74,229
SELECT team FROM table_name_71 WHERE fans_took = "288"
Which team had fans took of 288?
CREATE TABLE table_name_71 (team VARCHAR, fans_took VARCHAR)
Qual equipe teve fãs de 288?
74,230
SELECT years FROM table_name_99 WHERE ranking = 1
What years had a ranking of 1?
CREATE TABLE table_name_99 (years VARCHAR, ranking VARCHAR)
Que anos teve um ranking de 1?
74,231
SELECT nationality FROM table_name_25 WHERE goals = 50 AND ranking = 3
What is the nationality of the person with 50 goals and rank 3?
CREATE TABLE table_name_25 (nationality VARCHAR, goals VARCHAR, ranking VARCHAR)
Qual é a nacionalidade da pessoa com 50 objetivos e classificação 3?
74,232
SELECT status FROM table_name_58 WHERE name = "joon-hyung park 박준형"
What was the status of joon-hyung park 박준형?
CREATE TABLE table_name_58 (status VARCHAR, name VARCHAR)
Qual era o status do parque joon-hyung?
74,233
SELECT name FROM table_name_80 WHERE style = "ballet" AND status = "original cast"
Who had a ballet style with original cast?
CREATE TABLE table_name_80 (name VARCHAR, style VARCHAR, status VARCHAR)
Quem tinha um estilo de ballet com elenco original?
74,234
SELECT first_performance FROM table_name_80 WHERE status = "replacement cast"
When was the first performance with a replacement cast?
CREATE TABLE table_name_80 (first_performance VARCHAR, status VARCHAR)
Quando foi a primeira apresentação com um elenco de substituição?
74,235
SELECT MAX(year) FROM table_name_43 WHERE chassis = "tyrrell 018" AND points < 3
What is the latest year for the Tyrrell 018 Chassis that has less than 3 points?
CREATE TABLE table_name_43 (year INTEGER, chassis VARCHAR, points VARCHAR)
Qual é o ano mais recente para o Tyrrell 018 Chassis que tem menos de 3 pontos?
74,236
SELECT entrant FROM table_name_42 WHERE engine = "honda v6" AND chassis = "lotus 99t"
Which entrant has a Honda V6 engine and a Lotus 99t chassis?
CREATE TABLE table_name_42 (entrant VARCHAR, engine VARCHAR, chassis VARCHAR)
Qual participante tem um motor Honda V6 e um chassi Lotus 99t?
74,237
SELECT best FROM table_name_4 WHERE matches > 11 AND runs = 1088
Name the best when runs of 1088 and matches more than 11
CREATE TABLE table_name_4 (best VARCHAR, matches VARCHAR, runs VARCHAR)
Nomear o melhor quando corridas de 1088 e jogos mais de 11
74,238
SELECT MAX(runs) FROM table_name_68 WHERE wickets = 66 AND matches < 13
Name the most runs for wickets of 66 and matches less than 13
CREATE TABLE table_name_68 (runs INTEGER, wickets VARCHAR, matches VARCHAR)
Nomeia o maior número de corridas para wickets de 66 e corresponde a menos de 13
74,239
SELECT score FROM table_name_29 WHERE opponent = "san diego padres" AND record = "11-23"
What is the score of the game with the San Diego Padres as the opponent and a record of 11-23?
CREATE TABLE table_name_29 (score VARCHAR, opponent VARCHAR, record VARCHAR)
Qual é a pontuação do jogo com o San Diego Padres como adversário e um recorde de 11-23?
74,240
SELECT date FROM table_name_16 WHERE record = "14-31"
What is the date of the game with a record of 14-31?
CREATE TABLE table_name_16 (date VARCHAR, record VARCHAR)
Qual é a data do jogo com um recorde de 14-31?
74,241
SELECT date FROM table_name_90 WHERE record = "17-31"
What is the date of the game with a 17-31 record?
CREATE TABLE table_name_90 (date VARCHAR, record VARCHAR)
Qual é a data do jogo com um recorde de 17-31?
74,242
SELECT record FROM table_name_70 WHERE date = "13 may"
What is the record of the game on 13 May?
CREATE TABLE table_name_70 (record VARCHAR, date VARCHAR)
Qual é o recorde do jogo em 13 de maio?
74,243
SELECT AVG(attendance) FROM table_name_63 WHERE week = 15
What was average attendance during week 15?
CREATE TABLE table_name_63 (attendance INTEGER, week VARCHAR)
Qual foi a média de atendimento na semana 15?
74,244
SELECT MIN(week) FROM table_name_75 WHERE result = "t 17–17"
What's the smallest week that had a result of t 17–17?
CREATE TABLE table_name_75 (week INTEGER, result VARCHAR)
Qual foi a menor semana que teve um resultado de 17-17?
74,245
SELECT opponent FROM table_name_69 WHERE week = 12
Who was the opponent in week 12?
CREATE TABLE table_name_69 (opponent VARCHAR, week VARCHAR)
Quem foi o adversário na semana 12?
74,246
SELECT current_club FROM table_name_36 WHERE year_born > 1983 AND height < 2.12 AND position = "forward"
What is the current club of the Forward who was born after 1983 and who has a height under 2.12?
CREATE TABLE table_name_36 (current_club VARCHAR, position VARCHAR, year_born VARCHAR, height VARCHAR)
Qual é o clube atual do Forward que nasceu depois de 1983 e que tem uma altura inferior a 2,12?
74,247
SELECT position FROM table_name_30 WHERE height > 2.12
What is the position of the player who is taller than 2.12?
CREATE TABLE table_name_30 (position VARCHAR, height INTEGER)
Qual é a posição do jogador que é mais alto do que 2.12?
74,248
SELECT no_vote FROM table_name_48 WHERE state = "north dakota"
How many no votes did North Dakota have?
CREATE TABLE table_name_48 (no_vote VARCHAR, state VARCHAR)
Quantos votos não teve Dakota do Norte?
74,249
SELECT date FROM table_name_92 WHERE state = "colorado"
What was the date for Colorado?
CREATE TABLE table_name_92 (date VARCHAR, state VARCHAR)
Qual foi a data para o Colorado?
74,250
SELECT no_vote FROM table_name_31 WHERE date = "1998" AND state = "alaska"
How many no votes from Alaska in 1998?
CREATE TABLE table_name_31 (no_vote VARCHAR, date VARCHAR, state VARCHAR)
Quantos são os votos do Alaska em 1998?
74,251
SELECT yes_vote FROM table_name_73 WHERE date = "2006" AND state = "tennessee"
How many positive votes for Tennessee in 2006?
CREATE TABLE table_name_73 (yes_vote VARCHAR, date VARCHAR, state VARCHAR)
Quantos votos positivos para o Tennessee em 2006?
74,252
SELECT name_of_the_song FROM table_name_82 WHERE kind_of_the_song = "opening theme" AND drama = "revolving doors of vengeance"
What is the name of the song that is part of the opening theme and has a drama of the revolving doors of vengeance?
CREATE TABLE table_name_82 (name_of_the_song VARCHAR, kind_of_the_song VARCHAR, drama VARCHAR)
Qual é o nome da canção que faz parte do tema de abertura e tem um drama das portas giratórias da vingança?
74,253
SELECT SUM(floors) FROM table_name_15 WHERE street_address = "32 n. main street"
How many floors are there at 32 n. main street?
CREATE TABLE table_name_15 (floors INTEGER, street_address VARCHAR)
Quantos andares há em 32 n. rua principal?
74,254
SELECT completed FROM table_name_64 WHERE rank = "9"
When did the rank 9 building got completed?
CREATE TABLE table_name_64 (completed VARCHAR, rank VARCHAR)
Quando o edifício do rank 9 foi concluído?
74,255
SELECT party FROM table_name_46 WHERE governments = "24"
Which party has 24 governments?
CREATE TABLE table_name_46 (party VARCHAR, governments VARCHAR)
Qual partido tem 24 governos?
74,256
SELECT governments FROM table_name_43 WHERE term_start = "24 september 1984"
What governments did the minister with a term start on 24 September 1984 have?
CREATE TABLE table_name_43 (governments VARCHAR, term_start VARCHAR)
Que governos teve o ministro com um mandato iniciado em 24 de setembro de 1984?
74,257
SELECT term_end FROM table_name_37 WHERE party = "national religious party" AND minister = "shlomo-yisrael ben-meir"
When is the term end of Shlomo-Yisrael Ben-Meir of the National Religious Party?
CREATE TABLE table_name_37 (term_end VARCHAR, party VARCHAR, minister VARCHAR)
Quando termina o termo Shlomo-Yisrael Ben-Meir do Partido Nacional Religioso?
74,258
SELECT minister FROM table_name_71 WHERE term_end = "10 march 1974"
Who is the minister with a term end on 10 March 1974?
CREATE TABLE table_name_71 (minister VARCHAR, term_end VARCHAR)
Quem é o ministro com um termo final em 10 de março de 1974?
74,259
SELECT points_classification FROM table_name_65 WHERE team_classification = "predictor-lotto" AND stage = "1"
Name the points classification for predictor-lotto and stage 1
CREATE TABLE table_name_65 (points_classification VARCHAR, team_classification VARCHAR, stage VARCHAR)
Nomear a classificação de pontos para preditor-loto e estágio 1
74,260
SELECT points_classification FROM table_name_66 WHERE team_classification = "quick step-innergetic" AND stage = "7"
Name the points classification for quick step-innergetic with stage 7
CREATE TABLE table_name_66 (points_classification VARCHAR, team_classification VARCHAR, stage VARCHAR)
Nomeie a classificação de pontos para o passo rápido-innergetic com o estágio 7
74,261
SELECT stage FROM table_name_22 WHERE winner = "robbie mcewen"
Name the stgae with winner of robbie mcewen
CREATE TABLE table_name_22 (stage VARCHAR, winner VARCHAR)
Nomeie o stgae com o vencedor de robbie mcewen
74,262
SELECT winner FROM table_name_96 WHERE general_classification = "nick nuyens" AND stage = "2"
Name the winner for nick nuyens for general classification and stage of 2
CREATE TABLE table_name_96 (winner VARCHAR, general_classification VARCHAR, stage VARCHAR)
Nomeie o vencedor para nick nuyens para classificação geral e estágio de 2
74,263
SELECT team_classification FROM table_name_47 WHERE stage = "6"
Name the team classification for stage of 6
CREATE TABLE table_name_47 (team_classification VARCHAR, stage VARCHAR)
Nomear a classificação da equipe para a fase de 6
74,264
SELECT power__kw_ FROM table_name_44 WHERE location = "davao"
What is the Davao's power (kW)?
CREATE TABLE table_name_44 (power__kw_ VARCHAR, location VARCHAR)
Qual é o poder do Davao (kW)?
74,265
SELECT branding FROM table_name_35 WHERE callsign = "dxre"
What is the brand of DXRE?
CREATE TABLE table_name_35 (branding VARCHAR, callsign VARCHAR)
Qual é a marca da DXRE?
74,266
SELECT power__kw_ FROM table_name_74 WHERE location = "davao"
What is the power (kW) of Davao?
CREATE TABLE table_name_74 (power__kw_ VARCHAR, location VARCHAR)
Qual é o poder (kW) de Davao?
74,267
SELECT callsign FROM table_name_81 WHERE power__kw_ = "5kw" AND location = "cagayan de oro"
What is the callsign of Cagayan de Oro with 5kW?
CREATE TABLE table_name_81 (callsign VARCHAR, power__kw_ VARCHAR, location VARCHAR)
Qual é o indicativo de Cagayan de Oro com 5kW?
74,268
SELECT callsign FROM table_name_23 WHERE power__kw_ = "5kw" AND branding = "sonshine radio cotabato"
What is the callsign of the 5kW Sonshine Radio Cotabato?
CREATE TABLE table_name_23 (callsign VARCHAR, power__kw_ VARCHAR, branding VARCHAR)
Qual é o sinal de chamada do 5kW Sonshine Radio Cotabato?
74,269
SELECT AVG(runs) FROM table_name_70 WHERE innings = 40 AND not_outs > 6
What's the average amount of Runs that has 40 innings, and Not outs larger than 6?
CREATE TABLE table_name_70 (runs INTEGER, innings VARCHAR, not_outs VARCHAR)
Qual é a quantidade média de Runs que tem 40 entradas e não é maior que 6?
74,270
SELECT COUNT(innings) FROM table_name_68 WHERE runs = 1598 AND matches < 41
What's the total Innings that has Runs of 1598, and Matches less than 41?
CREATE TABLE table_name_68 (innings VARCHAR, runs VARCHAR, matches VARCHAR)
Qual é o total de Innings que tem Runs de 1598, e Matches menos de 41?
74,271
SELECT venue FROM table_name_12 WHERE year = 2008 AND notes = "2:13:10"
What venue held the event in 2008 that has 2:13:10 in the notes?
CREATE TABLE table_name_12 (venue VARCHAR, year VARCHAR, notes VARCHAR)
Que local realizou o evento em 2008 que tem 2:13:10 nas notas?
74,272
SELECT discoverer FROM table_name_43 WHERE museum = "burpee museum of natural history"
Who discovered the specimen at the Burpee Museum of Natural History?
CREATE TABLE table_name_43 (discoverer VARCHAR, museum VARCHAR)
Quem descobriu o espécime no Museu Burpee de História Natural?
74,273
SELECT museum AS city FROM table_name_28 WHERE discoverer = "jane solem"
What is the city of the Museum that houses the specimen discovered by Jane Solem?
CREATE TABLE table_name_28 (museum VARCHAR, discoverer VARCHAR)
Qual é a cidade do Museu que abriga o espécime descoberto por Jane Solem?
74,274
SELECT museum AS city FROM table_name_48 WHERE name = "sue"
What city has the museum that holds the Sue specimen?
CREATE TABLE table_name_48 (museum VARCHAR, name VARCHAR)
Que cidade tem o museu que contém o espécime de Sue?
74,275
SELECT name FROM table_name_57 WHERE roll = "637"
With what Name does the Roll of 637 belong?
CREATE TABLE table_name_57 (name VARCHAR, roll VARCHAR)
Com que nome pertence o rolo de 637?
74,276
SELECT authority FROM table_name_4 WHERE roll = "70"
Which is the Authority that has a Roll of 70?
CREATE TABLE table_name_4 (authority VARCHAR, roll VARCHAR)
Qual é a autoridade que tem um rolo de 70?
74,277
SELECT years FROM table_name_91 WHERE decile = "6"
The Decile of 6 has which corresponding Years?
CREATE TABLE table_name_91 (years VARCHAR, decile VARCHAR)
O Décilo de 6 tem quais anos correspondentes?
74,278
SELECT award FROM table_name_78 WHERE director_s_ = "candida scott knight"
Name the award for candida scott knight
CREATE TABLE table_name_78 (award VARCHAR, director_s_ VARCHAR)
Nomeie o prêmio para candida scott knight
74,279
SELECT recipient FROM table_name_94 WHERE award = "£6,947" AND film = "jamaica"
Name the recipient for jamaica and award of £6,947
CREATE TABLE table_name_94 (recipient VARCHAR, award VARCHAR, film VARCHAR)
Nomeie o destinatário para jamaica e prêmio de 6.947
74,280
SELECT film FROM table_name_98 WHERE award = "£3,740"
Name the film for award of £3,740
CREATE TABLE table_name_98 (film VARCHAR, award VARCHAR)
Nomeie o filme para prêmio de 3,740
74,281
SELECT director_s_ FROM table_name_81 WHERE recipient = "maya vision international ltd"
Name the director for maya vision international ltd
CREATE TABLE table_name_81 (director_s_ VARCHAR, recipient VARCHAR)
Nomear o diretor da maya vision international ltd
74,282
SELECT film FROM table_name_66 WHERE award = "£3,386"
Name the film for award of £3,386
CREATE TABLE table_name_66 (film VARCHAR, award VARCHAR)
Nomeie o filme para prêmio de 3.386
74,283
SELECT venue FROM table_name_4 WHERE position = "25th" AND year = 2004
Name the venue for 2004 and position of 25th
CREATE TABLE table_name_4 (venue VARCHAR, position VARCHAR, year VARCHAR)
Nomear o local para 2004 e posição de 25o
74,284
SELECT venue FROM table_name_1 WHERE position = "27th"
Name the venue for 27th position
CREATE TABLE table_name_1 (venue VARCHAR, position VARCHAR)
Nomeie o local para a 27a posição
74,285
SELECT score FROM table_name_24 WHERE competition = "2005 fifa confederations cup" AND result = "draw"
What was the score of the draw in the 2005 FIFA Confederations Cup?
CREATE TABLE table_name_24 (score VARCHAR, competition VARCHAR, result VARCHAR)
Qual foi o resultado do sorteio da Copa das Confederações da FIFA de 2005?
74,286
SELECT MAX(peroutka) FROM table_name_69 WHERE others = 46 AND electors < 15
What is the highest Peroutka with 46 others, and less than 15 electors?
CREATE TABLE table_name_69 (peroutka INTEGER, others VARCHAR, electors VARCHAR)
Qual é o maior Peroutka com 46 outros, e menos de 15 eleitores?
74,287
SELECT 3 AS rd_place FROM table_name_20 WHERE year = "1990"
Who came in 3rd place in 1990?
CREATE TABLE table_name_20 (year VARCHAR)
Quem ficou em 3o lugar em 1990?
74,288
SELECT class AS pos FROM table_name_71 WHERE team = "jml team panoz"
Which class Pos has a Team of jml team panoz?
CREATE TABLE table_name_71 (class VARCHAR, team VARCHAR)
Qual classe Pos tem uma equipe de jml panoz?
74,289
SELECT class AS pos FROM table_name_25 WHERE year > 1997 AND team = "corvette racing" AND class = "gt1" AND laps = 327
Which Class Pos has a Year larger than 1997, a Team of corvette racing, a Class of gt1, and 327 laps?
CREATE TABLE table_name_25 (class VARCHAR, laps VARCHAR, year VARCHAR, team VARCHAR)
Qual classe Pos tem um ano maior que 1997, uma equipe de corridas de corveta, uma classe de gt1 e 327 voltas?
74,290
SELECT final FROM table_name_11 WHERE no5 = "simara"
What is the final result of the team that has Simara as No.5?
CREATE TABLE table_name_11 (final VARCHAR, no5 VARCHAR)
Qual é o resultado final da equipe que tem Simara como No.5?
74,291
SELECT winning_driver FROM table_name_25 WHERE second_driver = "jimmy bryan"
Which Winning Driver has a Second Driver of jimmy bryan?
CREATE TABLE table_name_25 (winning_driver VARCHAR, second_driver VARCHAR)
Qual driver vencedor tem um segundo driver de jimmy bryan?
74,292
SELECT AVG(cars_entered) FROM table_name_53 WHERE third_driver = "manny ayulo"
How many average Cars Entered have a Third Driver of manny ayulo?
CREATE TABLE table_name_53 (cars_entered INTEGER, third_driver VARCHAR)
Quantos carros médios entrados têm um terceiro driver de manny ayulo?
74,293
SELECT MAX(cars_entered) FROM table_name_69 WHERE season = 1958
What are the largest Cars Entered with a Season of 1958?
CREATE TABLE table_name_69 (cars_entered INTEGER, season VARCHAR)
Quais são os maiores carros que entraram com uma temporada de 1958?
74,294
SELECT MAX(season) FROM table_name_2 WHERE third_driver = "jimmy davies"
What is the largest season with a Third Driver of jimmy davies?
CREATE TABLE table_name_2 (season INTEGER, third_driver VARCHAR)
Qual é a maior temporada com um terceiro piloto de Jimmy Davies?
74,295
SELECT MAX(cars_entered) FROM table_name_33 WHERE winning_driver = "rodger ward" AND season < 1959
What are the largest Cars Entered with a Winning Driver of rodger ward, and a Season smaller than 1959?
CREATE TABLE table_name_33 (cars_entered INTEGER, winning_driver VARCHAR, season VARCHAR)
Quais são os maiores carros entrados com um piloto vencedor de ala de rodger, e uma temporada menor que 1959?
74,296
SELECT engine FROM table_name_66 WHERE chassis = "brabham bt58" AND points > 2
What engine with more than 2 points has Brabham bt58 as Chassis?
CREATE TABLE table_name_66 (engine VARCHAR, chassis VARCHAR, points VARCHAR)
Que motor com mais de 2 pontos tem Brabham bt58 como Chassis?
74,297
SELECT COUNT(points) FROM table_name_71 WHERE engine = "judd v8" AND year = 1989
How many points did Judd v8 has in 1989?
CREATE TABLE table_name_71 (points VARCHAR, engine VARCHAR, year VARCHAR)
Quantos pontos Judd v8 teve em 1989?
74,298
SELECT AVG(year) FROM table_name_79 WHERE entrant = "sasol jordan yamaha"
How many years has Sasol Jordan Yamaha as an Entrant?
CREATE TABLE table_name_79 (year INTEGER, entrant VARCHAR)
Quantos anos tem Sasol Jordan Yamaha como Participante?
74,299
SELECT record FROM table_name_30 WHERE loss = "williams (3-1)"
What was the record for the game that had a loss of Williams (3-1)?
CREATE TABLE table_name_30 (record VARCHAR, loss VARCHAR)
Qual foi o recorde do jogo que teve uma perda de Williams (3-1)?