What is PostgreSQL and what are some alternative relational databases?
a RDBMS (relational database management system) MySQL, Oracle, SQLite, Microsoft SQL server
What are some advantages of learning a relational database?
data accuracy, easy to access, data integrity
What is one way to see if PostgreSQL is running?
sudo service postgresql status
What is a database schema?
a collection of tables that defines how the data in a relational database should be organized.
What is a table?
A table is a list of rows each having the same set of attributes.
What is a row?
the data in the table