A repository has objects of dm_document type in a folder named “SOPNet”. A user wants to find
all dm_document in this folder AND all containing subfolders checked out by them.
How can the user complete the following query to accomplish this?select * from dm_document
where r_lock_owner=user _______________

A.
and folder(/SOPNet, descend)
B.
and folder(/SOPNet)
C.
and folder(/SOPNet, all)
D.
and folder(/SOPNet, *)