Identifikatorius
Identifikatorius is a value that uniquely identifies an entity within a system. It functions as a stable reference used to retrieve, relate, or authorize access to that entity, thereby enabling efficient data management and communication across components.
Identifikatoriai can be natural keys or surrogate keys. Natural keys derive from intrinsic properties of the
Key properties of a good identifikatorius include uniqueness, stability (ideally persistent over time), and, where possible,
Common creation methods include UUIDs (Universally Unique Identifiers, RFC 4122), especially version 4, ULIDs, Snowflake-style IDs,
In database design, identifiers often serve as primary keys and are joined to related records through foreign