Literals

Literals are fixed data values.

The terms literal and constant value are synonymous and refer to a fixed data value. For example, 'STOCK', 'SUDDEN ALERT', and '512' are all string literals; 1024 is a numeric literal. String literals are enclosed in single or double quotation marks to distinguish them from object names.

Neither BLOB nor XML data types have literals.