Identity column in SQL Server - Part 34

Опубликовано: 15 Май 2026
на канале: IT Port
325
4

Subscribe to IT PORT :    / itport28  

SQL Server Tutorial in Tamil :    • SQL Server Tutorial in Tamil  
SQL Server Concepts in Tamil :    • SQL Server Concepts in Tamil  
SQL Server Analytic Functions in Tamil :    • SQL Server Analytic Functions Tamil  

SQL Server Tutorial :    • SQL Server Tutorial  
SQL Server Concepts :    • SQL Server Concepts  
SQL Server Analytic Functions :    • SQL Server Analytic Functions  

IDENTITY field is an Auto Increment field. It allows a unique number to be generated automatically when a new record inserted into a table. We have to specify Starting value (Seed) for the first row and Increment value in table creation. If neither is specified default is (1, 1)