Dell-EMC
E20-120 · Question #163
A user wants to list the names of all documents with names that begin with 'mast.' How would the user complete the following query to accomplish this? select object_name from dm_document _____.
The correct answer is B. whereobject_name like 'mast%'. See the full explanation below for the reasoning.
Question
A user wants to list the names of all documents with names that begin with 'mast.' How would the user complete the following query to accomplish this? select object_name from dm_document _____.
Options
- Awhereobject_name like 'mast*'
- Bwhereobject_name like 'mast%'
- Cwhereobject_name like 'mast'
- Dwhereobject_name like '%mast%'
How the community answered
(29 responses)- A14% (4)
- B76% (22)
- C7% (2)
- D3% (1)
Community Discussion
No community discussion yet for this question.