nerdexam
Dell-EMC

E20-120 · Question #194

Your repository has a custom object type my_report, which extends dm_document. You want to find all versions of dm_document and my_report objects checked out by you. How would you complete the…

The correct answer is B. dm_document (all). See the full explanation below for the reasoning.

Question

Your repository has a custom object type my_report, which extends dm_document. You want to find all versions of dm_document and my_report objects checked out by you. How would you complete the following query to accomplish this? select * from _____ where r_lock_owner=user

Options

  • Adm_document
  • Bdm_document (all)
  • Cdm_document descend
  • Ddm_document or my_report

How the community answered

(31 responses)
  • A
    3% (1)
  • B
    81% (25)
  • C
    13% (4)
  • D
    3% (1)

Community Discussion

No community discussion yet for this question.

Full E20-120 Practice