nerdexam
Dell-EMC

E20-120 · Question #223

A user wants a list of documents with keywords that contain the words 'interface,' 'class' or both 'interface' and 'class.' How would you complete the following query to accomplish this? Select…

The correct answer is C. where any keywords='interface' or any keywords='class'. See the full explanation below for the reasoning.

Question

A user wants a list of documents with keywords that contain the words 'interface,' 'class' or both 'interface' and 'class.' How would you complete the following query to accomplish this? Select object_name from dm_document _____

Options

  • Awhere any keywords='interface' or keywords='class'
  • Bwhere any keywords='interface' and keywords='class'
  • Cwhere any keywords='interface' or any keywords='class'
  • Dwhere any keywords='interface' and any keywords='class'

How the community answered

(34 responses)
  • A
    3% (1)
  • B
    12% (4)
  • C
    82% (28)
  • D
    3% (1)

Community Discussion

No community discussion yet for this question.

Full E20-120 Practice