postgres-intro Flashcards

1
Q

What is PostgreSQL and what are some alternative relational databases?

A

PostgreSQL is an open-source relational database management system that is used to manage and store data in a structured manner. Alternatives to PostgreSQL include: MySQL, MariaDB, Microsoft SQL Server, Oracle Database, and Amazon Relational Database Service (RDS).

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

Scalability: Relational databases can easily handle large amounts of data and can be easily scaled to meet growing demands.

Data Integrity: Relational databases enforce rules and constraints on data, helping to maintain the accuracy and integrity of stored data.

Query Ability: Relational databases use a declarative query language (SQL) which allows for powerful querying and analysis of stored data.

Flexibility: Relational databases allow for the creation of complex relationships between data, making them well-suited for a variety of use cases.

Wide Adoption: Relational databases are widely used in industry and are a critical component of many businesses, making them a valuable technology to learn for job market.

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

service postgresql status or systemctl status postgresql

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