RELATIONAL DATABASE (RDBMS)
- stores and provides access to data points that are related to one another.
- based on the relational model, straightforward way of representing data in tables.
- In a relational database, each row in the table is a record with a unique ID called the key. The columns of the table hold attributes of the data, and each record usually has a value for each attribute, making it easy to establish the relationships among data points.