This is awfully basic, but I'm pretty new to developing sql server dbs. I've most just maintained them.
I've got a PK on an employeeID column. The data type is Int with Yes in the Identity field. Should the FK be marked as Int with Yes for the Identity field if I want to store multiple records using the employeeID?
Is that clear as mud?
Let me know if I'm just confusing.
Thanks.
I've got a PK on an employeeID column. The data type is Int with Yes in the Identity field. Should the FK be marked as Int with Yes for the Identity field if I want to store multiple records using the employeeID?
Is that clear as mud?
Let me know if I'm just confusing.
Thanks.