A database where tables are related in some way. Can be achieved through SQL.

Pros

  • Best for relational data
  • ACID compliant

Cons

  • Must require planning as to how the schema looks before created

Implementations