Question

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

Is the following statement true or false?

'Azure SQL Database is a non-relational database service designed for storing semi-structured JSON documents.'

Answer: Answer

Answer

The statement is false.
The statement is false because Azure SQL Database is a relational database service based on the Microsoft SQL Server engine, organizing data into tables with defined schemas. Semi-structured JSON document databases are non-relational, a service class represented in Azure by Azure Cosmos DB.

Step-by-Step Solution

1
Identify the database category of the service mentioned in the statement.
The statement refers to Azure SQL Database.
Evaluating a database statement requires first identifying the core characteristics of the specified database service.
2
Determine if Azure SQL Database is a relational or non-relational service.
Azure SQL Database is a relational database service utilizing tables, keys, and schemas.
Comparing the service type to the statement's claim of being 'non-relational' determines the truth value of the statement.

Key Concept

Relational vs. Non-Relational database services in Azure
Rate this question