Consider the following schema Employees id String name Strin
Consider the following schema Employees (id: String, name: String, ssn: String, phone: String, email: String, address: String state: String. birthdate: String) The degree of the relation Employs is
Solution
The Given Relation:-
Employees(id: String, name: String, ssn: String, phone: String, email: String, address: String, state: String, birthdate: String)
Answer:-
The degree of the relation Employee is 8.
Explanation:-
The degree of the relationship points out that the number of entities that participate in the relationship.
