+ 1
PRİMARY KEY
WHAT İS İT FOR PRİMARY KEY EXAMPLE: create table customers ( ıd int idenity (1,1) primary key )
2 Respuestas
+ 2
* Intro to primary key in general
https://database.guide/what-is-a-primary-key/
* Primary key in specific regards to MSSQL (MS SQL Server)
https://blog.devart.com/sql-server-primary-key.html
+ 5
This will generate unique id.