String literal 

A string literal is a sequence of characters in double quotes. String literals can also be represented in hexadecimal notation by preceding them with x or X.

Syntax

<string_literal> ::= '' | '<character>...' | <hex_literal>

character, hex_literal

'69190 Walldorf'

'Anthony Smith'

X'12ab'