Добавил:
Upload Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Semestr2 / 1 - Oracle / Oracle selected docs / Database concepts.pdf
Скачиваний:
29
Добавлен:
12.05.2015
Размер:
6.96 Mб
Скачать

Introduction to Oracle Datatypes

Introduction to Oracle Datatypes

Each column value and constant in a SQL statement has a datatype, which is associated with a specific storage format, constraints, and a valid range of values. When you create a table, you must specify a datatype for each of its columns.

Oracle provides the following built-in datatypes:

Character Datatypes

CHAR Datatype

VARCHAR2 and VARCHAR Datatypes

NCHAR and NVARCHAR2 Datatypes

LONG Datatype

NUMBER Datatype

DATE Datatype

LOB Datatypes

BLOB Datatype

CLOB and NCLOB Datatypes

BFILE Datatype

RAW and LONG RAW Datatypes

ROWID and UROWID Datatypes

Physical Rowids

Logical Rowids

Rowids in Non-Oracle Databases

Note: PL/SQL has additional datatypes for constants and variables, which include BOOLEAN, reference types, composite types (collections and records), and user-defined subtypes.

12-2 Oracle9i Database Concepts

Соседние файлы в папке Oracle selected docs