- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
What is the degree of relationship set in DBMS?
The number of entity types which took part in the entity relationship is called the degree of relationships.
There are three different types of degree of relationships, they are as follows −
Unary relationship
Binary relationship
Ternary relationship
Unary relationship
It is the relationship between the instances of a single entity type. It is also called a recursive relationship.
Example
A person is married is a one-to-one relationship between the instances of Person entity type of unary relationship.
Binary relationship
It is the relationship between the instances of two different entity types. Two entities will participate in the relationship.
For Example
Person and events are two different entity types which are related by using the relationship called “attends”.
Ternary relationship
A simultaneous relationship between the instances of three entity types with unique attributes is called a ternary relationship.
Example
Consultant, client and contract are three different entities with different attributes.
These three entities are related with a single relationship called “signs”.
- Related Articles
- What is an Entity relationship model in DBMS?
- One-to-One Relationship in DBMS
- Many-to-Many Relationship in DBMS
- One-to-One Unary Relationship in DBMS
- One-to-Many Unary Relationship in DBMS
- What is the degree of zero polynomial?
- What is the degree of $2x^2y$?
- What is the meaning of symbiotic relationship?
- One-to-Many or Many-to-One Relationship in DBMS
- What is the nature of Line Staff Relationship?
- Relational Set Operators in DBMS
- Explain set operators in DBMS
- What is the degree of the polynomial $2x^3y^2$?
- What are the capabilities of DBMS and why relational DBMS is powerful?
- What Is Symbiotic Relationship
