Computer Science, asked by piarjotsingh, 5 months ago

Which field can acts as a primary key and why, if you have the following fields in an Employee

database table. (Emp_id, Emp_Name, DOB(date of birth)


Answers

Answered by codecracker
3

Answer:

Emp_id will act as primary key bcoz primary key will have only one in database...that must be unique. so, for this table Emp_id act as primary key

Similar questions