String Literals

String literals are used to represent text. The maximum length of a string is limited by the CHAR data type (see String Data Types for more information). String literals use the smallest character sets available. ASCII character set will be used if only ASCII characters are included, else the UTF-8 character set will be used.

string_literal::=