Unnamed: 0 int64 0 78.6k | answer stringlengths 18 557 | question stringlengths 12 244 | context stringlengths 27 489 | translated_answer stringlengths 12 992 |
|---|---|---|---|---|
72,400 | SELECT position FROM table_name_24 WHERE pick < 15 AND college = "rice" | What position did the player from Rice College play who was picked under 15? | CREATE TABLE table_name_24 (position VARCHAR, pick VARCHAR, college VARCHAR) | Que posição o jogador do Rice College jogou que foi escolhido com menos de 15 anos? |
72,401 | SELECT position FROM table_name_72 WHERE pick = 14 | What position did pick 14 play? | CREATE TABLE table_name_72 (position VARCHAR, pick VARCHAR) | Qual foi a posição escolhida para 14 jogos? |
72,402 | SELECT pick FROM table_name_34 WHERE position = "linebacker" AND team = "denver broncos" | What pick number did the linebacker from the denver broncos get? | CREATE TABLE table_name_34 (pick VARCHAR, position VARCHAR, team VARCHAR) | Que número de escolha o linebacker dos broncos denver obteve? |
72,403 | SELECT college FROM table_name_3 WHERE position = "quarterback" | What college was the quarterback from? | CREATE TABLE table_name_3 (college VARCHAR, position VARCHAR) | De que faculdade era o quarterback? |
72,404 | SELECT MIN(pick) FROM table_name_3 WHERE team = "san diego chargers" | What is the lowest number pick from san diego chargers? | CREATE TABLE table_name_3 (pick INTEGER, team VARCHAR) | Qual é a escolha de número mais baixo de carregadores san diego? |
72,405 | SELECT years FROM table_name_72 WHERE type_code = "cubic centimetres (cuin) v8 ( m273 )" | Which Years has a Type/code of cubic centimetres (cuin) v8 ( m273 )? | CREATE TABLE table_name_72 (years VARCHAR, type_code VARCHAR) | Que anos tem um tipo/código de centímetros cúbicos (cuin) v8 (m273)? |
72,406 | SELECT COUNT(heat) FROM table_name_37 WHERE name = "sun yang" AND lane < 2 | What is the total heat number of sun yang, who has a lane less than 2? | CREATE TABLE table_name_37 (heat VARCHAR, name VARCHAR, lane VARCHAR) | Qual é o número total de calor do sol yang, que tem uma faixa inferior a 2? |
72,407 | SELECT name FROM table_name_35 WHERE time = "3:50.90" | Who has a time of 3:50.90? | CREATE TABLE table_name_35 (name VARCHAR, time VARCHAR) | Quem tem um tempo de 3:50.90? |
72,408 | SELECT time FROM table_name_47 WHERE heat = 5 AND lane = 3 | What is the time of lane 3 in heat 5? | CREATE TABLE table_name_47 (time VARCHAR, heat VARCHAR, lane VARCHAR) | Qual é o tempo da faixa 3 no calor 5? |
72,409 | SELECT heat FROM table_name_77 WHERE lane = 3 AND time = "3:45.57" | What is the heat with a time of 3:45.57 in lane 3? | CREATE TABLE table_name_77 (heat VARCHAR, lane VARCHAR, time VARCHAR) | Qual é o calor com um tempo de 3:45.57 na faixa 3? |
72,410 | SELECT rowers FROM table_name_31 WHERE time = "6:39.49" | Who are the Rowers with a Time of 6:39.49? | CREATE TABLE table_name_31 (rowers VARCHAR, time VARCHAR) | Quem são os Rowers com um tempo de 6:39.49? |
72,411 | SELECT country FROM table_name_11 WHERE rank = 4 | What is the Country of the rowers with a Rank of 4? | CREATE TABLE table_name_11 (country VARCHAR, rank VARCHAR) | Qual é o país dos remadores com uma classificação de 4? |
72,412 | SELECT county FROM table_name_85 WHERE mascot = "red ramblers" | What counties mascot are the Red Ramblers? | CREATE TABLE table_name_85 (county VARCHAR, mascot VARCHAR) | Que condados mascote são os Red Ramblers? |
72,413 | SELECT ihsaa_class FROM table_name_40 WHERE county = "83 vermillion" | What is the IHSAA class when the county was 83 vermillion? | CREATE TABLE table_name_40 (ihsaa_class VARCHAR, county VARCHAR) | O que é a classe IHSAA quando o condado tinha 83 vermillion? |
72,414 | SELECT COUNT(enrollment) FROM table_name_27 WHERE location = "rockville" | What is the enrollment number for Rockville? | CREATE TABLE table_name_27 (enrollment VARCHAR, location VARCHAR) | Qual é o número de inscrição para Rockville? |
72,415 | SELECT COUNT(attendance) FROM table_name_87 WHERE opponent = "minnesota vikings" | What is the Attendance of the game against Minnesota Vikings? | CREATE TABLE table_name_87 (attendance VARCHAR, opponent VARCHAR) | Qual é a presença do jogo contra o Minnesota Vikings? |
72,416 | SELECT AVG(score) FROM table_name_71 WHERE player = "søren kjeldsen" | what is the average score for søren kjeldsen? | CREATE TABLE table_name_71 (score INTEGER, player VARCHAR) | Qual é a pontuação média para sren kjeldsen? |
72,417 | SELECT SUM(against) FROM table_name_31 WHERE club = "south warrnambool" AND draws < 0 | What's the against of South Warrnambool when the draw is less than 0? | CREATE TABLE table_name_31 (against INTEGER, club VARCHAR, draws VARCHAR) | Qual é o contra de South Warrnambool quando o empate é inferior a 0? |
72,418 | SELECT MIN(draws) FROM table_name_29 WHERE against < 1299 AND wins > 7 AND club = "warrnambool" AND losses < 2 | What's the smallest draw of Warrnambool when the against was less than 1299, more than 7 wins, and less than 2 losses? | CREATE TABLE table_name_29 (draws INTEGER, losses VARCHAR, club VARCHAR, against VARCHAR, wins VARCHAR) | Qual é o menor empate de Warrnambool quando o contra foi inferior a 1299, mais de 7 vitórias e menos de 2 derrotas? |
72,419 | SELECT COUNT(against) FROM table_name_47 WHERE losses = 13 AND draws > 0 | What's the against when the draw was more than 0 and had 13 losses? | CREATE TABLE table_name_47 (against VARCHAR, losses VARCHAR, draws VARCHAR) | Qual é o contra quando o empate foi maior que 0 e teve 13 derrotas? |
72,420 | SELECT AVG(against) FROM table_name_86 WHERE losses > 2 AND wins > 3 AND draws > 0 | What's the against when there were more than 2 losses, more than 3 wins, and draws more than 0? | CREATE TABLE table_name_86 (against INTEGER, draws VARCHAR, losses VARCHAR, wins VARCHAR) | Qual é o contra quando houve mais de 2 derrotas, mais de 3 vitórias e empates mais de 0? |
72,421 | SELECT MAX(losses) FROM table_name_81 WHERE club = "camperdown" AND against < 945 | What's the highest amount of losses of Camperdown when the against was less than 945? | CREATE TABLE table_name_81 (losses INTEGER, club VARCHAR, against VARCHAR) | Qual é a maior quantidade de perdas de Camperdown quando o contra foi inferior a 945? |
72,422 | SELECT SUM(league_goals) FROM table_name_51 WHERE fa_cup_goals > 0 | what is the sum of league goals when the fa cup goals is more than 0? | CREATE TABLE table_name_51 (league_goals INTEGER, fa_cup_goals INTEGER) | Qual é a soma dos golos da liga quando os golos da fa cup são superiores a 0? |
72,423 | SELECT AVG(league_cup_goals) FROM table_name_98 WHERE league_cup_apps = 4 AND league_goals < 4 AND fa_cup_apps = "1" AND total_apps = "35" | what is the average league cup goals when the league cup apps is 4, league goals is less than 4, fa cup apps is 1 and total apps is 35? | CREATE TABLE table_name_98 (league_cup_goals INTEGER, total_apps VARCHAR, fa_cup_apps VARCHAR, league_cup_apps VARCHAR, league_goals VARCHAR) | Quais são os objetivos médios da Copa da Liga quando os aplicativos da Copa da Liga são 4, os objetivos da Liga são menos de 4, os aplicativos da Copa da Liga são 1 e os aplicativos totais são 35? |
72,424 | SELECT AVG(league_cup_goals) FROM table_name_78 WHERE position = "df" AND total_goals > 4 | what is the average league cup goals when the position is df and total goals is more than 4? | CREATE TABLE table_name_78 (league_cup_goals INTEGER, position VARCHAR, total_goals VARCHAR) | Qual é o objetivo médio da Copa da Liga quando a posição é df e o total de gols é maior que 4? |
72,425 | SELECT AVG(fa_cup_goals) FROM table_name_80 WHERE fa_cup_apps = "0" AND total_goals < 1 AND position = "df" | what is the average fa cup goals when the fa cup apps is 0, total goals is less than 1 and position is df? | CREATE TABLE table_name_80 (fa_cup_goals INTEGER, position VARCHAR, fa_cup_apps VARCHAR, total_goals VARCHAR) | qual é o objetivo médio do fa cup quando os aplicativos do fa cup são 0, o total de metas é menor que 1 e a posição é df? |
72,426 | SELECT COUNT(year) FROM table_name_67 WHERE score = "0.586" | What year had a score of 0.586? | CREATE TABLE table_name_67 (year VARCHAR, score VARCHAR) | Que ano teve uma pontuação de 0,586? |
72,427 | SELECT n_africa_rank FROM table_name_54 WHERE year = 2012 AND cplp_rank = "n/a" | What's the n Africa in 2012 with an N/A as the CPLP? | CREATE TABLE table_name_54 (n_africa_rank VARCHAR, year VARCHAR, cplp_rank VARCHAR) | Qual é a n África em 2012 com um N/A como CPLP? |
72,428 | SELECT finals_venue FROM table_name_23 WHERE number_of_delegates = "82" | What was the final venue for 82 delegates? | CREATE TABLE table_name_23 (finals_venue VARCHAR, number_of_delegates VARCHAR) | Qual foi o local final para 82 delegados? |
72,429 | SELECT artist FROM table_name_86 WHERE record_label = "vertigo" | Which Artist has a Record label of vertigo? | CREATE TABLE table_name_86 (artist VARCHAR, record_label VARCHAR) | Qual artista tem um selo de vertigem? |
72,430 | SELECT president FROM table_name_57 WHERE c_span_2009 = "21" | Who is the president when c-span 2009 is 21? | CREATE TABLE table_name_57 (president VARCHAR, c_span_2009 VARCHAR) | Quem é o presidente quando o c-span 2009 tem 21 anos? |
72,431 | SELECT c_span_2009 FROM table_name_80 WHERE times_2008 * * = "08" | what is c-span 2009 when times 2008** is 08? | CREATE TABLE table_name_80 (c_span_2009 VARCHAR, times_2008 VARCHAR) | o que é c-span 2009 quando os tempos 2008** é 08? |
72,432 | SELECT siena_2002 FROM table_name_96 WHERE president = "andrew jackson" | what is siena 2002 when the president is andrew jackson? | CREATE TABLE table_name_96 (siena_2002 VARCHAR, president VARCHAR) | O que é Siena 2002 quando o presidente é Andrew Jackson? |
72,433 | SELECT location FROM table_name_14 WHERE home_ground = "mong kok stadium" | Which Location has a Home Ground of Mong kok stadium? | CREATE TABLE table_name_14 (location VARCHAR, home_ground VARCHAR) | Qual local tem um estádio Home Ground of Mong kok? |
72,434 | SELECT club FROM table_name_14 WHERE league_division = "first division" | Which club is in the First division? | CREATE TABLE table_name_14 (club VARCHAR, league_division VARCHAR) | Qual clube está na primeira divisão? |
72,435 | SELECT home_ground FROM table_name_39 WHERE location = "n/a" AND club = "kcdrsc" | What is the Home Ground with the Location n/a for the Club kcdrsc? | CREATE TABLE table_name_39 (home_ground VARCHAR, location VARCHAR, club VARCHAR) | O que é o Home Ground com a Localização n/a para o Club kcdrsc? |
72,436 | SELECT league_division FROM table_name_29 WHERE location = "n/a" | What League/Division has a Location of n/a? | CREATE TABLE table_name_29 (league_division VARCHAR, location VARCHAR) | Qual Liga/Divisão tem uma Localização de n/a? |
72,437 | SELECT location FROM table_name_67 WHERE league_division = "second division" AND position_in_2012_13 = "4th, third division (promoted)" | What Location is in the second division and has 4th, third division (promoted) as its Position in 2012-13? | CREATE TABLE table_name_67 (location VARCHAR, league_division VARCHAR, position_in_2012_13 VARCHAR) | Qual Localização está na segunda divisão e tem a quarta, terceira divisão (promovida) como sua Posição em 2012-13? |
72,438 | SELECT rank FROM table_name_76 WHERE time = "7:16.13" | What was the rank of the team who raced at a time of 7:16.13? | CREATE TABLE table_name_76 (rank VARCHAR, time VARCHAR) | Qual foi a classificação da equipe que correu no tempo de 7:16.13? |
72,439 | SELECT COUNT(rank) FROM table_name_19 WHERE country = "greece" | What is the total number of rank for the country of greece? | CREATE TABLE table_name_19 (rank VARCHAR, country VARCHAR) | Qual é o número total de classificação para o país da Grécia? |
72,440 | SELECT country FROM table_name_67 WHERE rank < 5 AND notes = "fb" | What country were the athletes where ranked smaller than 5 with notes listed as fb? | CREATE TABLE table_name_67 (country VARCHAR, rank VARCHAR, notes VARCHAR) | Que país foram os atletas que classificaram menos de 5 com notas listadas como fb? |
72,441 | SELECT time FROM table_name_63 WHERE country = "united states" | What is the time for the race with the United States? | CREATE TABLE table_name_63 (time VARCHAR, country VARCHAR) | Qual é a hora da corrida com os Estados Unidos? |
72,442 | SELECT MIN(shirt_no) FROM table_name_63 WHERE birth_date = "april 12, 1986 (age27)" | What shirt No has a Birth Date of April 12, 1986 (age27)? | CREATE TABLE table_name_63 (shirt_no INTEGER, birth_date VARCHAR) | Qual camisa No tem uma Data de Nascimento de 12 de abril de 1986 (idade27)? |
72,443 | SELECT position FROM table_name_54 WHERE height > 179 AND player = "ezgi arslan" | What position that has a Height larger than 179, and Player is Ezgi Arslan? | CREATE TABLE table_name_54 (position VARCHAR, height VARCHAR, player VARCHAR) | Qual posição tem uma altura maior que 179, e o jogador é Ezgi Arslan? |
72,444 | SELECT SUM(shirt_no) FROM table_name_11 WHERE position = "setter" AND nationality = "italy" AND height > 172 | What is the shirt no with a position of setter, a nationality of Italy, and height larger than 172? | CREATE TABLE table_name_11 (shirt_no INTEGER, height VARCHAR, position VARCHAR, nationality VARCHAR) | O que é a camisa não com uma posição de setter, uma nacionalidade da Itália, e altura maior que 172? |
72,445 | SELECT player FROM table_name_36 WHERE position = "middle blocker" AND nationality = "turkey" AND shirt_no = 8 | What player that has a position of middle blocker, a Nationality of Turkey, and shirt no is 8? | CREATE TABLE table_name_36 (player VARCHAR, shirt_no VARCHAR, position VARCHAR, nationality VARCHAR) | Qual jogador que tem uma posição de bloqueador do meio, uma Nacionalidade da Turquia, e camisa no 8? |
72,446 | SELECT player FROM table_name_90 WHERE nationality = "turkey" AND height < 183 AND shirt_no < 19 AND birth_date = "june 27, 1993 (age20)" | What player that has a Nationality of Turkey, a Height smaller than 183, a shirt no smaller than 19, and a birth date of June 27, 1993 (age20)? | CREATE TABLE table_name_90 (player VARCHAR, birth_date VARCHAR, shirt_no VARCHAR, nationality VARCHAR, height VARCHAR) | Qual jogador que tem uma nacionalidade da Turquia, uma altura menor que 183, uma camisa não menor que 19, e uma data de nascimento de 27 de junho de 1993 (idade20)? |
72,447 | SELECT nation FROM table_name_3 WHERE gold = 29 | Which nation won 29 gold medals? | CREATE TABLE table_name_3 (nation VARCHAR, gold VARCHAR) | Que país ganhou 29 medalhas de ouro? |
72,448 | SELECT MIN(bronze) FROM table_name_51 WHERE total = 1 AND rank = "12" AND gold < 1 | What is the fewest number of bronze medals won among the nations ranked 12 that won no gold medals and 1 medal overall? | CREATE TABLE table_name_51 (bronze INTEGER, gold VARCHAR, total VARCHAR, rank VARCHAR) | Qual é o menor número de medalhas de bronze conquistadas entre as nações classificadas como 12 que não ganharam medalhas de ouro e uma medalha no geral? |
72,449 | SELECT fcc_info FROM table_name_98 WHERE frequency_mhz > 89.3 AND city_of_license = "portales, new mexico" | What is the FCC info for the translator with frequency over 89.3MHz and licensd in Portales, New Mexico? | CREATE TABLE table_name_98 (fcc_info VARCHAR, frequency_mhz VARCHAR, city_of_license VARCHAR) | Qual é a informação da FCC para o tradutor com frequência superior a 89.3MHz e licenciado em Portales, Novo México? |
72,450 | SELECT ship FROM table_name_30 WHERE location = "devonport, devon" | Which ship was launched from Devonport, Devon? | CREATE TABLE table_name_30 (ship VARCHAR, location VARCHAR) | Qual navio foi lançado de Devonport, Devon? |
72,451 | SELECT country FROM table_name_41 WHERE builder = "royal dockyard" AND ship = "pegasus" | What country was the Pegasus, build by Royal Dockyard, from? | CREATE TABLE table_name_41 (country VARCHAR, builder VARCHAR, ship VARCHAR) | De que país era o Pegasus, construído pela Royal Dockyard? |
72,452 | SELECT builder FROM table_name_60 WHERE country = "united kingdom" AND ship = "gannet" | Who was the builder of Gannet from the United Kingdom? | CREATE TABLE table_name_60 (builder VARCHAR, country VARCHAR, ship VARCHAR) | Quem foi o construtor de Gannet do Reino Unido? |
72,453 | SELECT builder FROM table_name_12 WHERE ship = "nor" | Who was the builder of Nor? | CREATE TABLE table_name_12 (builder VARCHAR, ship VARCHAR) | Quem foi o construtor de Nor? |
72,454 | SELECT builder FROM table_name_37 WHERE country = "norway" AND ship = "brage" | Who was the builder of Brage from Norway? | CREATE TABLE table_name_37 (builder VARCHAR, country VARCHAR, ship VARCHAR) | Quem foi o construtor de Brage da Noruega? |
72,455 | SELECT country FROM table_name_23 WHERE builder = "karljohansverns verft" AND ship = "brage" | What country was Brage, built by karljohansverns verft, from? | CREATE TABLE table_name_23 (country VARCHAR, builder VARCHAR, ship VARCHAR) | De que país foi Brage, construído por karljohansverns verft, a partir de? |
72,456 | SELECT MIN(silver) FROM table_name_31 WHERE total = 11 AND gold < 8 | Which Silver has a Total of 11, and a Gold smaller than 8? | CREATE TABLE table_name_31 (silver INTEGER, total VARCHAR, gold VARCHAR) | Qual prata tem um total de 11, e um ouro menor que 8? |
72,457 | SELECT MIN(silver) FROM table_name_37 WHERE total = 1 AND rank = "12" | Which Silver has a Total of 1, and a Rank of 12? | CREATE TABLE table_name_37 (silver INTEGER, total VARCHAR, rank VARCHAR) | Qual prata tem um total de 1, e uma classificação de 12? |
72,458 | SELECT ihsaa_football_class FROM table_name_71 WHERE school = "wood memorial" | Which IHSAA Football Class has a School of wood memorial? | CREATE TABLE table_name_71 (ihsaa_football_class VARCHAR, school VARCHAR) | Qual classe de futebol da IHSAA tem um memorial da Escola de madeira? |
72,459 | SELECT ihsaa_football_class FROM table_name_14 WHERE county = "77 sullivan" AND school = "union dugger" | Which IHSAA Football Class has a County of 77 sullivan, and a School of union dugger? | CREATE TABLE table_name_14 (ihsaa_football_class VARCHAR, county VARCHAR, school VARCHAR) | Qual classe de futebol da IHSAA tem um condado de 77 sullivan e uma escola de dugger sindical? |
72,460 | SELECT ihsaa_football_class FROM table_name_17 WHERE enrollment = 406 | Which IHSAA Football Class has an Enrollment of 406? | CREATE TABLE table_name_17 (ihsaa_football_class VARCHAR, enrollment VARCHAR) | Qual classe de futebol da IHSAA tem uma inscrição de 406? |
72,461 | SELECT MAX(size) FROM table_name_69 WHERE county = "62 perry" | Which Size has a County of 62 perry? | CREATE TABLE table_name_69 (size INTEGER, county VARCHAR) | Que tamanho tem um condado de 62 perry? |
72,462 | SELECT ihsaa_class FROM table_name_84 WHERE size > 511 | Which IHSAA Class has a Size larger than 511? | CREATE TABLE table_name_84 (ihsaa_class VARCHAR, size INTEGER) | Qual classe IHSAA tem um tamanho maior que 511? |
72,463 | SELECT ihsaa_class FROM table_name_4 WHERE school = "mitchell" | Which IHSAA Class has a School of mitchell? | CREATE TABLE table_name_4 (ihsaa_class VARCHAR, school VARCHAR) | Qual classe da IHSAA tem uma escola de mitchell? |
72,464 | SELECT county FROM table_name_95 WHERE size > 258 AND mascot = "commodores" | Which County has a Size larger than 258, and a Mascot of commodores? | CREATE TABLE table_name_95 (county VARCHAR, size VARCHAR, mascot VARCHAR) | Qual condado tem um tamanho maior que 258 e um mascote de commodores? |
72,465 | SELECT lineup FROM table_name_33 WHERE match = "2" | What was her place in the lineup on match 2? | CREATE TABLE table_name_33 (lineup VARCHAR, match VARCHAR) | Qual foi o seu lugar na formação no jogo 2? |
72,466 | SELECT record FROM table_name_55 WHERE date = "2/17/1974" | What is the record of the game played on 2/17/1974? | CREATE TABLE table_name_55 (record VARCHAR, date VARCHAR) | Qual é o recorde do jogo jogado em 17/02/1974? |
72,467 | SELECT stadium FROM table_name_91 WHERE opposition = "79,122" | Which stadium had the opposition of 79,122? | CREATE TABLE table_name_91 (stadium VARCHAR, opposition VARCHAR) | Qual estádio teve a oposição de 79.122? |
72,468 | SELECT notes FROM table_name_52 WHERE rank = 1 | What are the notes of the number 1 rank? | CREATE TABLE table_name_52 (notes VARCHAR, rank VARCHAR) | Quais são as notas da classificação número 1? |
72,469 | SELECT rank FROM table_name_30 WHERE notes = "fb" AND time = "5:54.57" | What's the rank if the time was 5:54.57 and FB in notes? | CREATE TABLE table_name_30 (rank VARCHAR, notes VARCHAR, time VARCHAR) | Qual é a classificação se o tempo era 5:54.57 e FB em notas? |
72,470 | SELECT rowers FROM table_name_96 WHERE time = "5:54.57" | Who are the rowers with the time of 5:54.57? | CREATE TABLE table_name_96 (rowers VARCHAR, time VARCHAR) | Quem são os remadores com o tempo de 5:54.57? |
72,471 | SELECT notes FROM table_name_31 WHERE country = "united states" | What are the notes of the United States? | CREATE TABLE table_name_31 (notes VARCHAR, country VARCHAR) | Quais são as notas dos Estados Unidos? |
72,472 | SELECT gold FROM table_name_28 WHERE bronze > 1 AND total < 10 AND silver = 3 | What is the gold for a bronze larger than 1, with a total smaller than 10, and a silver of 3? | CREATE TABLE table_name_28 (gold VARCHAR, silver VARCHAR, bronze VARCHAR, total VARCHAR) | Qual é o ouro para um bronze maior que 1, com um total menor que 10, e uma prata de 3? |
72,473 | SELECT AVG(total) FROM table_name_23 WHERE silver > 2 AND gold > 1 AND nation = "total" | What is the average total when the silver is larger than 2, and a gold larger than 1, and a nation of total? | CREATE TABLE table_name_23 (total INTEGER, nation VARCHAR, silver VARCHAR, gold VARCHAR) | Qual é o total médio quando a prata é maior que 2, e um ouro maior que 1, e uma nação do total? |
72,474 | SELECT MIN(total) FROM table_name_5 WHERE rank = "11" AND bronze < 1 | When the rank is 11, and bronze a smaller than 1 what is the lowest total? | CREATE TABLE table_name_5 (total INTEGER, rank VARCHAR, bronze VARCHAR) | Quando a classificação é 11, e bronze menor que 1, qual é o menor total? |
72,475 | SELECT AVG(a_score) FROM table_name_50 WHERE b_score = 9.05 AND position > 6 | What was the A Score when the B Score was 9.05, and position was larger than 6? | CREATE TABLE table_name_50 (a_score INTEGER, b_score VARCHAR, position VARCHAR) | Qual foi o A Score quando o B Score foi 9,05, e a posição foi maior que 6? |
72,476 | SELECT AVG(total) FROM table_name_70 WHERE b_score = 9.15 AND gymnast = "cheng fei ( chn )" | What is the total when the B Score was 9.15 for Cheng Fei ( chn )? | CREATE TABLE table_name_70 (total INTEGER, b_score VARCHAR, gymnast VARCHAR) | Qual é o total quando a pontuação B foi 9.15 para Cheng Fei ( chn )? |
72,477 | SELECT AVG(position) FROM table_name_47 WHERE b_score < 9.05 AND total = 15.275 AND a_score > 6.4 | What was their position when the score of B was less than 9.05, a total was 15.275, and A Score larger than 6.4? | CREATE TABLE table_name_47 (position INTEGER, a_score VARCHAR, b_score VARCHAR, total VARCHAR) | Qual foi a sua posição quando o escore B foi inferior a 9,05, um total foi de 15,275, e um escore maior que 6,4? |
72,478 | SELECT position FROM table_name_57 WHERE b_score > 8.975 AND gymnast = "ekaterina kramarenko ( rus )" | What is their position when the b score is more than 8.975 for Ekaterina Kramarenko ( rus )? | CREATE TABLE table_name_57 (position VARCHAR, b_score VARCHAR, gymnast VARCHAR) | Qual é a sua posição quando a pontuação b é superior a 8.975 para Ekaterina Kramarenko ( rus )? |
72,479 | SELECT AVG(year) FROM table_name_16 WHERE genre = "third-person shooter" | What year had Third-Person Shooter? | CREATE TABLE table_name_16 (year INTEGER, genre VARCHAR) | Em que ano teve o Third-Person Shooter? |
72,480 | SELECT MAX(year) FROM table_name_93 WHERE game = "portal" | What year was Portal? | CREATE TABLE table_name_93 (year INTEGER, game VARCHAR) | Em que ano foi o Portal? |
72,481 | SELECT developer_s_ FROM table_name_22 WHERE genre = "adventure" | Who was the developer(s) of the genre Adventure? | CREATE TABLE table_name_22 (developer_s_ VARCHAR, genre VARCHAR) | Quem foi o(s) desenvolvedor(es) do gênero Adventure? |
72,482 | SELECT platform_s_ FROM table_name_80 WHERE genre = "rpg" | What's the platform of the genre RPG? | CREATE TABLE table_name_80 (platform_s_ VARCHAR, genre VARCHAR) | Qual é a plataforma do gênero RPG? |
72,483 | SELECT genre FROM table_name_41 WHERE developer_s_ = "lionhead studios" | What's the genre of developer(s) Lionhead Studios? | CREATE TABLE table_name_41 (genre VARCHAR, developer_s_ VARCHAR) | Qual é o gênero de desenvolvedor(es) Lionhead Studios? |
72,484 | SELECT year FROM table_name_57 WHERE genre = "adventure" | What's year was the genre Adventure? | CREATE TABLE table_name_57 (year VARCHAR, genre VARCHAR) | Qual foi o ano do gênero Aventura? |
72,485 | SELECT elevated FROM table_name_75 WHERE cardinalatial_order_and_title = "cardinal-deacon of s. giorgio in velabro" | When was Cardinal-Deacon of S. Giorgio in Velabro elevated? | CREATE TABLE table_name_75 (elevated VARCHAR, cardinalatial_order_and_title VARCHAR) | Quando o Cardeal-diácono de S. Giorgio em Velabro foi elevado? |
72,486 | SELECT cardinalatial_order_and_title FROM table_name_84 WHERE elector = "pedro martínez de luna y gotor" | What is the Cardinalatial order and title that Pedro Martínez de Luna y Gotor elevated? | CREATE TABLE table_name_84 (cardinalatial_order_and_title VARCHAR, elector VARCHAR) | Qual é a ordem cardinalícia e o título que Pedro Martínez de Luna y Gotor elevou? |
72,487 | SELECT nationality FROM table_name_49 WHERE cardinalatial_order_and_title = "cardinal-priest of ss. xii apostoli" | What is the nationality of the elector withe the Cardinalatial order and title of Cardinal-Priest of Ss. XII Apostoli? | CREATE TABLE table_name_49 (nationality VARCHAR, cardinalatial_order_and_title VARCHAR) | Qual é a nacionalidade do eleitor com a ordem cardinalícia e o título de Cardeal-Sacerdote de Ss. XII Apostoli? |
72,488 | SELECT tournament FROM table_name_47 WHERE runner_s__up = "jack nicklaus" | What Tournament had Jack Nicklaus as Runner(s)-up? | CREATE TABLE table_name_47 (tournament VARCHAR, runner_s__up VARCHAR) | Qual torneio teve Jack Nicklaus como Runner(s)-up? |
72,489 | SELECT date FROM table_name_55 WHERE winning_score = −9(65 - 71 - 68 - 67 = 271) | What is the Date of the Tournament with a Winning score of −9 (65-71-68-67=271)? | CREATE TABLE table_name_55 (date VARCHAR, winning_score VARCHAR) | Qual é a data do torneio com uma pontuação vencedora de 9 (65-71-68-67271)? |
72,490 | SELECT winning_score FROM table_name_15 WHERE runner_s__up = "jack nicklaus" | What is the Winning Score of the Tournament with Jack Nicklaus as Runner(s)-up? | CREATE TABLE table_name_15 (winning_score VARCHAR, runner_s__up VARCHAR) | Qual é a Pontuação Vencedora do Torneio com Jack Nicklaus como Corredor(es)-up? |
72,491 | SELECT runner_s__up FROM table_name_70 WHERE tournament = "kemper open" | What is the Runner(s)-up of the Kemper Open Tournament? | CREATE TABLE table_name_70 (runner_s__up VARCHAR, tournament VARCHAR) | O que é o (s) corredor (es)-up do Torneio Aberto Kemper? |
72,492 | SELECT week FROM table_name_33 WHERE date = "december 19, 2004" | What week has December 19, 2004 as the date? | CREATE TABLE table_name_33 (week VARCHAR, date VARCHAR) | Qual semana tem 19 de dezembro de 2004 como data? |
72,493 | SELECT MAX(week) FROM table_name_74 WHERE tv_time = "espn 8:30pm" | What is the highest week that has espn 8:30pm as the TV time? | CREATE TABLE table_name_74 (week INTEGER, tv_time VARCHAR) | Qual é a semana mais alta que tem espn 8:30pm como o tempo de TV? |
72,494 | SELECT result FROM table_name_36 WHERE opponent = "miami dolphins" | What result has miami dolphins as the opponent? | CREATE TABLE table_name_36 (result VARCHAR, opponent VARCHAR) | Que resultado tem os golfinhos miami como adversário? |
72,495 | SELECT time FROM table_name_88 WHERE heat = 3 AND lane > 3 AND nationality = "chinese taipei" | What is the Time of the swimmer from Chinese Taipei in Heat 3? | CREATE TABLE table_name_88 (time VARCHAR, nationality VARCHAR, heat VARCHAR, lane VARCHAR) | Qual é a hora do nadador de Taipei chinês no calor 3? |
72,496 | SELECT AVG(dolphins_points) FROM table_name_88 WHERE opponent = "buffalo bills" AND attendance < 69 OFFSET 313 | What's the Dolphin Points when the attendance was less than 69,313 and had an opponent of the Buffalo Bills? | CREATE TABLE table_name_88 (dolphins_points INTEGER, opponent VARCHAR, attendance VARCHAR) | O que é o Dolphin Points quando o comparecimento foi inferior a 69.313 e teve um adversário do Buffalo Bills? |
72,497 | SELECT MIN(game) FROM table_name_53 WHERE attendance = 71 OFFSET 962 | What's the game with an attendance of 71,962? | CREATE TABLE table_name_53 (game INTEGER, attendance VARCHAR) | Qual é o jogo com uma participação de 71.962? |
72,498 | SELECT Final AS week_12 FROM table_name_8 WHERE week_1 = "deepak p rahul" AND week_3 = "amit carol" | What was the week 12 standing for the housemate that nominated Deepak P Rahul in week 1 and Amit Carol in week 3? | CREATE TABLE table_name_8 (Final VARCHAR, week_1 VARCHAR, week_3 VARCHAR) | Qual foi a semana 12 para o companheiro de casa que nomeou Deepak P Rahul na semana 1 e Amit Carol na semana 3? |
72,499 | SELECT week_6 FROM table_name_60 WHERE week_3 = "kashmera rakhi" AND week_1 = "amit bobby" | Who did the housemate that nominated Kashmera Rakhi in week 3 and Amit Bobby in week 1 nominate in week 6? | CREATE TABLE table_name_60 (week_6 VARCHAR, week_3 VARCHAR, week_1 VARCHAR) | Quem foi que o colega de casa que nomeou Kashmera Rakhi na semana 3 e Amit Bobby na semana 1 nomeou na semana 6? |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.