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.