Unnamed: 0
int64
0
78.6k
answer
stringlengths
18
557
question
stringlengths
12
244
context
stringlengths
27
489
translated_answer
stringlengths
12
992
72,500
SELECT week_8 FROM table_name_52 WHERE week_1 = "carol roopali"
Who did the housemate that nominated Carol Roopali in week 1 nominate in week 8?
CREATE TABLE table_name_52 (week_8 VARCHAR, week_1 VARCHAR)
Quem fez a colega de casa que nomeou Carol Roopali na semana 1 nomear na semana 8?
72,501
SELECT ihsaa_class FROM table_name_92 WHERE ihsaa_football_class = "aa" AND school = "centerville"
What is the IHSAA class of Centerville, which plays IHSAA class AA football?
CREATE TABLE table_name_92 (ihsaa_class VARCHAR, ihsaa_football_class VARCHAR, school VARCHAR)
Qual é a classe IHSAA de Centerville, que joga IHSAA classe AA futebol?
72,502
SELECT location FROM table_name_99 WHERE ihsaa_football_class = "aa" AND school = "winchester community"
Winchester Community school, which plays IHSAA class AA football, is located where?
CREATE TABLE table_name_99 (location VARCHAR, ihsaa_football_class VARCHAR, school VARCHAR)
Winchester Community school, que joga IHSAA classe AA futebol, está localizado onde?
72,503
SELECT ihsaa_class FROM table_name_51 WHERE size < 400 AND mascot = "tigers"
What is the IHSAA class of the school with less than 400 students and a mascot of the Tigers?
CREATE TABLE table_name_51 (ihsaa_class VARCHAR, size VARCHAR, mascot VARCHAR)
Qual é a classe IHSAA da escola com menos de 400 alunos e um mascote dos Tigres?
72,504
SELECT county FROM table_name_81 WHERE ihsaa_football_class = "a" AND size < 301
What county has a school with less than 301 students and plays IHSAA class A football?
CREATE TABLE table_name_81 (county VARCHAR, ihsaa_football_class VARCHAR, size VARCHAR)
Qual condado tem uma escola com menos de 301 alunos e joga futebol da classe A da IHSAA?
72,505
SELECT MIN(game) FROM table_name_53 WHERE score = "102-104"
What is the lowest game when the score is 102-104?
CREATE TABLE table_name_53 (game INTEGER, score VARCHAR)
Qual é o jogo mais baixo quando a pontuação é 102-104?
72,506
SELECT score FROM table_name_49 WHERE game = 4
what is the score for game 4?
CREATE TABLE table_name_49 (score VARCHAR, game VARCHAR)
Qual é a pontuação do jogo 4?
72,507
SELECT series FROM table_name_88 WHERE game = 4
what is the series for game 4?
CREATE TABLE table_name_88 (series VARCHAR, game VARCHAR)
Qual é a série para o jogo 4?
72,508
SELECT SUM(pendle) FROM table_name_47 WHERE burnley < 0
Which Pendle has a Burnley smaller than 0?
CREATE TABLE table_name_47 (pendle INTEGER, burnley INTEGER)
Qual Pendle tem um Burnley menor que 0?
72,509
SELECT COUNT(rossendale) FROM table_name_95 WHERE fylde < 0
How much Rossendale has a Fylde smaller than 0?
CREATE TABLE table_name_95 (rossendale VARCHAR, fylde INTEGER)
Quanto Rossendale tem um Fylde menor que 0?
72,510
SELECT SUM(hyndburn) FROM table_name_52 WHERE fylde > 3
How much Hyndburn has a Fylde larger than 3?
CREATE TABLE table_name_52 (hyndburn INTEGER, fylde INTEGER)
Quanto Hyndburn tem um Fylde maior que 3?
72,511
SELECT SUM(burnley) FROM table_name_97 WHERE fylde < 1 AND rossendale > 0
How much Burnley has a Fylde smaller than 1, and a Rossendale larger than 0?
CREATE TABLE table_name_97 (burnley INTEGER, fylde VARCHAR, rossendale VARCHAR)
Quanto Burnley tem um Fylde menor que 1, e um Rossendale maior que 0?
72,512
SELECT years FROM table_name_45 WHERE soap_opera = "un posto al sole" AND actor = "riccardo polizzy carbonelli"
What are the years that have un posto al sole as the soap opera, with riccardo polizzy carbonelli as the actor?
CREATE TABLE table_name_45 (years VARCHAR, soap_opera VARCHAR, actor VARCHAR)
Quais são os anos que têm un posto al sole como a novela, com riccardo polizzy carbonelli como o ator?
72,513
SELECT years FROM table_name_26 WHERE duration = "18 years" AND actor = "patrizio rispo"
What years have a duration of 18 years, and patrizio rispo as the actor?
CREATE TABLE table_name_26 (years VARCHAR, duration VARCHAR, actor VARCHAR)
Que anos têm uma duração de 18 anos, e patrizio rispo como o ator?
72,514
SELECT years FROM table_name_33 WHERE duration = "15 years" AND character = "giulia poggi"
What are the years that have a duration of 15 years and giulia poggi as the character?
CREATE TABLE table_name_33 (years VARCHAR, duration VARCHAR, character VARCHAR)
Quais são os anos que têm uma duração de 15 anos e giulia poggi como personagem?
72,515
SELECT years FROM table_name_18 WHERE actor = "claudia ruffo"
What years have claudia ruffo as the actor?
CREATE TABLE table_name_18 (years VARCHAR, actor VARCHAR)
Que anos tem claudia ruffo como ator?
72,516
SELECT duration FROM table_name_42 WHERE actor = "pietro genuardi"
What is the duration that has pietro genuardi as the actor?
CREATE TABLE table_name_42 (duration VARCHAR, actor VARCHAR)
Qual é a duração que tem pietro genuardi como ator?
72,517
SELECT soap_opera FROM table_name_84 WHERE duration = "13 years" AND actor = "marina giulia cavalli"
What is the soap opera that has a duration of 13 years, with marina giulia cavalli as the actor?
CREATE TABLE table_name_84 (soap_opera VARCHAR, duration VARCHAR, actor VARCHAR)
Qual é a novela que tem uma duração de 13 anos, com marina giulia cavalli como ator?
72,518
SELECT MIN(attendance) FROM table_name_76 WHERE date = "december 14, 1958" AND week > 12
What is the lowest attendance for December 14, 1958 after week 12?
CREATE TABLE table_name_76 (attendance INTEGER, date VARCHAR, week VARCHAR)
Qual é o menor comparecimento para 14 de dezembro de 1958 após a semana 12?
72,519
SELECT COUNT(week) FROM table_name_38 WHERE opponent = "chicago bears"
What is the total for the week in the game against the Chicago Bears
CREATE TABLE table_name_38 (week VARCHAR, opponent VARCHAR)
Qual é o total da semana no jogo contra o Chicago Bears
72,520
SELECT MAX(attendance) FROM table_name_40 WHERE date = "december 14, 1958" AND week > 12
What is the highest attendance for December 14, 1958 for after week 12
CREATE TABLE table_name_40 (attendance INTEGER, date VARCHAR, week VARCHAR)
Qual é o maior comparecimento para 14 de dezembro de 1958 para depois da semana 12
72,521
SELECT outcome FROM table_name_88 WHERE year > 2003 AND score = "6–0, 6–3"
What is the Outcome of the Match played after 2003 with a Score of 6–0, 6–3?
CREATE TABLE table_name_88 (outcome VARCHAR, year VARCHAR, score VARCHAR)
Qual é o resultado do jogo jogado após 2003 com uma pontuação de 60, 63?
72,522
SELECT outcome FROM table_name_22 WHERE score = "6–1, 6–1"
What is the Outcome of the match with a Score of 6–1, 6–1?
CREATE TABLE table_name_22 (outcome VARCHAR, score VARCHAR)
Qual é o resultado do jogo com uma pontuação de 6, 6?
72,523
SELECT name FROM table_name_23 WHERE rank = 5
Who has rank 5?
CREATE TABLE table_name_23 (name VARCHAR, rank VARCHAR)
Quem tem o rank 5?
72,524
SELECT nationality FROM table_name_90 WHERE rank = 4
Which nationality has rank 4?
CREATE TABLE table_name_90 (nationality VARCHAR, rank VARCHAR)
Qual nacionalidade tem a classificação 4?
72,525
SELECT film_title_used_in_nomination FROM table_name_5 WHERE original_title = "matrimonio all'italiana"
What title was used in the nomination of Matrimonio All'Italiana?
CREATE TABLE table_name_5 (film_title_used_in_nomination VARCHAR, original_title VARCHAR)
Que título foi usado na nomeação de Matrimonio All'Italiana?
72,526
SELECT language FROM table_name_11 WHERE category = "best actor" AND original_title = "pelle erobreren"
What language was the film Pelle Erobreren, which received the best actor nomination, in?
CREATE TABLE table_name_11 (language VARCHAR, category VARCHAR, original_title VARCHAR)
Em que língua foi o filme Pelle Erobreren, que recebeu a indicação de melhor ator?
72,527
SELECT film_title_used_in_nomination FROM table_name_43 WHERE language = "spanish" AND original_title = "traffic"
What title was used in the nomination of the Spanish language film Traffic?
CREATE TABLE table_name_43 (film_title_used_in_nomination VARCHAR, language VARCHAR, original_title VARCHAR)
Qual título foi usado na nomeação do filme de língua espanhola Traffic?
72,528
SELECT film_title_used_in_nomination FROM table_name_20 WHERE original_title = "una giornata particolare"
What title was used in the nomination of Una Giornata Particolare?
CREATE TABLE table_name_20 (film_title_used_in_nomination VARCHAR, original_title VARCHAR)
Qual título foi usado na nomeação de Una Giornata Particolare?
72,529
SELECT date FROM table_name_98 WHERE position = "back" AND year > 1964 AND test_debut = "1st rl test v new zealand"
What date has a Position of back, later than 1964, and a Test debut of 1st rl test v new zealand?
CREATE TABLE table_name_98 (date VARCHAR, test_debut VARCHAR, position VARCHAR, year VARCHAR)
Que data tem uma posição de volta, mais tarde do que 1964, e uma estréia teste de 1o teste rl v nova zelândia?
72,530
SELECT position FROM table_name_92 WHERE year < 1907 AND cross_code_debut = "inaugural rl test v new zealand" AND test_debut = "inaugural ru test v new zealand"
What is the position earlier than 1907, with a cross-code debut of inaugural rl test v new zealand, and a test debut of inaugural ru test v new zealand?
CREATE TABLE table_name_92 (position VARCHAR, test_debut VARCHAR, year VARCHAR, cross_code_debut VARCHAR)
Qual é a posição anterior a 1907, com uma estreia cross-code de rl inaugural teste v nova zelândia, e uma estréia teste de ru inaugural teste v nova zelândia?
72,531
SELECT cross_code_debut FROM table_name_87 WHERE year > 1958 AND player = "dick thornett"
What is the cross-code debut later than 1958 for Dick Thornett?
CREATE TABLE table_name_87 (cross_code_debut VARCHAR, year VARCHAR, player VARCHAR)
Qual é a estreia do cross-code depois de 1958 para Dick Thornett?
72,532
SELECT position FROM table_name_79 WHERE cross_code_debut = "1st ru test v ireland"
What position has a Cross-code debut of 1st ru test v ireland?
CREATE TABLE table_name_79 (position VARCHAR, cross_code_debut VARCHAR)
Que posição tem uma estreia Cross-code de 1st ru test v ireland?
72,533
SELECT time FROM table_name_4 WHERE away_team = "shatin"
What was the time for the match with away team Shatin?
CREATE TABLE table_name_4 (time VARCHAR, away_team VARCHAR)
Qual foi a hora do jogo com a equipe Shatin?
72,534
SELECT time FROM table_name_47 WHERE away_team = "convoy sun hei team a"
What was the time for the match with away team Convoy Sun Hei Team A?
CREATE TABLE table_name_47 (time VARCHAR, away_team VARCHAR)
Qual foi a hora da partida com o Convoy Sun Hei Team A?
72,535
SELECT away_team FROM table_name_45 WHERE time = "18:30"
What was the away team for the match that had a time of 18:30?
CREATE TABLE table_name_45 (away_team VARCHAR, time VARCHAR)
Qual foi o time de fora do jogo que teve um tempo de 18:30?
72,536
SELECT time FROM table_name_28 WHERE away_team = "mutual team b"
What was the time for the match with away team Mutual Team B?
CREATE TABLE table_name_28 (time VARCHAR, away_team VARCHAR)
Qual foi o tempo para o jogo com a equipe fora Mutual Team B?
72,537
SELECT time FROM table_name_17 WHERE home_team = "hkssf"
What was the time for the match that had a a home team of HKSSF?
CREATE TABLE table_name_17 (time VARCHAR, home_team VARCHAR)
Qual foi o tempo para o jogo que teve uma equipe em casa do HKSSF?
72,538
SELECT attendance FROM table_name_78 WHERE date = "december 26, 1982"
How many people attended on december 26, 1982?
CREATE TABLE table_name_78 (attendance VARCHAR, date VARCHAR)
Quantas pessoas compareceram em 26 de dezembro de 1982?
72,539
SELECT COUNT(byes) FROM table_name_12 WHERE wins < 11 AND wimmera_fl = "minyip murtoa" AND losses < 6
How many Byes have Wins smaller than 11, and a Wimmera FL of minyip murtoa, and Losses smaller than 6?
CREATE TABLE table_name_12 (byes VARCHAR, losses VARCHAR, wins VARCHAR, wimmera_fl VARCHAR)
Quantos Byes têm vitórias menores que 11, e um Wimmera FL de minyip murtoa, e perdas menores que 6?
72,540
SELECT AVG(losses) FROM table_name_42 WHERE against < 1018 AND wins < 14
Which Losses have an Against smaller than 1018, and Wins smaller than 14?
CREATE TABLE table_name_42 (losses INTEGER, against VARCHAR, wins VARCHAR)
Quais perdas têm um contra menor do que 1018, e ganha menor do que 14?
72,541
SELECT MIN(byes) FROM table_name_56 WHERE against > 1018 AND wimmera_fl = "horsham diggers"
Which Byes have an Against larger than 1018, and a Wimmera FL of horsham diggers?
CREATE TABLE table_name_56 (byes INTEGER, against VARCHAR, wimmera_fl VARCHAR)
Qual Byes tem um Against maior que 1018, e um Wimmera FL de horsham diggers?
72,542
SELECT AVG(losses) FROM table_name_35 WHERE wimmera_fl = "minyip murtoa"
Which Losses have a Wimmera FL of minyip murtoa?
CREATE TABLE table_name_35 (losses INTEGER, wimmera_fl VARCHAR)
Quais perdas têm um Wimmera FL de minyip murtoa?
72,543
SELECT AVG(against) FROM table_name_68 WHERE losses < 5 AND wimmera_fl = "warrack eagles" AND draws < 0
Which Against has Losses smaller than 5, and a Wimmera FL of warrack eagles, and Draws smaller than 0?
CREATE TABLE table_name_68 (against INTEGER, draws VARCHAR, losses VARCHAR, wimmera_fl VARCHAR)
Qual Contra tem Perdas menores que 5, e um Wimmera FL de águias de guerra, e Desenha menor que 0?
72,544
SELECT country FROM table_name_6 WHERE name = "spence"
Which country has Spence in the name section?
CREATE TABLE table_name_6 (country VARCHAR, name VARCHAR)
Qual é o país que tem o Spence na seção de nomes?
72,545
SELECT country FROM table_name_85 WHERE status = "transferred" AND moving_to = "released" AND name = "solano"
Which country has the status of transferred, moving to of released, and Solano as the listed name?
CREATE TABLE table_name_85 (country VARCHAR, name VARCHAR, status VARCHAR, moving_to VARCHAR)
Qual país tem o status de transferido, movendo-se para o de liberado, e Solano como o nome listado?
72,546
SELECT transfer_fee FROM table_name_46 WHERE name = "mccartney"
What is the transfer fee for the country that has the name McCartney listed?
CREATE TABLE table_name_46 (transfer_fee VARCHAR, name VARCHAR)
Qual é a taxa de transferência para o país que tem o nome McCartney listado?
72,547
SELECT name FROM table_name_57 WHERE status = "loaned" AND moving_to = "leyton orient"
What is the name listed for the country that has a status of loaned and a moving to listed as leyton orient?
CREATE TABLE table_name_57 (name VARCHAR, status VARCHAR, moving_to VARCHAR)
Qual é o nome listado para o país que tem um status de empréstimo e uma mudança para listada como leyton orienten?
72,548
SELECT transfer_fee FROM table_name_53 WHERE country = "nir"
What is the transfer fee for the country of Nir?
CREATE TABLE table_name_53 (transfer_fee VARCHAR, country VARCHAR)
Qual é a taxa de transferência para o país de Nir?
72,549
SELECT fastest_lap FROM table_name_50 WHERE winning_driver = "adam christodoulou" AND pole_position = "adam christodoulou"
Who had the fastest lap when adam christodoulou was the winning driver and had the pole position?
CREATE TABLE table_name_50 (fastest_lap VARCHAR, winning_driver VARCHAR, pole_position VARCHAR)
Quem teve a volta mais rápida quando Adam Christodoulou foi o piloto vencedor e teve a pole position?
72,550
SELECT date FROM table_name_10 WHERE circuit = "snetterton" AND fastest_lap = "riki christodoulou"
What date was the circuit, snetterton, when riki christodoulou had the fastest lap?
CREATE TABLE table_name_10 (date VARCHAR, circuit VARCHAR, fastest_lap VARCHAR)
Qual foi a data do circuito, snetterton, quando riki christodoulou teve a volta mais rápida?
72,551
SELECT pole_position FROM table_name_10 WHERE fastest_lap = "adam christodoulou" AND circuit = "rockingham"
who had the pole position at rockingham circuit with adam christodoulou having the fastest lap?
CREATE TABLE table_name_10 (pole_position VARCHAR, fastest_lap VARCHAR, circuit VARCHAR)
quem teve a pole position no circuito de rockingham com Adam Christodoulou tendo a volta mais rápida?
72,552
SELECT bonus_points FROM table_name_47 WHERE points_against = "448"
What bonus points have 448 as the points against?
CREATE TABLE table_name_47 (bonus_points VARCHAR, points_against VARCHAR)
Quais pontos de bônus têm 448 como pontos contra?
72,553
SELECT points_for FROM table_name_92 WHERE games = "30" AND total_points = "73"
What points for have 30 as the game, and 73 as the total points?
CREATE TABLE table_name_92 (points_for VARCHAR, games VARCHAR, total_points VARCHAR)
Que pontos para ter 30 como o jogo, e 73 como o total de pontos?
72,554
SELECT drawn FROM table_name_49 WHERE points_for = "416" AND points_against = "533"
What drawn has 416 as the points for and 533 as the points against?
CREATE TABLE table_name_49 (drawn VARCHAR, points_for VARCHAR, points_against VARCHAR)
Que empate tem 416 como pontos a favor e 533 como pontos contra?
72,555
SELECT match_points FROM table_name_8 WHERE points_against = "755"
What match points have 755 as the points against?
CREATE TABLE table_name_8 (match_points VARCHAR, points_against VARCHAR)
Que pontos de jogo têm 755 como pontos contra?
72,556
SELECT games FROM table_name_47 WHERE club = "colomiers"
What games have colomiers as the club?
CREATE TABLE table_name_47 (games VARCHAR, club VARCHAR)
Que jogos têm os colegas como clube?
72,557
SELECT lost FROM table_name_52 WHERE match_points = "84"
Which lost has 84 as the match points?
CREATE TABLE table_name_52 (lost VARCHAR, match_points VARCHAR)
Qual perdeu tem 84 pontos como ponto de partida?
72,558
SELECT constituency_number FROM table_name_37 WHERE name = "udaipura"
How many constituents does udaipura have?
CREATE TABLE table_name_37 (constituency_number VARCHAR, name VARCHAR)
Quantos constituintes tem o udaipura?
72,559
SELECT COUNT(lane) FROM table_name_14 WHERE name = "henrique barbosa"
What lane was Henrique Barbosa in?
CREATE TABLE table_name_14 (lane VARCHAR, name VARCHAR)
Em que pista estava Henrique Barbosa?
72,560
SELECT game FROM table_name_82 WHERE year < 2010 AND genre = "role-playing game"
What game was before 2010 and was a role-playing game?
CREATE TABLE table_name_82 (game VARCHAR, year VARCHAR, genre VARCHAR)
Que jogo era antes de 2010 e era um jogo de role-playing?
72,561
SELECT platform_s_ FROM table_name_11 WHERE game = "red dead redemption"
What was the platform of Red Dead Redemption?
CREATE TABLE table_name_11 (platform_s_ VARCHAR, game VARCHAR)
Qual foi a plataforma de Red Dead Redemption?
72,562
SELECT developer_s_ FROM table_name_50 WHERE platform_s_ = "wii"
Who was the developer of Wii?
CREATE TABLE table_name_50 (developer_s_ VARCHAR, platform_s_ VARCHAR)
Quem foi o desenvolvedor do Wii?
72,563
SELECT COUNT(year) FROM table_name_95 WHERE game = "the walking dead"
What year was The Walking Dead?
CREATE TABLE table_name_95 (year VARCHAR, game VARCHAR)
Em que ano foi The Walking Dead?
72,564
SELECT platform_s_ FROM table_name_43 WHERE developer_s_ = "telltale games"
What was the platform when the developer was Telltale Games?
CREATE TABLE table_name_43 (platform_s_ VARCHAR, developer_s_ VARCHAR)
Qual era a plataforma quando o desenvolvedor era a Telltale Games?
72,565
SELECT game FROM table_name_71 WHERE developer_s_ = "rockstar games"
What is the game of developer Rockstar Games?
CREATE TABLE table_name_71 (game VARCHAR, developer_s_ VARCHAR)
Qual é o jogo da desenvolvedora Rockstar Games?
72,566
SELECT COUNT(elevation__m_) FROM table_name_18 WHERE prominence__m_ > 2 OFFSET 876
How much Elevation (m) has a Prominence (m) larger than 2,876?
CREATE TABLE table_name_18 (elevation__m_ VARCHAR, prominence__m_ INTEGER)
Quanto Elevação (m) tem uma Proeminência (m) maior que 2.876?
72,567
SELECT date FROM table_name_11 WHERE home_team = "millwall"
When was millwall the home team?
CREATE TABLE table_name_11 (date VARCHAR, home_team VARCHAR)
Quando foi o Millwall a equipa da casa?
72,568
SELECT score FROM table_name_49 WHERE away_team = "arsenal"
What was the score when Arsenal was the away team?
CREATE TABLE table_name_49 (score VARCHAR, away_team VARCHAR)
Qual foi o resultado quando o Arsenal era o time de fora?
72,569
SELECT away_team FROM table_name_53 WHERE score = "2–0"
Which away team had a Score of 2–0?
CREATE TABLE table_name_53 (away_team VARCHAR, score VARCHAR)
Qual time teve uma pontuação de 2 a 0?
72,570
SELECT date FROM table_name_17 WHERE away_team = "arsenal"
When was Arsenal was the away team?
CREATE TABLE table_name_17 (date VARCHAR, away_team VARCHAR)
Quando foi que o Arsenal foi o time de fora?
72,571
SELECT date_released FROM table_name_53 WHERE green_communist = "9.7%"
What's the date released when there was 9.7% of Green communist?
CREATE TABLE table_name_53 (date_released VARCHAR, green_communist VARCHAR)
Qual é a data divulgada quando havia 9,7% dos comunistas verdes?
72,572
SELECT green_communist FROM table_name_41 WHERE polling_institute = "euroteste/jn"
What's the green communist when Euroteste/JN is the polling Institute?
CREATE TABLE table_name_41 (green_communist VARCHAR, polling_institute VARCHAR)
Qual é o comunista verde quando Euroteste/JN é o instituto de votação?
72,573
SELECT MAX(silver) FROM table_name_78 WHERE "total" > 2 AND rank = "total" AND gold > 44
What is the most silver medals when the total is more than 2 medals, and with a rank of total, and the number of gold medals is greater than 44?
CREATE TABLE table_name_78 (silver INTEGER, gold VARCHAR, rank VARCHAR)
Qual é o maior número de medalhas de prata quando o total é mais do que 2 medalhas, e com uma classificação do total, e o número de medalhas de ouro é maior do que 44?
72,574
SELECT MIN(gold) FROM table_name_16 WHERE bronze = 0 AND rank = "19" AND silver < 1
What is the fewest gold medals when there is 0 bronze medals, and the rank is 19, and silver medals are less than 1?
CREATE TABLE table_name_16 (gold INTEGER, silver VARCHAR, bronze VARCHAR, rank VARCHAR)
Qual é o menor número de medalhas de ouro quando há 0 medalhas de bronze, e a classificação é 19, e medalhas de prata são menores que 1?
72,575
SELECT MAX(bronze) FROM table_name_18 WHERE silver < 1 AND nation = "belgium (bel)" AND gold < 0
What is the largest amount of bronze medals when the silver medals are less than 1, and Belgium (BEL) is the nation, and the gold medals are less than 0?
CREATE TABLE table_name_18 (bronze INTEGER, gold VARCHAR, silver VARCHAR, nation VARCHAR)
Qual é a maior quantidade de medalhas de bronze quando as medalhas de prata são menores que 1, e a Bélgica (BEL) é a nação, e as medalhas de ouro são menores que 0?
72,576
SELECT MAX(bronze) FROM table_name_83 WHERE silver < 1 AND total < 2
With silver medals less than 1, and total medals less than 2, what is the most bronze medals?
CREATE TABLE table_name_83 (bronze INTEGER, silver VARCHAR, total VARCHAR)
Com medalhas de prata inferiores a 1, e medalhas totais inferiores a 2, quais são as mais medalhas de bronze?
72,577
SELECT COUNT(byes) FROM table_name_80 WHERE wins = 14 AND losses > 2
Can you tell me the total number of Byes that has the Wins of 14, and the Losses larger than 2?
CREATE TABLE table_name_80 (byes VARCHAR, wins VARCHAR, losses VARCHAR)
Você pode me dizer o número total de Byes que tem as vitórias de 14, e as perdas maiores que 2?
72,578
SELECT AVG(wins) FROM table_name_11 WHERE against = 1132 AND losses < 7
Can you tell me the average Wins that has the Against of 1132, and the Losses smaller than 7?
CREATE TABLE table_name_11 (wins INTEGER, against VARCHAR, losses VARCHAR)
Você pode me dizer as vitórias médias que tem o Against de 1132, e as perdas menores que 7?
72,579
SELECT date FROM table_name_92 WHERE location_attendance = "the spectrum"
What was the date for the game that had a Location/Attendance of the spectrum?
CREATE TABLE table_name_92 (date VARCHAR, location_attendance VARCHAR)
Qual foi a data do jogo que teve uma Localização/Atendimento do espectro?
72,580
SELECT opponent FROM table_name_53 WHERE location_attendance = "skydome"
Who was the opponent when they played at the Skydome?
CREATE TABLE table_name_53 (opponent VARCHAR, location_attendance VARCHAR)
Quem era o adversário quando eles jogaram no Skydome?
72,581
SELECT record FROM table_name_61 WHERE date = "january 17"
What was the record on January 17?
CREATE TABLE table_name_61 (record VARCHAR, date VARCHAR)
Qual foi o recorde em 17 de janeiro?
72,582
SELECT location_attendance FROM table_name_69 WHERE record = "19-17"
What was the location and attendance when the record was 19-17?
CREATE TABLE table_name_69 (location_attendance VARCHAR, record VARCHAR)
Qual era a localização e a frequência quando o registro era 19-17?
72,583
SELECT city FROM table_name_26 WHERE year_joined > 1963 AND conference_joined = "independents"
What city joined the Independents conference after 1963?
CREATE TABLE table_name_26 (city VARCHAR, year_joined VARCHAR, conference_joined VARCHAR)
Que cidade se juntou à conferência dos Independentes depois de 1963?
72,584
SELECT MIN(year_joined) FROM table_name_94 WHERE city = "gary" AND mascot = "tornado"
What is the year that the Gary team with mascot of the Tornado joined?
CREATE TABLE table_name_94 (year_joined INTEGER, city VARCHAR, mascot VARCHAR)
Qual foi o ano em que a equipe de Gary com o mascote do Tornado se juntou?
72,585
SELECT previous_conference FROM table_name_88 WHERE conference_joined = "indiana lake shore" AND mascot = "governors"
What was the previous conference for the team with the Governors as their mascot that joined the Indiana Lake Shore conference?
CREATE TABLE table_name_88 (previous_conference VARCHAR, conference_joined VARCHAR, mascot VARCHAR)
Qual foi a conferência anterior para a equipe com os Governadores como seu mascote que se juntou à conferência de Indiana Lake Shore?
72,586
SELECT MAX(year_left) FROM table_name_25 WHERE mascot = "roughriders"
What is the year that the Roughriders left the conference?
CREATE TABLE table_name_25 (year_left INTEGER, mascot VARCHAR)
Qual foi o ano em que os Roughriders deixaram a conferência?
72,587
SELECT conference_joined FROM table_name_5 WHERE city = "valparaiso"
What conference did the city of Valparaiso join?
CREATE TABLE table_name_5 (conference_joined VARCHAR, city VARCHAR)
Em que conferência a cidade de Valparaíso se juntou?
72,588
SELECT duration FROM table_name_93 WHERE character = "bartha zsolt"
What is the duration of the character Bartha Zsolt?
CREATE TABLE table_name_93 (duration VARCHAR, character VARCHAR)
Qual é a duração do personagem Bartha Zsolt?
72,589
SELECT COUNT(loss) FROM table_name_81 WHERE name = "jake sharp" AND long < 30
How many losses have jake sharp as the name, with a long less than 30?
CREATE TABLE table_name_81 (loss VARCHAR, name VARCHAR, long VARCHAR)
Quantas perdas têm o jake sharp como o nome, com um muito menos de 30?
72,590
SELECT AVG(long) FROM table_name_72 WHERE gain = 1581 AND loss < 308
What is the average long that has 1581 as a gain, with a loss less than 308?
CREATE TABLE table_name_72 (long INTEGER, gain VARCHAR, loss VARCHAR)
Qual é o tempo médio que tem 1581 como ganho, com uma perda inferior a 308?
72,591
SELECT SUM(gain) FROM table_name_27 WHERE long > 8 AND avg_g = 124.9
How many gains have a long greater than 8, with avg/g of 124.9?
CREATE TABLE table_name_27 (gain INTEGER, long VARCHAR, avg_g VARCHAR)
Quantos ganhos têm um longo maior que 8, com avg/g de 124,9?
72,592
SELECT SUM(long) FROM table_name_11 WHERE gain < 379 AND avg_g = 0.8
How many longs have a gain less than 379, and 0.8 as an avg/g?
CREATE TABLE table_name_11 (long INTEGER, gain VARCHAR, avg_g VARCHAR)
Quantos longs têm um ganho inferior a 379, e 0,8 como um avg/g?
72,593
SELECT MIN(gain) FROM table_name_35 WHERE name = "toben opurum" AND avg_g < 54.1
What is the lowest gain that has toben opurum as the name, with an avg/g less than 54.1?
CREATE TABLE table_name_35 (gain INTEGER, name VARCHAR, avg_g VARCHAR)
Qual é o menor ganho que tem toben opurum como nome, com um avg/g menor que 54.1?
72,594
SELECT driver FROM table_name_72 WHERE grid < 17 AND points > 0 AND laps = 87 AND time_retired = "1:48:11.023"
Which Driver has a Grid smaller than 17, and Points larger than 0, and a Lapse of 87, and a Time/Retired of 1:48:11.023?
CREATE TABLE table_name_72 (driver VARCHAR, time_retired VARCHAR, laps VARCHAR, grid VARCHAR, points VARCHAR)
Qual Driver tem uma Grade menor que 17, e Pontos maiores que 0, e uma Lapse de 87, e um Tempo/Aposentado de 1:48:11.023?
72,595
SELECT MAX(points) FROM table_name_56 WHERE grid > 7 AND driver = "alex tagliani" AND laps < 85
Which Points have a Grid larger than 7, and a Driver of alex tagliani, and a Lapse smaller than 85?
CREATE TABLE table_name_56 (points INTEGER, laps VARCHAR, grid VARCHAR, driver VARCHAR)
Quais pontos têm uma grade maior que 7, e um driver de alex tagliani, e um Lapse menor que 85?
72,596
SELECT date FROM table_name_55 WHERE competition = "uefa euro 2008 qualification"
What date has uefa euro 2008 qualification as the competition?
CREATE TABLE table_name_55 (date VARCHAR, competition VARCHAR)
Que data tem a uefa euro 2008 qualificação como a competição?
72,597
SELECT date FROM table_name_79 WHERE competition = "friendly" AND venue = "pretoria, south africa"
What date has friendly as the competition, with pretoria, South Africa as the venue?
CREATE TABLE table_name_79 (date VARCHAR, competition VARCHAR, venue VARCHAR)
Que data tem amigável como a competição, com pretoria, África do Sul como o local?
72,598
SELECT MIN(score_final) FROM table_name_15 WHERE competition_description = "american cup" AND year < 2009
What is the lowest final score of the American Cup competition before 2009?
CREATE TABLE table_name_15 (score_final INTEGER, competition_description VARCHAR, year VARCHAR)
Qual é a pontuação final mais baixa da competição da Copa Americana antes de 2009?
72,599
SELECT result FROM table_name_95 WHERE week < 7 AND opponent = "bye"
What is the result for the game before week 7 against BYE?
CREATE TABLE table_name_95 (result VARCHAR, week VARCHAR, opponent VARCHAR)
Qual é o resultado do jogo antes da semana 7 contra o BYE?