A string constant is a series of printable characters enclosed in single (`) or double quote ("). Double quotes are only allowed within strings delimited by single quotes. Single quotes are only allowed within strings delimited by double quotes. See the following listing for a variety of string constants.
'ABCD', "ABCD", 'A', "'B", "A'B", 'A"B'