top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is the meaning of following terms in DBMS ?

0 votes
477 views

What is Data Model?
What is E-R model?
What is Object Oriented model?
What is an Entity?
What is an Entity type?
What is an Entity set?

posted Jan 30, 2014 by Gaurav Sharma

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Data Model :- A collection of conceptual tools for describing data, data relationships data semantics and constraints.

ER-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.

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.

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

Entity type:- It is a collection (set) of entities that have same attributes.

Entity set:- It is a collection of all entities of particular entity type in the database.

answer Feb 1, 2014 by Vikas Upadhyay
...