String assignments
There are two types of string assignments; storage assignment and retrieval assignment.
- Storage assignment is when a value is assigned to a column or a parameter of a function or stored procedure.
- Retrieval assignment is when a value is assigned to a variable.
The rules differ for storage and retrieval assignment.