The database administrator decides to break one large employee table into two parts. The first table, employee_master, contains selected key information that does not change over time. The second table, employee_details, contains data that is considered optional. The relationship between employee_master and employee_details would most likely be a:
- One-to-many relationship
- One-to-one relationship
- Many-to-many relationship
- Many-to-one relationship
Please login or Register to submit your answer