nerdexam
Dell-EMC

E20-120 · Question #354

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

The correct answer is A. SELECT * FROM dm_document (ALL) WHERE object_name = 'Q3 Report'. See the full explanation below for the reasoning.

Question

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

Options

  • ASELECT * FROM dm_document (ALL) WHERE object_name = 'Q3 Report'
  • BSELECT * (ALL) FROM dm_document WHERE object_name = 'Q3 Report'
  • CSELECT * FROM dm_document WHERE object_name = 'Q3 Report' (ALL)
  • DSELECT * FROM dm_document (ALL) WHERE object_name = 'Q3 Report' AND ANY

How the community answered

(53 responses)
  • A
    75% (40)
  • B
    8% (4)
  • C
    4% (2)
  • D
    13% (7)

Community Discussion

No community discussion yet for this question.

Full E20-120 Practice