Multiple choice technology enterprise content management

.How many rows are created by default for a dm_document type in dm_sysobject_r table

  1. 1

  2. 2

  3. 0

  4. 3

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Documentum's dm_document creates 2 rows in dm_sysobject_r by default: one for the current version (r_version_label) and one maintaining the version lineage in the version table. A single document object needs both rows to track its version history.