What is PostgreSQL and what are some alternative relational databases?
is an open source Relational Database management system. it is the most advanced open source databased of its kind. MongoDB, Redis, Neo4j (nosql)
What are some advantages of learning a relational database?
when working with datas that are interconnected to each other. Something with relationship.
They provide good guarantees about data integrity.
Can store and modify data in a way that makes data corruption as unlikely as possible.
What is one way to see if PostgreSQL is running?
sudo service postgresql status also in top