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.) multivalued attributes are attributes that can have multiple values. in the given business rule it is clearly that degree (attribute) may have multiple values in it. in this scenario we may have three possibilities 1. degrees can be stored in as single attribute named emp_degree in employee table with attributes emp_no, emp_name, emp_degree. employee table
emp_no
emp_name
emp_degree
1 bangar reddy aluri
b.tech,m.s,mps
2 john
mbbs, md
3 anthony
b.a,llb

Solved
Show answers

Ask an AI advisor a question