in Databases recategorized by
2,527 views
3 votes
3 votes

Which of the following provides the best description of an entity type?

  1. A specific concrete object with a defined set of processes (e.g. Jatin with diabetes)
  2. A value given to a particular attribute (e.g. height - 230 cm)
  3. A thing that we wish to collect data about zero or more, possibly real world examples of it may exist
  4. A template for a group of things with the same set of characteristics that may exist in the real world
in Databases recategorized by
2.5k views

1 Answer

1 vote
1 vote

It is D

It is collection of entity having common attribute. As in Student table each row is an entity and have common attributes.

So STUDENT is an entity type which contains entities having attributes id, name and Age.

Also each entity type in a database is described by a name and a list of attribute.So we may say a table is an entity type

Each template contains the following information:

This link is helpful

https://msdn.microsoft.com/en-us/library/ee382837(v=vs.110).aspx

by
Answer:

Related questions