zoukankan      html  css  js  c++  java
  • OCP-1Z0-053-V13.02-467题

    467.In a database with the database character set of US7ASCII and a national character set of UTF-8,

    which datatypes would be capable of storing Unicode data by default?

    A. VARCHAR2

    B. CHAR

    C. NVARCHAR2

    D. CLOB

    E. LONG

    Answer: C


    NVARCHAR2 Data Type

    The NVARCHAR2 data type is a Unicode-only data type. When you create a table with an NVARCHAR2 column, you supply the maximum number of characters it can hold. Oracle subsequently stores each value in the column exactly as you specify it, provided the value does not exceed the maximum length of the column.

    The maximum length of the column is determined by the national character set definition. Width specifications of character data type NVARCHAR2 refer to the number of characters. The maximum column size allowed is 4000 bytes.


  • 相关阅读:
    JAVA面向对象概述
    练习
    字符串
    图形代码
    assets转到内外部存储
    file存储
    sp存储
    Intent练习
    存储登录
    存储
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13315940.html
Copyright © 2011-2022 走看看