221k views
0 votes
Given the business rule "an employee may have many degrees," discuss its effect on attributes, entities, and relationships. (Hint: Remember what a multivalued attribute is and how it might be implemented.)

User Jerone
by
4.5k points

1 Answer

4 votes

Answer:

Executing multivalued attribute in

database:

Multivalued attributes are not directly

implemented in Relational Database,

instead of that follow the below possible

actions:

Step-by-step explanation:

Multivalued Attributes

A multivalued attribute of an entity is an attribute that can have more than one value associated with the key of the entity. ... If attributes are restricted to be single valued only, the later design and implementation decisions will be simplified.

Example:

Consider a person can have multiple

degrees values like BSC, MCA and these

values can be stored in single attribute in a

database.

User Dhruv Kumar Jha
by
4.4k points