nerdexam
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)
  • A
    14% (4)
  • B
    76% (22)
  • C
    7% (2)
  • D
    3% (1)

Community Discussion

No community discussion yet for this question.

Full E20-120 Practice