nerdexam
CompTIA

DA0-001 · Question #335

Which of the following is a relational database?

The correct answer is A. SQL. SQL (Structured Query Language) is the standard language used to manage and query relational databases. Relational databases store data in tables with predefined schemas and relationships.

Data Concepts and Environments

Question

Which of the following is a relational database?

Options

  • ASQL
  • BExcel
  • CJSON
  • DNoSQL

How the community answered

(30 responses)
  • A
    93% (28)
  • B
    3% (1)
  • C
    3% (1)

Why each option

SQL (Structured Query Language) is the standard language used to manage and query relational databases. Relational databases store data in tables with predefined schemas and relationships.

ASQLCorrect

SQL is the primary language used to interact with and manage relational databases, making it inherently linked to the relational database model. Relational databases organize data into tables, rows, and columns, with relationships defined between tables based on common fields.

BExcel

Excel is a spreadsheet program, not a relational database management system, although it can store tabular data.

CJSON

JSON (JavaScript Object Notation) is a data interchange format, not a database type itself, although it can be stored in some NoSQL databases.

DNoSQL

NoSQL (Not Only SQL) refers to a broad category of non-relational databases that store data in formats other than traditional tables.

Concept tested: Relational database concepts and SQL

Source: https://learn.microsoft.com/en-us/azure/architecture/data-guide/relational-data/

Topics

#Relational Databases#SQL#Database Types

Community Discussion

No community discussion yet for this question.

Full DA0-001 Practice