Persistent structured storage queried and changed through explicit operations.
A relational database stores rows in tables connected by keys and protected by constraints. Structured Query Language (SQL) reads and changes that state. Agent builders need to understand queries, transactions, permissions, and migrations because a plausible generated query can still expose the wrong tenant, duplicate a write, or destroy data.