EMC Exam Questions

Which DQL statement shows the different versions of a document named "Q3 Report"?

Which DQL statement shows the different versions of a document named “Q3 Report”?

A.
SELECT * FROM dm_document (ALL) WHERE object_name = ‘Q3 Report’

B.
SELECT * (ALL) FROM dm_document WHERE object_name = ‘Q3 Report’

C.
SELECT * FROM dm_document WHERE object_name = ‘Q3 Report’ (ALL)

D.
SELECT * FROM dm_document (ALL) WHERE object_name = ‘Q3 Report’ AND ANY
r_version_label = ‘ALL’

Explanation: