What is Primary key in sql Server
A primary key is a unique column in a database. A candidate key is a set of columns or fields that may be used to uniquely identify a record in a table.
A primary key is a unique column in a database. A candidate key is a set of columns or fields that may be used to uniquely identify a record in a table.
Comments
Post a Comment