nerdexam
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)
  • A
    3% (1)
  • B
    81% (29)
  • C
    11% (4)
  • D
    6% (2)

Community Discussion

No community discussion yet for this question.

Full E20-120 Practice