- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
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
One-to-One Relationship in DBMS
Relationships in DBMS can be stated as a relation between two entities like Employee-Department, Student-Course, etc.
One-to-One relationship in DBMS is a relationship between an instance of an entity with another.
The relation can be stated as −
An Employee is issued an Employee ID Card. An individual employee is offered a unique ID card in the company.
Here, Employee and ID Card (ID_Card) are entities.
Advertisements