nerdexam
Dell-EMC

E20-465 · Question #105

Which query will use the Index Server to locate content files containing the word "product"?

The correct answer is A. select r_object_id from dm_document search document contains 'product'. See the full explanation below for the reasoning.

Question

Which query will use the Index Server to locate content files containing the word "product"?

Options

  • Aselect r_object_id from dm_document search document contains 'product'
  • Bselect r_object_id from dm_document where object_name like '%product%' enable(FTDQL)
  • Cselect r_object_id, object_name from dm_document where any keywords like '%product%'
  • Dselect PRODUCT_ID from dmr_content search document contains 'product'

How the community answered

(56 responses)
  • A
    82% (46)
  • B
    9% (5)
  • C
    5% (3)
  • D
    4% (2)

Community Discussion

No community discussion yet for this question.

Full E20-465 Practice