The world’s Largest Sharp Brain Virtual Experts Marketplace Just a click Away
Levels Tought:Elementary,Middle School,High School,College,University,PHD
MBA IT, Mater in Science and Technology Devry Jul-1996 - Jul-2000
Professor Devry University Mar-2010 - Oct-2016
In the following client-partner assignment database schema, Each partner can be assigned many clients and each client can be assigned many partners.
Â
Client(ClientID, Name, Address, BusinessType)
Partner(PartnerID, Name, Speciality, Office, Phone)
PartnerAssignment(PartnerID, ClientID, DateAcquired)
What would be the most suitable new design for this database if this condition is changed so that each partner can now only have one client?
Client(ClientID, Name, Address, BusinessType, DateAcquired)
Partner Assignment(PartnerID, ClientID, DateAcquired)
None of the above
-----------