Naming Conventions in Sybase
Filed in Sybase on May.11, 2009
General Naming Conventions
- Names must be a maximum of 30 characters long.
- Unless absolutely necessary only alphanumeric characters and underscores should be used.
- Each word in a name must be separated by an underscore.
- Names are not to be considered case-sensitive.
- A name cannot be a Sybase SQL Server Reserved Word or Keyword. (Please refer to the Sybase Adaptive Server Reference manual for a full list)
- A database object name must be unique across the database


Leave a Reply