+ 2
can anyone tell me use of primary key function..?
2 Answers
+ 4
primary key is a constraint used for a column....this ensures only unique values are there in the column and no duplicate or NULL values .đ
0
it's a good way to pull out a specific row or query object. Especially, when your using primary keys as a way to grab rows. This is common in Web routing.