A field marked as Primary Key may have duplicate data.
true or false
Answers
Answered by
3
Points to Note regarding Primary Key
The column(s) that makes the key cannot contain duplicate values. The attribute(s) that is marked as primary key is not allowed to have null values. Primary keys are not necessarily to be a single attribute (column). It can be a set of more than one attributes (columns).
Hope it helps
Please mark as brainliest answer
Similar questions