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

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:

What is a derived attribute, and explain why it might not be prudent to save derived attributesin a database?

Which of the following defines the structure of a database? ans. Tables Attributes Records Keys

Properties that describe the characteristics of entities are called:entities.attributes.identifiers.relationships.

1/2

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.