Categories
5G Network
Agile
Amazon EC2
Android
Angular
Ansible
Arduino
Artificial Intelligence
Augmented Reality
AWS
Azure
Big Data
Blockchain
BootStrap
Cache Teachniques
Cassandra
Commercial Insurance
C#
C++
Cloud
CD
CI
Cyber Security
Data Handling
Data using R
Data Science
DBMS
Design-Pattern
DevOps
ECMAScript
Fortify
Ethical Hacking
Framework
GIT
GIT Slack
Gradle
Hadoop
HBase
HDFS
Hibernate
Hive
HTML
Image Processing
IOT
JavaScript
Java
Jenkins
Jira
JUnit
Kibana
Linux
Machine Learning
MangoDB
MVC
NGINX
Onsen UI
Oracle
PHP
Python
QTP
R Language
Regression Analysis
React JS
Robotic
Salesforce
SAP
Selenium
Service Discovery
Service Now
SOAP UI
Spark SQL
Testing
TOGAF
Research Method
Virtual Reality
Vue.js
Home
Recent Q&A
Feedback
Ask a Question
DBMS Relationship of higher degree
Home
>
DBMS
>
DBMS Relationship of higher degree
Oct 27, 2019
in
DBMS
Q: Please explain DBMS Relationship of higher degree
dbms-relationship
1
Answer
0
votes
Oct 27, 2019
The degree of relationship can be defined as the number of occurrences in one entity that is associated with the number of occurrences in another entity.
There is the three degree of relationship:
One-to-one (1:1)
One-to-many (1:M)
Many-to-many (M:N)
1. One-to-one
In a one-to-one relationship, one occurrence of an entity relates to only one occurrence in another entity.
A one-to-one relationship rarely exists in practice.
For example: if an employee is allocated a company car then that car can only be driven by that employee.
Therefore, employee and company car have a one-to-one relationship.
DBMS Relationship of higher degree
2. One-to-many
In a one-to-many relationship, one occurrence in an entity relates to many occurrences in another entity.
For example: An employee works in one department, but a department has many employees.
Therefore, department and employee have a one-to-many relationship.
DBMS Relationship of higher degree
3. Many-to-many
In a many-to-many relationship, many occurrences in an entity relate to many occurrences in another entity.
Same as a one-to-one relationship, the many-to-many relationship rarely exists in practice.
For example: At the same time, an employee can work on several projects, and a project has a team of many employees.
Therefore, employee and project have a many-to-many relationship.
Click here to read more about Loan/Mortgage
Click here to read more about Insurance
Facebook
Twitter
LinkedIn
Related questions
0
votes
Q: How many types of relationship exist in database designing in DBMS?
Mar 31, 2020
in
DBMS
#dbms-relationship
0
votes
Q: What is a degree of Relation?
May 15, 2020
in
DBMS
0
votes
Q: What is the Relationship?
May 15, 2020
in
DBMS
0
votes
Q: What are the advantages of DBMS?
May 15, 2020
in
DBMS
0
votes
Q: What are the disadvantages of using a dbms in DBMS?
Apr 2, 2020
in
DBMS
#dbms-disadvantages
0
votes
Q: Describe the four types of indexes in DBMS?
Apr 2, 2020
in
DBMS
#dbms-index-types
...