Dell-EMC
E10-110 · Question #157
A user wants a list of documents with keywords that contain the words 'parent,' 'child' or both 'parent' and 'child.' How should the following query be completed to achieve this result?…
The correct answer is C. Where any keywords='parent' or any keywords='child'. See the full explanation below for the reasoning.
Question
A user wants a list of documents with keywords that contain the words 'parent,' 'child' or both 'parent' and 'child.' How should the following query be completed to achieve this result? selectobject_name from dm_document __________
Options
- AWhere any keywords='parent' or keywords='child'
- BWhere any keywords='parent' and keywords='child'
- CWhere any keywords='parent' or any keywords='child'
- DWhere any keywords='parent' and any keywords='child'
How the community answered
(64 responses)- A8% (5)
- B14% (9)
- C73% (47)
- D5% (3)
Community Discussion
No community discussion yet for this question.