Postgres Quiz Questions Flashcards
What is PostgreSQL?
PostgreSQL is a powerful, free, open source Relational Database Management System (RDBMS).
What are some advantages of learning a relational database?
They support good guarantees about data integrity. They can store and modify data in a way that makes data corruption as unlikely as possible
What is one way to see if PostgreSQL is running?
The top command
sudo service postgresql start
sudo service postgresql status
What are some alternative relational databases?
MySQL, SQL Server by Microsoft, and Oracle by Oracle Corporation
What is a database schema?
A collection of tables and it 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?
A list of values