SELECT nome, telefone FROM contatos;
SELECT FROM contatos nome, telefone;
SELECT nome FROM contatos, telefone;
SELECT contatos FROM nome, telefone;
Rate this question:
fi
endfi
end
done
Rate this question:
rmalias
rm
delalias
unalias
Rate this question:
builtin
join
env
source
Rate this question:
WHERE
DELETE
INSERT
UPDATE
Rate this question:
~/.exit
~/.logout
~/.bash_profile
~/.bash_logout
Rate this question:
Rate this question:
Rate this question:
0;2;4;6;8;10;12
02;03;04;05;06;07;08;09;10;11;12
2;3;4;5;6;7;8;9;10;11;12
02;03;04;05;06;07;08;09;010;011;012
Rate this question:
set
read
goto
if
Rate this question:
1. ~/.bashrc 2. /etc/profile 3. /etc/bashrc 4. ~/.bash_profile
1. /etc/profile 2. /etc/bashrc 3. ~/.bashrc 4. ~/.bash_profile
1. ~/.bash_profile 2. /etc/profile 3. ~/.bashrc 4. /etc/bashrc
1. /etc/profile 2. ~/.bash_profile 3. ~/.bashrc 4. /etc/bashrc
Rate this question:
chmod o=-w
set -o noclobber
chattr +A
enable -n
Rate this question:
/etc/profile
~/.profile
~/.bash_login
~/.bashrc
Rate this question:
SELECT
DELETE
UPDATE
INSERT
Rate this question:
Este script não pode ser executado.
Não será exibido nenhuma mensagem ao usuário.
0
1
Rate this question:
Rate this question:
~/.bash_login
~/.bash_profile
~/.bashrc
~/.profile
Rate this question:
SET exibe variáveis do shell corrente e ENV exibe todas as variáveis inclusive as que foram exportadas.
SET define uma variável para ser utilizada e ENV exibe todas as variáveis do Shell.
SET exibe variáveis exportadas e ENV somente as do shell ambiente.
SET e ENV possuem a mesma função. Ambos foram compilados pelo GCC.
Rate this question:
Testa se o arquivo existe e tem permissão de leitura.
Testa se o arquivo existe e tem permissão de execução.
Testa se o arquivo existe e tem permissão de escrita.
Testa se o arquivo existe e é um diretório.
Rate this question:
!bash -x
#bash_script
#!/bin/bash
!#/bin/bash
Rate this question:
Contém o PID do último processo executado pelo shell.
Contém o nome do último login que acessou o sistema.
O nome da variável é inválido e a mesma não faz parte das variáveis do shell BASH.
Armazena o valor PID do processo init.
Rate this question:
Através do comando show_erros que faz parte dos comandos build-in do shell.
Pelo valor escrito em terminal do comando executado.
Através do valor presente na variável $?
Pela mensagem de erro do comando executado.
Rate this question:
Rate this question:
Rate this question:
palavra() { cd /home/root; echo "Linha Acrescentada" >> teste_func; }
palavra { cd /home/root; echo "Linha Acrescentada" >> teste_func; }
palavra[] { cd /home/root echo "Linha Acrescentada" >> teste_func; }
N.D.A
Rate this question:
/etc/profile
/etc/.login
/etc/bashrc
~/.bash_profile
/etc/.profile
Rate this question:
if [ "$#" -eq "0" ]
if [ "$?" -eq "0" ]
if [ "$#" == 0 ]
if [ "$?" == "0"]
if [ $@ -eq 0 ]
Rate this question:
Imprime uma mensagem de erro em stderr.
Imprime uma mensagem de erro em stdout.
Termina com a variável de código de saída com um valor zero.
Termina com a variável de código de saída com um valor diferente de zero.
Causa uma falta de segmentação.
Rate this question:
A variável $NOME contiver um número.
A variável $NOME possuir um ou mais caracteres.
A variável $NOME for nula.
Essa instrução nunca será verdadeira.
Rate this question:
Rate this question:
Ignorar o script.
Usar esse binário para interpretar o script .
Usar esse binário para compilar o script.
Esta linha é somente um comentário.
Rate this question:
Alfa
Beta
Gamma
Delta
Rate this question:
Rate this question:
O valor de saída normal difere.
Você não pode testar o valor de saída normal.
O valor de saída normal é de $EXIT.
O valor de saída normal é 0.
Rate this question:
Criar um programa shell.
Criar uma função.
Usar a seta para cima em seu terminal para encontrar os comandos.
Usar o built-in do Bash! função a ser executada na última iteração do comando pelo mesmo nome.
Rate this question:
Rate this question:
unset FOOBAR
del $FOOBAR
export FOOBAR
export FOOBAR=
Rate this question:
~/.int_bash
.bashrc
.profile
.bash
Rate this question:
bash e .bashrc
bashrc e bash_conf
bashrc e bashprofile
.bashrc e .bash_profile
bash.conf e .bash_profile
Rate this question:
Rate this question:
Rate this question:
0
NULL
SPACES
nothing
Rate this question:
Identificar linhas duplicadas na tabela.
Identificar quais colunas possuem dados únicos.
Eliminar colunas duplicadas na tabela.
Eliminar linhas duplicadas no resultado.
Rate this question:
Consulta de tabelas com valores desconhecidos.
Consulta de tabelas para uma faixa de valores.
Consulta de tabelas para um tipo de caracte.
Consulta de tabelas para valores específicos de uma lista.
Rate this question:
INTO
WHERE
HAVING
ORDER BY
Rate this question:
WHERE
SELECT
HAVING
ORDER BY
GROUP BY
Rate this question:
Somente nomes de tabelas suas.
Somente nomes de objetos seus.
Somente nomes de todos os objetos que você possui acesso.
Somente nomes de todas tabelas que você possui acesso.
Rate this question:
GROUP BY
WHERE
HAVING
FROM
Rate this question:
Quiz Review Timeline (Updated): Oct 9, 2023 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Wait!
Here's an interesting quiz for you.