2
I am creating a database in Postgresql and hit the doubt as I can create in the table the field ID with AUTO_INCREMENT, searching the internet I found some examples with the field ID with SERIAL data type and others with data type INTEGER.
What is the difference between these 2 types of data and what we can use to be our AUTO_INCREMENT ID in the Postgresql database?