nerdexam
Dell-EMC

E10-110 · Question #160

A user needs to change the subject property of a document named "Blueprint" to "Office Building". Which DQL statement will achieve this result?

The correct answer is A. update dm_document object set subject = 'Office Building' where object_name = 'Blueprint'. See the full explanation below for the reasoning.

Question

A user needs to change the subject property of a document named "Blueprint" to "Office Building". Which DQL statement will achieve this result?

Options

  • Aupdate dm_document object set subject = 'Office Building' where object_name = 'Blueprint'
  • Bupdate dm_document set subject = 'Office Building' where object_name = 'Blueprint'
  • Cmodify dm_document object set subject = 'Office Building' where object_name = 'Blueprint'
  • Dmodify dm_document set subject = 'Office Building' where object_name = 'Blueprint'

How the community answered

(28 responses)
  • A
    75% (21)
  • B
    4% (1)
  • C
    14% (4)
  • D
    7% (2)

Community Discussion

No community discussion yet for this question.

Full E10-110 Practice