Unnamed: 0 int64 0 78.6k | answer stringlengths 18 557 | question stringlengths 12 244 | context stringlengths 27 489 | translated_answer stringlengths 12 992 |
|---|---|---|---|---|
72,800 | SELECT 2009 FROM table_name_56 WHERE 2011 = "1r" AND tournament = "australian open" | What's the 2009 of the Australian Open having a 1R in 2011? | CREATE TABLE table_name_56 (tournament VARCHAR) | Qual é o 2009 do Aberto da Austrália tendo um 1R em 2011? |
72,801 | SELECT 2008 FROM table_name_87 WHERE 2011 = "1r" AND tournament = "australian open" | What's the 2008 of the Australian Open when the 2011 was 1R? | CREATE TABLE table_name_87 (tournament VARCHAR) | Qual é o 2008 do Aberto da Austrália quando o 2011 foi 1R? |
72,802 | SELECT 2008 FROM table_name_17 WHERE 2011 = "1r" AND 2010 = "2r" AND tournament = "us open" | What's the 2008 of the US Open when 2010 was 2R and 2011 was 1R? | CREATE TABLE table_name_17 (tournament VARCHAR) | O que é o 2008 do US Open quando 2010 foi 2R e 2011 foi 1R? |
72,803 | SELECT MIN(number_of_episodes) FROM table_name_22 WHERE airing_date = "12 jan- 6 feb" | What is the lowest number of episodes in a series with an airing date of 12 jan- 6 feb? | CREATE TABLE table_name_22 (number_of_episodes INTEGER, airing_date VARCHAR) | Qual é o menor número de episódios de uma série com uma data de exibição de 12 de janeiro a 6 de fevereiro? |
72,804 | SELECT tournament FROM table_name_40 WHERE opponent_in_the_final = "petra mandula patricia wartusch" | What tournament has petra mandula patricia wartusch as the opponent in the final? | CREATE TABLE table_name_40 (tournament VARCHAR, opponent_in_the_final VARCHAR) | Qual torneio tem petra mandula patricia wartusch como oponente na final? |
72,805 | SELECT date FROM table_name_92 WHERE opponent_in_the_final = "kimberly po nathalie tauziat" | What date has kimberly po nathalie tauziat as the opponent in the final? | CREATE TABLE table_name_92 (date VARCHAR, opponent_in_the_final VARCHAR) | Que data tem kimberly po nathalie tauziat como adversário na final? |
72,806 | SELECT score FROM table_name_38 WHERE date = "february 12, 2006" | What score has February 12, 2006 as the date? | CREATE TABLE table_name_38 (score VARCHAR, date VARCHAR) | Qual pontuação tem 12 de fevereiro de 2006 como data? |
72,807 | SELECT opponent_in_the_final FROM table_name_69 WHERE date = "october 9, 2005" | What opponent in the final has October 9, 2005 as the date? | CREATE TABLE table_name_69 (opponent_in_the_final VARCHAR, date VARCHAR) | Qual adversário na final tem 9 de outubro de 2005 como data? |
72,808 | SELECT to_par FROM table_name_20 WHERE player = "bo bae song" | What is the to par for Bo Bae Song? | CREATE TABLE table_name_20 (to_par VARCHAR, player VARCHAR) | O que é o par para Bo Bae Song? |
72,809 | SELECT to_par FROM table_name_70 WHERE place = "t1" AND player = "jiyai shin" | What is the to par for Jiyai Shin when the place is t1? | CREATE TABLE table_name_70 (to_par VARCHAR, place VARCHAR, player VARCHAR) | O que é o par para Jiyai Shin quando o lugar é t1? |
72,810 | SELECT to_par FROM table_name_49 WHERE place = "t1" AND player = "jiyai shin" | What is the to par for Jiyai Shin in place t1? | CREATE TABLE table_name_49 (to_par VARCHAR, place VARCHAR, player VARCHAR) | O que é o par para Jiyai Shin no lugar t1? |
72,811 | SELECT score FROM table_name_72 WHERE place = "t9" AND player = "laura diaz" | What was Laura Diaz's score for place t9? | CREATE TABLE table_name_72 (score VARCHAR, place VARCHAR, player VARCHAR) | Qual foi a pontuação de Laura Diaz para o lugar t9? |
72,812 | SELECT country FROM table_name_65 WHERE player = "bo bae song" | What country does Bo Bae Song play for? | CREATE TABLE table_name_65 (country VARCHAR, player VARCHAR) | Para que país joga Bo Bae Song? |
72,813 | SELECT AVG(gold) FROM table_name_37 WHERE nation = "brazil" AND total > 55 | How many gold medals did Brazil win with a total of more than 55 medals? | CREATE TABLE table_name_37 (gold INTEGER, nation VARCHAR, total VARCHAR) | Quantas medalhas de ouro o Brasil ganhou com um total de mais de 55 medalhas? |
72,814 | SELECT COUNT(rank) FROM table_name_38 WHERE silver > 2 AND bronze < 2 | How many teams won more than 2 silver medals and fewer than 2 Bronze medals? | CREATE TABLE table_name_38 (rank VARCHAR, silver VARCHAR, bronze VARCHAR) | Quantas equipes ganharam mais de 2 medalhas de prata e menos de 2 medalhas de Bronze? |
72,815 | SELECT MIN(gold) FROM table_name_92 WHERE nation = "greece" | What is the fewest gold medals won by Greece? | CREATE TABLE table_name_92 (gold INTEGER, nation VARCHAR) | Qual é o menor número de medalhas de ouro conquistadas pela Grécia? |
72,816 | SELECT MIN(rank) FROM table_name_55 WHERE nation = "united states" AND bronze < 4 | What is the lowest rank of the United States, with fewer than 4 bronze medals? | CREATE TABLE table_name_55 (rank INTEGER, nation VARCHAR, bronze VARCHAR) | Qual é a classificação mais baixa dos Estados Unidos, com menos de 4 medalhas de bronze? |
72,817 | SELECT MAX(gold) FROM table_name_83 WHERE silver < 2 AND bronze < 4 | What is the highest number of gold medals won by a team that won fewer than 2 silver and fewer than 4 bronze medals? | CREATE TABLE table_name_83 (gold INTEGER, silver VARCHAR, bronze VARCHAR) | Qual é o maior número de medalhas de ouro ganhas por uma equipe que ganhou menos de 2 medalhas de prata e menos de 4 medalhas de bronze? |
72,818 | SELECT AVG(react) FROM table_name_72 WHERE lane < 4 AND rank > 4 AND time > 23.22 | Which React has a Lane smaller than 4, and a Rank larger than 4, and a Time larger than 23.22? | CREATE TABLE table_name_72 (react INTEGER, time VARCHAR, lane VARCHAR, rank VARCHAR) | Qual React tem um Lane menor que 4, e um Rank maior que 4, e um Time maior que 23,22? |
72,819 | SELECT AVG(against) FROM table_name_67 WHERE draws = 0 AND losses = 16 | What shows for against when draws are 0, and losses are 16? | CREATE TABLE table_name_67 (against INTEGER, draws VARCHAR, losses VARCHAR) | O que mostra a favor quando os empates são 0, e as perdas são 16? |
72,820 | SELECT MAX(wins) FROM table_name_59 WHERE draws > 1 AND byes > 0 | What is the highest number of wins when draws are larger than 1, and byes are larger than 0? | CREATE TABLE table_name_59 (wins INTEGER, draws VARCHAR, byes VARCHAR) | Qual é o maior número de vitórias quando os empates são maiores que 1 e os byes são maiores que 0? |
72,821 | SELECT team FROM table_name_24 WHERE winners = 1 AND years_runners_up = "2007" | Which team were runners-up in 2007 and had 1 under winners? | CREATE TABLE table_name_24 (team VARCHAR, winners VARCHAR, years_runners_up VARCHAR) | Qual time foi vice-campeão em 2007 e teve 1 abaixo dos vencedores? |
72,822 | SELECT COUNT(winners) FROM table_name_31 WHERE years_won = "1983" | What is the sum of winners when 1983 is the years won? | CREATE TABLE table_name_31 (winners VARCHAR, years_won VARCHAR) | Qual é a soma dos vencedores quando 1983 é o ano ganho? |
72,823 | SELECT AVG(rank) FROM table_name_72 WHERE total = 12 | Which Rank has a Total of 12? | CREATE TABLE table_name_72 (rank INTEGER, total VARCHAR) | Qual Rank tem um total de 12? |
72,824 | SELECT rank FROM table_name_12 WHERE opposition = "limerick" | Which Rank has an Opposition of limerick? | CREATE TABLE table_name_12 (rank VARCHAR, opposition VARCHAR) | Qual Rank tem uma Oposição de Limerick? |
72,825 | SELECT COUNT(rank) FROM table_name_37 WHERE tally = "0-10" AND opposition = "cork" | How much Rank has a Tally of 0-10, and an Opposition of cork? | CREATE TABLE table_name_37 (rank VARCHAR, tally VARCHAR, opposition VARCHAR) | Quanto Rank tem um Tally de 0-10, e uma oposição de cortiça? |
72,826 | SELECT MIN(total) FROM table_name_18 WHERE rank < 3 AND county = "cork" | Which Total has a Rank smaller than 3, and a County of cork? | CREATE TABLE table_name_18 (total INTEGER, rank VARCHAR, county VARCHAR) | Qual Total tem um Rank menor que 3, e um Condado de cortiça? |
72,827 | SELECT AVG(rank) FROM table_name_36 WHERE tally = "4-0" | Which Rank has a Tally of 4-0? | CREATE TABLE table_name_36 (rank INTEGER, tally VARCHAR) | Qual Rank tem um Tally de 4-0? |
72,828 | SELECT MAX(lane) FROM table_name_60 WHERE rank > 3 AND time > 45.63 AND react < 0.28800000000000003 AND athlete = "geiner mosquera" | Which Lane has a Rank larger than 3, and a Time larger than 45.63, and a Reaction smaller than 0.28800000000000003, and an Athlete of geiner mosquera? | CREATE TABLE table_name_60 (lane INTEGER, athlete VARCHAR, react VARCHAR, rank VARCHAR, time VARCHAR) | Qual Lane tem um Rank maior que 3, e um Tempo maior que 45,63, e uma Reação menor que 0.288000000003, e um Atleta de geiner mosquera? |
72,829 | SELECT COUNT(react) FROM table_name_24 WHERE athlete = "alleyne francique" AND lane > 9 | How many reactions have an Athlete of alleyne francique, and a Lane larger than 9? | CREATE TABLE table_name_24 (react VARCHAR, athlete VARCHAR, lane VARCHAR) | Quantas reações têm um atleta de beco francês, e uma pista maior que 9? |
72,830 | SELECT year FROM table_name_67 WHERE waterford_score = "6-08 (24)" | What yeae has 6-08 (24) as a waterford score? | CREATE TABLE table_name_67 (year VARCHAR, waterford_score VARCHAR) | O que yeae tem 6-08 (24) como uma pontuação de waterford? |
72,831 | SELECT MIN(year) FROM table_name_95 WHERE competition = "all-ireland hurling final" AND waterford_score = "6-08 (24)" | What is the lowest year that has all-ireland hurling final as the competition, and 6-08 (24) as the waterford score? | CREATE TABLE table_name_95 (year INTEGER, competition VARCHAR, waterford_score VARCHAR) | Qual é o ano mais baixo que tem toda a ilha arremessando final como a competição, e 6-08 (24) como o waterford marcar? |
72,832 | SELECT waterford_score FROM table_name_7 WHERE year < 1963 AND competition = "all-ireland hurling final replay" | What is the waterford score that has a year prior to 1963, with all-ireland hurling final replay as the competition? | CREATE TABLE table_name_7 (waterford_score VARCHAR, year VARCHAR, competition VARCHAR) | Qual é a pontuação de waterford que tem um ano antes de 1963, com toda a ilha arremessando replay final como a competição? |
72,833 | SELECT rounds FROM table_name_28 WHERE team = "rml racing silverline" AND drivers = "james nash" | What rounds did RML Racing Silverline and James Nash compete? | CREATE TABLE table_name_28 (rounds VARCHAR, team VARCHAR, drivers VARCHAR) | Quais rodadas a RML Racing Silverline e James Nash competiram? |
72,834 | SELECT class FROM table_name_28 WHERE drivers = "rob collard" | What class is Rob Collard in? | CREATE TABLE table_name_28 (class VARCHAR, drivers VARCHAR) | Em que classe está o Rob Collard? |
72,835 | SELECT car_spec FROM table_name_68 WHERE team = "airwaves bmw" AND drivers = "rob collard" | What is the car specs for team Airwaves BMW's driver Rob Collard? | CREATE TABLE table_name_68 (car_spec VARCHAR, team VARCHAR, drivers VARCHAR) | Quais são as especificações do carro para o motorista da equipe Airwaves BMW Rob Collard? |
72,836 | SELECT language FROM table_name_83 WHERE name = "tv3" | What is the language of TV3? | CREATE TABLE table_name_83 (language VARCHAR, name VARCHAR) | Qual é a linguagem da TV3? |
72,837 | SELECT group FROM table_name_70 WHERE name = "espn international sports" | What is the group of ESPN International Sports? | CREATE TABLE table_name_70 (group VARCHAR, name VARCHAR) | Qual é o grupo da ESPN International Sports? |
72,838 | SELECT type FROM table_name_74 WHERE name = "espn international sports" | What is the type of station for ESPN International Sports? | CREATE TABLE table_name_74 (type VARCHAR, name VARCHAR) | Qual é o tipo de estação da ESPN International Sports? |
72,839 | SELECT type FROM table_name_18 WHERE group = "movies" | What is the type of station that is in the movies group? | CREATE TABLE table_name_18 (type VARCHAR, group VARCHAR) | Qual é o tipo de estação que está no grupo de filmes? |
72,840 | SELECT name FROM table_name_6 WHERE total = 22 | What is the name of the person with a total of 22? | CREATE TABLE table_name_6 (name VARCHAR, total VARCHAR) | Qual é o nome da pessoa com um total de 22? |
72,841 | SELECT nationality FROM table_name_82 WHERE athlete = "henry carr" AND time = "20.3y" | What's the nationality of Henry Carr having a time of 20.3y? | CREATE TABLE table_name_82 (nationality VARCHAR, athlete VARCHAR, time VARCHAR) | Qual é a nacionalidade de Henry Carr tendo um tempo de 20.3y? |
72,842 | SELECT nationality FROM table_name_53 WHERE athlete = "livio berruti" | What's the nationality of Livio Berruti? | CREATE TABLE table_name_53 (nationality VARCHAR, athlete VARCHAR) | Qual é a nacionalidade de Livio Berruti? |
72,843 | SELECT nationality FROM table_name_70 WHERE time = "20.6" AND athlete = "ray norton" | What's the nationality of Ray norton with a time of 20.6? | CREATE TABLE table_name_70 (nationality VARCHAR, time VARCHAR, athlete VARCHAR) | Qual é a nacionalidade de Ray Norton com um tempo de 20,6? |
72,844 | SELECT SUM(prominence__m_) FROM table_name_39 WHERE country = "slovakia" | What is the sum of the prominence in m of slovakia? | CREATE TABLE table_name_39 (prominence__m_ INTEGER, country VARCHAR) | Qual é a soma da proeminência em m de eslováquia? |
72,845 | SELECT prominence__m_ FROM table_name_57 WHERE col__m_ > 738 | What is the prominence in m of a col in m greater than 738? | CREATE TABLE table_name_57 (prominence__m_ VARCHAR, col__m_ INTEGER) | Qual é a proeminência em m de um col em m maior que 738? |
72,846 | SELECT MIN(col__m_) FROM table_name_69 WHERE peak = "gerlachovský štít" AND elevation__m_ > 2 OFFSET 655 | Whta is the lowest col in m of gerlachovský štít peak, which has an elevation greater than 2,655 m? | CREATE TABLE table_name_69 (col__m_ INTEGER, peak VARCHAR, elevation__m_ VARCHAR) | Whta é o col mais baixo em m do pico gerlachovsk tít, que tem uma altitude superior a 2.655 m? |
72,847 | SELECT AVG(prominence__m_) FROM table_name_48 WHERE peak = "pietrosul rodnei" AND elevation__m_ < 2 OFFSET 303 | What is the average prominence in m of pietrosul rodnei peak, which has an elevation less than 2,303? | CREATE TABLE table_name_48 (prominence__m_ INTEGER, peak VARCHAR, elevation__m_ VARCHAR) | Qual é a proeminência média em m do pico pietrosul rodnei, que tem uma elevação inferior a 2.303? |
72,848 | SELECT score FROM table_name_9 WHERE comp = "og" | What is the Score of the Shooter with a Comp of OG? | CREATE TABLE table_name_9 (score VARCHAR, comp VARCHAR) | Qual é a pontuação do atirador com um Comp of OG? |
72,849 | SELECT SUM(b_score) FROM table_name_70 WHERE total > 16.125 AND position = "3rd" | What is the B Score when the total is more than 16.125, and position is 3rd? | CREATE TABLE table_name_70 (b_score INTEGER, total VARCHAR, position VARCHAR) | Qual é a pontuação B quando o total é superior a 16.125, e a posição é a terceira? |
72,850 | SELECT MIN(a_score) FROM table_name_61 WHERE b_score = 9.15 AND total = 16.05 | What is the lowest A Score when the B Score is 9.15, and total is 16.05? | CREATE TABLE table_name_61 (a_score INTEGER, b_score VARCHAR, total VARCHAR) | Qual é a menor pontuação A quando a pontuação B é 9.15, e o total é 16.05? |
72,851 | SELECT athlete FROM table_name_39 WHERE time = "7:14.64" | Who had a time of 7:14.64? | CREATE TABLE table_name_39 (athlete VARCHAR, time VARCHAR) | Quem teve um tempo de 7:14.64? |
72,852 | SELECT COUNT(rank) FROM table_name_9 WHERE athlete = "lassi karonen" | What rank was Lassi Karonen? | CREATE TABLE table_name_9 (rank VARCHAR, athlete VARCHAR) | Qual era a classificação de Lassi Karonen? |
72,853 | SELECT MIN(rank) FROM table_name_10 WHERE time = "7:52.53" | What was the rank when then time was 7:52.53? | CREATE TABLE table_name_10 (rank INTEGER, time VARCHAR) | Qual era a classificação quando então o tempo era 7:52.53? |
72,854 | SELECT athlete FROM table_name_73 WHERE notes = "q" AND country = "germany" | Who was the athlete from Germany with notes of Q? | CREATE TABLE table_name_73 (athlete VARCHAR, notes VARCHAR, country VARCHAR) | Quem era o atleta da Alemanha com notas de Q? |
72,855 | SELECT rank FROM table_name_74 WHERE country = "germany" | What rank is Germany? | CREATE TABLE table_name_74 (rank VARCHAR, country VARCHAR) | Que categoria é a Alemanha? |
72,856 | SELECT athlete FROM table_name_71 WHERE country = "hong kong" | Who was the athlete from Hong Kong? | CREATE TABLE table_name_71 (athlete VARCHAR, country VARCHAR) | Quem foi o atleta de Hong Kong? |
72,857 | SELECT school FROM table_name_75 WHERE conference_joined = "northeast corner" AND mascot = "blazers" | Which school has a mascot of the Blazers and in the Northeast Corner conference? | CREATE TABLE table_name_75 (school VARCHAR, conference_joined VARCHAR, mascot VARCHAR) | Qual escola tem um mascote dos Blazers e na conferência de Northeast Corner? |
72,858 | SELECT mascot FROM table_name_80 WHERE ihsaa_class___football_class = "2a/2a" | Which mascot has an IHSAA Class and Football class of 2A/2A? | CREATE TABLE table_name_80 (mascot VARCHAR, ihsaa_class___football_class VARCHAR) | Qual mascote tem uma classe IHSAA e uma classe de futebol de 2A/2A? |
72,859 | SELECT player FROM table_name_33 WHERE round < 3 | Which player was selected in rounds under 3? | CREATE TABLE table_name_33 (player VARCHAR, round INTEGER) | Qual jogador foi selecionado em rodadas abaixo de 3? |
72,860 | SELECT MAX(water__sqmi_) FROM table_name_91 WHERE pop__2010_ = 359 AND longitude < -97.176811 | Which Water (sqmi) has a Pop (2010) of 359, and a Longitude smaller than -97.176811? | CREATE TABLE table_name_91 (water__sqmi_ INTEGER, pop__2010_ VARCHAR, longitude VARCHAR) | Qual Água (sqmi) tem um Pop (2010) de 359, e uma Longitude menor que -97.176811? |
72,861 | SELECT MIN(land___sqmi__) FROM table_name_79 WHERE water__sqmi_ < 0.04 AND longitude = -96.794706 | Which Land (sqmi) has a Water (sqmi) smaller than 0.04, and a Longitude of -96.794706? | CREATE TABLE table_name_79 (land___sqmi__ INTEGER, water__sqmi_ VARCHAR, longitude VARCHAR) | Qual Terra (sqmi) tem uma Água (sqmi) menor que 0,04 e uma Longitude de -96.794706? |
72,862 | SELECT SUM(latitude) FROM table_name_9 WHERE water__sqmi_ = 0.267 AND ansi_code > 1759605 | How much Latitude has a Water (sqmi) of 0.267, and an ANSI code larger than 1759605? | CREATE TABLE table_name_9 (latitude INTEGER, water__sqmi_ VARCHAR, ansi_code VARCHAR) | Quanto Latitude tem uma água (sqmi) de 0,267, e um código ANSI maior que 1759605? |
72,863 | SELECT MIN(ansi_code) FROM table_name_48 WHERE geo_id > 3809927140 AND water__sqmi_ < 0.492 AND pop__2010_ = 37 AND latitude > 48.245979 | Which ANSI code has a GEO ID larger than 3809927140, and a Water (sqmi) smaller than 0.492, and a Pop (2010) of 37, and a Latitude larger than 48.245979? | CREATE TABLE table_name_48 (ansi_code INTEGER, latitude VARCHAR, pop__2010_ VARCHAR, geo_id VARCHAR, water__sqmi_ VARCHAR) | Qual código ANSI tem um GEO ID maior que 3809927140, e um Water (sqmi) menor que 0,492, e um Pop (2010) de 37, e uma latitude maior que 48,245979? |
72,864 | SELECT owner FROM table_name_64 WHERE frequency = "00 99.3" | What is the Owner of Frequency 00 99.3? | CREATE TABLE table_name_64 (owner VARCHAR, frequency VARCHAR) | O que é o proprietário da frequência 00 99.3? |
72,865 | SELECT branding FROM table_name_70 WHERE frequency = "00 94.5" | What is the Branding of Frequency 00 94.5? | CREATE TABLE table_name_70 (branding VARCHAR, frequency VARCHAR) | O que é o Branding de Frequency 00 94.5? |
72,866 | SELECT call_sign FROM table_name_33 WHERE owner = "ckua radio foundation" | What is the Call Sign of the Frequency by Owner CKUA Radio Foundation? | CREATE TABLE table_name_33 (call_sign VARCHAR, owner VARCHAR) | Qual é o sinal de chamada da frequência pelo proprietário CKUA Radio Foundation? |
72,867 | SELECT owner FROM table_name_40 WHERE format = "first nations community radio" | What is the Owner of the Frequency with a Format of First Nations Community Radio? | CREATE TABLE table_name_40 (owner VARCHAR, format VARCHAR) | O que é o proprietário da frequência com um formato de rádio comunitária das primeiras nações? |
72,868 | SELECT school FROM table_name_78 WHERE previous_conference = "none (new school)" AND year_joined > 1960 AND location = "versailles" | Which School has a Previous Conference of none (new school), and a Year Joined larger than 1960, and a Location of versailles? | CREATE TABLE table_name_78 (school VARCHAR, location VARCHAR, previous_conference VARCHAR, year_joined VARCHAR) | Qual Escola tem uma Conferência Anterior de nenhum (nova escola), e um Ano Ingressado maior que 1960, e uma Localização de versailles? |
72,869 | SELECT location FROM table_name_95 WHERE previous_conference = "independents" AND mascot = "hilltoppers" | Which Location has a Previous Conference of independents, and a Mascot of hilltoppers? | CREATE TABLE table_name_95 (location VARCHAR, previous_conference VARCHAR, mascot VARCHAR) | Qual local tem uma conferência anterior de independentes, e um mascote de hilltoppers? |
72,870 | SELECT AVG(year_joined) FROM table_name_88 WHERE size > 93 AND previous_conference = "none (new school)" AND mascot = "rebels" | Which Year Joined has a Size larger than 93, and a Previous Conference of none (new school), and a Mascot of rebels? | CREATE TABLE table_name_88 (year_joined INTEGER, mascot VARCHAR, size VARCHAR, previous_conference VARCHAR) | Em que ano ingressou tem um tamanho maior que 93, e uma conferência anterior de nenhum (nova escola) e um mascote de rebeldes? |
72,871 | SELECT COUNT(year_joined) FROM table_name_68 WHERE size < 417 AND ihsaa_class = "a" AND school = "jac-cen-del" | How many years Joined have a Size smaller than 417, and an IHSAA Class of A, and a School of jac-cen-del? | CREATE TABLE table_name_68 (year_joined VARCHAR, school VARCHAR, size VARCHAR, ihsaa_class VARCHAR) | Quantos anos aderiram têm um tamanho menor que 417, e uma classe IHSAA de A, e uma escola de jac-cen-del? |
72,872 | SELECT COUNT(1957) FROM table_name_71 WHERE 1955 < 0.63 AND 1952 > 0.22 | What is the 1957 number when the 1955 is smaller than 0.63, and 1952 is larger than 0.22? | CREATE TABLE table_name_71 (Id VARCHAR) | Qual é o número de 1957 quando o 1955 é menor que 0,63, e 1952 é maior que 0,22? |
72,873 | SELECT SUM(1952) FROM table_name_37 WHERE 1954 > 4.2 | What is the 1952 rate when the 1954 is more than 4.2? | CREATE TABLE table_name_37 (Id VARCHAR) | Qual é a taxa de 1952 quando o 1954 é mais de 4,2? |
72,874 | SELECT SUM(1955) FROM table_name_7 WHERE 1956 > 2.9 AND 1953 > 4.5 | What is the 1955 rate when the 1956 is more than 2.9, and 1953 is larger than 4.5? | CREATE TABLE table_name_7 (Id VARCHAR) | Qual é a taxa de 1955 quando 1956 é mais de 2,9 e 1953 é maior que 4,5? |
72,875 | SELECT MAX(week) FROM table_name_97 WHERE result = "bottom 3" AND partner = "endre jansen" | In what Week resulting in the bottom 3 was Endre Jansen Partner? | CREATE TABLE table_name_97 (week INTEGER, result VARCHAR, partner VARCHAR) | Em que semana o resultado na parte inferior 3 foi parceiro da Endre Jansen? |
72,876 | SELECT dance FROM table_name_16 WHERE result = "safe" AND week = 1 | What Dance in Week 1 resulted in Safe? | CREATE TABLE table_name_16 (dance VARCHAR, result VARCHAR, week VARCHAR) | Que dança na semana 1 resultou em segurança? |
72,877 | SELECT MAX(week) FROM table_name_16 WHERE dance = "locking" | In what Week was the Locking Dance? | CREATE TABLE table_name_16 (week INTEGER, dance VARCHAR) | Em que semana foi a dança de bloqueio? |
72,878 | SELECT position FROM table_name_5 WHERE round = 7 AND pick__number < 214 | What position has 7 as the round, with a pick # less than 214? | CREATE TABLE table_name_5 (position VARCHAR, round VARCHAR, pick__number VARCHAR) | Qual posição tem 7 como rodada, com uma escolha # menos de 214? |
72,879 | SELECT college FROM table_name_95 WHERE round > 1 AND player = "dylan mcfarland" | What college has a round greater than 1, with dylan mcfarland as the player? | CREATE TABLE table_name_95 (college VARCHAR, round VARCHAR, player VARCHAR) | Qual faculdade tem uma rodada maior que 1, com Dylan McFarland como jogador? |
72,880 | SELECT player FROM table_name_44 WHERE pick__number > 207 | What player has a pick # greater than 207? | CREATE TABLE table_name_44 (player VARCHAR, pick__number INTEGER) | Qual jogador tem uma escolha # maior que 207? |
72,881 | SELECT artist FROM table_name_42 WHERE certification = "4x platinum" | Which artist had a 4x platinum? | CREATE TABLE table_name_42 (artist VARCHAR, certification VARCHAR) | Qual artista tinha uma platina 4x? |
72,882 | SELECT MAX(peak_position) FROM table_name_48 WHERE album = "one of the boys" | What was the highest peak position for the album one of the boys? | CREATE TABLE table_name_48 (peak_position INTEGER, album VARCHAR) | Qual foi a posição mais alta para o álbum de um dos meninos? |
72,883 | SELECT COUNT(sales) FROM table_name_31 WHERE peak_position = 1 AND certification = "6x platinum" | How many sales had a peak position of 1 and a certification of 6x platinum? | CREATE TABLE table_name_31 (sales VARCHAR, peak_position VARCHAR, certification VARCHAR) | Quantas vendas tiveram uma posição máxima de 1 e uma certificação de platina 6x? |
72,884 | SELECT album FROM table_name_25 WHERE certification = "3x platinum" AND peak_position = 6 | What album had a peak position of 6 and a certification of 3x platinum? | CREATE TABLE table_name_25 (album VARCHAR, certification VARCHAR, peak_position VARCHAR) | Qual álbum teve uma posição de pico de 6 e uma certificação de platina 3x? |
72,885 | SELECT COUNT(sales) FROM table_name_44 WHERE peak_position > 2 AND certification = "3x platinum" | How many sales had a peak position more than 2 and a Certification of 3x platinum? | CREATE TABLE table_name_44 (sales VARCHAR, peak_position VARCHAR, certification VARCHAR) | Quantas vendas tiveram uma posição de pico mais de 2 e uma certificação de platina 3x? |
72,886 | SELECT rowers FROM table_name_18 WHERE time = "7:39.70" | Who were the rowers who had a time of 7:39.70? | CREATE TABLE table_name_18 (rowers VARCHAR, time VARCHAR) | Quem foram os remadores que tiveram um tempo de 7:39.70? |
72,887 | SELECT rowers FROM table_name_51 WHERE rank < 4 AND country = "china" | Who were the rowers from china wh had a rank smaller than 4? | CREATE TABLE table_name_51 (rowers VARCHAR, rank VARCHAR, country VARCHAR) | Quem eram os remadores da China com uma classificação menor que 4? |
72,888 | SELECT notes FROM table_name_26 WHERE country = "denmark" | What is the notes for the rowers from denmark? | CREATE TABLE table_name_26 (notes VARCHAR, country VARCHAR) | Quais são as notas para os remadores de denmark? |
72,889 | SELECT MAX(bronze) FROM table_name_21 WHERE nation = "austria" AND total > 6 | Which Bronze has a Nation of austria, and a Total larger than 6? | CREATE TABLE table_name_21 (bronze INTEGER, nation VARCHAR, total VARCHAR) | Qual Bronze tem uma Nação da Áustria, e um Total maior que 6? |
72,890 | SELECT rank FROM table_name_13 WHERE silver = 1 AND gold = 0 AND nation = "austria" | Which Rank has a Silver of 1, and a Gold of 0, and a Nation of austria? | CREATE TABLE table_name_13 (rank VARCHAR, nation VARCHAR, silver VARCHAR, gold VARCHAR) | Qual Rank tem uma Prata de 1, e um Ouro de 0, e uma Nação da Áustria? |
72,891 | SELECT AVG(total) FROM table_name_67 WHERE rank = "5" AND bronze < 0 | Which Total has a Rank of 5, and a Bronze smaller than 0? | CREATE TABLE table_name_67 (total INTEGER, rank VARCHAR, bronze VARCHAR) | Qual Total tem um Rank de 5 e um Bronze menor que 0? |
72,892 | SELECT MIN(total) FROM table_name_37 WHERE bronze = 5 AND silver < 1 | Which Total has a Bronze of 5, and a Silver smaller than 1? | CREATE TABLE table_name_37 (total INTEGER, bronze VARCHAR, silver VARCHAR) | Qual Total tem um Bronze de 5 e uma Prata menor que 1? |
72,893 | SELECT MAX(year) FROM table_name_25 WHERE formula = "grand prix" | What is the highest year with a formula of Grand Prix? | CREATE TABLE table_name_25 (year INTEGER, formula VARCHAR) | Qual é o ano mais alto com uma fórmula de Grand Prix? |
72,894 | SELECT formula FROM table_name_64 WHERE driver = "john moore-brabazon" | Which formula had a driver of John Moore-Brabazon? | CREATE TABLE table_name_64 (formula VARCHAR, driver VARCHAR) | Qual fórmula tinha um driver de John Moore-Brabazon? |
72,895 | SELECT driver FROM table_name_51 WHERE year < 1905 | Which driver had a year under 1905? | CREATE TABLE table_name_51 (driver VARCHAR, year INTEGER) | Qual motorista teve um ano em 1905? |
72,896 | SELECT COUNT(year) FROM table_name_46 WHERE formula = "grand prix" | How many years had a formula of Grand Prix? | CREATE TABLE table_name_46 (year VARCHAR, formula VARCHAR) | Quantos anos teve uma fórmula de Grand Prix? |
72,897 | SELECT location FROM table_name_15 WHERE driver = "george heath" | Which location was won by George Heath? | CREATE TABLE table_name_15 (location VARCHAR, driver VARCHAR) | Qual local foi ganho por George Heath? |
72,898 | SELECT COUNT(2010) FROM table_name_64 WHERE country = "ghana" | What is the 2010 total for ghana? | CREATE TABLE table_name_64 (country VARCHAR) | Qual é o total de 2010 para o Gana? |
72,899 | SELECT country FROM table_name_73 WHERE airport = "nnamdi azikiwe international airport" | Which country is the nnamdi azikiwe international airport in? | CREATE TABLE table_name_73 (country VARCHAR, airport VARCHAR) | Em que país é o aeroporto internacional de nnamdi azikiwe? |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.