InterviewSolution
Saved Bookmarks
| 1. |
Define the term entity and attribute. Explain different attribute types with respect to e-r model. |
|
Answer» The ATTRIBUTE which uniquely identifies each entity in the entity SET is called key attribute.For EXAMPLE, Roll_No will be unique for each STUDENT. In ER diagram, key attribute is represented by an oval with underlying lines. |
|