A database that manages data in tables and links them through relationships.
A database model that represents data in tables of rows and columns, operated on with SQL. Its operations are defined based on relational algebra (selection, projection, join, and so on), and a SQL query is translated into those relational-algebra operations for execution.
© 2026 ITBGM