Managing Computed Attributes
Learn how storing derived fields in databases poses integrity and redundancy challenges.
We'll cover the following...
We'll cover the following...
Challenges of storing derived fields
SalesAmount, are generally not stored in the database because they can always be computed from the base information. Storing such fields in a database can lead to several issues such as ...