What is one way to see if PostgreSQL is running?
sudo service postgresql status
What are some advantages of learning a relational database?
many things are related to one another so it makes sense to have connected data in your database
What is PostgreSQL and what are some alternative relational databases?
it is a relational database that puts data in a spreadsheet essentially;
some alternatives are mongodb, redis, neo4j
What is a row?
a record in the spreadsheet
What is a table?
a list of rows having the same set of attributes
What is a database schema?
a collection of tables