Computer Science, asked by sukanyaverma9860, 1 year ago

What is the field which when used as a primary key numbers each record sequentially?

Answers

Answered by Anonymous
4

A Primary key uniquely identifies each record in a table and must never be the same for the 2 records. Primary key is a set of one or more fields ( columns) of a table that uniquely identify a record in database table. A table can have only one primary key and one candidate key can select as a primary key. The primary key should be chosen such that its attributes are never or rarely changed, for example, we can’t select Student_Id field as a primary key because in some case Student_Id of student may be changed

Answered by primishra
6

refer attachment..

hope it helps

MARK IT...

Attachments:
Similar questions