SóProvas


ID
2699623
Banca
FGV
Órgão
Banestes
Ano
2018
Provas
Disciplina
Banco de Dados
Assuntos

Sobre a estrutura de armazenagem do DB2, analise as afirmativas a seguir.


I. Tablespaces podem ser de três tipos: simple, segmented e partitioned.

II. Tablespaces armazenam tabelas e índices.

III. Uma tabela pode ser armazenada em mais de um tablespace.


Está correto somente o que se afirma em:

Alternativas
Comentários
  • Letra A

    Esses tipos citados em I já encontram-se 'deprecated'.

    Partitioned (non-UTS) table space   This type is deprecated.

    Segmented (non-UTS) table space   This type is deprecated.

    Simple table space        This type is deprecated.

    Db2 11 does not support creating simple table spaces. Existing simple table spaces remain supported, but they are likely to be unsupported in the future.

    Partition-by-range table spaces are similar to, and the suggested alternative for, partitioned (non-UTS) table spaces, which are deprecated.

    Partition-by-growth table spaces are similar to, and are the suggested alternative for, single-table Db2-managed segmented (non-UTS) table spaces, which are deprecated.

    https://www.ibm.com/support/knowledgecenter/en/SSEPEK_11.0.0/admin/src/tpc/db2z_typesofdb2tablespaces.html

  • II. Tablespaces armazenam tabelas e índices. -> Armazenam apenas tabelas, para os índices existem os Indexspace.

    III. Uma tabela pode ser armazenada em mais de um tablespace. -> é armazenada em uma tablespace apenas.

    Fonte: https://www.devmedia.com.br/conhecendo-a-arquitetura-do-gerenciador-de-dados-db2/26363