Question:

Which of the following formats, data is stored in relational database management system?

Show Hint

In relational databases, data is organized into tables, making it easier to manage and query.
Updated On: Apr 18, 2026
  • Graph
  • Table
  • Binary
  • Object
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation



Step 1: Understanding relational database format.

In relational databases, data is stored in the form of tables, which consist of rows and columns. Each table represents a collection of related data entries.

Step 2: Why other options are incorrect.

- (A) Graph is used for visual representation of data, not for storing data in a database.
- (C) Binary is a format for representing data, but relational databases use tables to store structured data.
- (D) Object is used in object-oriented databases, not relational databases.

Step 3: Conclusion.

The correct answer is "Table," as it is the format used in relational databases.

Final Answer: Table.
Was this answer helpful?
0
0