What is PostgreSQL and what are some alternative relational databases?
PostgreSQL is a free and open-source object-relational database management system. some other relational databases are MySQL, SAP Hana, Microsoft SQL Server..
What are some advantages of learning a relational database?
relational databases are probably the most widely used kind of database, and knowing SQL language is a very portable skill, because there are many relational database driven driven by almost the same language.
What is one way to see if PostgreSQL is running?
you can use “top” command to see the current processes.