retagged by
1,349 views
0 votes
0 votes

Can anybody please explain me the concept of Derived attribute (in the following special case) in ER Model??

Query:Can a derived attribute be derived from Multiple entities? If it can be derivable from multiple entities then how to represent such derived attributes in ER Diagram?

Thanks in Advance!! :)-

retagged by

2 Answers

2 votes
2 votes
Yes it is possible.

For eg. Total Salary in Employee can be derived from basic pay,hra,allowances.

The representation remains same as that of the simple derived attribute.

CORRECT ME IF I AM WRONG.
0 votes
0 votes
Derived Attribute: It is an attribute whose value is derived from other attributes.

It is described using by dotted oval

Related questions

0 votes
0 votes
0 answers
2
Ashutosh_17 asked Apr 13, 2023
433 views
Consider the following relation (capitalized letters are attributes and lower letters are values).X:From the given FDs find the dependencies that seems to apply on X and ...
0 votes
0 votes
2 answers
4
priyanshu710 asked Sep 15, 2021
784 views
What is the minimum number of relations required to represent a one-to-many relationship having total participation on the many side?Can i have just a single table with a...