Junior — Middle
What type of database is PostgreSQL?
sobes.tech AI
Answer from AI
PostgreSQL is an object-relational database management system (DBMS). It is based on the relational data model, supports extensibility and complex data types, including JSON, arrays, and user-defined types.
PostgreSQL combines traditional relational capabilities with object-oriented features, allowing for flexible and efficient data storage and processing. It supports transactions, complex queries, indexes, and extensions.