43.6k views
5 votes
Write down the situations in which you think primary key will be helpful?

User Dor Shinar
by
3.2k points

1 Answer

4 votes

Answer:

The SQL PRIMARY KEY is a column in a table that must contain a unique value that can be used to identify each and every row of a table uniquely. Functionally, it is the same as the UNIQUE constraint, except that only one PRIMARY KEY can be defined for a given table.

User Zhangyangyu
by
3.5k points