486,664 views
31 votes
31 votes
Write down the situations in which you think primary key will be helpful?

User Brannon
by
2.5k points

1 Answer

13 votes
13 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 Rnevius
by
3.0k points