Apuntes DB 1
Apuntes DB 1
1. Introduction to Databases 2
2. Database Management Systems (DBMS) 2
3. Types of Database Models 2
4. Other Types of Databases 3
5. SQL (Structured Query Language) 4
There are several types of database models, which determine how information is
organized and manipulated.
a. Hierarchical Database
b. Network Database
c. Relational Database
d. Object-Oriented Database
● Data is stored as objects, which contain both attributes (data values) and
methods (operations).
a. Centralized Database
b. Distributed Database
c. Cloud Database
● SQL: The most common lan guage used to interact with relational
databases.
● Common SQL statements:
○ SELECT: Retrieve data.
○ INSERT: Insert new data.
○ UPDATE: Modify existing data.
○ DELETE: Delete data.