Dell-EMC
E20-120 · Question #333
Which DQL statement returns the number of documents of type SOP that are CURRENT versions?
The correct answer is B. SELECT COUNT(r_object_id) FROM SOP. See the full explanation below for the reasoning.
Question
Which DQL statement returns the number of documents of type SOP that are CURRENT versions?
Options
- ASELECT COUNT(r_object_id) FROM SOP(CURRENT)
- BSELECT COUNT(r_object_id) FROM SOP
- CSELECT MAX(r_object_id) FROM SOP
- DSELECT SUM(r_object_id) FROM SOP
How the community answered
(36 responses)- A3% (1)
- B81% (29)
- C11% (4)
- D6% (2)
Community Discussion
No community discussion yet for this question.