Dell-EMC
E10-110 · Question #153
E10-110 Question #153: Real Exam Question with Answer & Explanation
The correct answer is D. select r_object_id, object_name, r_version_label from dm_document (all). See the full explanation below for the reasoning.
Question
A user needs to list the names and version labels of all versions of documents in the repository to which they have permission to access. The user also wants the information about each version grouped together. Which DQL query will yield this result?
Options
- Aselect object_name and r_version_label from dm_document (all)
- Bselect r_object_id, r_version_label, r_object_id from dm_document (all) group by r_version_label
- Cselect r_version_label, object_name from dm_document (all) order by r_version_label
- Dselect r_object_id, object_name, r_version_label from dm_document (all)
Community Discussion
No community discussion yet for this question.