adspace
What?s the difference between PRIMARY KEY and UNIQUE in
MyISAM?
Answer Posted / raj
primary key is something which uniquely identifies the table
row. the value in primary key declared field can't be null
On the other hand unique avoids the duplicacy of data.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers