Why do we use databases in Web development?
Store information, to access the information across multiple devices, secure centralized data.
What is PostgreSQL and what are some alternative relational databases?
An open source relational database, MySQL, SQL, Oracle, SqlLite
What are some advantages of learning a relational database?
Its a great place to store data and understand where the info you need is stored
What is one way to see if PostgreSQL is running?
TOP , sudo service postgresql status
what does PgWeb do
Grabs your postgres database and visualizes it for you.