Database
Database
Types of DBMS:
1. Hierarchical DBMS: Data is organized in a tree-like structure, where each record has a
single parent.
2. Network DBMS: Similar to hierarchical but allows more complex relationships with
multiple parent records.
3. Relational DBMS (RDBMS): Data is stored in tables (relations), and SQL is used to
manage and query data. Examples: MySQL, PostgreSQL, Oracle.
4. Object-Oriented DBMS: Data is stored as objects, similar to how objects are used in
programming languages. Example: ObjectDB.
5. NoSQL DBMS: Designed for unstructured or semi-structured data, often used for large-
scale applications. Examples: MongoDB, Cassandra, CouchDB.
MySQL (RDBMS)
Oracle Database (RDBMS)
PostgreSQL (RDBMS)
Microsoft SQL Server (RDBMS)
MongoDB (NoSQL)