152. How does a Relational Database work?

 

The RDBMS manages data (logically) as a collection of two-dimensional tables (e.g., a spreadsheet). Relationships between tables are maintained by having common values in each of the related tables and joining them together using relational algebra principles.