Advertisements
Advertisements
Question
An organisation wants to create a database EMPDEPENDENT to maintain the following details about its employees and their dependent.
EMPLOYEE(AadharNumber, Name, Address, Department, EmployeeID)
DEPENDENT(EmployeeID, DependentName, Relationship)
What is the degree of EMPLOYEE and DEPENDENT relation?
One Line Answer
Solution
Degree of Employee: 5,
Degree of Dependent: 3
shaalaa.com
Terminologies in Relational Data Model
Is there an error in this question or solution?