PostgreSQL Question:
State some of the advanced features of PostgreSQL?
Answers:
Answer #1These are the following features which are present in PostgreSQL they are
1) Object relational database
2) Extensibility and support for SQL
3) Database validation and flexible API
4) Procedural languages and MVCC
5) Client server and WAL.
1) Object relational database
2) Extensibility and support for SQL
3) Database validation and flexible API
4) Procedural languages and MVCC
5) Client server and WAL.
Answer #22
Previous Question | Next Question |
Explain what is PostgreSQL? | Explain about Write Ahead logging? |