Identifiers
Identifiers (e.g., table, column, procedure, function, and variable names) in RaimaDB are case-insensitive, consisting of Latin letters, digits, underscore ('_'), or a dollar sign (‘$’) and beginning with a letter or underscore. Identifiers cannot match any RaimaDB SQL reserved word. The use of a $ in an identifier should be avoided as some system-defined identifiers include it (e.g., sys$table).