I'm trying to model a workstation subject which represents two subordinate subjects that share common characteristics with the main subject. These are: desktop and laptop
Each subordinate subject contains characteristics that are germane to that particular subject and the ws_asset_no
(PK) field that relates it to the parent subject.
workstation
ws_asset_no
date_issued
date_returned
operating_system
desktop
ws_asset_no
monitor_asset_no
laptop
ws_asset_no
laptop_category
laptop_category
is a multivalued field that will get resolved into a table.
Can anyone please confirm that this is the right approach and advise about the relationships.
Thank you