- Start with a letter followed by zero or more letters, digits, or underscores.
- Must not be a reserved word. For the full list of reserved words, see Reserved Words.
"" to create a delimited identifier. SQL is case-insensitive, and the database normalizes identifiers to lowercase. For example, you must add double quotes to the 1start_with_digit, hy-phen, and mixedCase identifiers so that the database can parse them correctly: "1start_with_digit", "hy-phen", and "mixedCase".
The system uses identifiers to identify these objects:
- Database name
- Schema name
- Function name
- Table name
- Table alias name
- Column name
- Column alias name
- Index name
- View name
- Task name
- Node names
- Machine learning model name
- Connectivity pool name
- Connectivity pool participant name
- Storage space name
- Cluster name
- Service class name
- Single sign-on (SSO) protocol
- Tag name
- JSON key
- Username
- Group name
- Common table expression
- Subexpression name
- Data pipeline name
- Data pipeline type

