postgres-intro Flashcards
1
Q
What is PostgreSQL and what are some alternative relational databases?
A
PostgreSQL is a powerful, free, open source Relational Database Management System (RDBMS). NoSQL, mySQL, MongoDB
2
Q
What are some advantages of learning a relational database?
A
Flexibility, relate data, simplicity.
3
Q
What is one way to see if PostgreSQL is running?
A
top command or sudo postgresql service status