Using Serail in Postgresql examples

Serial is similar to Identity in SQL Server used to automatic insert of numbers from 1. Below are the examples for Serial in postgresql.














With all the Serial is loos type, which is allowing insert and also not following the uniqueness.

Comments

Popular posts from this blog

How to connect postgresql database through ODBC driver in excel

Postgresql System files and their uses