Which statement is used to retrieve the current version of a dm_document object that has 2
versions, given its chronicle id chronicle_id?
A.
getObject(chronicle_id)
B.
getObjectByQualification(“dm_document (all) where r_object_id = ‘” + chronicle_id + “‘”)
C.
getObjectByQualification(“dm_document where i_chronicle_id = ‘” + chronicle_id + “‘”)
D.
getObjectByQualification(“select r_object_id from dm_document (all) where
i_chronicle_id = ‘” + chronicle_id + “‘”)