intro Flashcards
What is PostgreSQL and what are some alternative relational databases?
open source relational database management system (RDBMS) , used to retrieve or store complex data in an organized matter. MySQL, SQL and Oracle.
What are some advantages of learning a relational database?
relational databases ensure data integrity so that data corruption is unlikely. Able tor eject bad data
What is one way to see if PostgreSQL is running?
checking top to see if it’s running or
sudo service postgresql status
What is a database schema?
A collection of tables; defines how the data in a relational database should be organized.
What is a table?
made of rows and tables
What is a row?
a list of rows having the same set of attributes (column)