What is PostgreSQL and what are some alternative relational databases?
PostgreSQL is a Relational Database Management System. Alternatives include MS SQL server and mySQL
What are some advantages of learning a relational database?
What is one way to see if PostgreSQL is running?
sudo service postgresql status
what is the pgweb command
a web server that gives you a page to connect with and interact with your database
pgweb is a middleman between your browser and data management system (postgresSQL)