A well-designed schema in a relational database typically involves the use of ________ to ensure that relationships between tables are maintained.

  • Foreign Keys
  • Indexes
  • Stored Procedures
  • Triggers
A well-designed schema in a relational database typically involves the use of "foreign keys" to ensure that relationships between tables are maintained. Foreign keys establish referential integrity, ensuring that data in one table corresponds to data in another table, maintaining the integrity of the database relationships.
Add your answer
Loading...

Leave a comment

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