0
40kviews
What is an attribute? Discuss various types of attributes with examples.
1 Answer
| written 9.4 years ago by |
Attributes are properties which describes each member of an entity set.
For example, an EMPLOYEE entity may be described by the employee’s name, age, address, salary, and job.
A particular entity will have a value for each of its attributes and hence forms major part of data stored in database. …