In a relational database, what type of data structure is used to organize and store data in rows and columns?

  • Graph
  • Set
  • Table
  • Tree
In a relational database, data is organized and stored in tables. Each table consists of rows and columns, where each row represents a record and each column represents an attribute. This tabular structure allows for efficient retrieval and manipulation of data using SQL queries.
Add your answer
Loading...

Leave a comment

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