InterviewSolution
Saved Bookmarks
| 1. |
What is PostgreSQL and why it is used for? |
|
Answer» It’s a GENERAL purposed and advance object-relational database MANAGEMENT system used to add custom functions developed using a various programming LANGUAGE such as C, C++, Java, etc. Designed to be extensible, PostgreSQL IMPLEMENTS MVCC or multi-version concurrency control. |
|