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)- A5% (1)
- B14% (3)
- C5% (1)
- D76% (16)
Community Discussion
No community discussion yet for this question.