What are derived attributes, and why are they used in database design?

  • Attributes that are mandatory
  • Attributes that are not essential
  • Attributes that can be calculated or derived from other attributes
  • Attributes with no relation to other attributes
Derived attributes in database design are those that can be calculated or derived from other attributes in the database. They are used to avoid data redundancy and improve data accuracy by ensuring that certain values are always up-to-date based on the values of other attributes.
Add your answer
Loading...

Leave a comment

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