Postgres Intro Flashcards

1
Q

What is PostgreSQL and what are some alternative relational databases?

A

PostgreSQL is a relational database management system. Alternatives include MySQL, Oracle, and SQL Server.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are some advantages of learning a relational database?

A

Relational databases are ideal for storing related data and stores data in a way that is unlikely to be corrupted. They are also the most widely used kind of database.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is one way to see if PostgreSQL is running?

A

By using the top command and checking if the postgres processes are running.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly