Dell-EMC
E10-110 · Question #155
Which DQL statement will show the object ID of the previous version of a document named "document1"?
The correct answer is B. Select i_antecedent_id from dm_document where object_name = 'document1'. See the full explanation below for the reasoning.
Question
Which DQL statement will show the object ID of the previous version of a document named "document1"?
Options
- ASelect i_chronicle_id from dm_document where object_name = 'document1'
- BSelect i_antecedent_id from dm_document where object_name = 'document1'
- CSelect i_prev_version_id from dm_document where object_name = 'document1'
- DSelect i_latest_id from dm_document where object_name = 'document1'
How the community answered
(26 responses)- A4% (1)
- B77% (20)
- C15% (4)
- D4% (1)
Community Discussion
No community discussion yet for this question.