Data Types
Data Types
Parameter
Identifier
An identifier can be any alphanumeric
sequence of characters other than a keyword. Identifiers can be
enclosed in double quotes to allow special characters and white
space. If you need to include a double quote character inside an
identifier, double the character, for example "abc""def".