UUIDs, also known as "universally unique IDs" or "GUIDs," are a type of 128-bit number that can be used to generate unique values for primary keys in situations where auto-incremented values may be duplicates. Due to their guaranteed uniqueness, they are also helpful for generating random test data. They can be used as a source for creating random strings.
Read more