Unnamed: 0
int64
0
78.6k
answer
stringlengths
18
557
question
stringlengths
12
244
context
stringlengths
27
489
translated_answer
stringlengths
12
992
76,600
SELECT date FROM table_name_77 WHERE record = "88-74"
Question does not make sense since there was no record of 88-74
CREATE TABLE table_name_77 (date VARCHAR, record VARCHAR)
A questão não faz sentido, uma vez que não havia registro de 88-74.
76,601
SELECT award FROM table_name_1 WHERE name = "lowe"
What is the award type for all Lowe awards?
CREATE TABLE table_name_1 (award VARCHAR, name VARCHAR)
Qual é o tipo de prêmio para todos os prêmios Lowe?
76,602
SELECT engine_s_ FROM table_name_57 WHERE year = 1966 AND points = "42"
Which engine(s) has a year of 1966, and a point of 42.
CREATE TABLE table_name_57 (engine_s_ VARCHAR, year VARCHAR, points VARCHAR)
Qual(is) motor(es) tem um ano de 1966, e um ponto de 42.
76,603
SELECT score1 FROM table_name_32 WHERE opponent = "hapoel tel aviv"
What was the score against hapoel tel aviv?
CREATE TABLE table_name_32 (score1 VARCHAR, opponent VARCHAR)
Qual foi o resultado contra hapoel tel aviv?
76,604
SELECT date FROM table_name_51 WHERE opponent = "cambridge united"
What day did they play cambridge united?
CREATE TABLE table_name_51 (date VARCHAR, opponent VARCHAR)
Em que dia eles jogaram cambridge juntos?
76,605
SELECT ground FROM table_name_65 WHERE match = 8
Where was match 8 played?
CREATE TABLE table_name_65 (ground VARCHAR, match VARCHAR)
Onde foi jogado o jogo 8?
76,606
SELECT name_[b_] FROM table_name_63 WHERE Pwin_percentage = 0.696
What is the name of the person with a PWin% of .696?
CREATE TABLE table_name_63 (name_ VARCHAR, b_ VARCHAR, Pwin_percentage VARCHAR)
Qual é o nome da pessoa com um PWin% de .696?
76,607
SELECT SUM(games) FROM table_name_30 WHERE Pwin_percentage = — AND term_[c_] = "1987–1988" AND win_percentage < 0.506
What is the sum of the game with a PWin% of —, Term [c] of 1987–1988, and Win% less than 0.506?
CREATE TABLE table_name_30 (games INTEGER, win_percentage VARCHAR, Pwin_percentage VARCHAR, — VARCHAR, term_ VARCHAR, c_ VARCHAR)
Qual é a soma do jogo com um PWin% of, Termo [c] de 198788 e Win% inferior a 0,506?
76,608
SELECT win_percentage FROM table_name_88 WHERE games = 80 AND Pwin_percentage = — AND term_[c_] = "1987–1988"
What is the win% for the game 80 and a PWin% of —, and a Term [c ] of 1987–1988?
CREATE TABLE table_name_88 (win_percentage VARCHAR, games VARCHAR, Pwin_percentage VARCHAR, — VARCHAR, term_ VARCHAR, c_ VARCHAR)
Qual é o win% para o jogo 80 e um PWin% of, e um Term [c] de 198788?
76,609
SELECT SUM(games) FROM table_name_24 WHERE term_[c_] = "1969 – 1973"
What is the of games when for the term [c] of 1969 – 1973?
CREATE TABLE table_name_24 (games INTEGER, term_ VARCHAR, c_ VARCHAR)
O que é o jogo quando para o termo [c] de 1969-1973?
76,610
SELECT method FROM table_name_6 WHERE date_of_execution = "september 24, 1830"
What was the method of execution on September 24, 1830?
CREATE TABLE table_name_6 (method VARCHAR, date_of_execution VARCHAR)
Qual foi o método de execução em 24 de setembro de 1830?
76,611
SELECT method FROM table_name_19 WHERE race = "native american" AND name = "wau-bau-ne-me-mee"
How was the native american, Wau-Bau-Ne-Me-Mee, executed?
CREATE TABLE table_name_19 (method VARCHAR, race VARCHAR, name VARCHAR)
Como foi executado o nativo americano Wau-Bau-Ne-Me-Mee?
76,612
SELECT race FROM table_name_52 WHERE date_of_execution = "december 27, 1827"
What was the race of the person executed on December 27, 1827?
CREATE TABLE table_name_52 (race VARCHAR, date_of_execution VARCHAR)
Qual foi a raça da pessoa executada em 27 de dezembro de 1827?
76,613
SELECT method FROM table_name_99 WHERE date_of_execution = "december 27, 1827" AND name = "kewaubis"
In what way was Kewaubis executed on December 27, 1827?
CREATE TABLE table_name_99 (method VARCHAR, date_of_execution VARCHAR, name VARCHAR)
De que maneira Kewaubis foi executado em 27 de dezembro de 1827?
76,614
SELECT method FROM table_name_30 WHERE race = "native american" AND date_of_execution = "july 1836"
How was the native american executed in July 1836?
CREATE TABLE table_name_30 (method VARCHAR, race VARCHAR, date_of_execution VARCHAR)
Como foi executado o nativo americano em julho de 1836?
76,615
SELECT SUM(draws) FROM table_name_85 WHERE wins = 1 AND losses = 1 AND goal_differential = "+1"
How many draws have 1 win, 1 loss, and a Goal Differential of +1?
CREATE TABLE table_name_85 (draws INTEGER, goal_differential VARCHAR, wins VARCHAR, losses VARCHAR)
Quantos empates têm 1 vitória, 1 derrota e uma diferença de gols de +1?
76,616
SELECT genre FROM table_name_85 WHERE artist = "led zeppelin"
What genre is Led Zeppelin?
CREATE TABLE table_name_85 (genre VARCHAR, artist VARCHAR)
Qual gênero é o Led Zeppelin?
76,617
SELECT date FROM table_name_40 WHERE loss = "flanagan (6-7)"
On what date was the Loss by Flanagan (6-7)?
CREATE TABLE table_name_40 (date VARCHAR, loss VARCHAR)
Em que data foi a perda de Flanagan (6-7)?
76,618
SELECT loss FROM table_name_45 WHERE record = "48-50"
During which loss was the record 48-50?
CREATE TABLE table_name_45 (loss VARCHAR, record VARCHAR)
Durante qual perda foi o recorde 48-50?
76,619
SELECT score FROM table_name_22 WHERE record = "47-49"
What was the score that made the record 47-49?
CREATE TABLE table_name_22 (score VARCHAR, record VARCHAR)
Qual foi a pontuação que fez o recorde 47-49?
76,620
SELECT opponent FROM table_name_61 WHERE date = "july 29"
Who was the Opponent on July 29?
CREATE TABLE table_name_61 (opponent VARCHAR, date VARCHAR)
Quem foi o adversário em 29 de julho?
76,621
SELECT record FROM table_name_27 WHERE loss = "key (7-11)"
What was the record during the loss by key (7-11)?
CREATE TABLE table_name_27 (record VARCHAR, loss VARCHAR)
Qual foi o recorde durante a perda por chave (7-11)?
76,622
SELECT SUM(diagram) FROM table_name_2 WHERE builder = "york"
What is the total diagram for builder york?
CREATE TABLE table_name_2 (diagram INTEGER, builder VARCHAR)
Qual é o diagrama total para o construtor york?
76,623
SELECT fleet_numbers FROM table_name_68 WHERE diagram < 99 AND built = "1960"
What fleet numbers have a diagram less than 99 and built in 1960?
CREATE TABLE table_name_68 (fleet_numbers VARCHAR, diagram VARCHAR, built VARCHAR)
Quais números de frotas têm um diagrama inferior a 99 e foram construídos em 1960?
76,624
SELECT MIN(diagram) FROM table_name_4 WHERE built = "1962" AND lot_no < 30702
What diagram built in 1962 has a lot number smaller than 30702?
CREATE TABLE table_name_4 (diagram INTEGER, built VARCHAR, lot_no VARCHAR)
Qual diagrama construído em 1962 tem um número de lote menor que 30702?
76,625
SELECT builder FROM table_name_44 WHERE lot_no = 30702
What builder has lot number 30702?
CREATE TABLE table_name_44 (builder VARCHAR, lot_no VARCHAR)
Qual construtor tem o número de lote 30702?
76,626
SELECT genre FROM table_name_92 WHERE year < 2013 AND name = "kikumana"
Which Genre has a Year before 2013, and a Name of kikumana?
CREATE TABLE table_name_92 (genre VARCHAR, year VARCHAR, name VARCHAR)
Qual gênero tem um ano antes de 2013 e um nome de kikumana?
76,627
SELECT SUM(year) FROM table_name_91 WHERE post = "designer"
In what year has a Post of designer?
CREATE TABLE table_name_91 (year INTEGER, post VARCHAR)
Em que ano tem um cargo de designer?
76,628
SELECT visitor FROM table_name_97 WHERE home = "boston bruins" AND date = "november 15"
Who is listed as the Visitor that has a Home of Boston Bruins and a Date of November 15?
CREATE TABLE table_name_97 (visitor VARCHAR, home VARCHAR, date VARCHAR)
Quem é listado como o visitante que tem uma casa de Boston Bruins e uma data de 15 de novembro?
76,629
SELECT visitor FROM table_name_13 WHERE date = "december 17"
Which Visitor is listed as having a Date of December 17?
CREATE TABLE table_name_13 (visitor VARCHAR, date VARCHAR)
Qual visitante está listado como tendo uma data de 17 de dezembro?
76,630
SELECT score FROM table_name_45 WHERE visitor = "montreal maroons" AND date = "december 28"
What's the Score with the Visitor of Montreal Maroons and has a Date of December 28?
CREATE TABLE table_name_45 (score VARCHAR, visitor VARCHAR, date VARCHAR)
Qual é a pontuação com o visitante de Montreal Maroons e tem uma data de 28 de dezembro?
76,631
SELECT COUNT(attendance) FROM table_name_97 WHERE week < 6 AND opponent = "san diego chargers"
What's the attendance of the san diego chargers game before week 6?
CREATE TABLE table_name_97 (attendance VARCHAR, week VARCHAR, opponent VARCHAR)
Qual é a frequência do jogo de carregadores de san diego antes da 6a semana?
76,632
SELECT COUNT(wins) FROM table_name_97 WHERE top_25 = 1 AND cuts_made < 2 AND events < 5
How many wins have a Top-25 of 1, Less than 2 cuts, and fewer than 5 events?
CREATE TABLE table_name_97 (wins VARCHAR, events VARCHAR, top_25 VARCHAR, cuts_made VARCHAR)
Quantas vitórias têm um Top 25 de 1, menos de 2 cortes e menos de 5 eventos?
76,633
SELECT MAX(events) FROM table_name_38 WHERE top_25 = 1 AND cuts_made < 1
How many events have a Top-25 of 1 and made less than 1 cut?
CREATE TABLE table_name_38 (events INTEGER, top_25 VARCHAR, cuts_made VARCHAR)
Quantos eventos têm um Top-25 de 1 e fez menos de 1 corte?
76,634
SELECT MIN(events) FROM table_name_10 WHERE tournament = "pga championship" AND wins > 0
During the PGA Championship, what's the lowest amount of events with wins greater than 0?
CREATE TABLE table_name_10 (events INTEGER, tournament VARCHAR, wins VARCHAR)
Durante o Campeonato PGA, qual é a menor quantidade de eventos com vitórias maiores que 0?
76,635
SELECT MIN(cuts_made) FROM table_name_65 WHERE wins < 0
What's the lowest number of cuts made while the win was less than 0?
CREATE TABLE table_name_65 (cuts_made INTEGER, wins INTEGER)
Qual é o menor número de cortes feitos enquanto a vitória foi menor que 0?
76,636
SELECT reactortype FROM table_name_64 WHERE gross_capacity = "417 mw" AND electricity_grid = "27.12.1971"
Which Reactortype has a gross capacity of 417 mw and an Electricity Grid of 27.12.1971?
CREATE TABLE table_name_64 (reactortype VARCHAR, gross_capacity VARCHAR, electricity_grid VARCHAR)
Qual Reactortype tem uma capacidade bruta de 417 mw e uma rede elétrica de 27.12.1971?
76,637
SELECT unit FROM table_name_61 WHERE construction_started = "01.07.1967"
Which Unit's Construction started on 01.07.1967?
CREATE TABLE table_name_61 (unit VARCHAR, construction_started VARCHAR)
Qual Unidade de Construção começou em 01.07.1967?
76,638
SELECT commercial_operation FROM table_name_48 WHERE gross_capacity = "417 mw" AND electricity_grid = "27.12.1971"
Which Commercial Operation has both a Gross Capacity of 417 mw and an Electricity Grid 27.12.1971?
CREATE TABLE table_name_48 (commercial_operation VARCHAR, gross_capacity VARCHAR, electricity_grid VARCHAR)
Qual operação comercial tem uma capacidade bruta de 417 mw e uma rede elétrica 27.12.1971?
76,639
SELECT shutdown FROM table_name_26 WHERE electricity_grid = "28.12.1972"
When did the Electricity Grid 28.12.1972 officially shutdown?
CREATE TABLE table_name_26 (shutdown VARCHAR, electricity_grid VARCHAR)
Quando a rede elétrica 28.12.1972 foi oficialmente desligada?
76,640
SELECT electricity_grid FROM table_name_17 WHERE commercial_operation = "24.03.1973"
Which Electricity Grid started its Commercial Operation of 24.03.1973?
CREATE TABLE table_name_17 (electricity_grid VARCHAR, commercial_operation VARCHAR)
Qual rede elétrica iniciou sua operação comercial de 24.03.1973?
76,641
SELECT name FROM table_name_70 WHERE app_gs_sub_ = "14 (8/6)"
Tell what has the App(GS/Sub) of 14 (8/6)
CREATE TABLE table_name_70 (name VARCHAR, app_gs_sub_ VARCHAR)
Diga o que tem o App(GS/Sub) de 14 (8/6)
76,642
SELECT goals FROM table_name_57 WHERE since < 2007 AND app_gs_sub_ = "97 (69/28)"
Name the goals with since less than 2007 and App(GS/Sub) of 97 (69/28)
CREATE TABLE table_name_57 (goals VARCHAR, since VARCHAR, app_gs_sub_ VARCHAR)
Nomeie os objetivos com desde menos de 2007 e App(GS/Sub) de 97 (69/28)
76,643
SELECT date FROM table_name_65 WHERE venue = "cadott rock fest"
When is Cadott Rock Fest taken place?
CREATE TABLE table_name_65 (date VARCHAR, venue VARCHAR)
Quando acontece o Cadott Rock Fest?
76,644
SELECT city FROM table_name_29 WHERE venue = "mandalay bay resort"
Which City has mandalay bay resort
CREATE TABLE table_name_29 (city VARCHAR, venue VARCHAR)
Que cidade tem Mandalay Bay Resort
76,645
SELECT city FROM table_name_70 WHERE date = "october 26, 2007"
Which City has a Date on october 26, 2007
CREATE TABLE table_name_70 (city VARCHAR, date VARCHAR)
Que cidade tem uma data em 26 de outubro de 2007
76,646
SELECT attendance FROM table_name_75 WHERE venue = "mandalay bay resort"
Which Attendance has Mandalay Bay Resort
CREATE TABLE table_name_75 (attendance VARCHAR, venue VARCHAR)
O que fazer em Mandalay Bay Resort
76,647
SELECT date FROM table_name_22 WHERE country = "united states" AND venue = "mandalay bay resort"
When is Country of united states, and a Venue of mandalay bay resort in?
CREATE TABLE table_name_22 (date VARCHAR, country VARCHAR, venue VARCHAR)
Quando é o país dos Estados Unidos, e um local de Mandalay Bay Resort em?
76,648
SELECT date FROM table_name_63 WHERE city = "san jacinto, california"
When has a City of san jacinto, california?
CREATE TABLE table_name_63 (date VARCHAR, city VARCHAR)
Quando tem uma cidade de san jacinto, california?
76,649
SELECT chassis FROM table_name_37 WHERE points > 0 AND entrant = "scuderia ferrari" AND year > 1952
Which Chassis has more than 0 points, an Entrant of Scuderia Ferrari, and was later than 1952?
CREATE TABLE table_name_37 (chassis VARCHAR, year VARCHAR, points VARCHAR, entrant VARCHAR)
Qual Chassis tem mais de 0 pontos, um Participante da Scuderia Ferrari, e foi mais tarde do que 1952?
76,650
SELECT entrant FROM table_name_47 WHERE engine = "vanwall straight-4"
Which Entrant has a vanwall straight-4 engine?
CREATE TABLE table_name_47 (entrant VARCHAR, engine VARCHAR)
Qual participante tem um motor vanwall straight-4?
76,651
SELECT region FROM table_name_58 WHERE date = "1970"
Which region has a date of 1970?
CREATE TABLE table_name_58 (region VARCHAR, date VARCHAR)
Que região tem uma data de 1970?
76,652
SELECT label FROM table_name_52 WHERE date = "1987"
Which label has a date of 1987?
CREATE TABLE table_name_52 (label VARCHAR, date VARCHAR)
Qual marca tem data de 1987?
76,653
SELECT catalogue FROM table_name_39 WHERE format = "cd remastered with 3 bonus tracks"
Which catalogue has a formate of "CD Remastered with 3 bonus tracks"?
CREATE TABLE table_name_39 (catalogue VARCHAR, format VARCHAR)
Qual catálogo tem um companheiro de "CD Remastered com 3 faixas bônus"?
76,654
SELECT catalogue FROM table_name_63 WHERE date = "1987"
Which catalogue has a date of 1987?
CREATE TABLE table_name_63 (catalogue VARCHAR, date VARCHAR)
Qual catálogo tem data de 1987?
76,655
SELECT MAX(season) FROM table_name_94 WHERE runners_up = "al ahly"
What is the latest season where Al Ahly is the runners-up?
CREATE TABLE table_name_94 (season INTEGER, runners_up VARCHAR)
Qual é a última temporada em que Al Ahly é o vice-campeão?
76,656
SELECT season FROM table_name_87 WHERE score = "vasco da gama"
What is the season where Vasco da gama is the score?
CREATE TABLE table_name_87 (season VARCHAR, score VARCHAR)
Qual é a época em que Vasco da gama é o marcador?
76,657
SELECT winners FROM table_name_92 WHERE season = 2010
Who is the winner in 2010?
CREATE TABLE table_name_92 (winners VARCHAR, season VARCHAR)
Quem foi o vencedor em 2010?
76,658
SELECT winners FROM table_name_30 WHERE season = 2011
Who is the winner in 2011?
CREATE TABLE table_name_30 (winners VARCHAR, season VARCHAR)
Quem foi o vencedor em 2011?
76,659
SELECT third_place FROM table_name_79 WHERE host = "japan" AND season < 2006
What was the third place of the performance in 2006 with the host Japan?
CREATE TABLE table_name_79 (third_place VARCHAR, host VARCHAR, season VARCHAR)
Qual foi o terceiro lugar da performance em 2006 com o anfitrião Japão?
76,660
SELECT round FROM table_name_11 WHERE club = "dundee united"
Which round did Dundee United end in?
CREATE TABLE table_name_11 (round VARCHAR, club VARCHAR)
Em que ronda terminou o Dundee United?
76,661
SELECT event FROM table_name_25 WHERE pursuit = "18th" AND sprint = "20th"
Name the event with pursuit of 18th and sprint of 20th
CREATE TABLE table_name_25 (event VARCHAR, pursuit VARCHAR, sprint VARCHAR)
Nomeie o evento com perseguição de 18o e sprint de 20o
76,662
SELECT pursuit FROM table_name_43 WHERE event = "1994 lillehammer"
Name the pursuit for 1994 lillehammer
CREATE TABLE table_name_43 (pursuit VARCHAR, event VARCHAR)
Nomeie a perseguição para 1994 lillehammer
76,663
SELECT sprint FROM table_name_28 WHERE mass_start = "2nd"
Name the sprint with mass start of 2nd
CREATE TABLE table_name_28 (sprint VARCHAR, mass_start VARCHAR)
Nomeie o sprint com o início em massa do 2o
76,664
SELECT country FROM table_name_31 WHERE year = 1993
What country had a film in 1993?
CREATE TABLE table_name_31 (country VARCHAR, year VARCHAR)
Que país teve um filme em 1993?
76,665
SELECT location FROM table_name_16 WHERE event = "extreme challenge 63" AND time = "2:00"
Where was Extreme Challenge 63 with a time of 2:00 held?
CREATE TABLE table_name_16 (location VARCHAR, event VARCHAR, time VARCHAR)
Onde estava o Extreme Challenge 63 com um tempo de 2:00?
76,666
SELECT COUNT(round) FROM table_name_30 WHERE event = "ufc 114"
How many total rounds were there at UFC 114?
CREATE TABLE table_name_30 (round VARCHAR, event VARCHAR)
Quantas rodadas foram disputadas no UFC 114?
76,667
SELECT res FROM table_name_1 WHERE time = "0:20"
In the round that lasted 0:20, what was the Res?
CREATE TABLE table_name_1 (res VARCHAR, time VARCHAR)
Na rodada que durou 0:20, o que foi a Res?
76,668
SELECT city FROM table_name_94 WHERE event = "ept baden classic"
In what City was the Ept Baden Classic?
CREATE TABLE table_name_94 (city VARCHAR, event VARCHAR)
Em que cidade foi o Ept Baden Classic?
76,669
SELECT event FROM table_name_77 WHERE prize = "€869,000"
What Event has a Prize of €869,000?
CREATE TABLE table_name_77 (event VARCHAR, prize VARCHAR)
Qual evento tem um prêmio de 869,000?
76,670
SELECT winner FROM table_name_22 WHERE prize = "zł2,153,999"
What Winner had a Prize of zł2,153,999?
CREATE TABLE table_name_22 (winner VARCHAR, prize VARCHAR)
Qual vencedor teve um prêmio de z2.153.999?
76,671
SELECT AVG(decile) FROM table_name_6 WHERE roll < 20
How many decile has a roll less than 20?
CREATE TABLE table_name_6 (decile INTEGER, roll INTEGER)
Quantos decils tem um rolo inferior a 20?
76,672
SELECT gender FROM table_name_62 WHERE roll = 627
Which gender had a roll of 627?
CREATE TABLE table_name_62 (gender VARCHAR, roll VARCHAR)
Qual gênero teve um rolo de 627?
76,673
SELECT area FROM table_name_11 WHERE decile < 10 AND name = "glenorchy school"
Glenorchy school has a decile less than 10 and is in what area?
CREATE TABLE table_name_11 (area VARCHAR, decile VARCHAR, name VARCHAR)
A escola de Glenorchy tem um decil inferior a 10 e está em que área?
76,674
SELECT gender FROM table_name_24 WHERE roll < 141 AND name = "makarora primary school"
Makarora primary school has a roll less than 141 and what gender?
CREATE TABLE table_name_24 (gender VARCHAR, roll VARCHAR, name VARCHAR)
Escola primária Makarora tem um rolo menos de 141 e que gênero?
76,675
SELECT season FROM table_name_78 WHERE round = "1. round" AND club = "sporting cp"
In what season did the Sporting CP Club have a 1. round?
CREATE TABLE table_name_78 (season VARCHAR, round VARCHAR, club VARCHAR)
Em que época o Sporting CP Club teve um 1. round?
76,676
SELECT away FROM table_name_28 WHERE club = "ekranas"
The Club of Ekranas was an away with a score of what?
CREATE TABLE table_name_28 (away VARCHAR, club VARCHAR)
O Clube de Ekranas estava fora com uma pontuação de quê?
76,677
SELECT lane FROM table_name_22 WHERE name = "rhiannon leier"
What is Rhiannon Leier's lane?
CREATE TABLE table_name_22 (lane VARCHAR, name VARCHAR)
O que é a pista de Rhiannon Leier?
76,678
SELECT pennant FROM table_name_13 WHERE name = "narbada"
What pennant does Narbada have?
CREATE TABLE table_name_13 (pennant VARCHAR, name VARCHAR)
O que tem o Narbada?
76,679
SELECT laid_down FROM table_name_26 WHERE pennant = "u21"
What date was the U21 pennant laid down?
CREATE TABLE table_name_26 (laid_down VARCHAR, pennant VARCHAR)
Qual foi a data prevista para o pennant U21?
76,680
SELECT position FROM table_name_10 WHERE overall < 106 AND college = "virginia"
What position went lower than 106 from the College of Virginia?
CREATE TABLE table_name_10 (position VARCHAR, overall VARCHAR, college VARCHAR)
Que posição foi inferior a 106 do Colégio da Virgínia?
76,681
SELECT MIN(round) FROM table_name_17 WHERE position = "fullback"
What is the lowest round a fullback went in?
CREATE TABLE table_name_17 (round INTEGER, position VARCHAR)
Qual foi a rodada mais baixa em que um fullback entrou?
76,682
SELECT province FROM table_name_6 WHERE rank > 49
Name the province with rank more than 49
CREATE TABLE table_name_6 (province VARCHAR, rank INTEGER)
Nomear a província com classificação superior a 49
76,683
SELECT mountain_peak FROM table_name_17 WHERE location = "46.7000°n 60.5992°w"
Name the mountain peak with location of 46.7000°n 60.5992°w
CREATE TABLE table_name_17 (mountain_peak VARCHAR, location VARCHAR)
Nomeie o pico da montanha com a localização de 46.7000 ° n 60.5992 ° w
76,684
SELECT mountain_peak FROM table_name_16 WHERE rank < 6 AND location = "81.9083°n 75.0250°w"
Name the mountain peak with rank less than 6 abd location of 81.9083°n 75.0250°w
CREATE TABLE table_name_16 (mountain_peak VARCHAR, rank VARCHAR, location VARCHAR)
Nomear o pico da montanha com classificação inferior a 6 abd localização de 81.9083 ° n 75.0250 ° w
76,685
SELECT mountain_range FROM table_name_26 WHERE province = "nunavut" AND location = "73.2294°n 78.6233°w"
Name the mountain range for nunavut with location of 73.2294°n 78.6233°w
CREATE TABLE table_name_26 (mountain_range VARCHAR, province VARCHAR, location VARCHAR)
Nomeie a cordilheira para nunavut com localização de 73.2294 °n 78.6233 °w
76,686
SELECT mountain_peak FROM table_name_67 WHERE rank = 49
Name the mountain peak of 49 rank
CREATE TABLE table_name_67 (mountain_peak VARCHAR, rank VARCHAR)
Nomear o pico da montanha de 49 rank
76,687
SELECT SUM(live_births_2006) FROM table_name_94 WHERE whites_as__percentage_of_pop = "98.40%" AND tfr_2006 > 2
What is the total number of live births in 2006 with 98.40% of the population as Whites and has more than 2 for the TFR?
CREATE TABLE table_name_94 (live_births_2006 INTEGER, whites_as__percentage_of_pop VARCHAR, tfr_2006 VARCHAR)
Qual é o número total de nascidos vivos em 2006 com 98,40% da população como brancos e tem mais de 2 para o TFR?
76,688
SELECT MIN(gfr_2006) FROM table_name_64 WHERE whites_as__percentage_of_pop = "95.80%" AND tfr_2006 > 2.14
What is the lowest total GFR that has 95.80% of the population as Whites, and a TFR total larger than 2.14, in 2006?
CREATE TABLE table_name_64 (gfr_2006 INTEGER, whites_as__percentage_of_pop VARCHAR, tfr_2006 VARCHAR)
Qual é o menor GFR total que tem 95,80% da população como brancos, e um total de TFR maior que 2,14, em 2006?
76,689
SELECT MAX(live_births_2006) FROM table_name_6 WHERE county = "cumbria" AND tfr_2006 > 1.76
In 2006, what is the highest number for Live births in the County of Cumbria that has a TFR larger than 1.76?
CREATE TABLE table_name_6 (live_births_2006 INTEGER, county VARCHAR, tfr_2006 VARCHAR)
Em 2006, qual é o maior número de nascidos vivos no Condado de Cumbria que tem um TFR maior que 1,76?
76,690
SELECT MIN(year) FROM table_name_46 WHERE team = "pramac d'antin ducati"
Question doesn't make sense since there is no team of pramac d'antin ducati
CREATE TABLE table_name_46 (year INTEGER, team VARCHAR)
A pergunta não faz sentido, já que não há equipe de pramac d'antin ducati
76,691
SELECT player FROM table_name_4 WHERE current_club = "ironi nahariya" AND year_born = 1980
Which player from the Ironi Nahariya club was born in 1980?
CREATE TABLE table_name_4 (player VARCHAR, current_club VARCHAR, year_born VARCHAR)
Qual jogador do clube Ironi Nahariya nasceu em 1980?
76,692
SELECT position FROM table_name_10 WHERE year_born > 1978 AND current_club = "cherkassy monkeys"
Which position from the Cherkassy Monkeys' club was born after 1978?
CREATE TABLE table_name_10 (position VARCHAR, year_born VARCHAR, current_club VARCHAR)
Qual posição do clube Cherkassy Monkeys nasceu depois de 1978?
76,693
SELECT AVG(rank) FROM table_name_19 WHERE headquarters = "toronto, on" AND screens < 1 OFFSET 438
What is the rank of the cinema when the headquarters are in toronto, ON and the screens is less than 1,438?
CREATE TABLE table_name_19 (rank INTEGER, headquarters VARCHAR, screens VARCHAR)
Qual é a classificação do cinema quando a sede está em toronto, ON e as telas são inferiores a 1.438?
76,694
SELECT SUM(rank) FROM table_name_3 WHERE sites > 62 AND circuit = "cineplex entertainment"
what is the rank of the cinema when the number of sites is more than 62 and the circuit is cineplex entertainment?
CREATE TABLE table_name_3 (rank INTEGER, sites VARCHAR, circuit VARCHAR)
qual é a classificação do cinema quando o número de sites é superior a 62 e o circuito é entretenimento cineplex?
76,695
SELECT AVG(sites) FROM table_name_8 WHERE screens = 687 AND rank > 7
what is the number of sites when the number of screens is 687 and rank is more than 7?
CREATE TABLE table_name_8 (sites INTEGER, screens VARCHAR, rank VARCHAR)
Qual é o número de sites quando o número de telas é 687 e a classificação é superior a 7?
76,696
SELECT MIN(sites) FROM table_name_33 WHERE headquarters = "columbus, ga" AND rank < 4
what is the lowest number of sites when the headquarters are in columbus, ga and the rank is smaller than 4?
CREATE TABLE table_name_33 (sites INTEGER, headquarters VARCHAR, rank VARCHAR)
qual é o menor número de sites quando a sede está em columbus, ga e a classificação é menor que 4?
76,697
SELECT other FROM table_name_9 WHERE value = "1 000"
What is the Other transliteration for value 1 000?
CREATE TABLE table_name_9 (other VARCHAR, value VARCHAR)
Qual é a outra transliteração para o valor 1 000?
76,698
SELECT word_form FROM table_name_55 WHERE ala_lc = "muay s″ain"
What is the word form for the ALA-LC transliteration of muay s″ain?
CREATE TABLE table_name_55 (word_form VARCHAR, ala_lc VARCHAR)
Qual é a palavra forma para a transliteração ALA-LC de muay sain?
76,699
SELECT value FROM table_name_90 WHERE other = "muoy roy"
What number value has the Other transliteration of muoy roy?
CREATE TABLE table_name_90 (value VARCHAR, other VARCHAR)
Qual valor numérico tem a outra transliteração de muoy roy?