nerdexam
Dell-EMC

E20-120 · Question #352

Annotations on a document are represented using dm_relation objects. On the dm_relation object, both parent_id and child_id point to a dm_sysobject. The object pointed to by the parent_id is the…

The correct answer is B. SELECT p.object_name, c.owner_name. See the full explanation below for the reasoning.

Question

Annotations on a document are represented using dm_relation objects. On the dm_relation object, both parent_id and child_id point to a dm_sysobject. The object pointed to by the parent_id is the document and the object pointed to by the child_id is the annotation. The annotation object is owned by the person who commented on the document. Which query will return all documents owned by `John Smith' that have annotations along with the name of the user that commented on the document?

Options

  • ASELECT p.object_name, p.owner_name
  • BSELECT p.object_name, c.owner_name
  • CSELECT object_name, owner_name
  • DSELECT p.object_name, c.owner_name

How the community answered

(52 responses)
  • A
    10% (5)
  • B
    83% (43)
  • C
    4% (2)
  • D
    4% (2)

Community Discussion

No community discussion yet for this question.

Full E20-120 Practice