Relational Database

1 revision
#11 week ago
+6
Auto-generated stub article
+A **relational database** organizes information into structured [tables](/wiki/Table), where data points are linked by common fields. This elegant architecture allows for clear relationships between different sets of facts, managed and queried often using [SQL](/wiki/SQL).
+## See also
+- [Database](/wiki/Database)
+- [SQL](/wiki/SQL)
+- [Primary Key](/wiki/Primary_Key)
... 1 more lines