![]() ![]() ![]() |
Ispirer SQLWays Database Migration Software
Declaration of Local Variables with Composite Data Types
In this chapter describes declaration of local variable with composite (no scalar) data types. Scalar data type - is data type which hasn't internal components, such as numeric data types (NUMBER, DECIMAL, FLOAT,...), character data types (CHAR, VARCHAR2, RAW,...), datetime data types (DATE, TIMESTAMP,...) and boolean data type. Composite data type - is data type which has internal components, such as RECORD, TABLE and VARRAY.
Before declare variables with composite data type necessary define such data type.
![]() ![]() ![]() |