Literals can be any sequence of letters or numbers, starting with a letter. All literals that are not numerical (string literal) must be enclosed in single quotes. Use a double single quote to reference a single quote within a string (for example, 'literal''s' = literal's).