Question

Difficulty: EasyAzure Database Services (Relational, Non-Relational, and Cosmos DB)

Is the following statement true or false?

Azure Database for PostgreSQL is a non-relational (NoSQL) database service.

Answer: Answer

Answer

The statement is false.
The statement is false because Azure Database for PostgreSQL is a managed relational database service. It is designed for relational data structures that use schemas, tables, columns, and foreign keys.

Step-by-Step Solution

1
Identify the database category for PostgreSQL.
PostgreSQL is an open-source relational database management system (RDBMS).
To determine whether the service is relational or non-relational.
2
Compare the identified category with the claim in the statement.
The statement claims it is a non-relational (NoSQL) database service, which contradicts the fact that PostgreSQL is relational.
To evaluate the truth value of the statement.

Key Concept

Relational vs. Non-Relational Databases in Azure
Rate this question