- Understand what UUIDs are and why they are used
- Learn how to use the `uuid` type in PostgreSQL
- Generate UUIDs using PostgreSQL functions
- Use UUIDs as primary keys in real-world scenarios
- Explore pros and cons of UUIDs vs SERIAL/INT
Postgresql datatypes