Postgresql-Intro Flashcards
1
Q
What is PostgreSQL and what are some alternative relational databases?
A
PostgresSQL is a relational database management system. SQLite SQLBase are some alternative relational databases
2
Q
What are some advantages of learning a relational database?
A
A quality of many relational databases is that they support good guarantees about data integrity. They can store and modify data in a way that makes data corruption as unlikely as possible. They are also the most widely used.
3
Q
What is one way to see if PostgreSQL is running?
A
using the top command in the terminal