What does a relational schema represent in database design?

  • Indexing strategy
  • Logical structure of the database
  • Physical storage of data
  • Relationships between tables
A relational schema in database design represents the logical structure of the database. It defines the tables, attributes, and relationships between tables without detailing how the data is stored physically. It's crucial for organizing and understanding the database's structure.
Add your answer
Loading...

Leave a comment

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