Skip to content

Identifiers (OLAP)

JoeWinter edited this page Sep 22, 2014 · 2 revisions

[Table of Contents](https://github.com/dell-oss/Doradus/wiki/OLAP Databases: Table-of-Contents) | Previous | Next
OLAP Data Model: Identifiers


Applications, tables, fields, and other definitions must have a name, called an _identifier_. With Doradus, identifiers must begin with a letter and consist only of letters, numbers, and underscores (_). Letters can be upper- or lower-case, however identifiers are case-sensitive (e.g., `Email, Log_Data, H1L4`). An exception to the first-letter rule are _alias_ names, which must begin with a dollar sign (e.g., `$SalesEmails`).

Pre-defined system identifiers begin with an underscore. Because user-defined identifiers cannot begin with an underscore, all system identifiers are reserved. Example system identifiers are _ID, _all, and _applications.

Clone this wiki locally