In a traditional RDBMS, how is data primarily stored?

  • In JSON format
  • In a graph structure
  • In key-value pairs
  • In tables
In a traditional Relational Database Management System (RDBMS), data is primarily stored in tables. These tables consist of rows and columns, where each row represents a record, and each column represents an attribute or field of the data. This tabular structure is designed for structured data storage.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *