Basic Data Types
→
VARCHAR2(n)
→
CHAR(n)
→
NUMBER(p,s)
→
DATE
→
NVARCHAR2(n)
→
NCHAR(n)
→
Float(p)
→
INTEGER
→
SMALLINT
→
TIMESTAMP(p)
→
ROWID
→
UROWID
→
BLOB – video, sound, images files
→
CLOB – large text files
→
NCLOB – national character set large text files
→
REF – pointers reference to somewhere else in the database
→
BFILE – pointers to an object in or outside the database
→
Nested Tables
→
VARRAY
→
XML Type
→
Spatial Type
→
Media Type
→
“Any” Type
No comments:
Post a Comment