These are OLTP databases like PostgreSQL. These types of data bases organize data into structured tables as tuples (with rows and columns) linking them together using keys to form relationships. In the relational model, how data should be joined needs to be thought of before hand, and the data needs to conform to a schema.