EMC Exam Questions

Which DQL statement returns the number of documents of type SOP that are CURRENT versions?

Which DQL statement returns the number of documents of type SOP that are CURRENT
versions?

A.
SELECT COUNT(r_object_id) FROM SOP(CURRENT)

B.
SELECT COUNT(r_object_id) FROM SOP

C.
SELECT MAX(r_object_id) FROM SOP

D.
SELECT SUM(r_object_id) FROM SOP

Explanation: