Dell-EMC
E20-120 · Question #354
Which DQL statement shows the different versions of a document named "Q3 Report"?
The correct answer is A. SELECT * FROM dm_document (ALL) WHERE object_name = 'Q3 Report'. See the full explanation below for the reasoning.
Question
Which DQL statement shows the different versions of a document named "Q3 Report"?
Options
- ASELECT * FROM dm_document (ALL) WHERE object_name = 'Q3 Report'
- BSELECT * (ALL) FROM dm_document WHERE object_name = 'Q3 Report'
- CSELECT * FROM dm_document WHERE object_name = 'Q3 Report' (ALL)
- DSELECT * FROM dm_document (ALL) WHERE object_name = 'Q3 Report' AND ANY
How the community answered
(53 responses)- A75% (40)
- B8% (4)
- C4% (2)
- D13% (7)
Community Discussion
No community discussion yet for this question.