Consider this set of requirements. A vehicle has an owner. The owner has a name, address, and taxpayer_id. Owners can be
Posted: Sun Jul 03, 2022 11:23 am
Consider this set of requirements. A vehicle has an owner.The owner has a name, address, and taxpayer_id. Owners can be anindividual or corporation. Individuals have a SSN. a. Develop theER model for this scenario b. Does your model require that avehicle have an owner? c. Does your model require that an ownerhave a vehicle? d. How would you ensure that there is no SSN datastored for a corporation?