Glossary
Foreign Key
A foreign key links a value in one table to a key in another table, preserving referential integrity in relational databases.
Glossary
Graph Database
A graph database models entities as nodes and edges, making relationship-heavy queries fast and natural in NoSQL systems.