Pular para o conteúdo principal

Questão de Banco de Dados — Oracle — CAIP-IMES 2012

Banco de DadosOracle
Código
qg858055
Banca
CAIP-IMES
Órgão
Câmara Municipal de São Caetano do Sul - SP
Ano
2012
Nível
Superior
Cargo
Analista de Tecnologia da Informação
In ORACLE, a table named DEPARTAMENT has the following columns:imagem-014.jpgThe best way to prevent most users from viewing AVG_SALARY data is:
  1. Acreate a view that does not contain the AVG_SALARY column.
  2. Bencrypt the table’s data.
  3. Crevoke SELECT access for the AVG_SALARY column from users who should not see AVG_SALARY data.
  4. Dstore AVG_SALARY data in a separate table and grant SELECT privilege for that table to the appropriate users.
Revelar gabarito e comentário

GabaritoA — create a view that does not contain the AVG_SALARY column.

Link permanente: /questoes/qg858055