nerdexam
Dell-EMC

E20-120 · Question #112

Which DQL statement will always return only one object from the Documentum repository?

The correct answer is C. SELECT * FROMdm_document WHERE r_object_id = '0900000000009999'. See the full explanation below for the reasoning.

Question

Which DQL statement will always return only one object from the Documentum repository?

Options

  • ASELECTr_object_id FROM dm_document WHERE content > 0
  • BSELECTobject_name FROM dm_document WHERE object = 'Docbase'
  • CSELECT * FROMdm_document WHERE r_object_id = '0900000000009999'
  • DSELECTobject_name, r_object_id, a_content_type FROM dm_document where

How the community answered

(54 responses)
  • A
    11% (6)
  • B
    2% (1)
  • C
    81% (44)
  • D
    6% (3)

Community Discussion

No community discussion yet for this question.

Full E20-120 Practice