INDEX: SQL Tutorial

SQL Auto Increment Field

Our today’s topic of discussion is Auto Increment in SQL. This property are mostly used by  the  ‘Primary Key’ in the table. As the name suggests,It allows a random/unique number to generate every-time a record is inserted in the table.Without any further delay let us jump to today’s topic , and enjoy the essence of …

SQL Auto Increment Field Read More »