postgres Flashcards
What is PostgreSQL and what are some alternative relational databases?
PostgreSQL is powerful, free, open source relational database management system. Alternative relational databases include MySQL, SQL server by Microsoft, Oracle by Oracle Corporation
What are some advantages of learning a relational database?
NoSQL does not use the SQL language while relational database does and very useful when storing related data.
What is one way to see if PostgreSQL is running?
top command, sudo service postgresql start
What is a database schema?
how data in a relational database should be organized -collection of tables
What is a table?
grouping of related data in listed rows with attributes
What is a row?
actual data being entered into the table