Medium1 markMultiple Choice
AZ-900 · Question 40 · Domain 2.6: Azure Database and Analytics Services
Which TWO of the following are relational database services in Azure? (Select TWO)
Which TWO of the following are relational database services in Azure? (Select TWO)
Answer options:
A.
Azure SQL Database
B.
Azure Cosmos DB
C.
Azure Database for PostgreSQL
D.
Azure Table Storage
E.
Azure Blob Storage
How to approach this question
Identify the services that use traditional tables, rows, and SQL.
Full Answer
Azure SQL Database, Azure Database for PostgreSQL
Azure SQL Database and Azure Database for PostgreSQL are both relational database services (PaaS) offered by Azure. They use structured schemas with tables, rows, and columns. Cosmos DB and Table Storage are NoSQL (non-relational).
Common mistakes
Selecting Cosmos DB. While Cosmos DB has a SQL API, it is fundamentally a NoSQL database.
Practice the full Azure Fundamentals AZ-900 Practice Exam 7
60 questions · hints · full answers · grading
More questions from this exam
Q1What is the primary definition of cloud computing?EasyQ2True or False: In the shared responsibility model, the customer is always responsible for the sec...EasyQ3Which TWO of the following are characteristics of a public cloud? (Select TWO)MediumQ4Which cloud benefit describes the ability of a system to remain operational for a high percentage...EasyQ5A company wants to transition from purchasing physical servers to paying a monthly fee based on t...Easy
Expert