UUID datatype

Postgresql datatypes

Video Locked

Please log in to watch this video

Log In
Chapter Info
Course The Ultimate PostGIS course
Module Postgresql datatypes
Chapter UUID datatype

Chapter Content

  • 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