nerdexam
Dell-EMC

E20-120 · Question #353

Which DQL statement is correct for changing the title property of a document, named "Arch Diagram", to "Figure 1"?

The correct answer is C. UPDATE dm_document OBJECT SET title = 'Figure 1' WHERE object_name = 'Arch Diagram'. See the full explanation below for the reasoning.

Question

Which DQL statement is correct for changing the title property of a document, named "Arch Diagram", to "Figure 1"?

Options

  • AUPDATE dm_document SET title = 'Figure 1' WHERE object_name = 'Arch Diagram'
  • BALTER dm_document OBJECT SET title = 'Figure 1' WHERE object_name = 'Arch Diagram'
  • CUPDATE dm_document OBJECT SET title = 'Figure 1' WHERE object_name = 'Arch Diagram'
  • DALTER dm_document SET title = 'Figure 1' WHERE object_name = 'Arch Diagram'

How the community answered

(44 responses)
  • A
    16% (7)
  • B
    5% (2)
  • C
    70% (31)
  • D
    9% (4)

Community Discussion

No community discussion yet for this question.

Full E20-120 Practice