Postgres Flashcards
What is PostgreSQL and what are some alternative relational databases?
a powerful, free, open source Relational Database Management System. Others are MySQL, SQL Server by Microsoft, and Oracle by Oracle Corp
What are some advantages of learning a relational database?
SQL-based, support good guarantees about data integrity, data corruption is unlikely
What is one way to see if PostgreSQL is running?
sudo service postgresql status
What is a database schema?
Collection of tables, also dictates the rules for how the database is structured (like a blueprint/instructions)
What is a table?
A table is a list of rows each having the same set of attributes.
What is a row?
Contains columns of attributes