Home
Flashcards
Preview
Oracle
Home
Get App
Take Quiz
Create
Character
CHAR (default size is 1)
NCHAR
VARCHAR2 (must always specify size)
NVARCHAR2
NUMBER
NUMBER
FLOAT
BINARY_FLOAT
BINARY_DOUBLE
Long and Raw
LONG
LONG RAW
RAW
Large object
CLOB
NCLOB
BCLOB
BFILE
Row ID
ROWID
UROWID
Value = 123.2564
Datatype = NUMBER
What is the stored value?
123.2564
Value = 1234.9876
Datatype = NUMBER(6,2)
What is the stored value?
1234.99
Value = 12345.12345
Datatype = NUMBER(6,2)
What is the stored value?
Error;
range of integer part is only from -9999-9999
Value = 1234.9876
Datatype = NUMBER(6)
What is the stored value?
1235
The decimal part is rounded to the next integer
Value = 12345.345
Datatype = NUMBER(5,-2)
What is the stored value?
12300
The negative scale rounds the number<s> digits left to the decimal point.
Author
wgaynor
ID
263450
Card Set
Oracle
Description
Data Types
Updated
2014-02-25T02:58:34Z
Show Answers
Home
Flashcards
Preview