Please excuse the basic nature of these questions. I've tried to google them and had no luck.
I understand that when you set an ID field as a primary key e.g. EmployeeID, it should be data type of autonumber. When that field appears in another table and you create a relationship with it, should the datatype be a number type?
Also, I've just seen a tutorial on relationships where one of the tables contains:
employeeID
employeename
startdate
manager
Shouldn't 'manager' be a separate table as one manager might manage many employees and if that manager left then his replacement would need to be updated in every employee record? Or have I misunderstood?
I understand that when you set an ID field as a primary key e.g. EmployeeID, it should be data type of autonumber. When that field appears in another table and you create a relationship with it, should the datatype be a number type?
Also, I've just seen a tutorial on relationships where one of the tables contains:
employeeID
employeename
startdate
manager
Shouldn't 'manager' be a separate table as one manager might manage many employees and if that manager left then his replacement would need to be updated in every employee record? Or have I misunderstood?