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 _____

A.
where cabinet(‘/outer/inner’)
B.
where folder(‘/outer/inner’)
C.
where folder_path = ‘/outer/inner’
D.
where cabinet(‘/outer’) and folder(/inner)