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)- A11% (6)
- B2% (1)
- C81% (44)
- D6% (3)
Community Discussion
No community discussion yet for this question.