Conventional identifiers

Conventional SQL identifiers must:

  • Be limited to 32 characters
  • Begin with an uppercase letter or lowercase letter
  • Contain only letters (A-Z), digits (0-9), or the underscore character ( _ )
  • Not contain a hyphen
  • Not be reserved words, such as CREATE or DROP
  • Only use ASCII characters only