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)- A75% (21)
- B4% (1)
- C14% (4)
- D7% (2)
Community Discussion
No community discussion yet for this question.