String literals are used to represent text. String literals use the smallest character sets available. The ASCII character set will be used if only ASCII characters are included, otherwise the UTF-8 character set will be used. For more information, see String data types.
To include a single quote character in a string, use two successive single quotes. For example, the string literal 'AB''C' represents the value AB'C.
string_literal::=