Knowee
Questions
Features
Study Tools

Attributes that are not present in the whole DBMS but can be formed using other attributes are

Question

Attributes that are not present in the whole DBMS but can be formed using other attributes are

🧐 Not the exact question you are looking for?Go ask a question

Solution

The attributes that are not present in the whole DBMS but can be formed using other attributes are known as "Derived Attributes".

Derived attributes are attributes whose values are calculated from other attributes. These attributes do not exist in the physical database, but their values can be derived using existing attributes from the database.

For example, in a database containing information about employees, there might be attributes like 'Date of Birth' and 'Date of Joining'. A derived attribute could be 'Age' or 'Years of Service', which can be calculated from the 'Date of Birth' and 'Date of Joining' attributes respectively.

So, the steps to form a derived attribute are:

  1. Identify the attributes from which the derived attribute can be calculated.
  2. Define the calculation or formula that will be used to derive the new attribute.
  3. Implement this calculation or formula in the database system, so that the derived attribute can be calculated when needed.

Remember, the derived attribute is not stored in the database, but is calculated on-the-fly when required.

This problem has been solved

Similar Questions

Attributes that are not present in the whole DBMS but can be formed using other attributes areMarks : 1Negative Marks : 0Answer hereComposite AttributeDerived AttributeMulti valued attributeCan not be formed

Which is a bottom-up approach to database design that design by examining the relationship between attributes:Select one:a.Normalizationb.Decompositionc.Database modelingd.Functional dependency

What is the minimal set of attributes that can uniquely identify a tuple in a relational database table?

Which is a bottom-up approach to database design that design by examining the relationship between attributes:

The attribute made up of more than one single attribute are called

1/3

Upgrade your grade with Knowee

Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.