Back to Developer Roadmap

What are Relational Databases?

src/data/roadmaps/postgresql-dba/content/[email protected]

4.0956 B
Original Source

What are Relational Databases?

Relational databases are a type of database management system (DBMS) that stores and organizes data in a structured format called tables. These tables are made up of rows, also known as records or tuples, and columns, which are also called attributes or fields. The term "relational" comes from the fact that these tables can be related to one another through keys and relationships.

Learn more from the following resources: