Unquoted identifiers can use letters (a-z), digits (0-9), and underscore (\\_), and must start with a letter.

Depending on SQL implementation, and/or database settings, other characters may be allowed, some even as the first character, e.g.

Unquoted identifiers are case-insensitive. How this is handled depends greatly on SQL implementation: