DBMS Types Notes (BSCS)
DBMS Types Notes (BSCS)
CAMPUS LAHORE
1. Hierarchical databases
2. Network databases
3. Relational databases
4. Object-oriented databases
5. Graph databases
6. ER model databases (Due)
7. Document databases
8. NoSQL databases
1)-Hierarchical Databases:
2)-Network Databases
3)-Relational Databases
In a relational database management system (RDBMS), the relationship
between data is relational and stored in tabular form of columns and
rows. Each table column represents an attribute, and each Row in a
table represents a record. Each field in a table represents a data value.
5)-Graph Databases
Graph Databases are NoSQL databases and use a graph structure for
semantic queries. The data is stored as nodes, edges, and properties. In
a graph database, a Node represents an entity or instance, such as a
customer, person, or car. A node is equivalent to a record in a relational
database system. An Edge in a graph database represents a
relationship that connects nodes. Properties are additional information
added to the nodes.
6)-Document Databases
Document databases (Document DB) are also NoSQL databases that
store data as documents. Each document represents the data, its
relationship with other data elements, and its attributes of data.
Document database store data in a key-value form.
INSTRUCTOR: KANWAR.M.SHAHEEN
DEPARTMENT: BSCS