postgres-intro Flashcards
1
Q
What is PostgreSQL and what are some alternative relational databases?
A
PostgreSQL is a free and open-source object-relational database management system. some other relational databases are MySQL, SAP Hana, Microsoft SQL Server..
2
Q
What are some advantages of learning a relational database?
A
relational databases are probably the most widely used kind of database, and knowing SQL language is a very portable skill, because there are many relational database driven driven by almost the same language.
3
Q
What is one way to see if PostgreSQL is running?
A
you can use “top” command to see the current processes.