A temporary name that identifies a relation in a record stream
to Oracle Rdb. Once you have associated a context variable with a
relation, you use the context variable to refer to fields from
that relation. In this way, Oracle Rdb always knows which field from
which relation you are referring to.
You must use a context variable in every data manipulation
statement and in every data definition statement that uses a
record selection expression.
If you are accessing several record streams at once, the context
variable lets you distinguish between fields from different
record streams, even if different fields have the same name.
If you are accessing several record streams at once that consist
of the same relation and fields within that relation, context
variables let you distinguish between the two record streams.
Additional Information:
explode
extract