The id column is the primary method of record identification in any database. Most databases are set up to automatically produce a numeric id, often beginning with 1 and increasing by 1 with each new record. However, a UUID is not the only choice for id fields (universally unique identifier).
Just what is a UUID?
U