Dell-EMC
E10-110 · Question #161
A folder named "inner" resides in the cabinet named "outer." How should a user complete the following query to list all objects directly inside the "inner" folder?selectobject_name from dm_sysobject…
The correct answer is B. where folder('/outer/inner'). See the full explanation below for the reasoning.
Question
A folder named "inner" resides in the cabinet named "outer." How should a user complete the following query to list all objects directly inside the "inner" folder?selectobject_name from dm_sysobject _____
Options
- Awhere cabinet('/outer/inner')
- Bwhere folder('/outer/inner')
- Cwhere folder_path = '/outer/inner'
- Dwhere cabinet('/outer') and folder(/inner)
How the community answered
(30 responses)- A3% (1)
- B80% (24)
- C3% (1)
- D13% (4)
Community Discussion
No community discussion yet for this question.