retagged by
1,809 views
0 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!! :)-

2 Answers

2 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 0 votes
Derived Attribute: It is an attribute whose value is derived from other attributes.

It is described using by dotted oval
Position:
Show:

Related questions

2 2 votes
1 1 answer
2.4k
2.4k views
MiNiPanda asked Jan 23, 2018
2,389 views
This is an excerpt which i found on Quora that answered the question. But I still wanted to know few more things.1. If there is no strong entity in the schema then can th...