nerdexam
Dell-EMC

E10-110 · Question #159

A user wants to determine how many folders and cabinets are linked to a document named "testdoc". Which query will do this?

The correct answer is D. select count(i_folder_id) from dm_document where object_name = 'testdoc'. See the full explanation below for the reasoning.

Question

A user wants to determine how many folders and cabinets are linked to a document named "testdoc". Which query will do this?

Options

  • Aselect count(*) from dm_document where object_name = 'testdoc'
  • Bselect count(r_link_cnt) from dm_document where object_name = 'testdoc'
  • Cselect count(i_reference_cnt) from dm_document where object_name = 'testdoc'
  • Dselect count(i_folder_id) from dm_document where object_name = 'testdoc'

How the community answered

(21 responses)
  • A
    5% (1)
  • B
    14% (3)
  • C
    5% (1)
  • D
    76% (16)

Community Discussion

No community discussion yet for this question.

Full E10-110 Practice