edited by
3,692 views
3 votes
3 votes

Which type of DBMS provides support for maintaining several versions of the same entity?

  1. Relational Database Management System
  2. Hierarchical
  3. Object Oriented Database Management System
  4. Network
edited by

2 Answers

Best answer
8 votes
8 votes

Answer: Object Oriented Data Base Management Systems

Explanation: Some Object Oriented Systems provide support for maintaining several versions of the same object. An old version of an object that represents a tested and verified design should be retained until the new version is tested and verified.

Reference: Fundamentals of Database Systems - Page 726 - Ramez Elmasri - 2008

selected by
Answer:

Related questions

12 votes
12 votes
4 answers
1
go_editor asked Jun 21, 2016
4,715 views
What is the equivalent serial schedule for the following transactions? $\text{T}_1 - \text{T}_2 - \text{T}_3$$\text{T}_3 - \text{T}_1 - \text{T}_2$$\text{T}_2 - \text{T}_...
6 votes
6 votes
2 answers
2
Isha Gupta asked Jun 15, 2016
6,416 views
In functional dependency Armstrong inference rules refers toReflexive, Augmentation and DecompositionTransitive, Augmentation and ReflexiveAugmentation, Transitive, Refle...
5 votes
5 votes
2 answers
3
ajit asked Oct 1, 2015
4,640 views
Which normal form is based on the concept of 'full functional dependency' isFirst Normal FormSecond Normal FormThird Normal FormFourth Normal Form
5 votes
5 votes
4 answers
4
go_editor asked Jun 22, 2016
3,097 views
Which $\textsf{RAID}$ level gives block level striping with double distributed parity?$\textsf{RAID 10}$$\textsf{RAID 2}$$\textsf{RAID 6}$$\textsf{RAID 5}$