CHAR
: fixed-length character string
VARCHAR
or VARCHAR2
: variable-length character string
INTEGER
: integer number
NUMBER
: both fixed and floating point number such as amount NUMBER(5,2)
”NUMBER(precision,scale)
:REAL
: real number
DATE
: including information about the date, time, and time zone
|
|
person_typ
, you must drop the sales_rep_typ
type first.