Microsoft
AI-102 · Question #130
What is a primary characteristic of a relational database?
The correct answer is A. data is queried and manipulated by using a variant of the SOL language. A primary characteristic of a relational database is that it organizes data into tables with rows and columns and allows for querying and manipulation of the data using Structured Query Language (SQL) or its variants.
Submitted by olafpl· Mar 30, 2026
Question
What is a primary characteristic of a relational database?
Options
- Adata is queried and manipulated by using a variant of the SOL language
- Ba lack of dependencies between tables
- Ca flexible data structure
- Da large amount of duplicate data
How the community answered
(48 responses)- A85% (41)
- B4% (2)
- C8% (4)
- D2% (1)
Explanation
A primary characteristic of a relational database is that it organizes data into tables with rows and columns and allows for querying and manipulation of the data using Structured Query Language (SQL) or its variants.
Topics
#Relational database#SQL language
Community Discussion
No community discussion yet for this question.