+ 1
what is the use primary key in dbms ?
1 Resposta
+ 1
A primary key is used as a unique identifier for each row of data in a table and cannot be NULL (blank). For example, if a table of users has a primary key of User_ID, each User_ID in that table must be unique and that field cannot be blank.