SóProvas


ID
1379713
Banca
FEPESE
Órgão
MPE-SC
Ano
2014
Provas
Disciplina
Banco de Dados
Assuntos

Para determinar a quantidade de caracteres contidos em um campo CLOB, de um banco de dados Oracle 10gR2, em uma consulta PL/SQL, pode-se utilizar:

Alternativas
Comentários
  • A Character Large Object (or CLOB) is a collection of character data in a database management system, usually stored in a separate location that is referenced in the table itself. Oracle and IBM DB2 provide a construct explicitly named CLOB, and the majority of other database systems support some form of the concept, often labeled as text, memo or long character fields.


    Gabarito: D
  • d-

    tipos de dados:

    RAW - tamanho variavel de ate 2000 bytes

    LONG RAW- raw de até 2GB.

    BLOB- binary large objectr. ate 4GB

    CLOB- character large object.

    Length é uma função to_char

  • como que alguém ia saber isso?