Dell-EMC
E20-120 · Question #117
A user wants to add userA as an additional author of a document named 'document1.' Which DQL statement will do this?
The correct answer is C. updatedm_document object append authors = 'userA' where object_name = 'document1'. See the full explanation below for the reasoning.
Question
A user wants to add userA as an additional author of a document named 'document1.' Which DQL statement will do this?
Options
- Aupdatedm_document object set authors = 'userA' where object_name = 'document1'
- Bupdatedm_document object set authors[1] = 'userA' where object_name = 'document1'
- Cupdatedm_document object append authors = 'userA' where object_name = 'document1'
- Dupdatedm_document object add authors = 'userA' where object_name = 'document1'
How the community answered
(47 responses)- A4% (2)
- B11% (5)
- C83% (39)
- D2% (1)
Community Discussion
No community discussion yet for this question.