InterSystems FAQ rubric
For naming conventions, please check the respective document pages below.
About table name (class name): Identifier rules and guidelines - classes
About column names (property names): Identifier rules and guidelines - class members
As stated here, only alphanumeric characters and characters with Unicode code points larger than ASCII 128 can be used in column names (property names).
- The name must begin with a letter, a Unicode code point greater than ASCII 128, or a percent sign (%).
- The remaining characters must be alphabetic, letters or numbers with a Unicode c
.png)

.png)

.png)
