is specified, an assignment of a null value results in a run-time
error. All variables declared as NOT NULL>
must have a nonnull default value specified.
- Equals (=>) can be used instead of PL/SQL-compliant
+ Equal (=>) can be used instead of PL/SQL-compliant
:=>.
a row value, if the variable is a row or record variable). The target
variable can be a simple variable (optionally qualified with a block
name), a field of a row or record variable, or an element of an array
- that is a simple variable or field. Equals (=>) can be
+ that is a simple variable or field. Equal (=>) can be
used instead of PL/SQL-compliant :=>.