Question:

Which of the following is a characteristic of a relational database?

Show Hint

Relational databases use tables with rows and columns to store and manage data, making them highly structured and efficient.
Updated On: Jun 27, 2025
  • Data stored in key-value pairs
  • Data organized in tables with rows and columns
  • Data stored in a hierarchical structure
  • Data stored as a graph
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

A relational database stores data in a structured format using tables, with rows representing records and columns representing attributes of those records. These tables can be linked using keys, making relational databases highly efficient for managing and querying data.
- Data stored in key-value pairs (A) is a characteristic of NoSQL databases, such as key-value stores.
- Data stored in a hierarchical structure (C) is characteristic of hierarchical databases, which organize data in a tree-like structure.
- Data stored as a graph (D) refers to graph databases, which represent data as nodes and edges.
Therefore, the correct answer is (B), relational databases use tables to store data.
Was this answer helpful?
0
0