A user wants a list of all folders and subfolders within the Resources cabinet in a repository.
How should the user complete the following query to accomplish this?
select object_name from dm_folder _____

A.
where folder(‘/Resources’)
B.
where folder = ‘/Resources’
C.
where folder(‘/Resources’, descend)
D.
where folder = ‘/Resources’, descend
Explanation: