OLAP Data Model : Object IDs

Object IDs
Every object has a unique, immutable ID, stored in a system-defined field called _ID. Object IDs behave as follows:
User applications set an object’s ID by assigning the _ID field when the object is created. It is the application’s responsibility to generate unique ID values. If two objects are added with the same ID, they are merged into a single object. That is, one “add” is treated as an “update” of an existing object.