PrepAway - Latest Free Exam Questions & Answers

Which DQL query will yield this result?

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?

PrepAway - Latest Free Exam Questions & Answers

A.
select object_name and r_version_label from dm_document (all)

B.
select r_object_id, r_version_label, r_object_id from dm_document (all) group by
r_version_label

C.
select r_version_label, object_name from dm_document (all) order by r_version_label

D.
select r_object_id, object_name, r_version_label from dm_document (all)


Leave a Reply