Home
16.
What is Data Model?

A collection of conceptual tools for describing data, data relationships data semantics and constraints.

17.
What is E-R model?

This data model is based on real world that consists of basic objects called entities and of relationship among these objects. Entities are described in a database by a set of attributes.

18.
What is Object Oriented model?

This model is based on collection of objects. An object contains values stored in instance variables with in the object. An object also contains bodies of code that operate on the object. These bodies of code are called methods. Objects that contain same types of values and the same methods are grouped together into classes.

19.
What is an Entity?

It is a 'thing' in the real world with an independent existence.

20.
What is an Entity type?

It is a collection (set) of entities that have same attributes.