Database Management System
Database Management System
• When only one instance of the entity on the left, and more than one
instance of an entity on the right associates with the relationship then
this is known as a one-to-many relationship.
• For example, Scientist can invent many inventions, but the invention
is done by the only specific scientist.
c. Many-to-one relationship
• When more than one instance of the entity on the left, and only one
instance of an entity on the right associates with the relationship then
it is known as a many-to-one relationship.
• For example, Student enrolls for only one course, but a course can
have many students.
d. Many-to-many relationship
• When more than one instance of the entity on the left, and more than
one instance of an entity on the right associates with the relationship
then it is known as a many-to-many relationship.
• For example, Employee can assign by many projects and project can
have many employees.
Types of Databases
1) Centralized Database
•Homogeneous DDB: Those database systems which execute on the same operating system and use the same
application process and carry the same hardware devices.
•Heterogeneous DDB: Those database systems which execute on different operating systems under different
application procedures, and carries different hardware devices.
3) Relational Database
• The type of database that uses the object-based data model approach
for storing data in the database system. The data is represented and
stored as objects which are similar to the objects used in the object-
oriented programming language.
7) Hierarchical Databases