Test your skills through the online practice test: DBMS Quiz Online Practice Test

Related differences

RDBMS vs Hadoop

Ques 36. What is Data Model?

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

Is it helpful? Add Comment View Comments
 

Ques 37. 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. 

Is it helpful? Add Comment View Comments
 

Ques 38. What is Weak Entity set?

An entity set may not have sufficient attributes to form a primary key, and its primary key compromises of its partial key and primary key of its parent entity, then it is said to be Weak Entity set. 

Is it helpful? Add Comment View Comments
 

Ques 39. What is an Entity?

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

Is it helpful? Add Comment View Comments
 

Ques 40. What is an attribute?

It is a particular property, which describes the entity.

Is it helpful? Add Comment View Comments
 

Most helpful rated by users: